Skip to content

Remove HL index from error message #131

Closed
@CodeSmell

Description

The X12 HL loop processor is writing error messages into the X12ErrorDetail with the HL index.

HL segment with id (4) already exists

This makes error reporting difficult as different index values would cause the same error to be treated differently and thus counted differently.

HL segment with id (4) already exists
HL segment with id (3) already exists
HL segment with id (9) already exists

It would be better to have the error read

HL segment id already exists

the index value can be stored as a separate value similar to usage of TED02 and TED07

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Remove HL index from error message · Issue #131 · walmartlabs/gozer