InvalidArgument

InvalidArgument()

Raised by the runtime system when an op.apply(...) argument, either a default argument or a user-provided one (“override”), is not valid.

These are typically user-level errors, such as passing an incorrect type of argument, or passing an argument with an incorrect value.

Back to top