F00015

Reference Name: InvalidInputEnum

Description

Enum value out of range

Parameters Definition

KeyDescription
INPUT_ENUMThe enum that is failing validation
INPUT_NAMEThe variable name that caused the Input Issue
INPUT_VALUEThe supplied value that caused the Input Issue

Example

{INPUT_ENUM} enum does not contain {INPUT_NAME} for value {INPUT_VALUE}

Sample Notification Payload Definition

{
  "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
Last Updated:
Contributors: Elliott Cooper