Enum ClientStatusCode
Client status codes (see StatusCode).
Namespace: Apache.Ignite.Core.Client
Assembly: Apache.Ignite.Core.dll
Syntax
public enum ClientStatusCode : int
Fields
Name | Description |
---|---|
AuthenticationFailed | Authentication failed. |
CacheDoesNotExist | Specified cache does not exist. |
CacheExists | Cache already exists. |
Fail | Operation failed (general-purpose code). |
InvalidNodeState | Invalid node state (node is stopping or not fully started). |
InvalidOpCode | Invalid request operation code. |
ResourceDoesNotExist | Resource does not exist. |
SecurityViolation | Authorization failure. |
Success | Operation succeeded. |
TooManyComputeTasks | Too many compute tasks (see MaxActiveComputeTasksPerConnection). |
TooManyCursors | Too many cursors (see MaxOpenCursorsPerConnection). |