Show / Hide Table of Contents

    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).

    Back to top © 2015 - 2018 The Apache Software Foundation