Enum ClientStatusCode
Client status codes (see StatusCode).
Namespace: Apache.Ignite.Core.Client
Assembly: Apache.Ignite.Core.dll
Syntax
public enum ClientStatusCode
Fields
| Name | Description |
|---|---|
| AuthenticationFailed | Authentication failed. |
| CacheDoesNotExist | Specified cache does not exist. |
| CacheExists | Cache already exists. |
| Fail | Operation failed (general-purpose code). |
| InvalidOpCode | Invalid request operation code. |
| SecurityViolation | Authorization failure. |
| Success | Operation succeeded. |
| TooManyCursors | The too many cursors (see MaxOpenCursorsPerConnection). |