Fauna csharp driver  4.2.0
Public Member Functions | List of all members
FaunaDB.Errors.NotFound Class Reference

HTTP 404 error. An exception thrown if a HTTP 404 (Not Found) is returned from FaunaDB. More...

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

Public Member Functions

 NotFound (QueryErrorResponse response)
 

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 404 error. An exception thrown if a HTTP 404 (Not Found) is returned from FaunaDB.

HTTP 404 error.

Definition at line 73 of file FaunaException.cs.

Constructor & Destructor Documentation

◆ NotFound()

FaunaDB.Errors.NotFound.NotFound ( QueryErrorResponse  response)

Definition at line 75 of file FaunaException.cs.


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