require(["esri/layers/FeatureEditResult"], function(FeatureEditResult) { /* code goes here */ });
Description
(Added at v2.0)
The results of a feature edit such as add, update or delete.
See also
Samples
Search for
samples that use this class.
Properties
Property Details
Unique ID of the attachment. Applicable only when adding or deleting feature attachments.
Information about errors that occur if the edit operation failed.
Unique ID of the feature or object.
If true the operation was successful.
Known values: true | false