Uses of Class
com.couchbase.client.java.view.OnError
-
Packages that use OnError Package Description com.couchbase.client.java.view -
-
Uses of OnError in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return OnError Modifier and Type Method Description static OnErrorOnError. valueOf(String name)Returns the enum constant of this type with the specified name.static OnError[]OnError. 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 OnError Modifier and Type Method Description SpatialViewQuerySpatialViewQuery. onError(OnError onError)Sets the response in the event of an error.ViewQueryViewQuery. onError(OnError onError)Sets the response in the event of an error.
-