From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-json-rpc-response/index.html | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/index.html (limited to 'api/pl.treksoft.kvision.remote/-json-rpc-response/index.html') diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html new file mode 100644 index 00000000..eae902d9 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html @@ -0,0 +1,71 @@ + + + +JsonRpcResponse - kvision + + + +kvision / pl.treksoft.kvision.remote / JsonRpcResponse
+
+

JsonRpcResponse

+(js) data class JsonRpcResponse +

Constructors

+ + + + + + + +
+(js) +

<init>

+
+JsonRpcResponse(id: Int? = null, result: String? = null, error: String? = null, exceptionType: String? = null, jsonrpc: String = "2.0")
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + +
+(js) +

error

+
+val error: String?
+(js) +

exceptionType

+
+val exceptionType: String?
+(js) +

id

+
+val id: Int?
+(js) +

jsonrpc

+
+val jsonrpc: String
+(js) +

result

+
+val result: String?
+ + -- cgit