f5sdk.exceptions module¶
Exceptions used throughout this package
-
exception
f5sdk.exceptions.AuthRequiredError¶ Error raised when authentication is required
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
f5sdk.exceptions.DeviceReadyError¶ Error raised if device ready check fails
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
f5sdk.exceptions.FileLoadError¶ Error raised if file load error occurs
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
f5sdk.exceptions.HTTPError¶ Error raised http error occurs
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
f5sdk.exceptions.InputRequiredError¶ Error raised if input is required
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
f5sdk.exceptions.InvalidAuthError¶ Error raised if authentication fails
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
f5sdk.exceptions.InvalidComponentError¶ Error raised if invalid component is provided
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
f5sdk.exceptions.InvalidComponentVersionError¶ Error raised if invalid component version is provided
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-