FirebaseFunctionsException

public final class FirebaseFunctionsException extends FirebaseException


The class for all Exceptions thrown by FirebaseFunctions.

Summary

Nested types

The set of error status codes that can be returned from a Callable HTTPS tigger.

Public fields

final @NonNull FirebaseFunctionsException.Code

Gets the error code for the operation that failed.

final Object

Gets the details object, if one was included in the error response.

Public fields

code

public final @NonNull FirebaseFunctionsException.Code code

Gets the error code for the operation that failed.

Returns
@NonNull FirebaseFunctionsException.Code

the code for the FirebaseFunctionsException

details

public final Object details

Gets the details object, if one was included in the error response.

Returns
Object

the object included in the "details" field of the response.