共用方式為


ProviderError interface

這個類別包含每個物件的錯誤詳細資料。

屬性

errorCode

錯誤碼。

errorId

提供者錯誤識別碼。

errorMessage

錯誤訊息。

possibleCauses

錯誤的可能原因。

recommendedAction

解決錯誤的建議動作。

屬性詳細資料

errorCode

錯誤碼。

errorCode?: number

屬性值

number

errorId

提供者錯誤識別碼。

errorId?: string

屬性值

string

errorMessage

錯誤訊息。

errorMessage?: string

屬性值

string

possibleCauses

錯誤的可能原因。

possibleCauses?: string

屬性值

string

recommendedAction

解決錯誤的建議動作。

recommendedAction?: string

屬性值

string