interface ExecutionError {
    current_inputs: any;
    current_outputs: any[];
    exception_message: string;
    exception_type: string;
    executed: string[];
    node_id: string;
    node_type: string;
    prompt_id: string;
    traceback: string;
}

Properties

current_inputs: any
current_outputs: any[]
exception_message: string
exception_type: string
executed: string[]
node_id: string
node_type: string
prompt_id: string
traceback: string