PjMitchell / ConfigServer

Provides a way of defining configuration so that it can be managed with a GUI and served to required services
MIT License
7 stars 8 forks source link

Error handling #176

Open ben-said opened 5 years ago

ben-said commented 5 years ago

Currently, when I upload a new template to the Config store, if the template is invalid, the system fails silently. It would be very useful to have a message that indicates what the problem might be, e.g. incorrect schema, invalid data types, etc.

ben-said commented 5 years ago

When uploading config, on config editor, I would like the uploader to populate the fields that it can, and provide error messaging for the fields that are either in an incorrect format, or missing.