OnErrorType

enum OnErrorType : Enum<OnErrorType> , ConvertibleToJava<OnErrorType>

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'.

Entries

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: OnErrorType
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): OnErrorType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.