/Knowledge/sources/honojs__hono/llms-full/rpc-global-response--part-02--85a95534aa59.md
RPC: Global Response (part 02) - hono-docs
RPC: Global Response (part 02) Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt global response Summary...
RPC: Global Response (part 02)
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#global-response
Summary
## Content
```ts
const res = await client.api.users.$get()
if (res.ok) {
const data = await res.json() // { users: string[] }
}
// InferResponseType includes the global error type
type ResType = InferResponseType<typeof client.api.users.$get>
// { users: string[] } | { error: string }
Metadata
{
"chunk_index": 1,
"citation": "https://hono.dev/llms-full.txt#global-response",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / RPC > Global Response (2)",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 51,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "RPC: Global Response (part 02)",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}