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