A class of exceptions thrown by Cloud Firestore.
| enum | FirebaseFirestoreException.Code | The set of Cloud Firestore status codes. | |
|
FirebaseFirestoreException(String detailMessage, FirebaseFirestoreException.Code code, Throwable cause)
|
| FirebaseFirestoreException.Code |
getCode()
Gets the error code for the Cloud Firestore operation that failed.
|
| detailMessage | |
|---|---|
| code |
| detailMessage | |
|---|---|
| code | |
| cause |
Gets the error code for the Cloud Firestore operation that failed.
FirebaseFirestoreException.