Enum indicating the reason why connection to remote device has failed.
None | No failure. |
Unknown | Couldn't identify the reason why connection failed. |
Unreachable | Remove device is not reachable. |
HandshakeFailed | Handskahe failed while traying to establish connection with remote device. |
ProtocolVersionMismatch | Protocol used by the app does not match remoting app running on remote device. |
ConnectionLost | Enum indicating the reason why remote connection failed. |