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
Unknown Object (File)
Sun, Dec 29, 7:03 AM
Unknown Object (File)
Sun, Dec 29, 7:03 AM
Unknown Object (File)
Sun, Dec 29, 7:03 AM
Unknown Object (File)
Sun, Dec 29, 7:03 AM
Unknown Object (File)
Nov 28 2024, 2:53 PM
Unknown Object (File)
Nov 26 2024, 4:02 AM
Unknown Object (File)
Nov 22 2024, 10:26 AM
Unknown Object (File)
Nov 22 2024, 5:33 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