Table of Contents

Class ErrorGroups.Network

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Network errors.

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

Fields

AddressUnresolved

AddressUnresolved error.

public const int AddressUnresolved = 720902

Field Value

int

Bind

Bind error.

public const int Bind = 720898

Field Value

int

ErrorPrefix

Network error prefix.

public const string ErrorPrefix = "IGN"

Field Value

string

FileTransfer

FileTransfer error.

public const int FileTransfer = 720899

Field Value

int

FileValidation

FileValidation error.

public const int FileValidation = 720900

Field Value

int

GroupCode

Network group code.

public const short GroupCode = 11

Field Value

short

GroupName

Network group name.

public const string GroupName = "NETWORK"

Field Value

string

PortInUse

PortInUse is obsolete. Use Bind instead.

[Obsolete]
public const int PortInUse = 720898

Field Value

int

RecipientLeft

RecipientLeft error.

public const int RecipientLeft = 720901

Field Value

int

UnresolvableConsistentId

UnresolvableConsistentId error.

public const int UnresolvableConsistentId = 720897

Field Value

int