Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientError ¶
type ClientError struct { Parent error // contains filtered or unexported fields }
Used to bubble lower-level errors up to HTTP handler
func Wrap ¶
func Wrap(e error) *ClientError
func (*ClientError) Error ¶
func (c *ClientError) Error() string
Click to show internal directories.
Click to hide internal directories.