Code | Description | Error Message |
---|---|---|
0 | Bad File | |
1 | Required data element missing | REQ_MISSING fieldName "is missing" |
2 | Conditional required data missing (due to some dependency) | "Missing field '" fieldName "' at position " fieldPostion |
3 | Data too short | "Value is too short (>=" + min + ")" |
4 | Data too long | "Value is too long (<=" + max + ")" |
5 | Invalid character in data | "Routing Number must be 9 digits" |
6 | Invalid code value | |
7 | Invalid Date | "Value not of type Date (CCYYMMDD)." "The date is logically invalid. Parsed value: " + fieldValue "Value not of type Date (CCYYMMDD)." "Value not of type Date (CCYYMMDD)." "The date is logically invalid. Parsed value: " + fieldValue "Value not of type Date (CCYYMMDD or MMDDYY)." |
8 | Invalid Time | |
9 | Invalid Data type | "Expected value to be phone (5557779999)." "Expected Email Address ([email protected])" "Password does not meet requirements" "Invalid Routing Number" fieldName + "must contain only alphabetical or numerical characters ('_', '-', and ';' are allowed)." "Invalid characters: " + (invalid characters) "Expected Integer" "Expected Decimal" fieldName "expected an alpha numeric value. Encountered white space." |
10 | Not expected length | "Value not of expected length(" + min + ")" |