InvalidArgumentsError#

exception ansys.fluent.mcp.common.errors.InvalidArgumentsError(message: str, *, details: dict[str, Any] | None = None)#

Bases: FluidsMCPError

Raised when a backend call fails due to invalid arguments.

Overview#

Import detail#

from ansys.fluent.mcp.common.errors import InvalidArgumentsError

Attribute detail#

InvalidArgumentsError.error_code = 'invalid_arguments'#