Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/algorithm/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Here api 250k事务用完后api返回的Http状态码是什么?_Here Api - Fatal编程技术网

Here api 250k事务用完后api返回的Http状态码是什么?

Here api 250k事务用完后api返回的Http状态码是什么?,here-api,Here Api,我正在使用freemium帐户测试路由API。我想知道在250k空闲事务耗尽后,api返回了什么http状态代码和错误消息 我没有在文档中找到它。响应如下:错误代码为403,最好保持检查状态,如 if (status > 299) { InputStream is = con.getErrorStream(); BufferedReader rd = new BufferedReader(new InputStreamRead

我正在使用freemium帐户测试路由API。我想知道在250k空闲事务耗尽后,api返回了什么http状态代码和错误消息


我没有在文档中找到它。

响应如下:错误代码为403,最好保持检查状态,如

if (status > 299) {
                InputStream is = con.getErrorStream();
                BufferedReader rd = new BufferedReader(new InputStreamReader(is));
                rd.close();
            }
{“错误”:“禁止”,“错误描述”:“这些凭据不授权访问。请与您的客户联系。”
代表或电子邮件locationapi@here.com讨论升级您的帐户。}

响应如下:错误代码为403,最好保持如下检查

if (status > 299) {
                InputStream is = con.getErrorStream();
                BufferedReader rd = new BufferedReader(new InputStreamReader(is));
                rd.close();
            }
{“错误”:“禁止”,“错误描述”:“这些凭据不授权访问。请与您的客户联系。”
代表或电子邮件locationapi@here.com讨论升级您的帐户。“}

429请求太多,最有可能429请求太多,最有可能