Skip to the content.

Format Errors

Key footer invalid

Source

BAD_ENCRYPTION_HEADER

Key header invalid

Source

ILLEGAL_PATH

string can not be used as legal file path

Source

INVALID_CRON

The value can not be parsed as cron string

Source

INVALID_HOST

Host not valid

Source

NOT_ALLOWED_VALUE

The value is not allowed

Source

INVALID_URL

The value is invalid URL

Source

NOT_BASE64

The value is not a valid base64 encoded string

Source

NOT_ARRAY

The value have to be plain js array

Source

NOT_BOOLEAN

The value is not a boolean or could not be cast to a boolean

Source

NOT_DATE

The value is not a valid date

Source

NOT_NUMBER

The value is not a number or could not be cast to a number

Source

NOT_INTEGER

The number is not a valid integer

Source

NOT_OBJECT

The value have to be plain js object

Source

NOT_BASE64

The value is not a valid base64 encoded string

Source

NOT_UUID

The value is not a valid UUID v4

Source

REQUIRED

The value is required

Source

TOO_HIGH

The number is higher than the limit

Source

TOO_LONG

The value is longer than the limit

Source

TOO_LOW

The number is lower than the limit

Source

WRONG_EMAIL

The value is not a valid rfc5322 email format

Source

TOO_SHORT

The value is shorter than the limit

Source

WRONG_FORMAT

Format not supported

Source

WRONG_PORT_NUMBER

The number didn’t look like a valid TCP port number [0, 65535]

Source

WRONG_TIME_UNIT

The value can not be parsed as time unit

Source