A00002
Reference Name: InvalidResourceAdvisory
Description
Resource given for {RESOURCE} was not able to be loaded. Function will continue as expected without.
Parameters Definition
Key | Description |
---|---|
RESOURCE | The variable name that caused the Resource Issue |
Example
Resource given for {RESOURCE} was not able to be loaded. Function will continue as expected without.
Sample Notification Payload Definition
- Type:
NotificationPayload
- Interface:
Data Overlay
- Action:
DO_01
{
"Version": "1.0.0",
"Interface": "data_overlay",
"Action": "do_01",
"Code": "A00002",
"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. Function will continue as expected without.