ESRI.ArcGIS.Mobile
Errors Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > PostFeaturesRequest Class : Errors Property

Gets the list of feature errors encountered on the server per feature layer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Errors As Dictionary(Of String, IDictionary(Of Integer, String))
C# 
public Dictionary<string, IDictionary<int, string>> Errors {get;}

Return Value

Keys = layer name Values = the dictionary of errors Keys = Feature Id, Values = Error String.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also