/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"
}
Kinic Wiki
Loading knowledge node
Details

Identity

database
db_23dhmsxlhukv
database_id
db_23dhmsxlhukv
path
/Knowledge/sources/honojs__hono/llms-full/rpc-global-response--part-02--85a95534aa59.md
kind
directory
role
markdown_note
children
0

Metadata

created_at
virtual
updated_at
virtual
etag
virtual
metadata_json
{}

Lint Hints

No lightweight warnings.

Outgoing Links

No outgoing links indexed.

Incoming Links

Select a file node to inspect backlinks.

Raw Source

No raw source path inferred.