public final class AccountKitError
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
AccountKitError.Type |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<AccountKitError> |
CREATOR |
Constructor and Description |
---|
AccountKitError(AccountKitError.Type errorType) |
AccountKitError(AccountKitError.Type errorType,
InternalAccountKitError internalError) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
int |
getDetailErrorCode() |
AccountKitError.Type |
getErrorType() |
java.lang.String |
getUserFacingMessage() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<AccountKitError> CREATOR
public AccountKitError(AccountKitError.Type errorType)
public AccountKitError(AccountKitError.Type errorType, InternalAccountKitError internalError)
public int getDetailErrorCode()
public AccountKitError.Type getErrorType()
public java.lang.String getUserFacingMessage()
public java.lang.String toString()
toString
in class java.lang.Object
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public int describeContents()
describeContents
in interface android.os.Parcelable