Fauna csharp driver  4.2.0
List of all members
FaunaDB.Errors.InternalError Class Reference

HTTP 500 error. An exception thrown if a HTTP 500 (Internal Server Error) occurs when making a request to FaunaDB. Such errors represent an internal failure within the database. More...

Inheritance diagram for FaunaDB.Errors.InternalError:
FaunaDB.Errors.FaunaException

Additional Inherited Members

- Protected Member Functions inherited from FaunaDB.Errors.FaunaException
 FaunaException (QueryErrorResponse response)
 
 FaunaException (string message)
 
- Properties inherited from FaunaDB.Errors.FaunaException
IReadOnlyList< QueryErrorErrors [get]
 List of all errors sent by the server. More...
 
int StatusCode [get]
 

Detailed Description

HTTP 500 error. An exception thrown if a HTTP 500 (Internal Server Error) occurs when making a request to FaunaDB. Such errors represent an internal failure within the database.

HTTP 500 error.

Definition at line 85 of file FaunaException.cs.


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