Skip to main content

Interface: HandlerExecutionFailure

Defined in: electron/services/ipc/internal/ipcHandlerExecution.ts:28

Failure result from executing an IPC handler.

Properties

duration

readonly duration: number;

Defined in: electron/services/ipc/internal/ipcHandlerExecution.ts:29


errorMessage

readonly errorMessage: string;

Defined in: electron/services/ipc/internal/ipcHandlerExecution.ts:30


outcome

readonly outcome: "error";

Defined in: electron/services/ipc/internal/ipcHandlerExecution.ts:31