CXSEvent.FileNotFoundError Data Shape
The CXSEvent.FileNotFoundError Data Shape defines a set of fields that are associated with a FileNotFoundError event, which indicates that the eMessage Connector could not find the file that was requested by the ThingWorx Platform.
Fields
The CXSEvent.FileNotFoundError Data Shape 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 the event.
fileRepositoryName
STRING
Provides the name of the File Repository that was the source of the file to be transferred.
filePath
STRING
Provides the path to the file in the repository.
fileName
STRING
Provides the name of the file.
context
JSON
Provides additional context information as a JSON object.