MongoDbProgress.Errors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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