UpstreamError#

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

Bases: FluidsMCPError

Raised when a backend call fails due to an upstream error (for example, a network issue).

Overview#

Import detail#

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

Attribute detail#

UpstreamError.error_code = 'upstream_error'#