F00015
Reference Name: InvalidInputEnum
Description
Enum value out of range
Parameters Definition
| Key | Description | 
|---|---|
| INPUT_ENUM | The enum that is failing validation | 
| INPUT_NAME | The variable name that caused the Input Issue | 
| INPUT_VALUE | The supplied value that caused the Input Issue | 
Example
{INPUT_ENUM} enum does not contain {INPUT_NAME} for value {INPUT_VALUE}
Sample Notification Payload Definition
- Type: NotificationPayload
- Interface: Scan Orientation
- Action: SO_01
{
  "Version": "1.0.0",
  "Interface": "scan_orientation",
  "Action": "so_01",
  "Code": "F00015",
  "Parameters": {
    "INPUT_ENUM": "ScanView",
    "INPUT_NAME": "View",
    "INPUT_VALUE": "10"
  }
}
Potential Output
ScanView enum does not contain View for value 10