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

HTTP 403 error. An exception thrown if FaunaDB responds with an HTTP 403 (Permission Denied). More...

Inheritance diagram for FaunaDB.Errors.PermissionDenied:
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 403 error. An exception thrown if FaunaDB responds with an HTTP 403 (Permission Denied).

HTTP 403 error.

Definition at line 62 of file FaunaException.cs.


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