Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidTypeConversion = errors.New("Invalid type conversion")
View Source
var ErrNotFound = errors.New("Not found")
View Source
var ErrStopped = errors.New("Stopped")
View Source
var ErrTimeout = errors.New("Timed out")
Functions ¶
This section is empty.
Types ¶
type ErrorWithStatusCode ¶
type ErrorWithStatusCode struct {
// contains filtered or unexported fields
}
func NewErrorWithStatusCode ¶
func NewErrorWithStatusCode(err error, statusCode int) ErrorWithStatusCode
func (ErrorWithStatusCode) Error ¶
func (e ErrorWithStatusCode) Error() string
func (ErrorWithStatusCode) StatusCode ¶
func (e ErrorWithStatusCode) StatusCode() int
type ErrorWithStatusCodeAndResponse ¶
type ErrorWithStatusCodeAndResponse struct { ErrorWithStatusCode // contains filtered or unexported fields }
func NewErrorWithStatusCodeAndResponse ¶
func NewErrorWithStatusCodeAndResponse(err error, statusCode int, response interface{}) ErrorWithStatusCodeAndResponse
func (ErrorWithStatusCodeAndResponse) Response ¶
func (e ErrorWithStatusCodeAndResponse) Response() interface{}
Click to show internal directories.
Click to hide internal directories.