ErrorResponseError Class
The error object.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ErrorResponseError
Constructor
ErrorResponseError(**kwargs)
Parameters
- code
- str or ErrorCodeType
Required
Required. One of a server-defined set of error codes. Possible values include: 'BadArgument', 'Forbidden', 'NotFound', 'KbNotFound', 'Unauthorized', 'Unspecified', 'EndpointKeysError', 'QuotaExceeded', 'QnaRuntimeError', 'SKULimitExceeded', 'OperationNotFound', 'ServiceError', 'ValidationFailure', 'ExtractionFailure'
Required
An array of details about specific errors that led to this reported error.
- inner_error
- InnerErrorModel
Required
An object containing more specific information than the current object about the error.
Feedback
Submit and view feedback for