8.4.2. vantage6.algorithm.tools.exceptions#

Exceptions

AlgorithmError

Generic exception raised when an algorithm fails.

AlgorithmExecutionError

Raised when algorithm function fails.

AlgorithmInitializationError

Generic error raised when algorithm initialization fails.

AlgorithmModuleNotFoundError

Raised when the algorithm module is not found.

AlgorithmRuntimeError

Generic error raised when an algorithm fails at runtime.

ClientError

Generic error raised when call to the algorithm client fails.

CollectOrganizationError

Raised when organization collection fails.

CollectResultsError

Raised when result collection fails.

ConvergenceError

Raised when the algorithm fails to converge.

DataError

Generic error raised with data handling.

DataReadError

Raised when data reading fails.

DataTypeError

Raised when data type is invalid.

DeserializationError

Raised when result deserialization fails.

DeserializationException

alias of DeserializationError

EnvironmentVariableError

Error raised when environment variable handling fails.

EnvironmentVariableNotFoundError

Raised when environment variable is not found.

InputError

Generic error raised with algorithm input handling.

MaxIterationsReached

Raised when the maximum number of iterations is reached.

MethodNotFoundError

Raised when the algorithm method is not found.

NodePermissionException

Generic error raised when the node does not allow the computation of a certain request.

PrivacyThresholdViolation

Raised when privacy threshold is violated.

PrivacyViolation

Generic exception raised for data privacy concerns.

SubtakCreationError

Raised when subtask creation fails.

UserInputError

Raised when user input is invalid.