RemoteConfigErrorCode

public final enum RemoteConfigErrorCode extends Enum<E extends Enum<E>>

Error codes that can be raised by the Remote Config APIs.

Inherited Method Summary

Enum Values

public static final RemoteConfigErrorCode ALREADY_EXISTS

The resource that a client tried to create already exists.

public static final RemoteConfigErrorCode FAILED_PRECONDITION

Request cannot be executed in the current system state, such as deleting a non-empty directory.

public static final RemoteConfigErrorCode INTERNAL

Internal server error.

public static final RemoteConfigErrorCode INVALID_ARGUMENT

One or more arguments specified in the request were invalid.

public static final RemoteConfigErrorCode UNAUTHENTICATED

User is not authenticated.

public static final RemoteConfigErrorCode VALIDATION_ERROR

Failed to validate Remote Config data.

public static final RemoteConfigErrorCode VERSION_MISMATCH

The current version specified in an update request did not match the actual version in the database.