Table of Contents

Class ErrorGroups.Index

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Index errors.

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

Fields

ErrorPrefix

Index error prefix.

public const string ErrorPrefix = "IGN"

Field Value

string

GroupCode

Index group code.

public const short GroupCode = 6

Field Value

short

GroupName

Index group name.

public const string GroupName = "IDX"

Field Value

string

IndexAlreadyExists

IndexAlreadyExists error.

public const int IndexAlreadyExists = 393218

Field Value

int

IndexNotFound

IndexNotFound error.

public const int IndexNotFound = 393217

Field Value

int