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 0468b4f commit 41d6872
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 @@ -89,7 +89,7 @@ pub enum HostError {

This initial definition offers fairly generic error variants that nonetheless aim to capture
most of the error use-cases faced by hosts. One such notable use-case is fetching/retrieving
data from the host's storage.
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,
Expand Down

0 comments on commit 41d6872

Please sign in to comment.