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
export declare function toDataQueryError(err: DataQueryError | string | Object): DataQueryError;
Import
import { toDataQueryError } from '@grafana/runtime';
Parameters
Parameter | Type | Description |
---|---|---|
err | DataQueryError | string | Object |
Returns:
DataQueryError