Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶
func NewBadRequestError ¶
func NewNotFoundError ¶
Types ¶
type BadRequest ¶
type BadRequest struct {
// contains filtered or unexported fields
}
func (*BadRequest) Error ¶
func (e *BadRequest) Error() string
func (*BadRequest) Is ¶
func (e *BadRequest) Is(err error) bool
type MethodNotAllowed ¶
type MethodNotAllowed struct{}
func (*MethodNotAllowed) Error ¶
func (e *MethodNotAllowed) Error() string
type ServiceUnavailable ¶
type ServiceUnavailable struct{}
func (*ServiceUnavailable) Error ¶
func (e *ServiceUnavailable) Error() string
type Unauthenticated ¶
type Unauthenticated struct{}
func (*Unauthenticated) Error ¶
func (e *Unauthenticated) Error() string
Click to show internal directories.
Click to hide internal directories.