Class HasResult
HasResult provides the ability for clients to determine whether or not a record exists via client.record.has(name)
.
Methods
boolean getResult()
Returns a boolean reflecting whether or not the record exists.
DeepstreamError getData()
Returns an error if there was one while checking for existence of the record..
boolean hasError()
Returns a boolean indicating if there was an error checking the record exists.