Table of Contents

Class ErrorGroups.Marshalling

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Marshalling errors.

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

Fields

Common

Common error.

public const int Common = 1441793

Field Value

int

ErrorPrefix

Marshalling error prefix.

public const string ErrorPrefix = "IGN"

Field Value

string

GroupCode

Marshalling group code.

public const short GroupCode = 22

Field Value

short

GroupName

Marshalling group name.

public const string GroupName = "MARSHALLING"

Field Value

string

Unmarshalling

Unmarshalling error.

public const int Unmarshalling = 1441795

Field Value

int

UnsupportedObjectType

UnsupportedObjectType error.

public const int UnsupportedObjectType = 1441794

Field Value

int