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