MCPcopy
hub / github.com/grafana/grafana / Error

Struct Error

pkg/plugins/models.go:357–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355type ErrorCode string
356
357type Error struct {
358 ErrorCode `json:"errorCode"`
359 PluginID string `json:"pluginId,omitempty"`
360 SignatureStatus SignatureStatus `json:"status,omitempty"`
361 message string `json:"-"`
362}
363
364type LoadingStrategy string
365

Callers 11

linkMethod · 0.50
linkMethod · 0.50
getDataSourceFromK8sAPIFunction · 0.50
getDataSourceByUidFunction · 0.50
executeVariableQueryMethod · 0.50
labelValuesQueryMethod · 0.50
renderMethod · 0.50
StyleRuleEditorFunction · 0.50
getScaleGradientFnFunction · 0.50
loadOptionsErrFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected