Discolink
    Preparing search index...

    Interface Exception

    interface Exception {
        message: string | null;
        severity: Severity;
        cause: string;
        causeStackTrace: string;
    }
    Index

    Properties

    message: string | null

    The message of the exception

    severity: Severity

    The severity of the exception

    cause: string

    The cause of the exception

    causeStackTrace: string

    The full stack trace of the cause