Page MenuHomePhabricator

[identity] Update SignedDeviceList::from_str to return tonic::Status
ClosedPublic

Authored by bartek on Sep 2 2024, 11:27 PM.
Tags
None
Referenced Files
F3174763: D13223.diff
Thu, Nov 7, 5:59 PM
Unknown Object (File)
Fri, Oct 25, 1:46 AM
Unknown Object (File)
Tue, Oct 22, 6:30 PM
Unknown Object (File)
Tue, Oct 22, 6:30 PM
Unknown Object (File)
Tue, Oct 22, 6:29 PM
Unknown Object (File)
Mon, Oct 14, 6:45 PM
Unknown Object (File)
Thu, Oct 10, 1:10 PM
Unknown Object (File)
Oct 6 2024, 2:48 AM
Subscribers

Details

Summary

Noticed that we're using type Error = serde_json::Error in FromStr, but we map it everywhere to tonic::Status.
Refactored this to map it only in one place and avoid adding another mapping in the next diff

Depends on D13222

Test Plan

cargo build -p identity

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage