When a Datastore request is successful, the API will return an HTTP
200 Ok
status
code along with the requested data in the body of the response.
When a request fails, the Datastore API will return an HTTP
4xx
or
5xx
status
code that generically identifies the failure as well as a JSON response that
provides more specific information about the error(s) that caused the failure.