Uses of Class
com.couchbase.client.java.view.ViewErrorMode
Package | Description |
---|---|
com.couchbase.client.java.view |
Namespace for various view-service related classes.
|
-
Uses of ViewErrorMode in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return ViewErrorMode Modifier and Type Method Description static ViewErrorMode
ViewErrorMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ViewErrorMode[]
ViewErrorMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.view with parameters of type ViewErrorMode Modifier and Type Method Description ViewOptions
ViewOptions. onError(ViewErrorMode viewErrorMode)
Sets the response in the event of an error.