@discordx/lava-player
    Preparing search index...

    Interface Exception

    interface Exception {
        cause: string;
        message?: string;
        severity: ExceptionSeverity;
    }
    Index

    Properties

    cause: string

    The cause of the exception

    message?: string

    The message of the exception

    The severity of the exception