MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / GenericSsoError

Class GenericSsoError

service/esiAccess.py:34–37  ·  view source on GitHub ↗

Exception used for generic SSO errors that aren't directly related to an API call

Source from the content-addressed store, hash-verified

32]
33
34class GenericSsoError(Exception):
35 """ Exception used for generic SSO errors that aren't directly related to an API call
36 """
37 pass
38
39class APIException(Exception):
40 """ Exception for API related errors """

Callers 3

handleLoginMethod · 0.90
handleServerRequestMethod · 0.90
validate_eve_jwtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected