Interface DDocCallback

Design Document Management callbacks This callback is invoked by the *DesignDoc operations.

typedef

{function} DDocCallback

param

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

param

The result returned from the server

Index

Call signatures

Call signatures

(error: CouchbaseError, result: any): any

Parameters

Returns

any