FirebaseFunctionsException

class FirebaseFunctionsException : 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 properties

FirebaseFunctionsException.Code

Gets the error code for the operation that failed.

Any?

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

Inherited properties

From kotlin.Throwable

Public properties

code

val codeFirebaseFunctionsException.Code

Gets the error code for the operation that failed.

Returns
FirebaseFunctionsException.Code

the code for the FirebaseFunctionsException

details

val detailsAny?

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

Returns
Any?

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