grafana/pkg/plugins/error.go

9 lines
144 B
Go

package plugins
type ErrorCode string
type PluginError struct {
ErrorCode `json:"errorCode"`
PluginID string `json:"pluginId,omitempty"`
}