IViewQuery OnError Method Couchbase .NET SDK 2.0
Sets the response in the event of an error

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

Parameters

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

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also