Module error

Source
Expand description

Error types for arithmetic, conversion, and parse operations on JsonInt and JsonUInt.

Structsยง

JsonFloatConvertError
Errors raised when trying to convert between JsonFloat and regular Rust floating point numbers.
JsonFloatParseError
Errors raised when trying to parse JsonFloat values from strings.
JsonIntOverflowError
Errors raised when trying to convert between JSON integer types or between a JSON int and a regular Rust int, or when performing arithmetic on JSON ints that would over-/underflow.
JsonIntParseError
Errors raised when trying to parse JSON integer types from strings.