Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

FetchErrorDataProps interface

Error type for fetch function in BackendSrv

Signature

typescript
export interface FetchErrorDataProps 

Import

typescript
import { FetchErrorDataProps } from '@grafana/runtime';

Properties

PropertyTypeDescription
errorstring | any
messagestring
statusstring

error property

Signature

typescript
error?: string | any;

message property

Signature

typescript
message?: string;

status property

Signature

typescript
status?: string;