你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PersonalizerError interface

错误对象。

属性

code

高级错误代码。 可能的值包括:“BadRequest”、“ResourceNotFound”、“InternalServerError”

details

导致此报告错误的特定错误的详细信息数组。

innerError

更精细的错误详细信息。

message

说明服务报告的错误的消息。

target

错误源元素。

属性详细信息

code

高级错误代码。 可能的值包括:“BadRequest”、“ResourceNotFound”、“InternalServerError”

code: ErrorCode

属性值

details

导致此报告错误的特定错误的详细信息数组。

details?: PersonalizerError[]

属性值

innerError

更精细的错误详细信息。

innerError?: InternalError

属性值

message

说明服务报告的错误的消息。

message: string

属性值

string

target

错误源元素。

target?: string

属性值

string