Interface PluginErrorDoc

interface PluginErrorDoc {
    _docId: string;
    _id?: string;
    context?: Record<string, any>;
    error: string;
    pluginId: string;
    timestamp: number;
}

Properties

_docId: string
_id?: string
context?: Record<string, any>
error: string
pluginId: string
timestamp: number
MMNEPVFCICPMFPCPTTAAATR