Uses of Class
org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode
-
Packages that use ResponseStatusCode Package Description org.apache.tinkerpop.gremlin.driver.exception org.apache.tinkerpop.gremlin.driver.message -
-
Uses of ResponseStatusCode in org.apache.tinkerpop.gremlin.driver.exception
Methods in org.apache.tinkerpop.gremlin.driver.exception that return ResponseStatusCode Modifier and Type Method Description ResponseStatusCodeResponseException. getResponseStatusCode()Constructors in org.apache.tinkerpop.gremlin.driver.exception with parameters of type ResponseStatusCode Constructor Description ResponseException(ResponseStatusCode responseStatusCode, String serverMessage)ResponseException(ResponseStatusCode responseStatusCode, String serverMessage, List<String> remoteExceptionHierarchy, String remoteStackTrace)ResponseException(ResponseStatusCode responseStatusCode, String serverMessage, List<String> remoteExceptionHierarchy, String remoteStackTrace, Map<String,Object> statusAttributes) -
Uses of ResponseStatusCode in org.apache.tinkerpop.gremlin.driver.message
Methods in org.apache.tinkerpop.gremlin.driver.message that return ResponseStatusCode Modifier and Type Method Description ResponseStatusCodeResponseStatus. getCode()Gets theResponseStatusCodethat describes how the server responded to the request.static ResponseStatusCodeResponseStatusCode. getFromValue(int codeValue)static ResponseStatusCodeResponseStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseStatusCode[]ResponseStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.driver.message with parameters of type ResponseStatusCode Modifier and Type Method Description ResponseMessage.BuilderResponseMessage.Builder. code(ResponseStatusCode code)Constructors in org.apache.tinkerpop.gremlin.driver.message with parameters of type ResponseStatusCode Constructor Description ResponseStatus(ResponseStatusCode code, String message, Map<String,Object> attributes)
-