A class representing a constraint failure from Fauna. More...
Public Member Functions | |
| ConstraintFailure (string message, string name, object[][]? paths) | |
| Initializes a new ConstraintFailure. | |
Properties | |
| string | Message [get, set] |
| The constraint failure message describing the specific check that failed. | |
| string | Name [get, set] |
| The constraint failure name. | |
| object?[][] | Paths [get, set] |
| The constraint failure paths. | |
A class representing a constraint failure from Fauna.
Definition at line 9 of file ConstraintFailure.cs.
| Fauna.Exceptions.ConstraintFailure.ConstraintFailure | ( | string | message, |
| string | name, | ||
| object? | paths[][] | ||
| ) |
Initializes a new ConstraintFailure.
| message | The message describing the constraint failure. |
| name | The name of the constraint failure. |
| paths | The paths for the constraint failure. |
Definition at line 17 of file ConstraintFailure.cs.
|
getset |
The constraint failure message describing the specific check that failed.
Definition at line 28 of file ConstraintFailure.cs.
|
getset |
The constraint failure name.
Definition at line 34 of file ConstraintFailure.cs.
|
getset |
The constraint failure paths.
Definition at line 40 of file ConstraintFailure.cs.