Documentation ¶
Index ¶
- type GenericApplicationError
- func NewBadRequestError(message string) GenericApplicationError
- func NewForbiddenError(message string) GenericApplicationError
- func NewGenericBadRequestError() GenericApplicationError
- func NewGenericForbiddenError() GenericApplicationError
- func NewGenericInternalServerError() GenericApplicationError
- func NewGenericNotFoundError() GenericApplicationError
- func NewGenericPreconditionFailedError() GenericApplicationError
- func NewGenericUnauthorizedError() GenericApplicationError
- func NewInternalServerError(message string) GenericApplicationError
- func NewNotFoundError(message string) GenericApplicationError
- func NewPreconditionFailedError(message string) GenericApplicationError
- func NewUnauthorizedError(message string) GenericApplicationError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericApplicationError ¶
func NewBadRequestError ¶
func NewBadRequestError(message string) GenericApplicationError
func NewForbiddenError ¶
func NewForbiddenError(message string) GenericApplicationError
func NewGenericBadRequestError ¶
func NewGenericBadRequestError() GenericApplicationError
func NewGenericForbiddenError ¶
func NewGenericForbiddenError() GenericApplicationError
func NewGenericInternalServerError ¶
func NewGenericInternalServerError() GenericApplicationError
func NewGenericNotFoundError ¶
func NewGenericNotFoundError() GenericApplicationError
func NewGenericPreconditionFailedError ¶
func NewGenericPreconditionFailedError() GenericApplicationError
func NewGenericUnauthorizedError ¶
func NewGenericUnauthorizedError() GenericApplicationError
func NewInternalServerError ¶
func NewInternalServerError(message string) GenericApplicationError
func NewNotFoundError ¶
func NewNotFoundError(message string) GenericApplicationError
func NewPreconditionFailedError ¶
func NewPreconditionFailedError(message string) GenericApplicationError
func NewUnauthorizedError ¶
func NewUnauthorizedError(message string) GenericApplicationError
Click to show internal directories.
Click to hide internal directories.