Possible result codes passed back in onActivityResult() when calling
PayClient.savePasses(String, Activity, int) or
PayClient.savePassesJwt(String, Activity, int). These are in addition to
Activity.RESULT_OK and Activity.RESULT_CANCELED.
| int | API_UNAVAILABLE | The
PayClient.savePasses(String, Activity, int) or
PayClient.savePassesJwt(String, Activity, int) API is unavailable. |
| int | INTERNAL_ERROR | Indicates that an internal error occurred while calling the API. |
| int | SAVE_ERROR | An error occurred while saving the passes. |
The
PayClient.savePasses(String, Activity, int) or
PayClient.savePassesJwt(String, Activity, int) API is unavailable. Use
PayClient.getPayApiAvailabilityStatus(int) before calling the API.
Indicates that an internal error occurred while calling the API. Retry the API call. If the error persists assume that the API is not available.
An error occurred while saving the passes. Check
EXTRA_API_ERROR_MESSAGE to debug the issue.