你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PersonalizerError interface
The error object.
Properties
code | High level error code. Possible values include: 'BadRequest', 'ResourceNotFound', 'InternalServerError' |
details | An array of details about specific errors that led to this reported error. |
inner |
Finer error details. |
message | A message explaining the error reported by the service. |
target | Error source element. |
Property Details
code
High level error code. Possible values include: 'BadRequest', 'ResourceNotFound', 'InternalServerError'
code: ErrorCode
Property Value
details
An array of details about specific errors that led to this reported error.
details?: PersonalizerError[]
Property Value
innerError
message
A message explaining the error reported by the service.
message: string
Property Value
string
target
Error source element.
target?: string
Property Value
string