public class FirebaseFunctionsException extends FirebaseException
The class for all Exceptions thrown by FirebaseFunctions.
Nested Class Summary
enum | FirebaseFunctionsException.Code | The set of error status codes that can be returned from a Callable HTTPS tigger. |
Public Method Summary
FirebaseFunctionsException.Code |
getCode()
Gets the error code for the operation that failed.
|
Object |
getDetails()
Gets the details object, if one was included in the error response.
|
Inherited Method Summary
Public Methods
public FirebaseFunctionsException.Code getCode ()
Gets the error code for the operation that failed.
Returns
- the code for the FirebaseFunctionsException
public Object getDetails ()
Gets the details object, if one was included in the error response.
Returns
- the object included in the "details" field of the response.