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