AddressConstants.ErrorCodes

  • 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.

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