Expand description
JSON-RPC wire envelopes used by exec-server.
Exec-server uses the Codex JSON-RPC dialect, which omits the
"jsonrpc": "2.0" field on the wire.
Structs§
- JSONRPC
Error - A response indicating that a request failed.
- JSONRPC
Error Error - JSONRPC
Notification - A notification that does not expect a response.
- JSONRPC
Request - A request that expects a response.
- JSONRPC
Response - A successful response to a request.
Enums§
- JSONRPC
Message - Any valid exec-server JSON-RPC object that can be decoded from or encoded onto the wire.
- Request
Id