Class ErrorsEntry
java.lang.Object
com.authlete.cbor.CBORPair
com.authlete.mdoc.ErrorsEntry
An entry in the
Errors
structure.
For details, see ISO/IEC 18013-5:2021, 8.3.2.1.2.2 Device retrieval mdoc response.
Definition
Errors = {
+ NameSpace => ErrorItems
}
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorsEntry
(CBORString nameSpace, ErrorItems errorItems) ErrorsEntry
(String nameSpace, ErrorItems errorItems) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORPair
encode, getKey, getKeyComment, getValue, getValueComment, prettify, setKeyComment, setValueComment, toString
-
Constructor Details
-
ErrorsEntry
-
ErrorsEntry
-