toggle menu
Mobile Credential Verifier SDK
androidJvm
switch theme
search in API
Mobile Credential Verifier SDK
/
global.mattr.mobilecredentialverifier.exception
/
VerifierException
/
ProximityPresentationSessionException
Proximity
Presentation
Session
Exception
sealed
class
ProximityPresentationSessionException
:
VerifierException
Proximity presentation session exception
Inheritors
RequestMobileCredentialOnTerminatedSessionException
RequestAlreadyInProgressException
DeviceRequestValidationFailedException
DeviceRequestEncodingFailedException
SessionEncryptionException
SessionDecryptionException
SendRequestException
MobileCredentialResponseDecodingException
MobileCredentialResponseNotFoundException
MobileCredentialVerificationException
Members
Types
Device
Request
Encoding
Failed
Exception
Link copied to clipboard
class
DeviceRequestEncodingFailedException
(
cause
:
Throwable
)
:
VerifierException.ProximityPresentationSessionException
Device
Request
Validation
Failed
Exception
Link copied to clipboard
class
DeviceRequestValidationFailedException
(
cause
:
Throwable
)
:
VerifierException.ProximityPresentationSessionException
Mobile
Credential
Response
Decoding
Exception
Link copied to clipboard
class
MobileCredentialResponseDecodingException
(
cause
:
Throwable
)
:
VerifierException.ProximityPresentationSessionException
Mobile
Credential
Response
Not
Found
Exception
Link copied to clipboard
class
MobileCredentialResponseNotFoundException
:
VerifierException.ProximityPresentationSessionException
Mobile
Credential
Verification
Exception
Link copied to clipboard
class
MobileCredentialVerificationException
(
cause
:
Throwable
)
:
VerifierException.ProximityPresentationSessionException
Request
Already
In
Progress
Exception
Link copied to clipboard
class
RequestAlreadyInProgressException
:
VerifierException.ProximityPresentationSessionException
Request
Mobile
Credential
On
Terminated
Session
Exception
Link copied to clipboard
class
RequestMobileCredentialOnTerminatedSessionException
:
VerifierException.ProximityPresentationSessionException
Send
Request
Exception
Link copied to clipboard
class
SendRequestException
(
cause
:
Throwable
)
:
VerifierException.ProximityPresentationSessionException
Session
Decryption
Exception
Link copied to clipboard
class
SessionDecryptionException
(
cause
:
Throwable
)
:
VerifierException.ProximityPresentationSessionException
Session
Encryption
Exception
Link copied to clipboard
class
SessionEncryptionException
(
cause
:
Throwable
)
:
VerifierException.ProximityPresentationSessionException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)