Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClosed = errors.New("closed")
View Source
var ErrIdle = errors.New("Idle")
Functions ¶
Types ¶
type LeftToRightError ¶
type LeftToRightError struct {
// contains filtered or unexported fields
}
func NewLeftToRightError ¶
func NewLeftToRightError(err error) LeftToRightError
func (LeftToRightError) Error ¶
func (e LeftToRightError) Error() string
func (LeftToRightError) Is ¶
func (e LeftToRightError) Is(target error) bool
func (LeftToRightError) Unwrap ¶
func (e LeftToRightError) Unwrap() error
type RightToLeftError ¶
type RightToLeftError struct {
// contains filtered or unexported fields
}
func NewRightToLeftError ¶
func NewRightToLeftError(err error) RightToLeftError
func (RightToLeftError) Error ¶
func (e RightToLeftError) Error() string
func (RightToLeftError) Unwrap ¶
func (e RightToLeftError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.