在 250k 事务用完后,HTTP 状态代码 HERE api returns 是什么?

What Http Status Code HERE api returns after 250k transactions is used up?

我正在使用免费增值帐户来测试路由 API。我想知道 250k 免费交易耗尽后 api returns 的 http 状态代码和错误消息是什么?

我没有在文档中找到它 https://developer.here.com/documentation/routing/dev_guide/topics/http-status-codes.html

响应如下:错误代码为403,最好像

一样继续检查
if (status > 299) {
                InputStream is = con.getErrorStream();
                BufferedReader rd = new BufferedReader(new InputStreamReader(is));
                rd.close();
            }

{"error":"Forbidden","error_description":"这些凭据未授权访问。请联系您的客户 代表或发送电子邮件至 locationapi@here.com 讨论升级您的帐户。"}