OnFailureListener

Kotlin|Java

public interfaceOnFailureListener


Listener called when aTask fails with an exception.

Summary

Public methods

abstract void

Called when the Task fails with an exception.

Public methods

onFailure

abstract void onFailure(@NonNullException e)

Called when the Task fails with an exception.

Parameters
@NonNullException e

the exception that caused the Task to fail. Never null

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.