onError

@JvmName(name = "gbonpxxcjeiyutng")
suspend fun onError(value: Output<Either<String, OnErrorType>>)
@JvmName(name = "mfeqqfbuqgceveel")
suspend fun onError(value: Either<String, OnErrorType>?)
@JvmName(name = "ialrogbxgdfftrob")
fun onError(value: String)
@JvmName(name = "xlwpmmhdgbhmmntu")
fun onError(value: OnErrorType)

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'. The default is 'StopProcessingJob'.