Package org.jclouds.ultradns.ws
Class UltraDNSWSError
java.lang.Object
org.jclouds.ultradns.ws.UltraDNSWSError
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static UltraDNSWSError
fromCodeAndDescription
(int code, com.google.common.base.Optional<String> description) int
getCode()
The error code.com.google.common.base.Optional
<String> The description of the error.int
hashCode()
toString()
-
Method Details
-
fromCodeAndDescription
public static UltraDNSWSError fromCodeAndDescription(int code, com.google.common.base.Optional<String> description) -
getCode
public int getCode()The error code. ex1801
-
getDescription
The description of the error. exZone does not exist in the system.
-
hashCode
public int hashCode() -
equals
-
toString
-