gufe.storage.errors

Exceptions

ChangedExternalResourceError

Error when there's a metadata mismatch with an external resource

ExternalResourceError

Base class for errors due to problems with external resources

MissingExternalResourceError

Error when the external resource could not be loaded

exception gufe.storage.errors.ExternalResourceError

Base class for errors due to problems with external resources

args
with_traceback()

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

exception gufe.storage.errors.MissingExternalResourceError

Error when the external resource could not be loaded

args
with_traceback()

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

exception gufe.storage.errors.ChangedExternalResourceError

Error when there’s a metadata mismatch with an external resource

args
with_traceback()

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