F00002

Reference Name: InvalidInput

Description

Input data is not valid for function

Parameters Definition

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

Example

Input {INPUT_NAME} is not valid: {INPUT_VALUE}

Sample Notification Payload Definition

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