CXSEvent_UserError Data Shape
The CXSEvent_UserError Data Shape defines a set of fields that are associated with a UserError event. When generated by the eMessage Connector, this event indicates that a user-provided configuration on the ThingWorx Platform is not correct or is missing. An example of an error that causes this event to be generated is the setting of an identifier on ThingWorx for an Axeda Thing. The eMessage Connector rejects any egress message that contains an identifier that was defined for an Axeda Thing (edge device) on the ThingWorx platform.
Fields
The CXSEvent_UserError Data Shape includes the following fields:
Field
Base Type
Description
id
STRING
Defines the event identifier, which is typically a UUID.
message
STRING
Defines the message for the event, which provides details about what happened.
ThingName
STRING
Provides the name of the Thing to which this error applies.
context
JSON
Provides additional context information as a JSON object.
Was this helpful?