optuna.exceptions.StorageInternalError

exception optuna.exceptions.StorageInternalError[source]

Exception for storage operation.

This error is raised when an operation failed in backend DB of storage.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.