Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadRequest ¶
type BadRequest struct{}
BadRequest represents an invalid or unexpectedly formatted request
func (BadRequest) Error ¶
func (b BadRequest) Error() string
type Conflict ¶
type Conflict struct{}
Conflict represents a collision between a new and an already existing resource
type KitSquidError ¶
type KitSquidError error
KitSquidError represent a general error in this application
type Unauthorized ¶
type Unauthorized struct{}
Unauthorized represents a user not being authenticated or allowed to view a certain resource
func (Unauthorized) Error ¶
func (u Unauthorized) Error() string
Click to show internal directories.
Click to hide internal directories.