Skip to main content

Module rpc

Module rpc 

Source
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§

JSONRPCError
A response indicating that a request failed.
JSONRPCErrorError
JSONRPCNotification
A notification that does not expect a response.
JSONRPCRequest
A request that expects a response.
JSONRPCResponse
A successful response to a request.

Enums§

JSONRPCMessage
Any valid exec-server JSON-RPC object that can be decoded from or encoded onto the wire.
RequestId

Constants§

JSONRPC_VERSION

Type Aliases§

Result