Package org.jclouds.ultradns.ws
Class UltraDNSWSError
- java.lang.Object
-
- org.jclouds.ultradns.ws.UltraDNSWSError
-
public final class UltraDNSWSError extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static UltraDNSWSError
fromCodeAndDescription(int code, com.google.common.base.Optional<String> description)
int
getCode()
The error code.com.google.common.base.Optional<String>
getDescription()
The description of the error.int
hashCode()
String
toString()
-
-
-
Method Detail
-
fromCodeAndDescription
public static UltraDNSWSError fromCodeAndDescription(int code, com.google.common.base.Optional<String> description)
-
getCode
public int getCode()
The error code. ex1801
-
getDescription
public com.google.common.base.Optional<String> getDescription()
The description of the error. exZone does not exist in the system.
-
-