Table of Contents

Class ErrorGroups.Common

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Common errors.

public static class ErrorGroups.Common
Inheritance
ErrorGroups.Common
Inherited Members

Fields

ComponentNotStarted

ComponentNotStarted error.

public const int ComponentNotStarted = 65538

Field Value

int

CursorAlreadyClosed

CursorAlreadyClosed error.

public const int CursorAlreadyClosed = 65542

Field Value

int

ErrorPrefix

Common error prefix.

public const string ErrorPrefix = "IGN"

Field Value

string

GroupCode

Common group code.

public const short GroupCode = 1

Field Value

short

GroupName

Common group name.

public const string GroupName = "CMN"

Field Value

string

IllegalArgument

IllegalArgument error.

public const int IllegalArgument = 65539

Field Value

int

Internal

Internal error.

public const int Internal = 131071

Field Value

int

NodeLeft

NodeLeft error.

public const int NodeLeft = 65541

Field Value

int

NodeStopping

NodeStopping error.

public const int NodeStopping = 65537

Field Value

int

NullableValue

NullableValue error.

public const int NullableValue = 65545

Field Value

int

ResourceClosing

ResourceClosing error.

public const int ResourceClosing = 65543

Field Value

int

SslConfiguration

SslConfiguration error.

public const int SslConfiguration = 65540

Field Value

int

UserObjectSerialization

UserObjectSerialization error.

public const int UserObjectSerialization = 65544

Field Value

int