Class RecordSetResult
RecordSetResult provides access to the success or failure of a record write called via record.setWithAck(data)
or record.setWithAck(path,data)
.
Methods
String getResult()
An error string if there were any problems writing to the record or null.