hoshimi
    Preparing search index...

    Interface Exception

    The exception of the result.

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

    Properties

    cause: string

    The cause of the exception.

    causeStackTrace: string

    The cause stack trace of the exception.

    message: string

    The message of the exception.

    severity: Severity

    The severity of the exception.