exceptions
superduper.base.exceptions
BaseException
​
BaseException(self,
msg)
Parameter | Description |
---|---|
msg | msg for Exception |
BaseException which logs a message after exception.
ComponentInUseError
​
ComponentInUseError(self,
/,
*args,
**kwargs)
Parameter | Description |
---|---|
args | *args for Exception |
kwargs | **kwargs for Exception |
Exception raised when a component is already in use.
MissingSecretsException
​
MissingSecretsException(self,
msg)
Parameter | Description |
---|---|
msg | msg for BaseException |
Missing secrets.
ServiceRequestException
​
ServiceRequestException(self,
msg)
Parameter | Description |
---|---|
msg | msg for BaseException |
Service request exception.
TableNotFoundError
​
TableNotFoundError(self,
/,
*args,
**kwargs)
Parameter | Description |
---|---|
args | *args for Exception |
kwargs | **kwargs for Exception |
Table not found in database.
UnsupportedDatatype
​
UnsupportedDatatype(self,
msg)
Parameter | Description |
---|---|
msg | msg for BaseException |
UnsupportedDatatype.