pub enum ApplicationError { UnexpectedServerClose, StoragePermissions, StreamBroken, PiersRejected, ConnectionFailed(String), }