A00007
Reference Name: ElementAdvisory
Description
Element has an advisory warning for function. Element will be continue to be used.
Parameters Definition
Key | Description |
---|---|
CODE | The advisory error code. |
INDEX | The index of element that was warned. |
Example
Advisory {CODE} occurred at element {Index}.
Sample Notification Payload Definition
- Type:
NotificationPayload
- Interface:
Mcad
- Action:
MC_07
{
"Version": "1.0.0",
"Interface": "mcad",
"Action": "mc_07",
"Code": "A00007",
"Parameters": {
"CODE": "The advisory error code.",
"INDEX": "The index of element that was warned."
}
}
Potential Output
Advisory The advisory error code. occurred at element {Index}.