Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationError ¶
type AuthenticationError struct {
Message string
}
func (*AuthenticationError) Error ¶
func (v *AuthenticationError) Error() string
type AuthorizationError ¶
type AuthorizationError struct {
Message string
}
func (*AuthorizationError) Error ¶
func (v *AuthorizationError) Error() string
type BadRequestError ¶
type BadRequestError struct {
Message string
}
func (*BadRequestError) Error ¶
func (v *BadRequestError) Error() string
type ConflictError ¶
type ConflictError struct {
Message string
}
func (*ConflictError) Error ¶
func (v *ConflictError) Error() string
type NotFoundError ¶
type NotFoundError struct {
Message string
}
func (*NotFoundError) Error ¶
func (v *NotFoundError) Error() string
type ValidationError ¶
type ValidationError struct {
Message string
}
func (*ValidationError) Error ¶
func (v *ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.