(self, error_info, exception)
| 274 | return self.RC |
| 275 | |
| 276 | def _get_formatted_message(self, error_info, exception): |
| 277 | return str(exception) |
| 278 | |
| 279 | def _extract_error_info(self, exception): |
| 280 | error_response = self._extract_error_response(exception) |
no outgoing calls
no test coverage detected