ErrorDetail interface
錯誤詳細數據。
屬性
additional |
錯誤其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
code | 錯誤碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
details | 錯誤詳細數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
http |
HTTP 狀態代碼注意:此屬性將不會串行化。 它只能由伺服器填入。 |
message | 錯誤訊息。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
sub |
錯誤子程式代碼注意:此屬性將不會串行化。 它只能由伺服器填入。 |
target | 錯誤目標。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
time |
錯誤的時間戳。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
additionalInfo
code
錯誤碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
code?: string
屬性值
string
details
httpStatusCode
HTTP 狀態代碼注意:此屬性將不會串行化。 它只能由伺服器填入。
httpStatusCode?: number
屬性值
number
message
錯誤訊息。 注意:這個屬性不會串行化。 它只能由伺服器填入。
message?: string
屬性值
string
subCode
錯誤子程式代碼注意:此屬性將不會串行化。 它只能由伺服器填入。
subCode?: number
屬性值
number
target
錯誤目標。 注意:這個屬性不會串行化。 它只能由伺服器填入。
target?: string
屬性值
string
timeStamp
錯誤的時間戳。 注意:這個屬性不會串行化。 它只能由伺服器填入。
timeStamp?: string
屬性值
string