hpcflow.sdk.core.warnings#

Functions

Exceptions

CompactWarning(message[, solution, docs])

A base class for warnings that might include additional descriptive information that can be printed when the warning is issued.

DeprecationWarning_(message[, solution, docs])

DeprecationWarning that inherits from the CompactWarning base class which facilitates a more descriptive warning message.

SecretExposedWarning(message[, solution, docs])

Warning that a secret credential might be exposed.

UserWarning_(message[, solution, docs])

UserWarning that inherits from the CompactWarning base class which facilitates a more descriptive warning message.