ESM
import { ErrorKeywords } from "@arcgis/charts-components/utils/errors/interfaces.js";Variables
ErrorKeywords
Variable
- Type
- { readonly Default: "defaultError"; readonly LayerLoadFailure: "layerLoadFailure"; readonly QueryFeaturesError: "queryFeaturesError"; readonly ChartDisposed: "ChartDisposeError"; readonly LayerFieldsNotFound: "layerFieldsNotFound"; }
Type definitions
ErrorKeywords
Type definition
- Type
- (typeof ErrorKeywords)[keyof typeof ErrorKeywords]