Port | Type | Description |
---|---|---|
DXDescription | string | Description of the error to send to the session log. This error is also the description for the log document attached to the event. |
DXMessageType | string | Optional. Type of the error event. Alphanumeric value to associate with the event. Any value is valid. |
DXMIMEType | string | MIME type of the document to attach to the event. |
Port | Type | Description |
---|---|---|
DXEventId | string | Required. Identifier of the event that is associated with the error. |
DXData | string binary text | Log document to attach to the event. This port can contain the data of the document or a file path to the document. If the value of the parameter is null, the transformation creates an empty document and adds the document to the event. To attach a document with text data, set the datatype of the port to string or text. To attach a document with binary data, change the datatype of the port to binary. |
DXDataByReference | string | Indicates whether the DXData port contains the document data or a document reference. Possible values:
|
DXErrorMessage | string | Error message generated by the transformation. |
DXErrorCode | string | Error code generated by the transformation. If the transformation fails, the value of the DXErrorCode port is greater than zero. |
Property | Description |
---|---|
Error log document description | Description of the error log document that the transformation attaches to the event. |
Message type | Alphanumeric value to associate with the event. You can enter any value. |
Generate an error in case a failure occurs in this transformation | Indicates whether to set the status of the event to error when the transformation generates an error. Selected by default. |