error_handler#
Provides a module for customized error handling.
Exceptions:
Raised when an unsupported Fluent version is specified. |
|
Raised when password is invalid. |
|
Raised when IP address and port are not specified. |
|
|
Exception class representing launch errors. |
Raised when a valid keyword argument is not specified. |
- exception ansys.fluent.core.launcher.error_handler.GPUSolverSupportError#
Bases:
ValueError
Raised when an unsupported Fluent version is specified.
- __init__()#
- exception ansys.fluent.core.launcher.error_handler.InvalidPassword#
Bases:
ValueError
Raised when password is invalid.
- __init__()#
- exception ansys.fluent.core.launcher.error_handler.IpPortNotProvided#
Bases:
ValueError
Raised when IP address and port are not specified.
- __init__()#