---
title: ApplePayErrorCode
framework: applepayontheweb
role: symbol
role_heading: Enumeration
path: applepayontheweb/applepayerrorcode
---

# ApplePayErrorCode

The error code that indicates whether an error on the payment sheet is for shipping or billing information, or for another kind of error.

## Declaration

```data
enum ApplePayErrorCode
```

## Overview

Overview Use the following error codes in the code property of ApplePayError:

## Topics

### Enumeration Cases

- [addressUnserviceable](applepayontheweb/applepayerrorcode/addressunserviceable.md)
- [billingContactInvalid](applepayontheweb/applepayerrorcode/billingcontactinvalid.md)
- [couponCodeExpired](applepayontheweb/applepayerrorcode/couponcodeexpired.md)
- [couponCodeInvalid](applepayontheweb/applepayerrorcode/couponcodeinvalid.md)
- [shippingContactInvalid](applepayontheweb/applepayerrorcode/shippingcontactinvalid.md)
- [unknown](applepayontheweb/applepayerrorcode/unknown.md)

## See Also

### Status and errors

- [ApplePayError](applepayontheweb/applepayerror.md)
- [ApplePayErrorContactField](applepayontheweb/applepayerrorcontactfield.md)
- [Apple Pay Status Codes](applepayontheweb/apple-pay-status-codes.md)
