| 77 | |
| 78 | |
| 79 | class BadRequestError(APIStatusError): |
| 80 | status_code: Literal[400] = 400 # pyright: ignore[reportIncompatibleVariableOverride] |
| 81 | |
| 82 | |
| 83 | class AuthenticationError(APIStatusError): |
nothing calls this directly
no outgoing calls
no test coverage detected