ImportDocumentsResponseErrorMessage Property |
If Error occured, this is the Error Message
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string ErrorMessage { get; set; }
Public Property ErrorMessage As String
Get
Set
public:
property String^ ErrorMessage {
String^ get ();
void set (String^ value);
}
member ErrorMessage : string with get, set
Property Value
Type:
StringSee Also