InvalidArgumentsError#

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

Bases: FluidsMCPError

Error raised when a tool receives invalid arguments.

Overview#

Import detail#

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

Attribute detail#

InvalidArgumentsError.error_code = 'invalid_arguments'#