Table of Contents

Class ErrorGroups.Storage

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Storage errors.

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

Fields

ErrorPrefix

Storage error prefix.

public const string ErrorPrefix = "IGN"

Field Value

string

GroupCode

Storage group code.

public const short GroupCode = 9

Field Value

short

GroupName

Storage group name.

public const string GroupName = "STORAGE"

Field Value

string

IndexNotBuilt

IndexNotBuilt error.

public const int IndexNotBuilt = 589825

Field Value

int

StorageCorrupted

StorageCorrupted error.

public const int StorageCorrupted = 589826

Field Value

int