F00026
Reference Name: InvalidResourceFailure
Description
Resource given for {RESOURCE} was not able to be loaded.
Parameters Definition
Key | Description |
---|---|
RESOURCE | The variable name that caused the Resource Issue |
Example
Resource given for {RESOURCE} was not able to be loaded.
Sample Notification Payload Definition
- Type:
NotificationPayload
- Interface:
File Management
- Action:
FM_03
{
"Version": "1.0.0",
"Interface": "file_management",
"Action": "fm_03",
"Code": "F00026",
"Parameters": {
"RESOURCE": "The variable name that caused the Resource Issue"
}
}
Potential Output
Resource given for The variable name that caused the Resource Issue was not able to be loaded.