:class:`InvalidArgumentsError` ============================== .. py:exception:: ansys.fluent.mcp.common.errors.InvalidArgumentsError(message: str, *, details: dict[str, Any] | None = None) Bases: :py:obj:`FluidsMCPError` Raised when a backend call fails due to invalid arguments. .. !! 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.fluent.mcp.common.errors import InvalidArgumentsError Attribute detail ---------------- .. py:attribute:: error_code :value: 'invalid_arguments'