Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFrameTooLarge = errors.New("sapient frame exceeds configured maximum") ErrEmptyFrame = errors.New("sapient frame length is zero") )
Functions ¶
func ErrorPacket ¶
Types ¶
type FrameError ¶
type FrameError struct {
// contains filtered or unexported fields
}
func (*FrameError) Error ¶
func (e *FrameError) Error() string
func (*FrameError) Packet ¶
func (e *FrameError) Packet() []byte
func (*FrameError) Unwrap ¶
func (e *FrameError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.