requestFailed(for:withError:)
Called when a Call Directory app extension request fails.
Declaration
func requestFailed(for extensionContext: CXCallDirectoryExtensionContext, withError error: any Error)Parameters
- extensionContext:
The extension context associated with the failed request.
- error:
An error object containing information about the request failure.