Versions in this module Expand all Collapse all v1 v1.4.2 Aug 9, 2023 Changes in this version + type ConfigError struct + func NewConfigError(msg, cn string) *ConfigError + func (e ConfigError) Error() string + type DialError struct + Err error + func NewDialError(msg, cn string, err error) *DialError + func (e *DialError) Error() string + func (e *DialError) Unwrap() error + type RefreshError struct + Err error + func NewRefreshError(msg, cn string, err error) *RefreshError + func (e *RefreshError) Error() string + func (e *RefreshError) Unwrap() error