共用方式為


AssetStatusError interface

定義資產狀態錯誤屬性。

屬性

code

錯誤分類的錯誤碼 (例如:400、404、500 等 ) 。

message

人類可讀取的實用錯誤訊息,以提供錯誤的其他內容 (例如:「功能標識元 』foo' 不存在」) 。

屬性詳細資料

code

錯誤分類的錯誤碼 (例如:400、404、500 等 ) 。

code?: number

屬性值

number

message

人類可讀取的實用錯誤訊息,以提供錯誤的其他內容 (例如:「功能標識元 』foo' 不存在」) 。

message?: string

屬性值

string