---
title: CLLocationPushServiceError.Code.unknown
framework: corelocation
role: symbol
role_heading: Case
path: corelocation/cllocationpushserviceerror-swift.struct/code/unknown
---

# CLLocationPushServiceError.Code.unknown

An error code that indicates the app was unable to start the location push service for an unknown reason.

## Declaration

```swift
case unknown
```

## See Also

### Getting the error code

- [CLLocationPushServiceError.Code.missingPushExtension](corelocation/cllocationpushserviceerror-swift.struct/code/missingpushextension.md)
- [CLLocationPushServiceError.Code.missingPushServerEnvironment](corelocation/cllocationpushserviceerror-swift.struct/code/missingpushserverenvironment.md)
- [CLLocationPushServiceError.Code.missingEntitlement](corelocation/cllocationpushserviceerror-swift.struct/code/missingentitlement.md)
- [CLLocationPushServiceError.Code.unsupportedPlatform](corelocation/cllocationpushserviceerror-swift.struct/code/unsupportedplatform.md)
