@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 604 B
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import o from"../../core/Error.js";const t="Mesh must be loaded before applying operations",e="Provided component is not part of the list of components",n="Expected polygon to be a Polygon instance",s="Expected location to be a Point instance";class i extends o{constructor(){super("invalid-input:location",s)}}export{i as InvalidLocationError,e as componentNotFoundMessage,s as invalidLocationMessage,n as invalidPolygonMessage,t as meshNotLoadedMessage};