Warning responses
A warning response indicates the API command was successfully processed, but a condition occurred that should be investigated.
A REASON value is also returned that describes the condition. The following
values represent a warning response:
- NODATA
- A command that normally results in data being returned to the program was processed successfully, but there was no data to return. The reasons for a NODATA response are given with the commands that return it.
- WARNING
- A command that normally results in data being returned to the program was processed successfully, but not all of the available data was returned. A typical reason for this response might be that the output area provided by the program was not large enough to hold all the data. The actual reasons for a WARNING response are given with the commands that return it.