com.createsend.models
Class ApiErrorResponse<T>

java.lang.Object
  extended by com.createsend.models.ApiErrorResponse<T>
Direct Known Subclasses:
ClauseResults, FailedImportSubscriber, RuleCreationFailureDetails

public class ApiErrorResponse<T>
extends Object


Field Summary
 int Code
           
 String error
           
 String error_description
           
 String Message
           
 T ResultData
           
 
Constructor Summary
ApiErrorResponse()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Code

public int Code

Message

public String Message

ResultData

public T ResultData

error

public String error

error_description

public String error_description
Constructor Detail

ApiErrorResponse

public ApiErrorResponse()


Copyright © 2013. All Rights Reserved.