Geocode Service Error Code

Each response to a request contains an HTTP status code. The Geocode Address Service will return one of the following status codes:
Table 1. Error Codes
ResponseStatus CodeDescription
OK200The request was valid and results were found.
Unauthorized401Invalid Token
ZERO_RESULTS200The request was valid but no results were found.
INVALID_REQUEST400Invalid information was encountered in the request.
INVALID_CLIENT_INPUT400Request body or parameter format is not correct.
INVALID_TOKEN401Invalid Token was encountered.
UNAUTHORIZED401Unauthorized request encountered
BATCH_SIZE_EXCEEDED413Batch size exceeded for the request.
INTERNAL_ERROR500An internal error occurred.
SERVICE_UNAVAILABLE503Service is not available to serve the request.