PluginError interface
Describes error returned from Grafana plugins API call
Signature
export interface PluginError
Import
import { PluginError } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
errorCode | PluginErrorCode | |
pluginId | string |
errorCode property
Signature
errorCode: PluginErrorCode;
pluginId property
Signature
pluginId: string;