AuthPromptErrorException
public final class AuthPromptErrorException
Thrown when an unrecoverable error has been encountered and authentication has stopped.
Summary
Public fields |
|
|---|---|
@Nullable Throwable |
|
final int |
An integer ID associated with the error. |
final @NonNull CharSequence |
A human-readable string that describes the error. |
@Nullable String |
|
Public constructors |
|
|---|---|
AuthPromptErrorException( |
|
Inherited methods |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
Public fields
errorMessage
@NonNull
public final @NonNull CharSequence errorMessage
A human-readable string that describes the error.
Public constructors
AuthPromptErrorException
public final AuthPromptErrorException(
int errorCode,
@NonNull CharSequence errorMessage
)
| Parameters | |
|---|---|
int errorCode |
An integer ID associated with the error. |
@NonNull CharSequence errorMessage |
A human-readable string that describes the error. |