Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶
func HandleError(err error) *echo.HTTPError
Types ¶
type AlreadyExistsError ¶
type AlreadyExistsError struct {
Path string
}
func (*AlreadyExistsError) Error ¶
func (e *AlreadyExistsError) Error() string
type InvalidInputError ¶
type InvalidInputError struct {
Path string
}
func (*InvalidInputError) Error ¶
func (e *InvalidInputError) Error() string
type MongoDBConfig ¶
type NotFoundError ¶
type NotFoundError struct {
Path string
}
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
type SystemError ¶
type SystemError struct {
Message string
}
func (*SystemError) Error ¶
func (e *SystemError) Error() string
type UnauthorizedError ¶
type UnauthorizedError struct {
}func (*UnauthorizedError) Error ¶
func (e *UnauthorizedError) Error() string
Click to show internal directories.
Click to hide internal directories.