Search Results for

    Show / Hide Table of Contents

    Interface IHttpErrorResult

    A HTTP error result.

    Inherited Members
    IErrorResult.ErrorMessage
    Namespace: Color_Chan.Discord.Rest.Results
    Assembly: Color-Chan.Discord.Rest.dll
    Syntax
    public interface IHttpErrorResult : IErrorResult

    Properties

    | Improve this Doc View Source

    StatusCode

    The HttpStatusCode of the response.

    Declaration
    HttpStatusCode StatusCode { get; }
    Property Value
    Type Description
    HttpStatusCode
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX