Class ErrorGroups.Table
Table errors.
public static class ErrorGroups.Table
- Inheritance
-
ErrorGroups.Table
- Inherited Members
Fields
ColumnAlreadyExists
ColumnAlreadyExists error.
public const int ColumnAlreadyExists = 131075
Field Value
ColumnNotFound
ColumnNotFound error.
public const int ColumnNotFound = 131076
Field Value
ErrorPrefix
Table error prefix.
public const string ErrorPrefix = "IGN"
Field Value
GroupCode
Table group code.
public const short GroupCode = 2
Field Value
GroupName
Table group name.
public const string GroupName = "TBL"
Field Value
SchemaVersionMismatch
SchemaVersionMismatch error.
public const int SchemaVersionMismatch = 131077
Field Value
TableAlreadyExists
TableAlreadyExists error.
public const int TableAlreadyExists = 131073
Field Value
TableNotFound
TableNotFound error.
public const int TableNotFound = 131074
Field Value
UnsupportedPartitionType
UnsupportedPartitionType error.
public const int UnsupportedPartitionType = 131078