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

Improve connection error description. #164

Open
hsorby opened this issue Aug 25, 2017 · 1 comment
Open

Improve connection error description. #164

hsorby opened this issue Aug 25, 2017 · 1 comment
Labels
New feature Additional feature

Comments

@hsorby
Copy link
Contributor

hsorby commented Aug 25, 2017

The current description of an error in the connection element does not specify which connection it came from, for example currently we might have the following connection error description:

"Connection in model 'starwars' specifies 'Luke' as variable_1 but the corresponding component_1 is invalid."

But I think we should also have the name of the connection present in this message so the above error message could be improved to the following:

"Connection 'return_of_the_jedi' in model 'starwars' specifies 'Luke' as variable_1 but the corresponding component_1 is invalid."

@nickerso
Copy link
Contributor

connections don't have names, but the id could be used if specified, otherwise the two component names in addition to the two variable names is usually enough to narrow things down to a manageable set.

@MichaelClerx MichaelClerx added the New feature Additional feature label Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New feature Additional feature
Projects
None yet
Development

No branches or pull requests

3 participants