hoshimi
    Preparing search index...

    Interface LavalinkRestError

    The error for the REST.

    interface LavalinkRestError {
        error: string;
        message: string;
        path: string;
        status: number;
        timestamp: number;
        trace?: string;
    }
    Index

    Properties

    error: string

    The error for the REST.

    message: string

    The message for the REST.

    path: string

    The path for the REST.

    status: number

    The status for the REST.

    timestamp: number

    The timestamp for the REST.

    trace?: string

    The trace for the REST.