protected static final class BaseServiceException.Error extends Object implements Serializable
| Constructor and Description |
|---|
BaseServiceException.Error(Integer code,
String reason) |
BaseServiceException.Error(Integer code,
String reason,
boolean rejected) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
code()
Returns the code associated with this exception.
|
int |
hashCode() |
String |
reason()
Returns the reason that caused the exception.
|
boolean |
rejected()
Returns true if the error indicates that the API call was certainly not accepted by the
server.
|
String |
toString() |
public Integer code()
public boolean rejected()
true.public String reason()
Copyright © 2016 Google. All rights reserved.