SigningRegistrationErrorCode

# SigningRegistrationErrorCode


enum SigningRegistrationErrorCode : Enum<SigningRegistrationErrorCode> , MIRACLErrorCode

An enumeration that describes signing registration issues.

# Entries

FAIL
FAIL()
Failed to register for signing.
FAIL_UPDATE_USER
FAIL_UPDATE_USER()
Registration failed because the user could not be updated.
FAIL_UPDATE_IDENTITY
FAIL_UPDATE_IDENTITY()
Registration failed because the identity could not be updated.
FAIL_SAVE_IDENTITY
FAIL_SAVE_IDENTITY()
Registration failed because the identity could not be saved.
INVALID_SIGNING_CLIENT_TOKEN
INVALID_SIGNING_CLIENT_TOKEN()
Invalid client token for signing.
INVALID_SIGNING_CLIENT_2_SECRET_RESPONSE
INVALID_SIGNING_CLIENT_2_SECRET_RESPONSE()
Invalid signing client secret 2 response.
INVALID_SIGNING_CLIENT_1_SECRET_RESPONSE
INVALID_SIGNING_CLIENT_1_SECRET_RESPONSE()
Invalid signing client secret 1 response.
UNSUPPORTED_ELLIPTIC_CURVE
UNSUPPORTED_ELLIPTIC_CURVE()
Unsupported elliptic curve.
INVALID_CRYPTO_VALUE
INVALID_CRYPTO_VALUE()
Invalid crypto value.
EMPTY_AUTHENTICATION_RESPONSE
EMPTY_AUTHENTICATION_RESPONSE()
Empty token from authentication response.
FAIL_GET_AUTHENTICATION_IDENTITY
FAIL_GET_AUTHENTICATION_IDENTITY()
Registration failed because could not get user’s authentication identity from the storage.
FAIL_EMPTY_DEVICE_NAME
FAIL_EMPTY_DEVICE_NAME()
Empty device name.
FAIL_REVOKED_USER
FAIL_REVOKED_USER()
Signing registration failed because user is revoked.
EMPTY_IDENTITY
EMPTY_IDENTITY()
Empty identity.
EMPTY_USER_ID
EMPTY_USER_ID()
Empty user ID.

# Properties

Name Summary
name
val name: String
ordinal
val ordinal: Int