toggle menu
Mobile Credential Holder SDK
androidJvm
switch theme
search in API
Mobile Credential Holder SDK
/
global.mattr.mobilecredentialholder.exception
/
HolderException
/
SaveTrustedCertificatesException
/
SaveTrustedCertificatesException
Save
Trusted
Certificates
Exception
constructor
(
certificates
:
List
<
String
>
=
emptyList()
,
message
:
String
=
"Exception while saving trusted certificates. Certificates: " + certificates.joinToString( prefix = "{ ", postfix = " }", separator = ", " ) { certificate -> "\"$certificate\"" }
,
cause
:
Throwable
?
=
null
)