# Functions
No description provided by the author
# Constants
ErrBindCode - 400: Error occurred while binding the request body to the struct.
ErrDatabaseCode database error.
ErrPageNotFoundCode - 404: Page not found.
ErrSuccessCode - 200: OK.
ErrTokenInvalidCode - 401: Token invalid.
ErrUnknownCode - 500: Internal server error.
ErrValidationCode - 400: Validation failed.
# Variables
ErrBind - 400: Error occurred while binding the request body to the struct.
ErrDatabase - 500: Database error.
ErrPageNotFound - 404: Page not found.
ErrSuccess - 200: OK.
ErrTokenInvalid - 401: Token invalid.
ErrUnknown - 500: Internal server error.
ErrValidation - 400: Validation failed.