Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaEditResult
Interface HonuaEditResult
Result for a single add, update, or delete operation.
interface
HonuaEditResult
{
error
?:
{
code
:
number
;
description
:
string
;
}
;
objectId
:
number
;
success
:
boolean
;
}
Index
Properties
error?
object
Id
success
Properties
Optional
error
error
?:
{
code
:
number
;
description
:
string
;
}
object
Id
object
Id
:
number
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
object
Id
success
@honua/sdk-js
Loading...
Result for a single add, update, or delete operation.