Search Results for

    Show / Hide Table of Contents

    Interface IErrorResult

    An error result.

    Namespace: Color_Chan.Discord.Core.Results
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public interface IErrorResult

    Properties

    | Improve this Doc View Source

    ErrorMessage

    The message of the error.

    Declaration
    string ErrorMessage { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX