Errors

Errors can occur during validation, debugging, or normal execution of the deployed scenario. However, error messages are presented in different formats.

Error during validation
Error during debugging
Error during execution in forms

Not only forms of error presentation differ, but also amount of additional information.

Validation
Debugging
Forms
  • Error message

  • “Go to line” button opens code editor at the line causing the error

  • Error message

  • Variable values at which the error occurred

  • Error message

Last updated