Interface OnUnhandledErrorInfo

interface OnUnhandledErrorInfo {
    error: unknown;
    kind?: UnhandledErrorKind;
    source?: string;
}

Properties

Properties

error: unknown
source?: string