Enum StatusCode (2.0.0)

public enum StatusCode extends Enum<StatusCode>

Status code returned by various index operations.

Static Fields

NameDescription
CONCURRENT_TRANSACTION_ERROR

The last operation failed due to conflicting operations.

INTERNAL_ERROR

The last operation failed due to a internal backend error.

INVALID_REQUEST

The last operation failed due to invalid, user specified parameters.

OK

The last operation was successfully completed.

PERMISSION_DENIED_ERROR

The last operation failed due to user not having permission.

TIMEOUT_ERROR

The last operation failed to finish before its deadline.

TRANSIENT_ERROR

The last operation failed due to a transient backend error.

Static Methods

NameDescription
valueOf(String name)
values()