Remote Exception
open class RemoteException(val code: String, val text: String = "remote exception: ", val extra: UByteArray? = null) : RemoteInterface.Exception
Remote call caused an exception thrown while executing it in the remote party. Note that it does not mean the channel state is bad or closed.