Class ErrorResponseBody
-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class ErrorResponseBody extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<ErrorResponseBody>SERIALIZERprivate final Integerstatusprivate final StringerrorCodeprivate final Stringmessageprivate final StringerrorTypeprivate final StringpspReference
-
Method Summary
Modifier and Type Method Description final IntegergetStatus()final StringgetErrorCode()final StringgetMessage()final StringgetErrorType()final StringgetPspReference()-
Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject
describeContents -
Methods inherited from class android.os.Parcelable
writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getErrorCode
final String getErrorCode()
-
getMessage
final String getMessage()
-
getErrorType
final String getErrorType()
-
getPspReference
final String getPspReference()
-
-
-
-