ResetFailureReason
Represents the failure reason.
SDK_INIT_IN_PROGRESS
SDK initialization is in progress. Resetting at this time is not allowed.
USER_ALREADY_LINKED
SDK reset is already in progress.
EXCEPTION_OR_ERROR
An exception or an error occurred during reset. See the corresponding throwable
inside ResetError#getException().
Last updated