| Enum | Description |
|---|---|
| FirebaseRuntimeException.ErrorCode |
Enum describing the different errors that can occur within this library.
|
| Exception | Description |
|---|---|
| FirebaseAccessException |
Exception thrown if the operation on a Firebase reference was not permitted
under the current security rules.
|
| FirebaseAuthenticationExpiredException |
Created by jfischer on 2016-05-06.
|
| FirebaseInvalidStateException |
Created by jfischer on 2016-05-08.
|
| FirebaseRestException |
A request to Firebase's REST API failed with an unexpected status code.
|
| FirebaseRuntimeException |
Base exception of all Firebase related exceptions thrown by this API.
|