| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.firebase.remoteconfig.RemoteConfigErrorCode | |
Error codes that can be raised by the Remote Config APIs.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RemoteConfigErrorCode | ALREADY_EXISTS | The resource that a client tried to create already exists. | |||||||||
| RemoteConfigErrorCode | FAILED_PRECONDITION | Request cannot be executed in the current system state, such as deleting a non-empty directory. | |||||||||
| RemoteConfigErrorCode | INTERNAL | Internal server error. | |||||||||
| RemoteConfigErrorCode | INVALID_ARGUMENT | One or more arguments specified in the request were invalid. | |||||||||
| RemoteConfigErrorCode | UNAUTHENTICATED | User is not authenticated. | |||||||||
| RemoteConfigErrorCode | VALIDATION_ERROR | Failed to validate Remote Config data. | |||||||||
| RemoteConfigErrorCode | VERSION_MISMATCH | The current version specified in an update request did not match the actual version in the database. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static RemoteConfigErrorCode | valueOf(String name) | ||||||||||
| final static RemoteConfigErrorCode[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The resource that a client tried to create already exists.
Request cannot be executed in the current system state, such as deleting a non-empty directory.
One or more arguments specified in the request were invalid.
The current version specified in an update request did not match the actual version in the database.