IndexingResult.ErrorMessage 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 the error message explaining why the indexing operation failed for the document identified by the key; null if indexing succeeded.
[Newtonsoft.Json.JsonProperty(PropertyName="errorMessage")]
public string ErrorMessage { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errorMessage")>]
member this.ErrorMessage : string
Public ReadOnly Property ErrorMessage As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET