Represents the base exception class for all exceptions specific to Fauna interactions.
Represents an exception that occurs when a request fails due to a network issue.
HttpStatusCode StatusCode
The HTTP status code associated with the ProtocolException.
NetworkException(string message, HttpStatusCode statusCode, string body)
Initializes a new instance of the NetworkException class.
string ResponseBody
The response body that caused the ProtocolException to be thrown.