ConversionEngineInfo

The ConversionEngineInfo object (ae/EDI/ConversionEngineInfo) describes detailed information of an EDI validation information, warning, or error that contains the following fields:

ConversionEngineInfo Object
Field Type Description
errorId String A unique identifier for the error.
errorCategory String

Category code.

Example: Rejecting

errorSeverity String

Severity level.

Example: Normal

errorType String Not used. Reserved for future.
errorMsg String

Detailed description of the validation info, warning, or error.

Example: Element BGN01 is a coded list element. Code 0X is not allowed. Segment BGN is defined in the guideline at position 0200. This error was detected at: Segment Count: 2 Element Position: 1 Character: 193 through 195.

errorNode String Not used. Reserved for future.
errorContext String

Context of the error node where the error occurred that describes the location of the error node as specified in the guideline.

Example: Transaction-ORDERS | Loop-Group_25 | Segment-MOA | Composite-C516 | Element=5004

errorData String

The primary data at the error node. This is typically the data of an element in a segment that is invalid.

Example: 2192,42

errorDataParent String

The parent data of the error node. This is typically the data of the segment that contains the invalid element.

Example: MOA+203,42

errorSegmentCount Integer

Segment count of the transaction where the error occurred.

Example: 21

errorElementCount Integer

Element count of the segment where the error occurred.

Example: 1

errorCompositeCount Integer

Composite count of the segment where the error occurred.

Example: 1

errorSubElementCount Integer

Subelement count of the composite where the error occurred.

Example: 2

errorCode String Not used. Reserved for future.