InnerErrorModel interface
包含有关错误的更具体信息的对象。 根据Microsoft一个 API 指南 - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses。
属性
| code | 服务器定义的错误代码集之一。 |
| details | 错误详细信息。 |
| innererror | 包含与当前对象有关错误的更具体信息的对象。 |
| message | 错误信息。 |
| target | 错误目标。 |
属性详细信息
code
服务器定义的错误代码集之一。
code: string
属性值
string
details
错误详细信息。
details?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
innererror
message
错误信息。
message: string
属性值
string
target
错误目标。
target?: string
属性值
string