We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d29ca commit 064b88cCopy full SHA for 064b88c
netbox/exceptions.py
@@ -36,6 +36,7 @@ def __init__(self, resp_data):
36
def __str__(self):
37
return '{}'.format(self.err)
38
39
+
40
class UpdateException(BaseException):
41
"""Raised when an object update fails"""
42
def __init__(self, resp_data):
@@ -47,6 +48,7 @@ def __init__(self, resp_data):
47
48
49
50
51
52
class AuthException(BaseException):
53
"""Raised when an API call method is not allowed"""
54
pass
0 commit comments