You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Fail Processoredit
Raises an exception. This is useful for when you expect a pipeline to fail and want to relay a specific message to the requester.
Table 18. Fail Options
| Name | Required | Default | Description |
|---|---|---|---|
| yes | - | The error message of the |
{
"fail": {
"message": "an error message"
}
}