# Constants
ErrBind - 400: Error occurred while binding the request body to the struct.
ErrBlackListCheck - 401: Black list check failed.
ErrDatabase - 500: Database error.
ErrDecodingFailed - 500: Decoding failed due to an error with the data.
ErrDecodingJSON - 500: JSON data could not be decoded.
ErrDecodingYAML - 500: YAML data could not be decoded.
ErrEncodingFailed - 500: Encoding failed due to an error with the data.
ErrEncodingJSON - 500: JSON data could not be encoded.
ErrEncodingYaml - 500: YAML data could not be encoded.
ErrEncrypt - 401: Error occurred while encrypting the user password.
ErrGuardTokenCheck - 401: Guard token check failed.
ErrInvalidAuthHeader - 401: Invalid authorization header.
ErrInvalidJSON - 500: Invalid json data.
ErrInvalidYaml - 500: Invalid yaml data.
ErrMissingHeader - 401: Missing authorization header.
ErrNotFound - 404: Page not found.
ErrPasswordIncorrect - 401: Password incorrect.
ErrPermissionDenied - 403: Permission denied.
ErrSignatureInvalid - 401: Signature invalid.
ErrSuccess - 200: OK.
ErrTokenInvalid - 401: Token invalid.
ErrUnknown - 500: Internal server error.
ErrValidation - 400: Validation failed.