onErrorAction

@JvmName(name = "uumnjmvkbrybuqyo")
suspend fun onErrorAction(value: Output<String>)
@JvmName(name = "jbmxpfvcadjxtjhn")
suspend fun onErrorAction(value: String?)

Parameters

value

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. Possible values are StopProcessingJob or ContinueJob. Defaults to StopProcessingJob.