ProviderError interface
這個類別包含每個物件的錯誤詳細數據。
屬性
error |
錯誤碼。 |
error |
提供者錯誤識別碼。 |
error |
錯誤訊息。 |
possible |
錯誤的可能原因。 |
recommended |
解決錯誤的建議動作。 |
屬性詳細資料
errorCode
錯誤碼。
errorCode?: number
屬性值
number
errorId
提供者錯誤識別碼。
errorId?: string
屬性值
string
errorMessage
錯誤訊息。
errorMessage?: string
屬性值
string
possibleCauses
錯誤的可能原因。
possibleCauses?: string
屬性值
string
recommendedAction
解決錯誤的建議動作。
recommendedAction?: string
屬性值
string