DbmsErrorCode - перечисление
Error code. Resolved from exception being thrown while executing SQL query.
Пространство имён: Tessa.Platform.DataСборка: Tessa (в Tessa.dll) Версия: 3.6.0.24
public enum DbmsErrorCode
Public Enumeration DbmsErrorCode
public enum class DbmsErrorCode
| Unknown | 0 |
Error is undefined in this enumeration.
|
| CommandTimeout | 1 |
Command has timed out.
|
| UniqueViolation | 2 |
Unique integrity violation.
|
| ConstraintViolation | 3 |
Constraint violation.
|
| CommandCanceled | 4 |
Command is canceled either from server-side or via CancellationToken.
|
| UndefinedFunction | 5 |
Function being called is undefined. PostgreSQL only.
|
| InternalError | 6 |
Internal error. PostgreSQL only.
|