apache_beam.error module¶
Python Dataflow error classes.
- exception apache_beam.error.PipelineError[source]¶
Bases:
BeamError
An error in the pipeline object (e.g. a PValue not linked to it).
- exception apache_beam.error.PValueError[source]¶
Bases:
BeamError
An error related to a PValue object (e.g. value is not computed).
- exception apache_beam.error.RunnerError[source]¶
Bases:
BeamError
An error related to a Runner object (e.g. cannot find a runner to run).
- exception apache_beam.error.RuntimeValueProviderError[source]¶
Bases:
RuntimeError
An error related to a ValueProvider object raised during runtime.