RemoteException

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.

Inheritors

Constructors

Link copied to clipboard
constructor(remoteError: Transport.Block.Error)
constructor(code: String, text: String = "remote exception: ", extra: UByteArray? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
val extra: UByteArray? = null
Link copied to clipboard
open val message: String?
Link copied to clipboard