Describes the error that occurred.
SDKs
- iOS 4.1+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- AVFoundation
Declaration
var error: Error? { get }
Discussion
This property is thread safe.
The value of this property describes what caused the reader to no longer be able to read its asset. If the reader’s status is not AVAsset
, the value of this property is nil
.