Fauna v10 .NET/C# Driver 0.2.0-beta
 
Loading...
Searching...
No Matches
Fauna.ErrorInfo Struct Reference

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.
 

Detailed Description

Contains detailed information about an error in a query response.

Definition at line 9 of file ErrorInfo.cs.

Property Documentation

◆ Abort

object? Fauna.ErrorInfo.Abort
get

The information about an abort operation within a transaction.

Definition at line 33 of file ErrorInfo.cs.

◆ Code

string? Fauna.ErrorInfo.Code
get

The error code when a query fails.

Definition at line 15 of file ErrorInfo.cs.

◆ ConstraintFailures

object? Fauna.ErrorInfo.ConstraintFailures
get

The constraint failures that occurred during the query.

Definition at line 27 of file ErrorInfo.cs.

◆ Message

string? Fauna.ErrorInfo.Message
get

The detailed message describing the cause of the error.

Definition at line 21 of file ErrorInfo.cs.


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