Type Alias IConnectionLost

IConnectionLost: (
    manager: ServiceManager.IManager,
    err: NetworkError,
    translator?: ITranslator,
) => Promise<void>

A function that handles a connection to the server being lost.

The default implementation shows a simple dialog upon connection failures, but it may be overridden by extensions to perform other actions.