PluginError | Data Inspector Library API Reference
- Last UpdatedMay 7, 2025
- 2 minute read
Hierarchy
-
ErrorToTranslate
- PluginError
Index
Constructors
constructor
-
A default constructor.
Parameters
-
key: string
Translation key.
-
Optional payload: object
Additional data of the translated string. Optional.
Returns PluginError
-
Properties
Readonly Static INVALID_RESULT
A message for a malformed result from the renderer plugin.
Readonly Static LOAD_RENDERER_PLUGIN_FAILURE
A message when failed to load the renderer plugin.
Readonly Static RENDERER_PLUGIN_ERROR
A message for an error while processing the renderer plugin.
Readonly Static RENDERER_PLUGIN_ERROR_BOTH_METHODS
A message for the renderer plugin implementation errors.
Readonly Static RENDERER_PLUGIN_MISSING
A message for a case when a renderer plugin is missing.
Readonly Static RENDERER_PLUGIN_MISSING_IN_SCHEMA
A message for a case when a renderer plugin is missing in schema.
Readonly Static RUNTIME_ERROR
A message for a runtime error in the renderer plugin.
Readonly Static SYNTAX_ERROR
A message for a syntax error in the renderer plugin.
Accessors
payload
-
Returns an additional data of the translated string or
undefined
.Returns undefined | object
In This Article
- Hierarchy
- Index
- Constructors
- Properties
- Readonly Static INVALID_RESULT
- Readonly Static LOAD_RENDERER_PLUGIN_FAILURE
- Readonly Static RENDERER_PLUGIN_ERROR
- Readonly Static RENDERER_PLUGIN_ERROR_BOTH_METHODS
- Readonly Static RENDERER_PLUGIN_MISSING
- Readonly Static RENDERER_PLUGIN_MISSING_IN_SCHEMA
- Readonly Static RUNTIME_ERROR
- Readonly Static SYNTAX_ERROR
- Readonly Static INVALID_RESULT
- Accessors
- Legend
The
PluginError
class represents an error during data processing via a GeoJSON plugin; contains several typical error messages.