1using System.Text.Json.Serialization;
14 [JsonPropertyName(Error_CodeFieldName)]
15 public string?
Code {
get; init; }
20 [JsonPropertyName(Error_MessageFieldName)]
26 [JsonPropertyName(Error_ConstraintFailuresFieldName)]
32 [JsonPropertyName(Error_AbortFieldName)]
33 public object?
Abort {
get; init; }
Contains detailed information about an error in a query response.
object? Abort
The information about an abort operation within a transaction.
object? ConstraintFailures
The constraint failures that occurred during the query.
string? Message
The detailed message describing the cause of the error.
string? Code
The error code when a query fails.