Contents

permissionDenied

An error that indicates the app isn’t authorized to perform the requested action.

Declaration

static var permissionDenied: UIAccessibility.GuidedAccessError.Code { get }

Discussion

For example, this error might indicate that your app is requesting a configuration change but isn’t locked into Single App Mode through a configuration profile.

See Also

Accessing error codes