CloudError interface
提供有關 HTTP 錯誤回應的其他資訊。
屬性
additional |
取得或設定其他錯誤資訊。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
code | 錯誤碼。 |
details | 取得或設定錯誤的詳細資料。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
message | 從 HTTP 錯誤回應本文剖析的錯誤訊息。 |
target | 取得或設定錯誤的目標。 |
屬性詳細資料
additionalInfo
取得或設定其他錯誤資訊。 注意:此屬性不會序列化。 它只能由伺服器填入。
additionalInfo?: AdditionalErrorInfo[]
屬性值
code
錯誤碼。
code?: string
屬性值
string
details
message
從 HTTP 錯誤回應本文剖析的錯誤訊息。
message?: string
屬性值
string
target
取得或設定錯誤的目標。
target?: string
屬性值
string