Documill Dynamo
Breadcrumbs

error

A logic command that produces an error. This is the same kind of error that any command produces when it can't operate properly due to an undefined attribute, invalid attribute value or such. The error will be displayed in the UI and should this command be in a Step with an error-handling route, the evaluation process will move onto that route.

Attributes

message



Required

Value type

EL-evaluated

No

String

Yes

Defines the error message.

Examples

As this command will contains the message attribute, which defines the error description. This message is shown in the UI to help users understand and resolve the issue.

image-20241219-200226.png

<error message="The specified Dynamo document with ID could not be found.">