error handler

This commit is contained in:
Max Peintner
2025-01-27 16:23:46 +01:00
parent 63656e16fb
commit b9d4ca824f
3 changed files with 33 additions and 14 deletions

View File

@@ -6,3 +6,4 @@ export { create, fromJson, toJson } from "@bufbuild/protobuf";
export type { JsonObject } from "@bufbuild/protobuf";
export { TimestampSchema, timestampDate, timestampFromDate, timestampFromMs, timestampMs } from "@bufbuild/protobuf/wkt";
export type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
export type { Code, ConnectError } from "@connectrpc/connect";