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