Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Common commonMessages = commonMessages{
BadlyFormedObject: "Failed to read request. Please make sure your object is correctly formed.",
DBFail: "Something went wrong when accessing the database",
NotFound: "Could not find ",
NotDeleted: "Something went wrong when deleting ",
NotUpdated: "Something went wrong when updating ",
NotCreated: "Something went wrong when creating ",
Unauthorized: "You are not allowed to do that!",
Login: "Unable to log you in. Please try again.",
NotSaved: "Couldn't save the file. Please try again.",
}
Functions ¶
This section is empty.
Types ¶
type AppError ¶
func NewInvalidError ¶
func NewNotFoundError ¶
func NewUnauthorizedError ¶
func NewUnexpectedError ¶
Click to show internal directories.
Click to hide internal directories.