Class DocumentErrorEntry

java.lang.Object
com.authlete.cbor.CBORPair
com.authlete.mdoc.DocumentErrorEntry

public class DocumentErrorEntry extends CBORPair
An entry in the DocumentError structure.

For details, see ISO/IEC 18013-5:2021, 8.3.2.1.2.2 Device retrieval mdoc response.

Definition

 DocumentError = {
     DocType => ErrorCode
 }
 
Since:
1.5
See Also:
  • Constructor Details

    • DocumentErrorEntry

      public DocumentErrorEntry(CBORString docType, CBORInteger errorCode)
    • DocumentErrorEntry

      public DocumentErrorEntry(CBORString docType, int errorCode)
    • DocumentErrorEntry

      public DocumentErrorEntry(String docType, CBORInteger errorCode)
    • DocumentErrorEntry

      public DocumentErrorEntry(String docType, int errorCode)