---
title: "ProductIconPhase.failure(_:)"
framework: storekit
role: symbol
role_heading: Case
path: "storekit/producticonphase/failure(_:)"
---

# ProductIconPhase.failure(_:)

The promotional image failed to load, with an error.

## Declaration

```swift
case failure(any Error)
```

## Parameters

- `Error`: The reason that the promotional image failed to load.

## See Also

### Getting the promotional image’s load phases

- [ProductIconPhase.loading](storekit/producticonphase/loading.md)
- [ProductIconPhase.success(_:)](storekit/producticonphase/success(_:).md)
- [ProductIconPhase.unavailable](storekit/producticonphase/unavailable.md)
