Documentation ¶ Index ¶ type Error func New(message string) *Error func NewTransportError(reason string, description error) *Error func (e *Error) Err() error func (e *Error) Error() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Error ¶ type Error struct { Message string Description error Type string } func New ¶ func New(message string) *Error func NewTransportError ¶ added in v1.2.0 func NewTransportError(reason string, description error) *Error func (*Error) Err ¶ func (e *Error) Err() error func (*Error) Error ¶ func (e *Error) Error() string Source Files ¶ View all Source files errors.go Click to show internal directories. Click to hide internal directories.