dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
173 stars 84 forks source link

refactor: move remaining FsError enums to per-method types #3854

Closed ericswanson-dfinity closed 3 months ago

ericswanson-dfinity commented 3 months ago

Description

Move the rest of the error types out of FsError into method-specific error types. Removed FsError and UnifiedIoError.

How Has This Been Tested?

Refactor covered by existing tests

Checklist: