Open
Description
Is your feature request related to a problem? Please describe.
When getting familiar with Hatchet for the first time, particularly on error handling, I found it difficult to understand how the Context works and what the expected return values should be. There is a lot of type descriptions, but not a lot of semantics to go along with it.
Describe the solution you'd like
I'd like the Context to be added to the SDK documentation
Describe alternatives you've considered
Reading the code directly, but the inner workings of properties like task_run_errors
are difficult to track down, even after digging several levels deeper.
Additional context
None.