We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The X12Parser and StandardX12Parser will throw an X12ParserException when the sourceData it gets is not correct. That breaks down into the following
X12Parser
StandardX12Parser
X12ParserException
These are reasonable errors to abort any further parsing and return an exception.
The DefaultAsn856TransactionSetParser will also throw an exception for the following:
DefaultAsn856TransactionSetParser
The 2nd and 3rd set of errors should make is easier to generate an 824 response as the envelope, group and BSN line were are parsable.
The text was updated successfully, but these errors were encountered:
CodeSmell
Successfully merging a pull request may close this issue.
The
X12Parser
andStandardX12Parser
will throw anX12ParserException
when the sourceData it gets is not correct.That breaks down into the following
These are reasonable errors to abort any further parsing and return an exception.
The
DefaultAsn856TransactionSetParser
will also throw an exception for the following:The 2nd and 3rd set of errors should make is easier to generate an 824 response as the envelope, group and BSN line were are parsable.
The text was updated successfully, but these errors were encountered: