ODataError interface
OData 格式的错误信息。
属性
| code | 错误的计算机可读说明,例如“InvalidRequest”或“InternalServerError” |
| details | 导致此错误的内部错误 |
| message | 错误的人工可读说明 |
属性详细信息
code
错误的计算机可读说明,例如“InvalidRequest”或“InternalServerError”
code?: string
属性值
string
details
message
错误的人工可读说明
message?: string
属性值
string