<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SystemExtensions",
  "identifier" : "/documentation/SystemExtensions/OSSystemExtensionRequestDelegate/request(_:didFailWithError:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "System Extensions"
    ],
    "preciseIdentifier" : "c:objc(pl)OSSystemExtensionRequestDelegate(im)request:didFailWithError:"
  },
  "title" : "request(_:didFailWithError:)"
}
-->

# request(_:didFailWithError:)

Tells the delegate the manager failed to complete the request.

```
func request(_ request: OSSystemExtensionRequest, didFailWithError error: any Error)
```

## Parameters

`request`

The request that failed.

`error`

The reason the request failed.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)