mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): handle enriched events
This commit is contained in:
@@ -116,7 +116,8 @@ export type InvocationErrorEvent = {
|
||||
node: BaseNode;
|
||||
source_node_id: string;
|
||||
error_type: string;
|
||||
error: string;
|
||||
error_message: string;
|
||||
error_traceback: string;
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -187,7 +188,9 @@ export type QueueItemStatusChangedEvent = {
|
||||
batch_id: string;
|
||||
session_id: string;
|
||||
status: components['schemas']['SessionQueueItemDTO']['status'];
|
||||
error: string | undefined;
|
||||
error_type?: string | null;
|
||||
error_message?: string | null;
|
||||
error_traceback?: string | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
started_at: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user