---
title: NetworkActorInterruptionHandler
framework: network
role: symbol
role_heading: Type Alias
path: network/networkactorinterruptionhandler
---

# NetworkActorInterruptionHandler

A handler that is invoked when the underlying connection is interrupted. An attempt at creating a new connection will occur if another remote call is invoked on the same remote instance of an actor.

## Declaration

```swift
typealias NetworkActorInterruptionHandler = ((any Error)?) -> Void
```
