UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

3 lines (2 loc) 1.36 kB
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ const e={AlreadyDefined:"'${identifier}' is already defined.",ApiConflict:"'${identifier}' is already defined as an Arcade constant or function.",AssignedNeverUsed:"'${identifier}' is assigned but never used.",DefinedNeverAssigned:"'${identifier}' is defined but never assigned.",DefinedNeverUsed:"'${identifier}' is defined but never used.",EmptyBlockStatement:"Empty block statement.",ExecutionError:"Execution Error: '${stack}'",InvalidConstantIdentifier:"Invalid constant identifier, expecting ${list}.",InvalidPropertyIdentifier:"Invalid property identifier, expecting ${list}.",NoArgumentExpected:"Expecting no argument.",NotADictionary:"'${identifier}' doesn't have properties.",NotDefined:"'${identifier}' is not defined.",NotEnoughArguments:"Expecting at least ${min} argument(s).",ProfileVariablesAreImmutable:"Profile variables cannot be modified.",ProfileVariablesConflict:"'${identifier}' is already defined as a profile variable.",ReservedKeyword:"'${identifier}' is a reserved keyword.",TooManyArguments:"Too many arguments, expecting ${max}.",UnexpectedEmptyFunction:"Unexpected empty function '${identifier}'.",UnexpectedPropertyIdentifier:"Unexpected property identifier.",UnknownPropertyIdentifier:"Unknown property identifier '${identifier}'."};export{e as diagnosticMessages};