public static final class Operation.OperationError extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCode()
Returns an error type identifier for this error.
|
String |
getLocation()
Returns the field in the request which caused the error.
|
String |
getMessage()
Returns an optional, human-readable error message.
|
int |
hashCode() |
String |
toString() |
public String getCode()
public String getLocation()
public String getMessage()
Copyright © 2019 Google LLC. All rights reserved.