Interface ProcessErrorEvent

Data emitted when a process has failed to start.

interface ProcessErrorEvent {
    code: string;
}

Hierarchy

  • Error
    • ProcessErrorEvent

Properties

Properties

code: string

An errno-like error string (e.g. ENOENT).