Bagikan melalui


FailActivity.ErrorCode Property

Definition

Gets or sets the error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.errorCode")]
public object ErrorCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.errorCode")>]
member this.ErrorCode : obj with get, set
Public Property ErrorCode As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to