Sets the response in the event of an error
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IViewQuery OnError(
bool stop
)
Public Function OnError (
stop As Boolean
) As IViewQuery
public:
virtual IViewQuery^ OnError(
bool stop
) sealed
abstract OnError :
stop : bool -> IViewQuery
override OnError :
stop : bool -> IViewQuery
Parameters
- stop
- Type: SystemBoolean
True to stop in the event of an error; true to continue
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
Implements
IViewQueryOnError(Boolean)
See Also