PluginError interface

Describes error returned from Grafana plugins API call

Signature

  1. export interface PluginError

Import

  1. import { PluginError } from '@grafana/data';

Properties

PropertyTypeDescription
errorCodePluginErrorCode
pluginIdstring

errorCode property

Signature

  1. errorCode: PluginErrorCode;

pluginId property

Signature

  1. pluginId: string;