gufe.storage.errors¶
Exceptions
Error when there's a metadata mismatch with an external resource |
|
Base class for errors due to problems with external resources |
|
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.