space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.transport.jsonrpc
/
JsonRpcResponse
Json
Rpc
Response
common
interface
JsonRpcResponse
<
T
>
Content copied to clipboard
Properties
Extensions
Inheritors
Properties
error
Link copied to clipboard
common
abstract
val
error
:
JsonRpcError
<
*
>
?
Content copied to clipboard
id
Link copied to clipboard
common
abstract
val
id
:
Long
?
Content copied to clipboard
jsonrpc
Link copied to clipboard
common
abstract
val
jsonrpc
:
String
Content copied to clipboard
result
Link copied to clipboard
common
abstract
val
result
:
T
?
Content copied to clipboard
Inheritors
KotlinJsonRpcResponse
Link copied to clipboard
Extensions
result
Or
Throw
Link copied to clipboard
common
fun
<
T
>
JsonRpcResponse
<
T
>
.
resultOrThrow
(
)
:
T
?
Content copied to clipboard