FirebaseAuthWebException
class FirebaseAuthWebException : FirebaseAuthException
| kotlin.Any | |||||
| ↳ | kotlin.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | com.google.firebase.FirebaseException | ||||
| ↳ | com.google.firebase.auth.FirebaseAuthException | ||||
| ↳ | com.google.firebase.auth.FirebaseAuthWebException |
Thrown when a web operation couldn't be completed.
This could happen in the following cases:
ERROR_WEB_CONTEXT_ALREADY_PRESENTEDthrown when another web operation is still in progress.ERROR_WEB_CONTEXT_CANCELEDthrown when the pending operation was canceled by the user.ERROR_WEB_STORAGE_UNSUPPORTEDthrown when the browser is not supported, or when 3rd party cookies or data are disabled in the browser.ERROR_WEB_INTERNAL_ERRORwhen there was a problem that occurred inside of the web widget that hosts the operation. Details should always accompany this message.
Resolve this exception by waiting for the in-progress operation to complete, or by asking the user to try signing-in via the web context again.
Summary
Public constructors |
|---|
FirebaseAuthWebException(errorCode: String, detailMessage: String)Default constructor. |
Inherited functions |
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Public constructors
FirebaseAuthWebException
FirebaseAuthWebException(errorCode: String, detailMessage: String)
Default constructor.