ServiceErrorResponse (JSON)

遇到服务错误时,将返回适当的 HTTP 错误代码。 (可选)该服务还可能包括定义如下的 ServiceErrorResponse 对象。 在生产环境中,可能包含较少的数据。

ServiceErrorResponse

ServiceErrorResponse 对象具有以下规范。

成员 类型 说明
errorCode 32 位有符号整数 与错误关联的代码(可能为 null)。
errorMessage 字符串 有关错误的其他详细信息。

示例 JSON 语法

{
   "errorCode": 8377,
   "errorMessage": "XUID specified in the claim does not match URI XUID."
 }
    

另请参阅

父级

JavaScript 对象表示法 (JSON) 对象参考