Package | Description |
---|---|
com.couchbase.client.java.view |
Modifier and Type | Method and Description |
---|---|
static OnError |
OnError.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.
|
Modifier and Type | Method and Description |
---|---|
ViewQuery |
ViewQuery.onError(OnError onError)
Sets the response in the event of an error.
|
SpatialViewQuery |
SpatialViewQuery.onError(OnError onError)
Sets the response in the event of an error.
|
Copyright © 2015 Couchbase, Inc.