mirror of
https://github.com/apple/device-management.git
synced 2026-02-12 21:03:12 +00:00
28 lines
633 B
YAML
28 lines
633 B
YAML
title: Status Reason
|
|
description: Information about a status error.
|
|
payload:
|
|
declarationtype: status-reason
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
macOS:
|
|
introduced: '13.0'
|
|
tvOS:
|
|
introduced: '16.0'
|
|
payloadkeys:
|
|
- key: code
|
|
title: Error Code
|
|
type: <string>
|
|
presence: required
|
|
content: The error code for this error.
|
|
- key: description
|
|
title: Error Description
|
|
type: <string>
|
|
presence: optional
|
|
content: A description of this error.
|
|
- key: details
|
|
title: Error Details
|
|
type: <dictionary>
|
|
presence: optional
|
|
content: An arbitrary object containing details specific to this error.
|