OnErrorType Enum

A Transform can define more than one outputs. This property defines what the service should do when one output fails - either continue to produce other outputs, or, stop the other outputs. The overall Job state will not reflect failures of outputs that are specified with 'ContinueJob'. The default is 'StopProcessingJob'.

Inheritance
builtins.str
OnErrorType
OnErrorType

Constructor

OnErrorType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

CONTINUE_JOB
STOP_PROCESSING_JOB