Class ErrorItemsEntry

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

public class ErrorItemsEntry extends CBORPair
An entry in the ErrorItems structure.

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

Definition

 ErrorItems = {
     + DataElementIdentifier => ErrorCode
 }

 ErrorCode = int
 
Since:
1.5
See Also:
  • Constructor Details

    • ErrorItemsEntry

      public ErrorItemsEntry(CBORString dataElementIdentifier, CBORInteger errorCode)
    • ErrorItemsEntry

      public ErrorItemsEntry(CBORString dataElementIdentifier, int errorCode)
    • ErrorItemsEntry

      public ErrorItemsEntry(String dataElementIdentifier, CBORInteger errorCode)
    • ErrorItemsEntry

      public ErrorItemsEntry(String dataElementIdentifier, int errorCode)