MongoDbProgress.Errors Property

Definition

Gets or sets the errors and warnings that have occurred for the current object. The keys are the error codes.

[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataMigration.Models.MongoDbError> Errors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataMigration.Models.MongoDbError> with get, set
Public Property Errors As IDictionary(Of String, MongoDbError)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to