Fauna v10 .NET/C# Driver
1.0.0
Loading...
Searching...
No Matches
repo.git
Fauna
Exceptions
AuthorizationException.cs
Go to the documentation of this file.
1
using
Fauna.Core
;
2
3
namespace
Fauna.Exceptions
;
4
9
public
class
AuthorizationException
:
ServiceException
10
{
16
public
AuthorizationException
(
string
message,
QueryFailure
failure) : base(message, failure)
17
{
18
}
19
}
Fauna.Core.QueryFailure
Represents a failed query response.
Definition
QueryResponse.cs:164
Fauna.Exceptions.AuthorizationException
Represents an exception thrown when access to a resource is not allowed. Corresponds to the 'forbidde...
Definition
AuthorizationException.cs:10
Fauna.Exceptions.AuthorizationException.AuthorizationException
AuthorizationException(string message, QueryFailure failure)
Initializes a new instance of the AuthorizationException class with a specified error message and que...
Definition
AuthorizationException.cs:16
Fauna.Exceptions.ServiceException
Represents an exception related to Fauna service errors, particularly for query failures.
Definition
ServiceException.cs:10
Fauna.Core
Definition
Connection.cs:13
Fauna.Exceptions
Definition
AbortException.cs:5
Generated by
1.9.8