mDocs Holder SDK
Toggle table of contents
7.0.0
Select version
7.0.0
6.1.2
6.1.1
6.1.0
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.issuance.dto
/
RetrieveCredentialResult
/
Failure
Failure
data
class
Failure
(
val
docType
:
String
,
val
error
:
RetrieveCredentialError
)
:
RetrieveCredentialResult
The retrieval failed.
Members
Constructors
Failure
Link copied to clipboard
constructor
(
docType
:
String
,
error
:
RetrieveCredentialError
)
Properties
doc
Type
Link copied to clipboard
open
override
val
docType
:
String
Document type.
error
Link copied to clipboard
val
error
:
RetrieveCredentialError
Error that occurred during the retrieval process.