Modifier and Type | Class and Description |
---|---|
static class |
BatchError.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchError.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getCode()
A short string description of the error.
|
String |
getId()
The Id name that you assigned to the message.
|
String |
getMessage()
A description of the error.
|
int |
hashCode() |
boolean |
isSenderFault() |
BatchError.Builder |
toBuilder() |
String |
toString() |
public static BatchError.Builder builder()
public BatchError.Builder toBuilder()
public String getId()
public boolean isSenderFault()
public String getCode()
public String getMessage()
Copyright © 2009-2013 jclouds. All Rights Reserved.