Skip to content

message.getErredTimestamp

Signature: message.getErredTimestamp()

Returns: String result - the erred timestamp for the message in 'yyyyMMddHHmmss.SSS' format

Get the erred timestamp for the message in yyyyMMddHHmmss.SSS format.

Note

This method only applies to the following formatted messages: HL7, ASTM, Binary, CSV, DICOM, EDIFACT, Old Fxd Width, Fxd Length, ISO 8583, JSON, Text, X12, XML.

Parameters

None

Example

// Example: Retrieve the timestamp indicating when the message was marked as errored.

// Get the erred timestamp
var erredTimestamp = message.getErredTimestamp(); // "yyyyMMddHHmmss.SSS"