Description
ContractError has 63 variants but many have no or only partial documentation explaining which entry point returns them and under what condition. Contributors adding new features need clear documentation to understand which error to use, and users need documentation to handle errors correctly.
Acceptance Criteria
Context
- Target file:
contracts/split/src/error.rs
Description
ContractErrorhas 63 variants but many have no or only partial documentation explaining which entry point returns them and under what condition. Contributors adding new features need clear documentation to understand which error to use, and users need documentation to handle errors correctly.Acceptance Criteria
ContractErrorvariant has at least one sentence of doc-commentcargo doc --no-depscompletes without warnings incontracts/splitContext
contracts/split/src/error.rs