Interface IHttpErrorResult
A HTTP error result.
Inherited Members
Namespace: Color_Chan.Discord.Rest.Results
Assembly: Color-Chan.Discord.Rest.dll
Syntax
public interface IHttpErrorResult : IErrorResult
Properties
| Improve this Doc View SourceStatusCode
The HttpStatusCode of the response.
Declaration
HttpStatusCode StatusCode { get; }
Property Value
Type | Description |
---|---|
HttpStatusCode |