Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.

This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-dotnet.

For more information, see the v4 end of life (EOL) announcement and related FAQ.

Fauna csharp driver  5.0.0-preview
Public Member Functions | Properties | List of all members
FaunaDB.Errors.FaunaException Class Reference

Error returned by the FaunaDB server. For documentation of error types, see the docs. More...

Inheritance diagram for FaunaDB.Errors.FaunaException:
FaunaDB.Errors.AuthenticationFailedException FaunaDB.Errors.FeatureNotAvailableException FaunaDB.Errors.FunctionCallException FaunaDB.Errors.InstanceAlreadyExistsException FaunaDB.Errors.InstanceNotFoundException FaunaDB.Errors.InstanceNotUniqueException FaunaDB.Errors.InvalidArgumentException FaunaDB.Errors.InvalidExpressionException FaunaDB.Errors.InvalidRefException FaunaDB.Errors.InvalidTokenException FaunaDB.Errors.InvalidUrlParameterException FaunaDB.Errors.InvalidWriteTimeException FaunaDB.Errors.MissingIdentityException FaunaDB.Errors.PermissionDeniedException FaunaDB.Errors.StackOverflowException FaunaDB.Errors.StreamingException FaunaDB.Errors.TransactionAbortedException FaunaDB.Errors.UnauthorizedException FaunaDB.Errors.UnknownException FaunaDB.Errors.ValidationFailedException FaunaDB.Errors.ValueNotFoundException

Public Member Functions

 FaunaException (int httpStatusCode, string code, string message, string[] position)
 

Properties

int HttpStatusCode [get]
 Server http error code More...
 
string Code [get]
 Server error code More...
 
IReadOnlyList< string > Position [get]
 Array of errors sent by the server. More...
 

Detailed Description

Error returned by the FaunaDB server. For documentation of error types, see the docs

.

Definition at line 10 of file FaunaException.cs.

Constructor & Destructor Documentation

◆ FaunaException()

FaunaDB.Errors.FaunaException.FaunaException ( int  httpStatusCode,
string  code,
string  message,
string[]  position 
)

Definition at line 27 of file FaunaException.cs.

Property Documentation

◆ Code

string FaunaDB.Errors.FaunaException.Code
get

Server error code

Definition at line 20 of file FaunaException.cs.

◆ HttpStatusCode

int FaunaDB.Errors.FaunaException.HttpStatusCode
get

Server http error code

Definition at line 15 of file FaunaException.cs.

◆ Position

IReadOnlyList<string> FaunaDB.Errors.FaunaException.Position
get

Array of errors sent by the server.

Definition at line 25 of file FaunaException.cs.


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