Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorHandler ¶
func PanicLogging ¶
func PanicLogging(err interface{})
Types ¶
type BadReqquestError ¶
type BadReqquestError struct {
Message string
}
func (BadReqquestError) Error ¶
func (badRequestError BadReqquestError) Error() string
type NotFoundError ¶
type NotFoundError struct {
Message string
}
func (NotFoundError) Error ¶
func (notFoundError NotFoundError) Error() string
type UnauthorizedError ¶
type UnauthorizedError struct {
}func (UnauthorizedError) Error ¶
func (unathorizedError UnauthorizedError) Error() string
type ValidationError ¶
type ValidationError struct {
Message string
}
func (ValidationError) Error ¶
func (validationError ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.