mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Update cloudinary to 1.20.0
This commit is contained in:
parent
1c56d9c513
commit
2984629b39
27 changed files with 2865 additions and 923 deletions
33
lib/cloudinary/exceptions.py
Normal file
33
lib/cloudinary/exceptions.py
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Copyright Cloudinary
|
||||
|
||||
|
||||
class Error(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NotFound(Error):
|
||||
pass
|
||||
|
||||
|
||||
class NotAllowed(Error):
|
||||
pass
|
||||
|
||||
|
||||
class AlreadyExists(Error):
|
||||
pass
|
||||
|
||||
|
||||
class RateLimited(Error):
|
||||
pass
|
||||
|
||||
|
||||
class BadRequest(Error):
|
||||
pass
|
||||
|
||||
|
||||
class GeneralError(Error):
|
||||
pass
|
||||
|
||||
|
||||
class AuthorizationRequired(Error):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue