Set syntaxErrorStatus to... | When you... |
Rejected | Want the generateFA service to reject the element (for example, the transaction) because of syntax errors. Reports the syntax error status as: "Accepted" if there are no syntax errors "Rejected" if there are syntax errors |
Accepted, But Errors Were Noted | Want to know whether there were syntax errors, but do not want to reject the element (for example, transaction) because of syntax errors. Reports the syntax error status as: "Accepted" if there are no syntax errors "Accepted, But Errors Were Noted" if there are syntax errors |
Accepted | Do not want to check for syntax errors. Always reports the syntax error status as "Accepted" regardless of whether there are any syntax errors. |