Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What kind of Errors to display on Application? #25

Open
jrmartin opened this issue May 11, 2022 · 0 comments
Open

What kind of Errors to display on Application? #25

jrmartin opened this issue May 11, 2022 · 0 comments
Assignees
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@jrmartin
Copy link
Collaborator

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?
@jrmartin jrmartin added help wanted Extra attention is needed question Further information is requested labels May 11, 2022
@zsinnema zsinnema transferred this issue from MetaCell/PsyNeuLinkViewSource Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants