CloudError interface

Extends

Error

屬性

additionalInfo

其他錯誤資訊

code

從 HTTP 錯誤回應主體剖析的錯誤碼。

details

指定詳細資料的 CloudError 物件陣列。

innerError

從 HTTP 錯誤回應主體剖析的內部錯誤

message

從 HTTP 錯誤回應本文剖析的錯誤訊息。

target

錯誤的目標。

繼承的屬性

name
stack

屬性詳細資料

additionalInfo

其他錯誤資訊

additionalInfo?: AdditionalInfoElement

屬性值

@azure/ms-rest-azure-js.AdditionalInfoElement

code

從 HTTP 錯誤回應主體剖析的錯誤碼。

code: string

屬性值

string

details

指定詳細資料的 CloudError 物件陣列。

details?: CloudError[]

屬性值

innerError

從 HTTP 錯誤回應主體剖析的內部錯誤

innerError?: any

屬性值

any

message

從 HTTP 錯誤回應本文剖析的錯誤訊息。

message: string

屬性值

string

target

錯誤的目標。

target?: string

屬性值

string

繼承的屬性詳細資料

name

name: string

屬性值

string

繼承自 Error.name

stack

stack?: string

屬性值

string

繼承自 Error.stack