Contains detailed information about an error in a query response. More...
Properties | |
string? | Code [get] |
The error code when a query fails. | |
string? | Message [get] |
The detailed message describing the cause of the error. | |
object? | ConstraintFailures [get] |
The constraint failures that occurred during the query. | |
object? | Abort [get] |
The information about an abort operation within a transaction. | |
Contains detailed information about an error in a query response.
Definition at line 9 of file ErrorInfo.cs.
|
get |
The information about an abort operation within a transaction.
Definition at line 33 of file ErrorInfo.cs.
|
get |
The error code when a query fails.
Definition at line 15 of file ErrorInfo.cs.
|
get |
The constraint failures that occurred during the query.
Definition at line 27 of file ErrorInfo.cs.
|
get |
The detailed message describing the cause of the error.
Definition at line 21 of file ErrorInfo.cs.