ApiError interface
模型介面 ApiError
屬性
| code | 錯誤碼。 |
| details | 有關錯誤的其他詳細數據。 |
| innererror | 內在錯誤(如果有的話)。 |
| message | 人類看得懂的錯誤描述。 |
| target | 錯誤的目標 (如果適用)。 |
屬性詳細資料
code
錯誤碼。
code: string
屬性值
string
details
innererror
內在錯誤(如果有的話)。
innererror?: ApiInnerError
屬性值
ApiInnerError
message
人類看得懂的錯誤描述。
message: string
屬性值
string
target
錯誤的目標 (如果適用)。
target?: string
屬性值
string