UpstreamError#

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

Bases: MechanicalMCPError

Raised when Mechanical or a dependent service cannot complete an operation.

Overview#

Import detail#

from ansys.mechanical.mcp.errors import UpstreamError

Attribute detail#

UpstreamError.error_code = 'upstream_error'#