# SessionManagementErrorCode
enum SessionManagementErrorCode : Enum<SessionManagementErrorCode> , MIRACLErrorCode
An enumeration that describes issues with the session management.
# Entries
FAIL | FAIL() Session management failed for unknown reason |
FAIL_INVALID_RESPONSE | FAIL_INVALID_RESPONSE() Session management failed because of invalid server response |
FAIL_INVALID_SIGNING_SESSION_DETAILS | FAIL_INVALID_SIGNING_SESSION_DETAILS() Session id in SigningSessionDetails is empty or blank |
FAIL_INVALID_SESSION_DETAILS | FAIL_INVALID_SESSION_DETAILS() Access id in SessionDetails is empty or blank |
FAIL_INVALID_NOTIFICATION_PAYLOAD | FAIL_INVALID_NOTIFICATION_PAYLOAD() Could not find valid projectID, qrURL or userID in notification payload |
FAIL_INVALID_QR_CODE | FAIL_INVALID_QR_CODE() Could not find access id in QR Url |
FAIL_INVALID_APP_LINK | FAIL_INVALID_APP_LINK() Could not find access id in App Link |
# Properties
Name | Summary |
---|---|
name | val name: String |
ordinal | val ordinal: Int |