AddressConstants.ErrorCodes

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.

Constant Summary

int ERROR_CODE_NO_APPLICABLE_ADDRESSES Error code returned if the user has no addresses that can be used.

Constants

public static final int ERROR_CODE_NO_APPLICABLE_ADDRESSES

Error code returned if the user has no addresses that can be used.

Constant Value: 555