errors#

Exceptions

GufeProtocolError

The base gufe error that other errors should subclass.

MissingUnitResultError

Error when a ProtocolDAGResult has no ProtocolUnitResult(s) for a given ProtocolUnit.

ProtocolDAGResultError

Base error when dealing with DAG results.

ProtocolUnitExecutionError

Error when executing a protocol unit.

ProtocolUnitFailureError

Error when a ProtocolDAGResult has only ProtocolUnitFailure(s) for a given ProtocolUnit.

ProtocolValidationError

Error when the protocol setup or settings can not be validated.