block-failed

An event that is emitted when a block fails for some reason

Name block-failed
Type Interface
Path packages/blocks/src/types/hass-blocks-event.ts

Properties

Name Type Description
error Error The original error object
message string The message that explains why the block failed
parent SerialisedBlock The parent block (often this will be the automation that triggered the block execution)
type string The type of block that failed