F00029
Reference Name: CannotBeNegative
Description
Given value cannot be a lower than 0
Parameters Definition
Key | Description |
---|---|
INPUT_NAME | The variable name that caused the Input Issue |
INPUT_VALUE | The supplied value that caused the Input Issue |
Example
Given value cannot be a lower than 0
Sample Notification Payload Definition
- Type:
NotificationPayload
- Interface:
Scan Movement
- Action:
SM_22
{
"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