remoteObjectProxyWithErrorHandler(_:)
Returns a proxy for the remote object (that is, the object exported from the other side of this connection) with the specified error handler.
Declaration
func remoteObjectProxyWithErrorHandler(_ handler: @escaping (any Error) -> Void) -> AnyDiscussion
See descriptions in NSXPCProxyCreating for more details.