Files
bot-bottle/tests/unit
didericis-claude 10fd5c961e
lint / lint (push) Successful in 1m47s
test / unit (pull_request) Successful in 32s
test / integration (pull_request) Successful in 17s
feat(supervise): typed RPC error taxonomy for dispatch
Introduce _RpcClientError and _RpcInternalError as distinct subclasses
of _RpcError so the dispatcher can handle bad requests and server-side
faults differently — returning client errors verbatim and logging
internal faults with their cause before replying ERR_INTERNAL.

Wrap write_proposal and archive_proposal IO with _RpcInternalError
so OS failures surface through the typed path instead of the bare
Exception fallback. All existing raise _RpcError(...) call sites
converted to _RpcClientError.

Closes #253
2026-06-25 07:41:54 +00:00
..