This type represents all possible errors that can occur when serializing or deserializing a
value into JSON.
The JSON value had some syntatic error.
Some IO error occurred when serializing or deserializing a value.
Deprecating in 1.33.0
: replaced by Error::source, which can support downcasting
The lower-level cause of this error, if any. Read more
The lower-level source of this error, if any. Read more
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
Raised when there is general error when deserializing a type.
Raised when a Serialize
was passed an incorrect value.
Raised when there is general error when deserializing a type.
Raised when a Deserialize
type unexpectedly hit the end of the stream.
Raised when a Deserialize
was passed an incorrect type.
Raised when a Deserialize
was passed an incorrect value.
Raised when a fixed sized sequence or map was passed in the wrong amount of arguments. Read more
Raised when a Deserialize
enum type received an unexpected variant.
Raised when a Deserialize
struct type received an unexpected struct field.
raised when a deserialize
struct type did not receive a field.
Raised when a Deserialize
struct type received more than one of the same struct field. Read more
Converts the given value to a String
. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
[−]
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static