Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 331 Bytes

e-par-out-of-range.md

File metadata and controls

13 lines (10 loc) · 331 Bytes

E_PAR_OUT_OF_RANGE

Thrown when a parameter is not within a valid range of values.

Error object:

Attribute Value
code E_PAR_OUT_OF_RANGE
name Name of the invalid parameter
value Invalid value
minimum Minimum value of the valid range
maximum Maximum value of the valid range