CXSEvent.ThingNotFoundError Data Shape
The CXSEvent.ThingNotFoundError Data Shape defines a set of fields that are associated with a ThingNotFoundError event, which indicates a requested entity could not be found. This event is a sign that a message from an edge device that is running an eMessage agent cannot be processed.
Fields
CXSEvent.ThingNotFoundError includes the following fields:
Field Name
Base Type
Description
id
STRING
Defines the event id, which is typically a UUID.
message
STRING
Defines the message for the event, which provides details about what happened..
edgeIdentifier
STRING
Provides the unique identifier for the edge device. For devices running eMessage agents, the unique identifier is always the combination of model number and serial number of the device. on the ThingWorx Platform, these values are stored in the properties, modelNumber and serialNumber for an Axeda Thing (device). The eMessage Connector always uses these two values to look up an edge device.
context
JSON
Provides additional context information as a JSON object.
Was this helpful?