|
OUT-ERROR-CODE / OUT-ERROR-SUB-CODE |
Text | Meaning / Instructions |
|---|---|---|
| -01/00 | Input Size Error – Size exceeds the limit | API Interface can handle the record size up to 32K. Size exceeds the limit. Check the size of the COPYBOOK that is customized for this API. |
| -02/00 | Input Size Error – Size of the API Specific area is less than or equal to Zero. | COPYBOOK should contain HEADER AREA and API Specific area. Check the size of the COPYBOOK that is customized for this API. |
| -03/00 | Input COPYBOOK Header field IN-LIMIT has invalid value. | API can only retrieve 100 records at a time. Check the value passed to IN-LIMIT |
| -04/00 | API not found in APICONFG table. | Check the value passed in for COPYBOOK Header field IN-API-KEY |
| -05/00 | Invalid API Type found in APICONFG table. | Check the value for API-TYPE field in APICONFG table for the COPYBOOK Header field IN-API-KEY value passed in. |
| -06/00 | Table Not found in tableBASE | Table name passed in COPYBOOK header field IN-TABLE-NAME was not found. |
| -07/00 | Item Not found – Single record retrieval | HTTP GET operation could not find the item in the tableBASE table. |
| -08/00 | Item Not found – Multiple record retrieval | HTTP GET operation could not find the Item matching the Query parameter to retrieve multiple records. |
| -09/00 | Unknown tableBASE command found in APICONFG table |
Check the value in APICONFG table for the IN-API-KEY value passed into the API call. |
| -10/00 | Record Size exceeded. | Maximum allowed size for Hexadecimal table row size is 16000 bytes. This is only applicable to API003 |