• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

svaponi / pyauth0 / 8951132277 / 4

Source File

100.0
/pyauth0/errors.py
1
class Auth0Error(Exception):
1✔
2
    def __init__(self, status_code: int, code: str, description: str):
1✔
3
        super().__init__(description)
1✔
4
        self.status_code = status_code
1✔
5
        self.code = code
1✔
6
        self.description = description
1✔
  • Back to Build 8951132277
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2024 Coveralls, Inc