KnownOnErrorType enum

Known values of OnErrorType that the service accepts.

Fields

ContinueJob

Tells the service that if this TransformOutput fails, then allow any other TransformOutput to continue.

StopProcessingJob

Tells the service that if this TransformOutput fails, then any other incomplete TransformOutputs can be stopped.