add support for expandable error message (#33189)

This commit is contained in:
Vicky Lee
2021-04-23 10:37:47 +01:00
committed by GitHub
parent 3bae330286
commit 99a04ed612
3 changed files with 19 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ export enum HealthStatus {
* plugin.
*
* If the 'message' key exists, this will be displayed in the error message in DataSourceSettingsPage
* If the 'verboseMessage' key exists, this will be displayed in the expandable details in the error message in DataSourceSettingsPage
*
* @public
*/