11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
==========
|
|
InvalidStateError if still running: InvalidStateError()
|
|
==========
|
|
CancelledError when retrieving result from cancelled task: CancelledError()
|
|
==========
|
|
Error raised when result is attempted on task with error: ValueError()
|
|
==========
|
|
Empty Result should be None: None
|
|
==========
|
|
Happy path, result is returned: hello world
|