共用方式為


StorageSyncInnerErrorDetails interface

錯誤詳細資料物件。

屬性

callStack

呼叫錯誤的堆疊。

innerException

內部錯誤的例外狀況。

innerExceptionCallStack

呼叫內部錯誤的堆疊。

message

錯誤的錯誤訊息。

屬性詳細資料

callStack

呼叫錯誤的堆疊。

callStack?: string

屬性值

string

innerException

內部錯誤的例外狀況。

innerException?: string

屬性值

string

innerExceptionCallStack

呼叫內部錯誤的堆疊。

innerExceptionCallStack?: string

屬性值

string

message

錯誤的錯誤訊息。

message?: string

屬性值

string