MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / BadCredentialsException

Class BadCredentialsException

github/GithubException.py:110–113  ·  view source on GitHub ↗

Exception raised in case of bad credentials (when Github API replies with a 401 or 403 HTML status)

Source from the content-addressed store, hash-verified

108
109
110class BadCredentialsException(GithubException):
111 """
112 Exception raised in case of bad credentials (when Github API replies with a 401 or 403 HTML status)
113 """
114
115
116class UnknownObjectException(GithubException):

Callers 1

_checkErrorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…