A00004

Reference Name: ElementFailureSkipped

Description

Element was invalid for function. Element will be skipped.

Parameters Definition

KeyDescription
CODEThe failure error code being ignored.
INDEXThe index of element that failed.

Example

Failure {CODE} occurred at element {Index}.

Sample Notification Payload Definition

{
  "Version": "1.0.0",
  "Interface": "file_management",
  "Action": "fm_05",
  "Code": "A00004",
  "Parameters": {
    "CODE": "The failure error code being ignored.",
    "INDEX": "The index of element that failed."
  }
}

Potential Output

Failure The failure error code being ignored. occurred at element {Index}.
Last Updated:
Contributors: Matthew Satti