Documentation ¶ Index ¶ func Wrap(err error, clientMsg string) error type Error func NewClientError(msg string, clientmsg string) *Error func NewUnauthorizedError() *Error func (e *Error) ClientMsg() string func (e *Error) Error() string func (err *Error) Unwrap() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Wrap ¶ func Wrap(err error, clientMsg string) error Types ¶ type Error ¶ type Error struct { // contains filtered or unexported fields } func NewClientError ¶ func NewClientError(msg string, clientmsg string) *Error func NewUnauthorizedError ¶ func NewUnauthorizedError() *Error func (*Error) ClientMsg ¶ func (e *Error) ClientMsg() string func (*Error) Error ¶ func (e *Error) Error() string func (*Error) Unwrap ¶ func (err *Error) Unwrap() error Source Files ¶ View all Source files clienterror.go Click to show internal directories. Click to hide internal directories.