HttpOperationError Class
Client request failed due to server-specified HTTP operation error. Attempts to deserialize response into specific error object.
- Inheritance
-
HttpOperationError
Constructor
HttpOperationError(deserialize: Deserializer, response: Any, resp_type: Optional[str] = None, *args: str, **kwargs: str)
Parameters
- response
- <xref:requests.Response>
Required
Server response
- args
Required
Additional args to pass to exception object.
Variables
- error
- Model
Deserialized error model.
Feedback
Submit and view feedback for