Skip to main content

Interface: HandlerExecutionFailure

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

Failure result from executing an IPC handler.

Properties

duration

readonly duration: number

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


errorMessage

readonly errorMessage: string

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


outcome

readonly outcome: "error"

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