Discord.https - v3.0.16
    Preparing search index...

    Interface RESTError

    interface RESTError {
        code: number;
        errors?: RESTErrorData;
        message: string;
    }
    Index

    Properties

    Properties

    code: number
    errors?: RESTErrorData
    message: string