Error Class
The error object. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
Error
Constructor
Error(**kwargs)
Parameters
- code
- str or ErrorCodeType
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'
An array of details about specific errors that led to this reported error.
- inner_error
- InnerErrorModel
An object containing more specific information than the current object about the error.
Feedback
Submit and view feedback for