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