Skip to main content

exceptions

Custom exceptions for the runners package.

Classes​

MultiPodSchemaMismatchError​

class MultiPodSchemaMismatchError(*args, **kwargs):

Raised if the schemas of the multiple pods do not match.

Ancestors​

PlugInAlgorithmError​

class PlugInAlgorithmError(*args, **kwargs):

Raised if the specified algorithm in not found in the plugins.

Ancestors​

PlugInProtocolError​

class PlugInProtocolError(*args, **kwargs):

Raised if the specified protocol in not found in the plugins.

Ancestors​