Module error

Source
Expand description

JSON Errors

This module is centered around the Error and ErrorCode types, which represents all possible serde_hjson errors.

Enums§

Error
This type represents all possible errors that can occur when serializing or deserializing a value into JSON.
ErrorCode
The errors that can arise while parsing a JSON stream.

Type Aliases§

Result
Helper alias for Result objects that return a JSON Error.