SimulationError#

class ansys.additive.core.simulation.SimulationError(input: ansys.additive.core.single_bead.SingleBeadInput | ansys.additive.core.porosity.PorosityInput | ansys.additive.core.microstructure.MicrostructureInput | ansys.additive.core.thermal_history.ThermalHistoryInput, message: str)#

Provides simulation errors.

Overview#

input

Simulation input.

message

Provides simulation error message.

Import detail#

from ansys.additive.core.simulation import SimulationError

Property detail#

property SimulationError.input: ansys.additive.core.single_bead.SingleBeadInput | ansys.additive.core.porosity.PorosityInput | ansys.additive.core.microstructure.MicrostructureInput | ansys.additive.core.thermal_history.ThermalHistoryInput#

Simulation input.

property SimulationError.message: str#

Provides simulation error message.