Fauna csharp driver  4.2.0
Protected 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.BadRequest FaunaDB.Errors.InternalError FaunaDB.Errors.NotFound FaunaDB.Errors.PermissionDenied FaunaDB.Errors.StreamingException FaunaDB.Errors.Unauthorized FaunaDB.Errors.UnavailableError FaunaDB.Errors.UnknowException

Protected Member Functions

 FaunaException (QueryErrorResponse response)
 
 FaunaException (string message)
 

Properties

IReadOnlyList< QueryErrorErrors [get]
 List of all errors sent by the server. More...
 
int StatusCode [get]
 

Detailed Description

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

.

Definition at line 11 of file FaunaException.cs.

Constructor & Destructor Documentation

◆ FaunaException() [1/2]

FaunaDB.Errors.FaunaException.FaunaException ( QueryErrorResponse  response)
protected

Definition at line 24 of file FaunaException.cs.

◆ FaunaException() [2/2]

FaunaDB.Errors.FaunaException.FaunaException ( string  message)
protected

Definition at line 29 of file FaunaException.cs.

Property Documentation

◆ Errors

IReadOnlyList<QueryError> FaunaDB.Errors.FaunaException.Errors
get

List of all errors sent by the server.

Definition at line 18 of file FaunaException.cs.

◆ StatusCode

int FaunaDB.Errors.FaunaException.StatusCode
get

Definition at line 21 of file FaunaException.cs.


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