F00029

Reference Name: CannotBeNegative

Description

Given value cannot be a lower than 0

Parameters Definition

KeyDescription
INPUT_NAMEThe variable name that caused the Input Issue
INPUT_VALUEThe supplied value that caused the Input Issue

Example

Given value cannot be a lower than 0

Sample Notification Payload Definition

{
  "Version": "1.0.0",
  "Interface": "scan_movement",
  "Action": "sm_22",
  "Code": "F00029",
  "Parameters": {
    "INPUT_NAME": "View",
    "INPUT_VALUE": "10"
  }
}

Potential Output

Given value cannot be a lower than 0
Last Updated:
Contributors: Matthew Satti