Skip to content

Commit

Permalink
Update docs/architecture/adr-11-refactor-errors.md
Browse files Browse the repository at this point in the history
Co-authored-by: Farhad Shabani <[email protected]>
Signed-off-by: Sean Chen <[email protected]>
  • Loading branch information
seanchen1991 and Farhad-Shabani authored Sep 20, 2024
1 parent 41d6872 commit 9bfefc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-11-refactor-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ most of the error use-cases faced by hosts. One such notable use-case is fetchin
data from the host's storage.

Host errors can occur within any of the core ibc-rs modules. Thus, we'll be adding `HostError`
variants to each of the module-level error types where appropriate: `ClientError` in ICS02,
variants to each of the module-level error types where appropriate: `ClientError` in ICS02,
`ConnectionError` in ICS03, and `ChannelError` in ICS04. Note that as of now a `HostError`
variant is not being added to the `RouterError` type in ICS26 as it is not used by hosts, i.e.,
it does not expose its own handlers.
Expand Down

0 comments on commit 9bfefc7

Please sign in to comment.