Class ErrorItemsEntry
java.lang.Object
com.authlete.cbor.CBORPair
com.authlete.mdoc.ErrorItemsEntry
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 Summary
ConstructorsConstructorDescriptionErrorItemsEntry
(CBORString dataElementIdentifier, int errorCode) ErrorItemsEntry
(CBORString dataElementIdentifier, CBORInteger errorCode) ErrorItemsEntry
(String dataElementIdentifier, int errorCode) ErrorItemsEntry
(String dataElementIdentifier, CBORInteger errorCode) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORPair
encode, getKey, getKeyComment, getValue, getValueComment, prettify, setKeyComment, setValueComment, toString
-
Constructor Details
-
ErrorItemsEntry
-
ErrorItemsEntry
-
ErrorItemsEntry
-
ErrorItemsEntry
-