mirror of https://github.com/MaxLeiter/Drift
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
474 B
474 B
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 |