Click or drag to resize
IViewQueryOnError Method
Sets the response in the event of an error

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IViewQuery OnError(
	bool stop
)

Parameters

stop
Type: SystemBoolean
True to stop in the event of an error; true to continue

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also