Files
grafana/pkg/plugins/error.go
T

9 lines
144 B
Go
Raw Normal View History

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