Errors¶
JOSE errors.
- exception acme.jose.errors.DeserializationError[source]¶
Bases: acme.jose.errors.Error
JSON deserialization error.
- exception acme.jose.errors.SerializationError[source]¶
Bases: acme.jose.errors.Error
JSON serialization error.
- exception acme.jose.errors.UnrecognizedTypeError(typ, jobj)[source]¶
Bases: acme.jose.errors.DeserializationError
Unrecognized type error.
Variables: - typ (str) – The unrecognized type of the JSON object.
- jobj – Full JSON object.