public class TaskError extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskError.Builder |
| Constructor and Description |
|---|
TaskError(String message,
int majorErrorCode,
int minorErrorCode,
String vendorSpecificErrorCode) |
| Modifier and Type | Method and Description |
|---|---|
static TaskError.Builder |
builder() |
boolean |
equals(Object obj) |
int |
getMajorErrorCode() |
String |
getMessage() |
int |
getMinorErrorCode() |
String |
getVendorSpecificErrorCode() |
int |
hashCode() |
String |
toString() |
public static TaskError.Builder builder()
public String getMessage()
public int getMajorErrorCode()
public int getMinorErrorCode()
@Nullable public String getVendorSpecificErrorCode()
Copyright © 2009-2013 jclouds. All Rights Reserved.