共用方式為


AssetEndpointProfileStatusError interface

定義資產端點配置檔狀態錯誤屬性。

屬性

code

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

message

人類可讀取的實用錯誤訊息,以提供錯誤的其他內容(例如:「targetAddress 'foo' 不是有效的 URL」)。

屬性詳細資料

code

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

code?: number

屬性值

number

message

人類可讀取的實用錯誤訊息,以提供錯誤的其他內容(例如:「targetAddress 'foo' 不是有效的 URL」)。

message?: string

屬性值

string