A representation of the result for a single item in a batch mutation operation. The results
returned by ScriptDbInstance.saveBatch(items, atomic)
will contain this object for each item that failed
to save.
Methods
Method | Return type | Brief description |
---|---|---|
successful() | Boolean | Returns true if the mutation was successful. |
Detailed documentation
successful()
Returns true if the mutation was successful.
Return
Boolean
— true if the mutation was successful, false otherwise.