:class:`InvalidArgumentsError` ============================== .. py:exception:: ansys.mechanical.mcp.errors.InvalidArgumentsError(message: str, *, details: dict[str, Any] | None = None) Bases: :py:obj:`MechanicalMCPError` Raised when tool arguments are invalid or unusable. .. !! processed by numpydoc !! .. py:currentmodule:: InvalidArgumentsError Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~error_code` - Import detail ------------- .. code-block:: python from ansys.mechanical.mcp.errors import InvalidArgumentsError Attribute detail ---------------- .. py:attribute:: error_code :value: 'invalid_arguments'