MeMesh API Documentation - v2.8.10
    Preparing search index...

    Interface ErrorEvent

    Error event (sanitized)

    interface ErrorEvent {
        anonymous_id: string;
        timestamp: string;
        sdk_version: string;
        node_version: string;
        os_platform: string;
        event: "error";
        error_type: string;
        error_category: string;
        component: string;
        stack_trace_hash?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    anonymous_id: string
    timestamp: string
    sdk_version: string
    node_version: string
    os_platform: string
    event: "error"
    error_type: string
    error_category: string
    component: string
    stack_trace_hash?: string