Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeclaredError ¶
type DeclaredError interface {
Type() Type
}
type ErrNotAuthenticated ¶
type ErrNotAuthenticated struct{}
general application errors
func (*ErrNotAuthenticated) Error ¶
func (e *ErrNotAuthenticated) Error() string
func (*ErrNotAuthenticated) Type ¶
func (e *ErrNotAuthenticated) Type() Type
type ErrTimeoutExceeded ¶
type ErrTimeoutExceeded struct { }
func (*ErrTimeoutExceeded) Error ¶
func (e *ErrTimeoutExceeded) Error() string
func (*ErrTimeoutExceeded) Type ¶
func (e *ErrTimeoutExceeded) Type() Type
type ErrorNotImplemented ¶
type ErrorNotImplemented struct { }
func (*ErrorNotImplemented) Error ¶
func (e *ErrorNotImplemented) Error() string
func (*ErrorNotImplemented) Type ¶
func (e *ErrorNotImplemented) Type() Type
type InternalError ¶
func (*InternalError) Error ¶
func (e *InternalError) Error() string
Click to show internal directories.
Click to hide internal directories.