nimble.exceptions.InvalidArgumentTypeCombination¶
- exception nimble.exceptions.InvalidArgumentTypeCombination(message)¶
Raised when the types of two or more arguments causes a failure.
This exception occurs when the type of a certain argument is based on another argument. The type may be accepted for this argument in other instances but not in this specific case. This is a subclass of Python’s TypeError.