Share via


ManagedIntegrationRuntimeStatus.OtherErrors Property

Definition

Gets the errors that occurred on this integration runtime.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.otherErrors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError> OtherErrors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.otherErrors")>]
member this.OtherErrors : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError>
Public ReadOnly Property OtherErrors As IList(Of ManagedIntegrationRuntimeError)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to