The exceptions.py module#

Summary#

BetaFeatureNotEnabledError

Raised when a beta feature is not enabled.

Description#

Provides custom exceptions for the additive client.

Module detail#

exception exceptions.BetaFeatureNotEnabledError#

Bases: Exception

Raised when a beta feature is not enabled.

Import detail#

from ansys.additive.core.exceptions import BetaFeatureNotEnabledError