ErrorDetail interface
错误详细信息。
属性
additional |
错误附加信息。 |
code | 错误代码。 |
details | 错误详细信息。 |
message | 错误消息。 |
target | 错误目标。 |
属性详细信息
additionalInfo
code
错误代码。
code?: string
属性值
string
details
message
错误消息。
message?: string
属性值
string
target
错误目标。
target?: string
属性值
string