Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Internal ¶
type Internal struct {
// contains filtered or unexported fields
}
Internal indicates something went wrong during processing
func NewInternalf ¶
NewInternal with Errorf signature
type InvalidUserInput ¶
type InvalidUserInput struct {
// contains filtered or unexported fields
}
InvalidUserInput indicates a client-side error
func NewInvalidUserInputf ¶
func NewInvalidUserInputf(format string, args ...interface{}) InvalidUserInput
NewInvalidUserInput with Errorf signature
func (InvalidUserInput) Error ¶
func (e InvalidUserInput) Error() string
type NotFound ¶
type NotFound struct {
// contains filtered or unexported fields
}
NotFound indicates the desired resource doesn't exist
func NewNotFoundf ¶
NewNotFound with Errorf signature
Click to show internal directories.
Click to hide internal directories.