Fauna v10 .NET/C# Driver 1.0.1
 
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Fauna.Exceptions.ConstraintFailure Class Reference

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.
 

Detailed Description

A class representing a constraint failure from Fauna.

Definition at line 9 of file ConstraintFailure.cs.

Constructor & Destructor Documentation

◆ ConstraintFailure()

Fauna.Exceptions.ConstraintFailure.ConstraintFailure ( string  message,
string  name,
object?  paths[][] 
)

Initializes a new ConstraintFailure.

Parameters
messageThe message describing the constraint failure.
nameThe name of the constraint failure.
pathsThe paths for the constraint failure.

Definition at line 17 of file ConstraintFailure.cs.

Property Documentation

◆ Message

string Fauna.Exceptions.ConstraintFailure.Message
getset

The constraint failure message describing the specific check that failed.

Definition at line 28 of file ConstraintFailure.cs.

◆ Name

string Fauna.Exceptions.ConstraintFailure.Name
getset

The constraint failure name.

Definition at line 34 of file ConstraintFailure.cs.

◆ Paths

object? [][] Fauna.Exceptions.ConstraintFailure.Paths
getset

The constraint failure paths.

Definition at line 40 of file ConstraintFailure.cs.


The documentation for this class was generated from the following file: