Module trase.tools.sei_pcs.exceptions
Classes
class ConservedValueError (*args, **kwargs)-
Common base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
class LinkError (*args, **kwargs)-
Common base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
class RowSplittingError (*args, **kwargs)-
An update would have split flows that the caller said it would not split.
Raised by
DataFrameContainer.updatewhenallow_splitting=Falseand the dataframe repeats an existing "_id". See theallow_splittingargument ofSupplyChain.update().Ancestors
- builtins.Exception
- builtins.BaseException