Uses of Class
com.sponsorpay.sdk.android.publisher.currency.CurrencyServerAbstractResponse.RequestErrorType

Packages that use CurrencyServerAbstractResponse.RequestErrorType
com.sponsorpay.sdk.android.publisher.currency   
 

Uses of CurrencyServerAbstractResponse.RequestErrorType in com.sponsorpay.sdk.android.publisher.currency
 

Fields in com.sponsorpay.sdk.android.publisher.currency declared as CurrencyServerAbstractResponse.RequestErrorType
protected  CurrencyServerAbstractResponse.RequestErrorType CurrencyServerAbstractResponse.mErrorType
          Type of error condition in which the request / response has resulted.
 

Methods in com.sponsorpay.sdk.android.publisher.currency that return CurrencyServerAbstractResponse.RequestErrorType
 CurrencyServerAbstractResponse.RequestErrorType CurrencyServerAbstractResponse.getErrorType()
          Gets the error condition in which this request / response has resulted.
static CurrencyServerAbstractResponse.RequestErrorType CurrencyServerAbstractResponse.RequestErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CurrencyServerAbstractResponse.RequestErrorType[] CurrencyServerAbstractResponse.RequestErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.