AddressConstants.ErrorCodes
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
AddressConstants.ErrorCodes are error codes returned in the data Intent to your Activity via its onActivityResult method.
These error codes are retrieved using EXTRA_ERROR_CODE.
ERROR_CODE_NO_APPLICABLE_ADDRESSES is an error code returned if the user has no addresses that can be used.
public static interface AddressConstants.ErrorCodes
Error codes that could be returned in the data Intent returned to your Activity via its
onActivityResult method. These are retrieved using
EXTRA_ERROR_CODE.
[[["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."],[],["The `AddressConstants.ErrorCodes` interface defines error codes for data returned to an Activity's `onActivityResult` method. These codes are accessed using `EXTRA_ERROR_CODE`. The interface provides one constant: `ERROR_CODE_NO_APPLICABLE_ADDRESSES`, with a value of 555. This specific error indicates that the user lacks usable addresses. This is returned if there is no user's address to be used.\n"]]