An event emitted when a resource operation fails. Typically a DiagnosticEvent is emitted before this event, indicating the root cause of the error.

interface ResOpFailedEvent {
    metadata: StepEventMetadata;
    status: number;
    steps: number;
}

Properties

Properties

Metadata for the event.

status: number
steps: number

Generated using TypeDoc