Errors of `SessionError` type will trigger a session rotation. This error doesn't respect the `max_request_retries` option and has a separate limit of `max_session_rotations`.
| 35 | |
| 36 | @docs_group('Errors') |
| 37 | class SessionError(Exception): |
| 38 | """Errors of `SessionError` type will trigger a session rotation. |
| 39 | |
| 40 | This error doesn't respect the `max_request_retries` option and has a separate limit of `max_session_rotations`. |
| 41 | """ |
| 42 | |
| 43 | |
| 44 | @docs_group('Errors') |
no outgoing calls