mify.error.handle
Node ID: mify.error.handle
Category: resilience
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
input | object | Input to pass through if no error |
data | object | Data alias for input |
error | object | Error from upstream node |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
handled | boolean | Whether an error was handled |
result | object | Result or fallback value |
errorMessage | string | Error message if handled |
error | object | Original error if handled |