Interface
globalId
always returned with attachments via apply edits.
Inheritance: IApplyEditsAttachmentResultIEditFeatureResult
Properties
Property | Type | Notes |
---|---|---|
error inherited | { code: number; description: string } | Error is optional and is only returned when |
string | ||
objectId inherited | number | |
success inherited | boolean |
error
optionalinherited
Interface Propertyerror: { code: number; description: string }
Error is optional and is only returned when success
is false
.
Type declaration
Inherited from IEditFeatureResult.error
objectId
inherited
Interface PropertyobjectId: number
Inherited from IEditFeatureResult.objectId
success
inherited
Interface Propertysuccess: boolean
Inherited from IEditFeatureResult.success