Skip to main content

Interface: HandlerExecutionFailure

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

Failure result from executing an IPC handler.

Properties

duration

readonly duration: number

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


errorMessage

readonly errorMessage: string

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


outcome

readonly outcome: "error"

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