StorageSyncErrorDetails interface
錯誤詳細資料物件。
屬性
code | 指定專案的錯誤碼。 |
exception |
指定專案的例外狀況類型。 |
hashed |
指定專案的雜湊訊息。 |
http |
指定專案的 HTTP 錯誤碼。 |
http |
指定專案的 HTTP 方法。 |
message | 指定專案的錯誤訊息。 |
request |
要求指定專案的 URI。 |
target | 指定專案的目標。 |
屬性詳細資料
code
指定專案的錯誤碼。
code?: string
屬性值
string
exceptionType
指定專案的例外狀況類型。
exceptionType?: string
屬性值
string
hashedMessage
指定專案的雜湊訊息。
hashedMessage?: string
屬性值
string
httpErrorCode
指定專案的 HTTP 錯誤碼。
httpErrorCode?: string
屬性值
string
httpMethod
指定專案的 HTTP 方法。
httpMethod?: string
屬性值
string
message
指定專案的錯誤訊息。
message?: string
屬性值
string
requestUri
要求指定專案的 URI。
requestUri?: string
屬性值
string
target
指定專案的目標。
target?: string
屬性值
string