nimble.exceptions.InvalidArgumentValueCombination

exception nimble.exceptions.InvalidArgumentValueCombination(message)

Raised when the values of two or more arguments causes a failure.

This exception occurs when the value of a certain argument is based on another argument. The value may be accepted for this argument in other instances but not in this specific case. This is a subclass of Python’s ValueError.