alexZaicev / Performance_Reporting

0 stars 0 forks source link

Inform user of invalid configuration #36

Open alexZaicev opened 4 years ago

alexZaicev commented 4 years ago

Upon application start up, configuration is loaded and validated against the schema. Currently, if an error exists, application throws an error and breaks.

Ideally, it should validate the configuration and if error exist, show error message dialog to the user.