Contents

ErrorCodeSoftwareUpdateRequired

An error response that indicates the system requires a software update.

Declaration

object ErrorCodeSoftwareUpdateRequired

Properties

NameTypeDescription
code Requiredstring

Indicates that the device needs to perform a software update before enrollment and setup can proceed.

descriptionstring

A description of the error. Only use this for logging purposes and don’t display it to the user.

details RequiredErrorCodeSoftwareUpdateRequired.Details

A dictionary that contains additional data about the error code.

messagestring

A description of the error to display to the user.

Mentioned in

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 MDM server returns this response when a device enrolls in MDM during Setup Assistant and it requires the device to perform a software update before it can continue with enrollment and setup.

Topics

Objects

See Also

Enrollment Errors