Status Codes (Addressing API)
The REST web service will return one of the following
"status" codes.
| Status Code (datatype = String) | Description |
|---|---|
OK
|
The request was valid and results were found. |
ZERO_RESULTS
|
The request was valid but no results were found. |
UNKNOWN_ERROR
|
A general exception occurred. |
INVALID_CONFIGURATION
|
An invalid configuration was provided for initializing GA SDK and or an address processor. |
INVALID_REQUEST
|
Invalid information was encountered in the request. |
DATA_NOT_LICENSED
|
The license file for a dataset is not installed. |
REMOTE_EXCEPTION
|
A general exception occurred in the address processor. |
FATAL_EXCEPTION
|
A fatal exception occurred in the address processor. |