public final class UltraDNSWSError extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static UltraDNSWSError |
fromCodeAndDescription(int code,
String description) |
int |
getCode()
The error code.
|
String |
getDescription()
The description of the error.
|
String |
toString() |
public static UltraDNSWSError fromCodeAndDescription(int code, String description)
public int getCode()
1801
public String getDescription()
Zone does not exist in the system.
Copyright © 2009-2013 jclouds. All Rights Reserved.