Contents

request(_:didFailWithError:)

Tells the delegate the manager failed to complete the request.

Declaration

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

Parameters

  • request:

    The request that failed.

  • error:

    The reason the request failed.

Mentioned in

See Also

Handling Success and Failure