com.github.dockerjava.api.model
Class ErrorResponse

java.lang.Object
  extended by com.github.dockerjava.api.model.ErrorResponse

public class ErrorResponse
extends Object


Constructor Summary
ErrorResponse()
           
 
Method Summary
 String getError()
           
 ErrorDetail getErrorDetail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorResponse

public ErrorResponse()
Method Detail

getErrorDetail

public ErrorDetail getErrorDetail()

getError

public String getError()


Copyright © 2014. All Rights Reserved.