Interface KeyCallback

Single-Key callbacks. This callback is passed to all of the single key functions.

A typical use pattern is to pass the result> parameter from the callback as the options parameter to one of the next operations.

typedef

{function} KeyCallback

param

The error for the operation. This can either be an Error object or a false value. The error contains the following fields:

param

The result of the operation that was executed.

Index

Call signatures

Call signatures

(error: CouchbaseError, result: Result): any

Parameters

Returns

any