Package | Description |
---|---|
com.google.api.services.appengine.v1.model |
Modifier and Type | Method and Description |
---|---|
Status |
Status.clone() |
Status |
Operation.getError()
The error result of the operation in case of failure or cancellation.
|
Status |
Status.set(java.lang.String fieldName,
java.lang.Object value) |
Status |
Status.setCode(java.lang.Integer code)
The status code, which should be an enum value of google.rpc.Code.
|
Status |
Status.setDetails(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> details)
A list of messages that carry the error details.
|
Status |
Status.setMessage(java.lang.String message)
A developer-facing error message, which should be in English.
|
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.setError(Status error)
The error result of the operation in case of failure or cancellation.
|