errs

package
v0.0.0-...-edd4e79 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrListenerIsNil        = errors.New("listener is nil")
	ErrCloseListenerTimeout = errors.New("close listener timeout")
	ErrServerStarted        = errors.New("server has started")
	ErrServerNotStarted     = errors.New("server not started")
)
View Source
var (
	ErrInvalidPacket              = errors.New("invalid packet")
	ErrInvalidRequestResponseInfo = errors.New("invalid api response info")
	ErrInvalidRequestProblemInfo  = errors.New("invalid api problem info")
	ErrConnackInvalidClientID     = errors.New("connack invalid client id")
	ErrSetClientSession           = errors.New("set client client.proto error")
	ErrClientIDEmpty              = errors.New("client id empty")
	ErrConnectPacketDuplicate     = errors.New("connect packet duplicate")
	ErrProtocolNotSupport         = errors.New("protocol not support")
	ErrPasswordWrong              = errors.New("password wrong")
	ErrAuthHandlerNotSet          = errors.New("auth handler not set")
	ErrClientClosed               = errors.New("client closed")
	ErrTopicAliasNotFound         = errors.New("topic alias not found")
	ErrTopicAliasInvalid          = errors.New("topic alias invalid")
)
View Source
var (
	ErrInvalidQoS                = errors.New("invalid qos")
	ErrTopicNotExistsInSubTopics = errors.New("topic not exists in sub topics")
)
View Source
var (
	ErrStoreMessageLength  = errors.New("store message length error")
	ErrStoreMessageExpired = errors.New("store message expired")
	ErrStoreVersionInvalid = errors.New("store version invalid")
	ErrStoreReadCreateTime = errors.New("read create time failed")
	ErrStoreTopicsEmpty    = errors.New("store topics empty")
)
View Source
var (
	ErrSessionConnectPropertiesNotFound = errors.New("session connect properties not found")
	ErrSessionWillMessageNotFound       = errors.New("session will message not found")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL