共用方式為


StorageSyncApiError interface

錯誤類型

屬性

code

指定專案的錯誤碼。

details

指定專案的錯誤詳細資料。

innerError

指定專案的內部錯誤詳細資料。

message

指定專案的錯誤訊息。

target

指定錯誤專案的目標。

屬性詳細資料

code

指定專案的錯誤碼。

code?: string

屬性值

string

details

指定專案的錯誤詳細資料。

details?: StorageSyncErrorDetails

屬性值

innerError

指定專案的內部錯誤詳細資料。

innerError?: StorageSyncInnerErrorDetails

屬性值

message

指定專案的錯誤訊息。

message?: string

屬性值

string

target

指定錯誤專案的目標。

target?: string

屬性值

string