2.0.0b35

InitializationError

Package: flyte.errors

This error is raised when the Union system is tried to access without being initialized.

class InitializationError(
    code: str,
    kind: typing.Literal['system', 'unknown', 'user'],
    root_cause_message: str,
    worker: str | None,
)
Parameter Type Description
code str
kind typing.Literal['system', 'unknown', 'user']
root_cause_message str
worker str | None