错误处理
REST 服务在返回数据时,通常会随返回的 XML 数据返回 200 OK HTTP 状态。
当服务遇到错误时,它将返回 4xx 或 5xx HTTP 状态。随此状态一起,响应将包含其中含有特定错误代码和消息的 <error>
元素。
返回值
<error>
元素
请参阅文档记录的模式以获取更多详细信息。
示例
如果请求的是标识不存在的文件夹项:<error>
<code>CRWAE2440E</code>
<help weblink="https://help.hcl-software.com/appscan/Enterprise/10.2.0/topics/r_web_services_codes.html#r_web_services_codes__CRWAE2440E"/>
<message>The specified folder item does not exist.</message>
</error>