agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
JsonRpcResponse
Interface JsonRpcResponse
A JSON-RPC response frame returned by the ACP adapter.
interface
JsonRpcResponse
{
error
?:
{
code
:
number
;
data
?:
unknown
;
message
:
string
}
;
id
:
string
|
number
;
jsonrpc
:
"2.0"
;
result
?:
unknown
;
}
Index
Properties
error?
id
jsonrpc
result?
Properties
Optional
error
error
?:
{
code
:
number
;
data
?:
unknown
;
message
:
string
}
id
id
:
string
|
number
jsonrpc
jsonrpc
:
"2.0"
Optional
result
result
?:
unknown
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
id
jsonrpc
result
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
A JSON-RPC response frame returned by the ACP adapter.