---
title: shippingAddressUnserviceableError
framework: passkit
role: symbol
role_heading: Type Property
path: passkit/pkpaymenterror/shippingaddressunserviceableerror
---

# shippingAddressUnserviceableError

The error code for an unserviceable shipping address.

## Declaration

```swift
static var shippingAddressUnserviceableError: PKPaymentError.Code { get }
```

## Discussion

Discussion Use this error code for a shipping address that is otherwise valid, but is unserviceable. For example, the address is in a country or region you don’t ship to, or it’s a P.O. box and you can’t deliver to P.O. boxes.

## See Also

### Identifying the error

- [billingContactInvalidError](passkit/pkpaymenterror/billingcontactinvaliderror.md)
- [shippingContactInvalidError](passkit/pkpaymenterror/shippingcontactinvaliderror.md)
- [couponCodeExpiredError](passkit/pkpaymenterror/couponcodeexpirederror.md)
- [couponCodeInvalidError](passkit/pkpaymenterror/couponcodeinvaliderror.md)
- [unknownError](passkit/pkpaymenterror/unknownerror.md)
- [PKPaymentError.Code](passkit/pkpaymenterror/code.md)
