A00004
Reference Name: ElementFailureSkipped
Description
Element was invalid for function. Element will be skipped.
Parameters Definition
Key | Description |
---|---|
CODE | The failure error code being ignored. |
INDEX | The index of element that failed. |
Example
Failure {CODE} occurred at element {Index}.
Sample Notification Payload Definition
- Type:
NotificationPayload
- Interface:
File Management
- Action:
FM_05
{
"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}.