Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D10736
Change Details
Change Details
Old
New
Diff
This adds custom errors to the lambda function instead of panics. Previously, we used anyhow for errors and `expect` when unwrapping results. This has all been replaced by custom error types in a new file called `error.rs` Depends on D10788
This adds custom errors to the lambda function instead of panics. Previously, we used `anyhow` for errors and `expect` when unwrapping results. This has all been replaced by custom error types in a new file called `error.rs` Depends on D10788
This adds custom errors to the lambda function instead of panics. Previously, we used
`
anyhow
`
for errors and `expect` when unwrapping results. This has all been replaced by custom error types in a new file called `error.rs` Depends on D10788
Continue