---
title: AudioReaderError
framework: createmlcomponents
role: symbol
role_heading: Enumeration
path: createmlcomponents/audioreadererror
---

# AudioReaderError

Audio reader errors.

## Declaration

```swift
enum AudioReaderError
```

## Topics

### Analyzing the error

- [AudioReaderError.microphoneAuthorizationDenied](createmlcomponents/audioreadererror/microphoneauthorizationdenied.md)
- [AudioReaderError.microphoneAuthorizationRestricted](createmlcomponents/audioreadererror/microphoneauthorizationrestricted.md)
- [AudioReaderError.sourceDeviceNotAvailable](createmlcomponents/audioreadererror/sourcedevicenotavailable.md)

### Getting the debug description

- [debugDescription](createmlcomponents/audioreadererror/debugdescription.md)

### Default Implementations

- [CustomDebugStringConvertible Implementations](createmlcomponents/audioreadererror/customdebugstringconvertible-implementations.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Error](swift/error.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [LocalizedError](foundation/localizederror.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Errors

- [AudioPreprocessingError](createmlcomponents/audiopreprocessingerror.md)
- [CompatibilityError](createmlcomponents/compatibilityerror.md)
- [ConcatenationError](createmlcomponents/concatenationerror.md)
- [DatasetError](createmlcomponents/dataseterror.md)
- [EstimatorEncodingError](createmlcomponents/estimatorencodingerror.md)
- [ModelCompatibilityError](createmlcomponents/modelcompatibilityerror.md)
- [ModelUpdateError](createmlcomponents/modelupdateerror.md)
- [OptimizationError](createmlcomponents/optimizationerror.md)
- [PipelineDataError](createmlcomponents/pipelinedataerror.md)
- [SerializationError](createmlcomponents/serializationerror.md)
- [TabularPipelineDataError](createmlcomponents/tabularpipelinedataerror.md)
- [VideoReaderError](createmlcomponents/videoreadererror.md)
