toDataQueryError() function

toDataQueryError() function

Convert an object into a DataQueryError – if this is an HTTP response, it will put the correct values in the error field

Signature

  1. export declare function toDataQueryError(err: DataQueryError | string | Object): DataQueryError;

Import

  1. import { toDataQueryError } from '@grafana/runtime';

Parameters

ParameterTypeDescription
errDataQueryError | string | Object

Returns:

DataQueryError