IWorkflowTriggerHistoryProperties.Error Property

Definition

Gets the error.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Gets the error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) }, Read=true, ReadOnly=true, Required=false, SerializedName="error", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Error { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Gets the error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) }, Read=true, ReadOnly=true, Required=false, SerializedName="error", Update=false)>]
member this.Error : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny
Public ReadOnly Property Error As IAny

Property Value

Attributes

Applies to