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 | List of all members
FaunaDB.Errors.UnknownException Class Reference
Inheritance diagram for FaunaDB.Errors.UnknownException:
FaunaDB.Errors.FaunaException

Public Member Functions

 UnknownException (int httpStatusCode, string message, string[] position)
 
 UnknownException (string message)
 
- Public Member Functions inherited from FaunaDB.Errors.FaunaException
 FaunaException (int httpStatusCode, string code, string message, string[] position)
 

Additional Inherited Members

- Properties inherited from FaunaDB.Errors.FaunaException
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

Definition at line 135 of file FaunaException.cs.

Constructor & Destructor Documentation

◆ UnknownException() [1/2]

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

Definition at line 137 of file FaunaException.cs.

◆ UnknownException() [2/2]

FaunaDB.Errors.UnknownException.UnknownException ( string  message)

Definition at line 139 of file FaunaException.cs.


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