Module serde_hjson::error
source · [−]Expand description
JSON Errors
This module is centered around the Error and ErrorCode types, which represents all possible
serde_hjson errors.
Enums
This type represents all possible errors that can occur when serializing or deserializing a value into JSON.
The errors that can arise while parsing a JSON stream.
Type Definitions
Helper alias for Result objects that return a JSON Error.