Uses of Class
com.google.appengine.api.search.StatusCode
-
Packages that use StatusCode Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of StatusCode in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return StatusCode Modifier and Type Method Description StatusCodeOperationResult. getCode()static StatusCodeStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusCode[]StatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.appengine.api.search with parameters of type StatusCode Constructor Description OperationResult(StatusCode code, String errorDetail)
-