Class Job.Error
- java.lang.Object
 - 
- org.jclouds.rackspace.clouddns.v1.domain.Job.Error
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()StringgetDetails()StringgetMessage()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
Error
@ConstructorProperties({"code","message","details"}) protected Error(int code, String message, String details)
 
 - 
 
 -