---
title: PHLivePhotoEditingErrorCode
framework: photos
role: symbol
role_heading: Enumeration
path: photos/phlivephotoeditingerrorcode
---

# PHLivePhotoEditingErrorCode

Error codes for Live Photo editing errors.

## Declaration

```swift
enum PHLivePhotoEditingErrorCode
```

## Overview

Overview These error codes appear for errors in the completion handlers of the init(livePhotoEditingInput:) and saveLivePhoto(to:options:completionHandler:) methods.

## Topics

### Constants

- [PHLivePhotoEditingErrorCode.unknown](photos/phlivephotoeditingerrorcode/unknown.md)
- [PHLivePhotoEditingErrorCode.aborted](photos/phlivephotoeditingerrorcode/aborted.md)

### Initializers

- [init(rawValue:)](photos/phlivephotoeditingerrorcode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Errors

- [PHLivePhotoEditingErrorDomain](photos/phlivephotoeditingerrordomain.md)
