Table of Contents

Class ErrorGroups.Table

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Table errors.

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

Fields

ColumnAlreadyExists

ColumnAlreadyExists error.

public const int ColumnAlreadyExists = 131075

Field Value

int

ColumnNotFound

ColumnNotFound error.

public const int ColumnNotFound = 131076

Field Value

int

ErrorPrefix

Table error prefix.

public const string ErrorPrefix = "IGN"

Field Value

string

GroupCode

Table group code.

public const short GroupCode = 2

Field Value

short

GroupName

Table group name.

public const string GroupName = "TBL"

Field Value

string

SchemaVersionMismatch

SchemaVersionMismatch error.

public const int SchemaVersionMismatch = 131077

Field Value

int

TableAlreadyExists

TableAlreadyExists error.

public const int TableAlreadyExists = 131073

Field Value

int

TableNotFound

TableNotFound error.

public const int TableNotFound = 131074

Field Value

int

UnsupportedPartitionType

UnsupportedPartitionType error.

public const int UnsupportedPartitionType = 131078

Field Value

int