---
title: EABluetoothAccessoryPickerError.Code
framework: externalaccessory
role: symbol
role_heading: Enumeration
path: externalaccessory/eabluetoothaccessorypickererror/code
---

# EABluetoothAccessoryPickerError.Code

The error codes that may be passed in an error object for the Bluetooth picker completion block.

## Declaration

```swift
enum Code
```

## Topics

### Error Codes

- [EABluetoothAccessoryPickerError.Code.alreadyConnected](externalaccessory/eabluetoothaccessorypickererror/code/alreadyconnected.md)
- [EABluetoothAccessoryPickerError.Code.resultNotFound](externalaccessory/eabluetoothaccessorypickererror/code/resultnotfound.md)
- [EABluetoothAccessoryPickerError.Code.resultCancelled](externalaccessory/eabluetoothaccessorypickererror/code/resultcancelled.md)
- [EABluetoothAccessoryPickerError.Code.resultFailed](externalaccessory/eabluetoothaccessorypickererror/code/resultfailed.md)

### Initializers

- [init(rawValue:)](externalaccessory/eabluetoothaccessorypickererror/code/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

### Presenting the Bluetooth Picker

- [showBluetoothAccessoryPicker(withNameFilter:completion:)](externalaccessory/eaaccessorymanager/showbluetoothaccessorypicker(withnamefilter:completion:).md)
- [EABluetoothAccessoryPickerCompletion](externalaccessory/eabluetoothaccessorypickercompletion.md)
- [EABluetoothAccessoryPickerError](externalaccessory/eabluetoothaccessorypickererror.md)
- [EABluetoothAccessoryPickerErrorDomain](externalaccessory/eabluetoothaccessorypickererrordomain.md)
