Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PanicIfError ¶
Types ¶
type BadRequestError ¶
type BadRequestError struct{ Message string }
func (*BadRequestError) Error ¶
func (e *BadRequestError) Error() string
type ForbiddenError ¶
type ForbiddenError struct{ Message string }
func (*ForbiddenError) Error ¶
func (e *ForbiddenError) Error() string
type InternalServerError ¶
type InternalServerError struct{ Message string }
func (*InternalServerError) Error ¶
func (e *InternalServerError) Error() string
type NotFoundError ¶
type NotFoundError struct{ Message string }
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
type UnauthorizedError ¶
func (*UnauthorizedError) Error ¶
func (e *UnauthorizedError) Error() string
type ValidationError ¶
Click to show internal directories.
Click to hide internal directories.