InnerErrorModel Class
An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.
- Inheritance
-
InnerErrorModel
Constructor
InnerErrorModel(*, code: Optional[str] = None, inner_error=None, **kwargs)
Parameters
- inner_error
- InnerErrorModel
Required
An object containing more specific information than the current object about the error.
Feedback
Submit and view feedback for