kvision-common-remote
5.13.1
common
kvision-common-remote
/
io.kvision.remote
/
JsonRpcResponse
Json
Rpc
Response
common
data
class
JsonRpcResponse
(
val
id
:
Int
?
=
null
,
val
result
:
String
?
=
null
,
val
error
:
String
?
=
null
,
val
exceptionType
:
String
?
=
null
,
val
exceptionJson
:
String
?
=
null
,
val
jsonrpc
:
String
=
"2.0"
)
Content copied to clipboard
Constructors
Properties
Constructors
Json
Rpc
Response
Link copied to clipboard
common
fun
JsonRpcResponse
(
id
:
Int
?
=
null
,
result
:
String
?
=
null
,
error
:
String
?
=
null
,
exceptionType
:
String
?
=
null
,
exceptionJson
:
String
?
=
null
,
jsonrpc
:
String
=
"2.0"
)
Content copied to clipboard
Properties
error
Link copied to clipboard
common
val
error
:
String
?
=
null
Content copied to clipboard
exception
Json
Link copied to clipboard
common
val
exceptionJson
:
String
?
=
null
Content copied to clipboard
exception
Type
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