DbmsErrorCode - перечисление

Error code. Resolved from exception being thrown while executing SQL query.

Definition

Пространство имён: Tessa.Platform.Data
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public enum DbmsErrorCode

Члены

Unknown0 Error is undefined in this enumeration.
CommandTimeout1 Command has timed out.
UniqueViolation2 Unique integrity violation.
ConstraintViolation3 Constraint violation.
CommandCanceled4 Command is canceled either from server-side or via CancellationToken.
UndefinedFunction5 Function being called is undefined. PostgreSQL only.
InternalError6 Internal error. PostgreSQL only.

См. также