Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial error handling implementation (#431)
* Added ClientError class * Rebase client.request on generics * Added error state to client's response * Added Error dialog * Added error to application state * Catch errors in the application component * Activated error dialog * Added error state/dialog to controllers * Impelment error handling for chart * Implement error handling in file store * Error handling in metadata * Error handling in table * Error handling in text * Fixed metadata resource dialog * Exposed Error Dialog * fixed cors for errors * Removed dialog duplication * Fixed formatting
- Loading branch information