ApiError interface
API 錯誤。
屬性
code | 錯誤碼。 |
details | API 錯誤詳細資料 |
innererror | Api 內部錯誤 |
message | 錯誤訊息。 |
target | 特定錯誤的目標。 |
屬性詳細資料
code
錯誤碼。
code?: string
屬性值
string
details
innererror
message
錯誤訊息。
message?: string
屬性值
string
target
特定錯誤的目標。
target?: string
屬性值
string