A00007

Reference Name: ElementAdvisory

Description

Element has an advisory warning for function. Element will be continue to be used.

Parameters Definition

KeyDescription
CODEThe advisory error code.
INDEXThe index of element that was warned.

Example

Advisory {CODE} occurred at element {Index}.

Sample Notification Payload Definition

{
  "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}.
Last Updated:
Contributors: Matthew Satti