---
title: unknown
framework: corelocation
role: symbol
role_heading: Type Property
path: corelocation/cllocationpushserviceerror-swift.struct/unknown
---

# unknown

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

## Declaration

```swift
static var unknown: CLLocationPushServiceError.Code { get }
```

## See Also

### Getting the error code

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