RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Interface ExceptionFields

    interface ExceptionFields {
        "exception.column_number"?: number;
        "exception.file.full"?: string;
        "exception.is_stack_trace_generated"?: boolean;
        "exception.is_stack_trace_wrapped"?: boolean;
        "exception.line_number"?: number;
        "exception.message": string;
        "exception.stack_trace"?: string;
        "exception.type"?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    "exception.column_number"?: number
    "exception.file.full"?: string
    "exception.is_stack_trace_generated"?: boolean
    "exception.is_stack_trace_wrapped"?: boolean
    "exception.line_number"?: number
    "exception.message": string
    "exception.stack_trace"?: string
    "exception.type"?: string