DecodingError
enum DecodingError : Error
The EUDCC DecodingError
-
Base45 decoding Error
Declaration
Swift
case base45DecodingError(Error)
-
CBOR decoding Error
Declaration
Swift
case cborDecodingError(Error)
-
Malformed CBOR Error
Declaration
Swift
case malformedCBORError(Data)
-
CBOR Processing Error
Declaration
Swift
case cborProcessingError(CBORProcessingError)
-
COSE Payload CBOR Decoding Error
Declaration
Swift
case coseCBORDecodingError(Error?)
-
COSE Payload JSON Data Error
Declaration
Swift
case cosePayloadJSONDataError(Error?)
-
EUDCC JSONDecoding Error
Declaration
Swift
case eudccJSONDecodingError(Error)