grafana/docs/sources/packages_api/data/dataqueryerror.md
Marcus Andersson cc3fc18076
Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item.

* removed the draft flag.

* Updated docs by running script.
2020-04-28 09:53:58 +02:00

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;