Error Object - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

An Error object can be identified by its type field, which is set to the String value Error. It has an error field that contains the error details as an object. The object has the following fields:

Field Name Type Description
code String The error code.
message String The error message.

The following example illustrates the general form of an Error object:


{
    "EnvinsaResponse":
    {
        "type": "Error",
        "error":
        {
            "code": "8001",
            "message": "Missing input parameter : point"
        }
    }
}
		

In the above example, the Error object contains an error code of 8001 and an error message of Missing input parameter : point.