public enum StatusCode extends Enum<StatusCode>
Status code returned by various index operations.
Static Fields |
|
---|---|
Name | Description |
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 |
|
---|---|
Name | Description |
valueOf(String name) |
|
values() |