JobErrorItem interface
作業錯誤專案。
屬性
code | 程序設計存取的程序代碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
message | 詳細描述錯誤的訊息。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
recommendations | 建議的動作。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
code
程序設計存取的程序代碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
code?: string
屬性值
string
message
詳細描述錯誤的訊息。 注意:這個屬性不會串行化。 它只能由伺服器填入。
message?: string
屬性值
string
recommendations
建議的動作。 注意:這個屬性不會串行化。 它只能由伺服器填入。
recommendations?: string[]
屬性值
string[]