RpcExceptionMap
class RpcExceptionMap
An object that serializes and deserializes exceptions marked with FlowException annotations. All exceptions must be registered using generated ExceptionName.register method both on the client and on the server.
Functions
Link copied to clipboard
fun exceptionReturn(state: DataItem, exception: Throwable, nonce: ByteString? = null): List<DataItem>
Link copied to clipboard