System has failFast import modes

User Story

System has import failure modes which can be specified by the caller:

  • failFast=true : records will be imported up to the first failed record.  The first failed record is returned with an error message.
  • failFast=false : records will be imported even if some records are rejected.  To see failures, consult the summary report.
  • NOTE: System does NOT support rollback in either mode.
Related User Stories:
Derived Stories:

User Story: System has import failure modes
Service Story: Consumer can specify import failure modes