errors

package
v0.0.0-...-7d768d8 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// server
	ErrHandshake = xerrors.New("handshake failed")
	ErrOperation = xerrors.New("request operation not valid")
	// ring
	ErrRingEmpty = xerrors.New("ring buffer empty")
	ErrRingFull  = xerrors.New("ring buffer full")
	// timer
	ErrTimerFull   = xerrors.New("timer full")
	ErrTimerEmpty  = xerrors.New("timer empty")
	ErrTimerNoItem = xerrors.New("timer item not exist")
	// channel
	ErrPushMsgArg   = xerrors.New("rpc pushmsg arg error")
	ErrPushMsgsArg  = xerrors.New("rpc pushmsgs arg error")
	ErrMPushMsgArg  = xerrors.New("rpc mpushmsg arg error")
	ErrMPushMsgsArg = xerrors.New("rpc mpushmsgs arg error")
	// bucket
	ErrBroadCastArg     = xerrors.New("rpc broadcast arg error")
	ErrBroadCastRoomArg = xerrors.New("rpc broadcast  room arg error")

	// room
	ErrRoomDroped = xerrors.New("room droped")
	// rpc
	ErrLogic = xerrors.New("logic rpc is not available")
)

.

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