Table of Contents

Class ErrorGroups.Embedded

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Embedded errors.

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

Fields

ClusterInitFailed

ClusterInitFailed error.

public const int ClusterInitFailed = 1376258

Field Value

int

ClusterNotInitialized

ClusterNotInitialized error.

public const int ClusterNotInitialized = 1376257

Field Value

int

ErrorPrefix

Embedded error prefix.

public const string ErrorPrefix = "IGN"

Field Value

string

GroupCode

Embedded group code.

public const short GroupCode = 21

Field Value

short

GroupName

Embedded group name.

public const string GroupName = "EMBEDDED"

Field Value

string

NodeNotStarted

NodeNotStarted error.

public const int NodeNotStarted = 1376259

Field Value

int

NodeStart

NodeStart error.

public const int NodeStart = 1376260

Field Value

int