---
title: errors
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepayshippingcontactupdate/errors
---

# errors

A list of custom errors to display on the payment sheet.

## Declaration

```data
sequence <ApplePayError> errors;
```

## Discussion

Discussion List the errors on the payment sheet for the user to remedy. If there are multiple errors, list the most important error first. For information on errors, see ApplePayError.

## See Also

### Updating shipping contact properties

- [newLineItems](applepayontheweb/applepayshippingcontactupdate/newlineitems.md)
- [newShippingMethods](applepayontheweb/applepayshippingcontactupdate/newshippingmethods.md)
- [newTotal](applepayontheweb/applepayshippingcontactupdate/newtotal.md)
