You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One requirement of the application, is to display errors. There are two types of errors; global errors and component errors.
Global Errors:
These are general errors that are not component specific. For example, if the user edits the script and makes a syntax mistake, there will be an error with the execution of the script. This will be a global error.
Component Errors:
These are errors for specific components. If the user enters wrong parameter for a composition, and it fails during execution, this will give us a specific error for the component. Component errors get display on the component.
Questions:
Which components will get errors? Are Ports for example going to have errors?
How and when do errors happen?
The text was updated successfully, but these errors were encountered:
One requirement of the application, is to display errors. There are two types of errors; global errors and component errors.
Global Errors:
Component Errors:
Questions:
The text was updated successfully, but these errors were encountered: