共用方式為


ErrorResponseError interface

錯誤物件。

Extends

繼承的屬性

code

其中一組伺服器定義的錯誤碼。 可能的值包括:'BadArgument'、'Forbidden'、'NotFound'、'KbNotFound'、'Unauthorized'、'Unspecified'、'EndpointKeysError'、'QuotaExceeded'、'QnaRuntimeError'、'SKULimitExceeded'、'OperationNotFound'、'ServiceError'、'ValidationFailure'、'CaptureFailure'

details

導致此錯誤之特定錯誤的詳細資料陣列。

innerError

物件,包含比目前物件有關錯誤的更特定資訊。

message

人類看得懂的錯誤標記法。

target

錯誤的目標。

繼承的屬性詳細資料

code

其中一組伺服器定義的錯誤碼。 可能的值包括:'BadArgument'、'Forbidden'、'NotFound'、'KbNotFound'、'Unauthorized'、'Unspecified'、'EndpointKeysError'、'QuotaExceeded'、'QnaRuntimeError'、'SKULimitExceeded'、'OperationNotFound'、'ServiceError'、'ValidationFailure'、'CaptureFailure'

code: ErrorCodeType

屬性值

繼承自ErrorModel.code

details

導致此錯誤之特定錯誤的詳細資料陣列。

details?: ErrorModel[]

屬性值

繼承自ErrorModel.details

innerError

物件,包含比目前物件有關錯誤的更特定資訊。

innerError?: InnerErrorModel

屬性值

繼承自ErrorModel.innerError

message

人類看得懂的錯誤標記法。

message?: string

屬性值

string

繼承自ErrorModel.message

target

錯誤的目標。

target?: string

屬性值

string

繼承自ErrorModel.target