dafreels / metalus-api

Provides a set of APIs and a UI for working with the Metalus library
4 stars 12 forks source link

Display pipeline step id in error dialog #104

Open djfreels opened 3 years ago

djfreels commented 3 years ago

When using the pipeline editor, errors with the current pipeline will print the steps location in an array like the following: pipeline steps[12]: should have required property 'displayName'. Changing this message to include the step id would be a huge increase in usability of the error feature, so something like this: pipeline step MyStepId: should have required property 'displayName'.