Fauna v10 .NET/C# Driver
1.0.0
Loading...
Searching...
No Matches
repo.git
Fauna
Exceptions
AuthenticationException.cs
Go to the documentation of this file.
1
using
Fauna.Core
;
2
3
namespace
Fauna.Exceptions
;
4
9
public
class
AuthenticationException
:
ServiceException
10
{
16
public
AuthenticationException
(
string
message,
QueryFailure
failure) : base(message, failure)
17
{
18
}
19
}
Fauna.Core.QueryFailure
Represents a failed query response.
Definition
QueryResponse.cs:164
Fauna.Exceptions.AuthenticationException
Represents an exception thrown when there is an authorization error in Fauna. Corresponds to the 'una...
Definition
AuthenticationException.cs:10
Fauna.Exceptions.AuthenticationException.AuthenticationException
AuthenticationException(string message, QueryFailure failure)
Initializes a new instance of the AuthenticationException class with a specified error message and qu...
Definition
AuthenticationException.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