Class ErrorGroups.Sql
Sql errors.
public static class ErrorGroups.Sql
- Inheritance
-
ErrorGroups.Sql
- Inherited Members
Fields
ConstraintViolation
ConstraintViolation error.
public const int ConstraintViolation = 262149
Field Value
ErrorPrefix
Sql error prefix.
public const string ErrorPrefix = "IGN"
Field Value
ExecutionCancelled
ExecutionCancelled error.
public const int ExecutionCancelled = 262150
Field Value
GroupCode
Sql group code.
public const short GroupCode = 4
Field Value
GroupName
Sql group name.
public const string GroupName = "SQL"
Field Value
Mapping
Mapping error.
public const int Mapping = 262152
Field Value
QueryNoResultSet
QueryNoResultSet error.
public const int QueryNoResultSet = 262145
Field Value
Runtime
Runtime error.
public const int Runtime = 262151
Field Value
SchemaNotFound
SchemaNotFound error.
public const int SchemaNotFound = 262146
Field Value
StmtParse
StmtParse error.
public const int StmtParse = 262147
Field Value
StmtValidation
StmtValidation error.
public const int StmtValidation = 262148
Field Value
TxControlInsideExternalTx
TxControlInsideExternalTx error.
public const int TxControlInsideExternalTx = 262153