F00002
Reference Name: InvalidInput
Description
Input data is not valid for function
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
Input {INPUT_NAME} is not valid: {INPUT_VALUE}
Sample Notification Payload Definition
- Type:
NotificationPayload
- Interface:
File Management
- Action:
FM_01
{
"Version": "1.0.0",
"Interface": "file_management",
"Action": "fm_01",
"Code": "F00002",
"Parameters": {
"INPUT_NAME": "View",
"INPUT_VALUE": "10"
}
}
Potential Output
Input View is not valid: 10