Share via


TransformOutput.OnError Property

Definition

Gets or sets 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'. Possible values include: 'StopProcessingJob', 'ContinueJob'

[Newtonsoft.Json.JsonProperty(PropertyName="onError")]
public Microsoft.Azure.Management.Media.Models.OnErrorType? OnError { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="onError")>]
member this.OnError : Nullable<Microsoft.Azure.Management.Media.Models.OnErrorType> with get, set
Public Property OnError As Nullable(Of OnErrorType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to