kvision-common-remote
5.6.0
common
kvision-common-remote
/
io.kvision.remote
/
JsonRpcResponse
Json
Rpc
Response
common
data
class
JsonRpcResponse
(
id
:
Int
?
,
result
:
String
?
,
error
:
String
?
,
exceptionType
:
String
?
,
jsonrpc
:
String
)
Content copied to clipboard
Properties
Properties
error
Link copied to clipboard
common
val
error
:
String
?
=
null
Content copied to clipboard
exceptionType
Link copied to clipboard
common
val
exceptionType
:
String
?
=
null
Content copied to clipboard
id
Link copied to clipboard
common
val
id
:
Int
?
=
null
Content copied to clipboard
jsonrpc
Link copied to clipboard
common
val
jsonrpc
:
String
Content copied to clipboard
result
Link copied to clipboard
common
val
result
:
String
?
=
null
Content copied to clipboard