ExecutionError

class

gworker_client.errors.ExecutionError

A task body raised an exception at runtime. The __cause__ attribute carries the original exception. Inspect __cause__.__class__.__name__ to identify the remote error type.

Class

python
1class ExecutionError

← Back to docs