Documentation ¶
Index ¶
Constants ¶
View Source
const ( HandlerSpecErrCodeUnexpectedMiddleware uint8 = iota HandlerSpecErrCodeMissingHandler HandlerSpecErrCodeUnexpectedHandler HandlerSpecErrCodeUnexpectedCtrl HandlerSpecErrCodeNotHandlerCtrlImpl HandlerSpecErrCodeUnknownHandlerSignature )
Variables ¶
This section is empty.
Functions ¶
func NewHandlerSpecErr ¶
Types ¶
type ClosedConnectionErr ¶
type ClosedConnectionErr struct {
// contains filtered or unexported fields
}
func (*ClosedConnectionErr) Error ¶
func (cce *ClosedConnectionErr) Error() string
type HandlerSpecErr ¶
type HandlerSpecErr struct {
// contains filtered or unexported fields
}
func (*HandlerSpecErr) Code ¶
func (e *HandlerSpecErr) Code() uint8
func (*HandlerSpecErr) Error ¶
func (e *HandlerSpecErr) Error() string
Click to show internal directories.
Click to hide internal directories.