StagingBatchError.ErrorCode Property

Definition

Gets or sets the error code that is associated with the error.

public:
 property System::String ^ ErrorCode { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string ErrorCode { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ErrorCode : string with get, set
Public Property ErrorCode As String

Property Value

A string representing the error code.

Attributes

Applies to