Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 474 Bytes

e-invalid-par-value.md

File metadata and controls

11 lines (8 loc) · 474 Bytes

E_INVALID_PAR_VALUE

Thrown for certain parameters when the type is correct, but the value is invalid. Currently, the only parameter with such validation is the date format (for either format and parse). Format allows certain variants, if it's none of them, error is thrown.

Error object:

Attribute Value
code E_INVALID_PAR_VALUE
name Name of the invalid parameter
value Invalid value