---
title: connectionLimitReached
framework: corebluetooth
role: symbol
role_heading: Type Property
path: corebluetooth/cberror-swift.struct/connectionlimitreached
---

# connectionLimitReached

The device already has the maximum number of connections.

## Declaration

```swift
static var connectionLimitReached: CBError.Code { get }
```

## See Also

### Error Codes

- [unknown](corebluetooth/cberror-swift.struct/unknown.md)
- [invalidParameters](corebluetooth/cberror-swift.struct/invalidparameters.md)
- [invalidHandle](corebluetooth/cberror-swift.struct/invalidhandle.md)
- [notConnected](corebluetooth/cberror-swift.struct/notconnected.md)
- [outOfSpace](corebluetooth/cberror-swift.struct/outofspace.md)
- [operationCancelled](corebluetooth/cberror-swift.struct/operationcancelled.md)
- [connectionTimeout](corebluetooth/cberror-swift.struct/connectiontimeout.md)
- [peripheralDisconnected](corebluetooth/cberror-swift.struct/peripheraldisconnected.md)
- [uuidNotAllowed](corebluetooth/cberror-swift.struct/uuidnotallowed.md)
- [alreadyAdvertising](corebluetooth/cberror-swift.struct/alreadyadvertising.md)
- [connectionFailed](corebluetooth/cberror-swift.struct/connectionfailed.md)
- [operationNotSupported](corebluetooth/cberror-swift.struct/operationnotsupported.md)
- [unknownDevice](corebluetooth/cberror-swift.struct/unknowndevice.md)
- [unkownDevice](corebluetooth/cberror-swift.struct/unkowndevice.md)
