Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthenticationError ¶ added in v0.6.1
type AuthenticationError struct { ErrorCode AuthDetail interface{} }
func NewAuthenticationError ¶ added in v0.6.1
func NewAuthenticationError(detail interface{}) AuthenticationError
func (AuthenticationError) Error ¶ added in v0.6.1
func (err AuthenticationError) Error() string
type ConfigurationError ¶ added in v0.6.1
type ConfigurationError struct {
ErrorCode
}
func NewConfigurationError ¶ added in v0.6.1
func NewConfigurationError() ConfigurationError
func (ConfigurationError) Error ¶ added in v0.6.1
func (r ConfigurationError) Error() string
type CorruptedPacketError ¶ added in v0.6.1
type CorruptedPacketError struct {
ErrorCode
}
func NewCorruptedPacketError ¶ added in v0.6.1
func NewCorruptedPacketError() CorruptedPacketError
func (CorruptedPacketError) Error ¶ added in v0.6.1
func (err CorruptedPacketError) Error() string
type ErrorWithCode ¶ added in v0.6.1
type IPFormatError ¶ added in v0.6.1
func NewIPFormatError ¶ added in v0.6.1
func NewIPFormatError(ip []byte) IPFormatError
func (IPFormatError) Error ¶ added in v0.6.1
func (err IPFormatError) Error() string
type InvalidOperationError ¶ added in v0.6.1
func NewInvalidOperationError ¶ added in v0.6.1
func NewInvalidOperationError(operation string) InvalidOperationError
func (InvalidOperationError) Error ¶ added in v0.6.1
func (r InvalidOperationError) Error() string
type ProtocolVersionError ¶ added in v0.6.1
func NewProtocolVersionError ¶ added in v0.6.1
func NewProtocolVersionError(version int) ProtocolVersionError
func (ProtocolVersionError) Error ¶ added in v0.6.1
func (err ProtocolVersionError) Error() string
Click to show internal directories.
Click to hide internal directories.