23 : base(message, failure)
Represents a failed query response.
ConstraintFailure?[] ConstraintFailures
The constraint failures, if any. Only present for the constraint_failure error code.
Represents an exception that occurs when constraints are violated in a query. This exception captures...
ConstraintFailure?[] ConstraintFailures
The constraint failures related to the exception.
ConstraintFailureException(string message, QueryFailure failure)
Initializes a new instance of the ConstraintFailureException class with a specified error message and...
A class representing a constraint failure from Fauna.
Represents an exception related to Fauna service errors, particularly for query failures.