Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The following exceptions apply for all of the Python agents.

DRException

If this exception is raised it is logged in System Log and the workflow may continue processing.

class DRException(Exception)

DRRuntimeException

If this exception is raised it aborts the workflow.

class DRRuntimeException(Exception)

DRUnwindException

You should never need to catch or throw DRUnwindException.

class DRUnwindException(BaseException)
  • No labels