2.0.0b35
NotInTaskContextError
Package: flyte.errors
This error is raised when the user tries to access the task context outside of a task.
class NotInTaskContextError(
code: str,
message: str,
worker: str | None,
)| Parameter | Type | Description |
|---|---|---|
code |
str |
|
message |
str |
|
worker |
str | None |