| |
+
+- builtins.ValueError(builtins.Exception)
+
-
+
+- ConnectError
+
-
+
+- NotConnectError
+
- RepeatingConnectError
+
+
+- DisconnectNotConnectedClientError
+
- ParamError
+
+
+
+
+
+
+
+class ConnectError(builtins.ValueError) |
+
+ |
+Inappropriate argument value (of correct type). |
+ |
+- Method resolution order:
+- ConnectError
+- builtins.ValueError
+- builtins.Exception
+- builtins.BaseException
+- builtins.object
+
+
+Data descriptors defined here:
+- __weakref__
+- list of weak references to the object (if defined)
+
+
+Methods inherited from builtins.ValueError:
+- __init__(self, /, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
+
+- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
+
+
+Methods inherited from builtins.BaseException:
+- __delattr__(self, name, /)
- Implement delattr(self, name).
+
+- __getattribute__(self, name, /)
- Return getattr(self, name).
+
+- __reduce__(...)
- helper for pickle
+
+- __repr__(self, /)
- Return repr(self).
+
+- __setattr__(self, name, value, /)
- Implement setattr(self, name, value).
+
+- __setstate__(...)
+
+- __str__(self, /)
- Return str(self).
+
+- with_traceback(...)
- Exception.with_traceback(tb) --
+set self.__traceback__ to tb and return self.
+
+
+Data descriptors inherited from builtins.BaseException:
+- __cause__
+- exception cause
+
+- __context__
+- exception context
+
+- __dict__
+
+- __suppress_context__
+
+- __traceback__
+
+- args
+
+ |
+
+
+
+class DisconnectNotConnectedClientError(builtins.ValueError) |
+
+ |
+Inappropriate argument value (of correct type). |
+ |
+- Method resolution order:
+- DisconnectNotConnectedClientError
+- builtins.ValueError
+- builtins.Exception
+- builtins.BaseException
+- builtins.object
+
+
+Data descriptors defined here:
+- __weakref__
+- list of weak references to the object (if defined)
+
+
+Methods inherited from builtins.ValueError:
+- __init__(self, /, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
+
+- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
+
+
+Methods inherited from builtins.BaseException:
+- __delattr__(self, name, /)
- Implement delattr(self, name).
+
+- __getattribute__(self, name, /)
- Return getattr(self, name).
+
+- __reduce__(...)
- helper for pickle
+
+- __repr__(self, /)
- Return repr(self).
+
+- __setattr__(self, name, value, /)
- Implement setattr(self, name, value).
+
+- __setstate__(...)
+
+- __str__(self, /)
- Return str(self).
+
+- with_traceback(...)
- Exception.with_traceback(tb) --
+set self.__traceback__ to tb and return self.
+
+
+Data descriptors inherited from builtins.BaseException:
+- __cause__
+- exception cause
+
+- __context__
+- exception context
+
+- __dict__
+
+- __suppress_context__
+
+- __traceback__
+
+- args
+
+ |
+
+
+
+class NotConnectError(ConnectError) |
+
+ |
+Inappropriate argument value (of correct type). |
+ |
+- Method resolution order:
+- NotConnectError
+- ConnectError
+- builtins.ValueError
+- builtins.Exception
+- builtins.BaseException
+- builtins.object
+
+
+Data descriptors inherited from ConnectError:
+- __weakref__
+- list of weak references to the object (if defined)
+
+
+Methods inherited from builtins.ValueError:
+- __init__(self, /, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
+
+- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
+
+
+Methods inherited from builtins.BaseException:
+- __delattr__(self, name, /)
- Implement delattr(self, name).
+
+- __getattribute__(self, name, /)
- Return getattr(self, name).
+
+- __reduce__(...)
- helper for pickle
+
+- __repr__(self, /)
- Return repr(self).
+
+- __setattr__(self, name, value, /)
- Implement setattr(self, name, value).
+
+- __setstate__(...)
+
+- __str__(self, /)
- Return str(self).
+
+- with_traceback(...)
- Exception.with_traceback(tb) --
+set self.__traceback__ to tb and return self.
+
+
+Data descriptors inherited from builtins.BaseException:
+- __cause__
+- exception cause
+
+- __context__
+- exception context
+
+- __dict__
+
+- __suppress_context__
+
+- __traceback__
+
+- args
+
+ |
+
+
+
+class ParamError(builtins.ValueError) |
+
+ |
+Inappropriate argument value (of correct type). |
+ |
+- Method resolution order:
+- ParamError
+- builtins.ValueError
+- builtins.Exception
+- builtins.BaseException
+- builtins.object
+
+
+Data descriptors defined here:
+- __weakref__
+- list of weak references to the object (if defined)
+
+
+Methods inherited from builtins.ValueError:
+- __init__(self, /, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
+
+- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
+
+
+Methods inherited from builtins.BaseException:
+- __delattr__(self, name, /)
- Implement delattr(self, name).
+
+- __getattribute__(self, name, /)
- Return getattr(self, name).
+
+- __reduce__(...)
- helper for pickle
+
+- __repr__(self, /)
- Return repr(self).
+
+- __setattr__(self, name, value, /)
- Implement setattr(self, name, value).
+
+- __setstate__(...)
+
+- __str__(self, /)
- Return str(self).
+
+- with_traceback(...)
- Exception.with_traceback(tb) --
+set self.__traceback__ to tb and return self.
+
+
+Data descriptors inherited from builtins.BaseException:
+- __cause__
+- exception cause
+
+- __context__
+- exception context
+
+- __dict__
+
+- __suppress_context__
+
+- __traceback__
+
+- args
+
+ |
+
+
+
+class RepeatingConnectError(ConnectError) |
+
+ |
+Inappropriate argument value (of correct type). |
+ |
+- Method resolution order:
+- RepeatingConnectError
+- ConnectError
+- builtins.ValueError
+- builtins.Exception
+- builtins.BaseException
+- builtins.object
+
+
+Data descriptors inherited from ConnectError:
+- __weakref__
+- list of weak references to the object (if defined)
+
+
+Methods inherited from builtins.ValueError:
+- __init__(self, /, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
+
+- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
+
+
+Methods inherited from builtins.BaseException:
+- __delattr__(self, name, /)
- Implement delattr(self, name).
+
+- __getattribute__(self, name, /)
- Return getattr(self, name).
+
+- __reduce__(...)
- helper for pickle
+
+- __repr__(self, /)
- Return repr(self).
+
+- __setattr__(self, name, value, /)
- Implement setattr(self, name, value).
+
+- __setstate__(...)
+
+- __str__(self, /)
- Return str(self).
+
+- with_traceback(...)
- Exception.with_traceback(tb) --
+set self.__traceback__ to tb and return self.
+
+
+Data descriptors inherited from builtins.BaseException:
+- __cause__
+- exception cause
+
+- __context__
+- exception context
+
+- __dict__
+
+- __suppress_context__
+
+- __traceback__
+
+- args
+
+ | |