AccountTransferStatusCodes
Stay organized with collections
Save and categorize content based on your preferences.
Account Transfer specific status codes, for use in
Status#getStatusCode()
.
Inherited Constant Summary
From class
com.google.android.gms.common.api.CommonStatusCodes
int |
API_NOT_CONNECTED |
|
int |
CANCELED |
|
int |
CONNECTION_SUSPENDED_DURING_CALL |
|
int |
DEVELOPER_ERROR |
|
int |
ERROR |
|
int |
INTERNAL_ERROR |
|
int |
INTERRUPTED |
|
int |
INVALID_ACCOUNT |
|
int |
NETWORK_ERROR |
|
int |
RECONNECTION_TIMED_OUT |
|
int |
RECONNECTION_TIMED_OUT_DURING_UPDATE |
|
int |
REMOTE_EXCEPTION |
|
int |
RESOLUTION_REQUIRED |
|
int |
SERVICE_DISABLED |
|
int |
SERVICE_VERSION_UPDATE_REQUIRED |
|
int |
SIGN_IN_REQUIRED |
|
int |
SUCCESS |
|
int |
SUCCESS_CACHE |
|
int |
TIMEOUT |
|
Public Method Summary
static String
|
getStatusCodeString(int statusCode)
Returns an untranslated debug (not user-friendly) string based on the current
status code.
|
Inherited Method Summary
From class
com.google.android.gms.common.api.CommonStatusCodes
static String
|
getStatusCodeString(int arg0)
|
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Constants
public static final int
CHALLENGE_NOT_ALLOWED
Authenticator is not allowed to throw challenge on this particular device. It may or
may not be possible to throw challenge on the other side. This information can be
retrieved by putting a request with type AuthenticatorTransferStatus.GET_META_INFO
Constant Value: 20503
public static final int
INVALID_REQUEST
Request is invalid or malformed.
Constant Value: 20502
public static final int
NOT_ALLOWED_SECURITY
Request is not allowed due to security issue. Either the request is not from the
owner, or some other issue is there.
Constant Value: 20500
public static final int
NO_DATA_AVAILABLE
Signifies that there is no data available right now. This could be given when an
authenticator tries to get data to import, assuming that there was data meant for it
during the setup. In absence of its data, this status is returned.
Constant Value: 20501
public static final int
SESSION_INACTIVE
Session is no longer active. Hence the transfer of data wouldn't work any longer.
This will be used when authenticator's call deposit data outside the setup process. Or
they take too long to respond, and the session is no longer active.
Constant Value: 20504
Public Methods
public static String getStatusCodeString (int
statusCode)
Returns an untranslated debug (not user-friendly) string based on the current status
code.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eAccountTransferStatusCodes\u003c/code\u003e defines specific status codes for account transfer operations in Android.\u003c/p\u003e\n"],["\u003cp\u003eThese codes, used with \u003ccode\u003eStatus#getStatusCode()\u003c/code\u003e, indicate the outcome of an account transfer attempt.\u003c/p\u003e\n"],["\u003cp\u003eCommon status codes like \u003ccode\u003eSUCCESS\u003c/code\u003e, \u003ccode\u003eERROR\u003c/code\u003e, and \u003ccode\u003eTIMEOUT\u003c/code\u003e are inherited from \u003ccode\u003eCommonStatusCodes\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetStatusCodeString()\u003c/code\u003e method provides a debug string representation of a given status code.\u003c/p\u003e\n"],["\u003cp\u003eSpecific to account transfer, codes like \u003ccode\u003eCHALLENGE_NOT_ALLOWED\u003c/code\u003e, \u003ccode\u003eINVALID_REQUEST\u003c/code\u003e, and \u003ccode\u003eSESSION_INACTIVE\u003c/code\u003e address security and data availability during the transfer process.\u003c/p\u003e\n"]]],[],null,[]]