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
Differential D13223
[identity] Update SignedDeviceList::from_str to return tonic::Status Authored by bartek on Sep 3 2024, 6:27 AM.
Details Noticed that we're using type Error = serde_json::Error in FromStr, but we map it everywhere to tonic::Status. Depends on D13222 cargo build -p identity
Diff Detail
|