nimble.exceptions.InvalidArgumentValue¶
- exception nimble.exceptions.InvalidArgumentValue(message)¶
Raised when an argument value causes a failure.
This exception occurs when the value of an argument is not accepted. This operation may only accept a limited set of possible values for this argument, a sentinel value may be preventing this operation, or the value may be disallowed for this operation. This is a subclass of Python’s ValueError.