|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.Error
public class Error
The standard error message type used in the vCloud REST API.
<xs:complexType name="ErrorType" />
| Nested Class Summary | |
|---|---|
static class |
Error.Builder
|
static class |
Error.Code
|
| Field Summary | |
|---|---|
protected static org.jclouds.logging.Logger |
logger
|
static String |
MEDIA_TYPE
|
| Method Summary | |
|---|---|
static Error.Builder |
builder()
|
boolean |
equals(Object o)
|
Integer |
getMajorErrorCode()
The class of the error. |
String |
getMessage()
An one line, human-readable message describing the error that occurred. |
String |
getMinorErrorCode()
Specific API error code. |
String |
getStackTrace()
The stack trace of the exception which when examined might make problem diagnostics easier. |
String |
getVendorSpecificErrorCode()
A vendor/implementation specific error code that point to specific modules/parts of the code and can make problem diagnostics easier. |
int |
hashCode()
|
Error.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static org.jclouds.logging.Logger logger
public static final String MEDIA_TYPE
| Method Detail |
|---|
public static Error.Builder builder()
public Error.Builder toBuilder()
public String getMessage()
public Integer getMajorErrorCode()
public String getMinorErrorCode()
public String getVendorSpecificErrorCode()
public String getStackTrace()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||