ErrorModel interface
error 物件。 根據 Microsoft One API 指導方針 - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses 。
屬性
code | 其中一組伺服器定義的錯誤碼。 可能的值包括:'BadArgument'、'禁止'、'NotFound'、'KbNotFound'、'Unauthorized'、'Unspecified'、'EndpointKeysError'、'QuotaExceeded'、'QnaRuntimeError'、'SKULimitExceeded'、'OperationNotFound'、'ServiceError'、'ValidationFailure'、'CaptureFailure' |
details | 導致此錯誤之特定錯誤的詳細資料陣列。 |
inner |
物件,包含比目前物件有關錯誤更具體的資訊。 |
message | 人類可讀取的錯誤標記法。 |
target | 錯誤的目標。 |
屬性詳細資料
code
其中一組伺服器定義的錯誤碼。 可能的值包括:'BadArgument'、'禁止'、'NotFound'、'KbNotFound'、'Unauthorized'、'Unspecified'、'EndpointKeysError'、'QuotaExceeded'、'QnaRuntimeError'、'SKULimitExceeded'、'OperationNotFound'、'ServiceError'、'ValidationFailure'、'CaptureFailure'
code: ErrorCodeType
屬性值
details
innerError
message
人類可讀取的錯誤標記法。
message?: string
屬性值
string
target
錯誤的目標。
target?: string
屬性值
string