Interface QueryCallback

Query callback. This callback is invoked by the query operations.

typedef

{function} QueryCallback

param

An error indicator. Note that this error value may be ignored, but its absence is indicative that the response in the results parameter is ok. If it is set, then the request failed.

param

The results returned from the server

Index

Call signatures

Call signatures

(error: CouchbaseError, result: any): any

Parameters

Returns

any