ENUM
# RegistrationError
An enumeration that describes registration issues.
# Cases
# invalidUserId
User id is empty or nil.
# invalidDeviceName
Device name is empty or nil.
# invalidActivationToken
# invalidRegistrationResponse
# invalidSignatureResponse
Either first client secret share or dtas are empty or nil.
# unsupportedEllipticCurve
Curve returned by the platform is unsupported by this version of the SDK.
# invalidClientSecretResponse
The second client secret share is either empty or nil.
# invalidPin
Provided PIN code does not have a correct length or contains symbols other than digits.
# invalidClientSecret
Client secret is empty or nil.
# invalidClientToken
Client token is empty or nil.
# overrideDeletionError
Existing authentication user cannot be removed.
# invalidUserStorage
User Storage object is null or empty.
# invalidProjectId
Project id is empty.
# emptyIdentity
One or more of dtas
, token
or mpinId
properties of the identity are empty.