HealthCheckError class

Signature

  1. export declare class HealthCheckError extends Error

Import

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

Constructors

ConstructorModifiersDescription
constructor(message, details)Constructs a new instance of the HealthCheckError class

Properties

PropertyModifiersTypeDescription
detailsHealthCheckResultDetails

constructor(message, details)

Constructs a new instance of the HealthCheckError class

Signature

  1. constructor(message: string, details: HealthCheckResultDetails);

Parameters

ParameterTypeDescription
messagestring
detailsHealthCheckResultDetails

details property

Signature

  1. details: HealthCheckResultDetails;