UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 258 B
import { UnexpectedError } from 'n8n-workflow'; import type { AgentExecutionLogRef } from './agent-execution-log-store'; export declare class AgentExecutionLogWriteError extends UnexpectedError { constructor(ref: AgentExecutionLogRef, cause: unknown); }