mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
1.6 KiB
1.6 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "DataQueryError" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
DataQueryError interface
Signature
export interface DataQueryError
Import
import { DataQueryError } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
cancelled | boolean |
|
data | { message?: string; error?: string; } |
|
message | string |
|
refId | string |
|
status | string |
|
statusText | string |
cancelled property
Signature
cancelled?: boolean;
data property
Signature
data?: {
message?: string;
error?: string;
};
message property
Signature
message?: string;
refId property
Signature
refId?: string;
status property
Signature
status?: string;
statusText property
Signature
statusText?: string;