---
title: errors
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentauthorizationresult/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 critical error first. For information about errors, see ApplePayError.

## See Also

### Providing authorization results

- [status](applepayontheweb/applepaypaymentauthorizationresult/status.md)
