---
title: "AVAssetExportSession.ResumptionState.notResumable(failureReason:)"
framework: avfoundation
role: symbol
role_heading: Case
path: "avfoundation/avassetexportsession/resumptionstate/notresumable(failurereason:)"
---

# AVAssetExportSession.ResumptionState.notResumable(failureReason:)

The export session could not be configured for resumption.

## Declaration

```swift
case notResumable(failureReason: AVAssetExportSession.ResumptionFailureReason)
```

## Parameters

- `failureReason`: The reason why resumption was not successfully configured.

## See Also

### Resumption states

- [AVAssetExportSession.ResumptionState.resumable(isResumingFromPreviousState:)](avfoundation/avassetexportsession/resumptionstate/resumable(isresumingfrompreviousstate:).md)
