Class RequestFailedException
Thrown when an api request is denied. Check the StatusCode and Content properties for information returned by the api.
Inheritance
System.Object
RequestFailedException
Namespace: FFT.Binance
Assembly: FFT.Binance.dll
Syntax
public class RequestFailedException : Exception
Properties
| Improve this Doc View SourceContent
The deserialized json content of the reponse that denied the request.
Declaration
public JsonElement Content { get; }
Property Value
| Type | Description |
|---|---|
| JsonElement |
StatusCode
The status code contained in the response that denied the request.
Declaration
public HttpStatusCode StatusCode { get; }
Property Value
| Type | Description |
|---|---|
| HttpStatusCode |