---
title: ErrorCodePairingTokenMissing
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/errorcodepairingtokenmissing
---

# ErrorCodePairingTokenMissing

An error response that indicates a missing pairing token.

## Declaration

```data
object ErrorCodePairingTokenMissing
```

## Properties

code: Indicates that the pairing token, which the system requires to enroll the watch, is missing. description: A description of the error. Only use this for logging purposes and don’t display it to the user. details: A dictionary that contains additional data about the error code. message: A description of the error to display to the user.

## Discussion

Discussion The schema for a JSON or property list XML document that an MDM server’s 403 response body contains. The response headers need to include a “Content-Type” header that indicates whether the response returns JSON or XML. The system returns this response when an Apple Watch enrolls in MDM, but the watch doesn’t include a PAIRING_TOKEN in the MachineInfo request. After the watch receives this response, it fetches a pairing token from the phone’s MDM server through a request to the phone. Then, the watch repeats the enrollment request and includes the pairing token.

## Topics

### Objects

- [ErrorCodePairingTokenMissing.Details](devicemanagement/errorcodepairingtokenmissing/details-data.dictionary.md)

## See Also

### Enrollment errors

- [ErrorCodePlatformSSORequired](devicemanagement/errorcodeplatformssorequired.md)
- [ErrorCodeSoftwareUpdateRequired](devicemanagement/errorcodesoftwareupdaterequired.md)
- [ErrorUnrecognizedDevice](devicemanagement/errorunrecognizeddevice.md)
- [ErrorWellKnownFailed](devicemanagement/errorwellknownfailed.md)
