| 81 | |
| 82 | |
| 83 | class AuthenticationError(APIStatusError): |
| 84 | status_code: Literal[401] = 401 # pyright: ignore[reportIncompatibleVariableOverride] |
| 85 | |
| 86 | |
| 87 | class PermissionDeniedError(APIStatusError): |
nothing calls this directly
no outgoing calls
no test coverage detected