UserCreationFailureReason
Represents the failure reason.
SDK_RESET_IN_PROGRESS
A user cannot be created while the SDK is being reset.
USER_CREATION_IN_PROGRESS
User creation is already in progress.
USER_ALREADY_EXISTS
A user already exists. There cannot be more than one Sentiance user at a time on the device. See Sentiance#userExists()
NETWORK_ERROR
A network error occurred.
SERVER_ERROR
A server error occurred.
UNEXPECTED_ERROR
An unexpected error occurred. Check the corresponding UserCreationError#getDetails()
for more info.
APP_SIDE_LINKING_FAILED
The application failed to complete the user linking step. See UserLinker
, UserLinkerAsync
Last updated