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
171 stars 83 forks source link

refactor: Split up FsError into method-specific error types (partial) #3851

Closed ericswanson-dfinity closed 1 month ago

ericswanson-dfinity commented 1 month ago

Description

Move some of the error types out of FsError into method-specific error types. The goal is to remove FsError altogether.

How Has This Been Tested?

Refactor covered by existing tests

Checklist: