Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorTypeUnknown = ErrorType{"unknown"} ErrorTypeAuthorization = ErrorType{"authorization"} ErrorTypeIncorrectInput = ErrorType{"incorrect-input"} )
Functions ¶
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Slug string `json:"slug"`
// contains filtered or unexported fields
}
type SlugError ¶
type SlugError struct {
// contains filtered or unexported fields
}
func NewAuthorizationError ¶
func NewIncorrectInputError ¶
func NewSlugError ¶
Click to show internal directories.
Click to hide internal directories.