package v2 import "errors" // ErrClientConfig represents a client configuration error. var ErrClientConfig = errors.New("client configuration error")