CoastalCommitsPastes/server/node_modules/globalize/doc/error/e-par-out-of-range.md

14 lines
331 B
Markdown
Raw Normal View History

2022-03-06 16:46:59 -08:00
## 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 |