Documentation ¶
Overview ¶
Package commonerr defines reusable error types common throughout the Port Authority codebase.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound occurs when a resource could not be found ErrNotFound = errors.New("the resource cannot be found") )
Functions ¶
func NewBadRequestError ¶
NewBadRequestError instantiates a ErrBadRequest with the specified message
Types ¶
type ErrBadRequest ¶
type ErrBadRequest struct {
// contains filtered or unexported fields
}
ErrBadRequest occurs when a method has been passed an inappropriate argument
func (*ErrBadRequest) Error ¶
func (e *ErrBadRequest) Error() string
Click to show internal directories.
Click to hide internal directories.