# SigningSessionException
sealed class SigningSessionException : Exception
A class hierarchy that describes issues with the signing session management.
# Inheritors
InvalidAppLink |
InvalidQRCode |
InvalidSigningSessionDetails |
InvalidSigningSession |
GetSigningSessionDetailsFail |
CompleteSigningSessionFail |
AbortSigningSessionFail |
# Types
Name | Summary |
---|---|
AbortSigningSessionFail | class AbortSigningSessionFail(cause: Exception?) : SigningSessionException Abort of the signing session has failed. |
CompleteSigningSessionFail | class CompleteSigningSessionFail(cause: Exception?) : SigningSessionException Signing session completion failed. |
GetSigningSessionDetailsFail | class GetSigningSessionDetailsFail(cause: Exception?) : SigningSessionException Fetching the signing session details failed. |
InvalidAppLink | object InvalidAppLink : SigningSessionException Could not find the session identifier in the App Link. |
InvalidQRCode | object InvalidQRCode : SigningSessionException Could not find the session identifier in the QR code. |
InvalidSigningSession | object InvalidSigningSession : SigningSessionException Invalid or expired signing session. |
InvalidSigningSessionDetails | object InvalidSigningSessionDetails : SigningSessionException The session identifier in SigningSessionDetails is empty or blank. |
# Properties
Name | Summary |
---|---|
cause | open val cause: Throwable? |
message | open val message: String? |
# Functions
Name | Summary |
---|---|
addSuppressed | fun addSuppressed(p0: Throwable) |
fillInStackTrace | open fun fillInStackTrace(): Throwable |
getLocalizedMessage | open fun getLocalizedMessage(): String |
getStackTrace | open fun getStackTrace(): Array<StackTraceElement> |
getSuppressed | fun getSuppressed(): Array<Throwable> |
initCause | open fun initCause(p0: Throwable): Throwable |
printStackTrace | open fun printStackTrace() open fun printStackTrace(p0: PrintStream) open fun printStackTrace(p0: PrintWriter) |
setStackTrace | open fun setStackTrace(p0: Array<StackTraceElement>) |