| commit | 17fb819ac7b22db6904244ea9687e03738966916 | [log] [tgz] |
|---|---|---|
| author | Chih-Yu Huang <akahuang@google.com> | Thu May 19 16:14:11 2022 +0900 |
| committer | Chih-Yu Huang <akahuang@google.com> | Fri May 20 14:38:57 2022 +0900 |
| tree | 983d6517b90de33cb245b43397148b7580154f86 | |
| parent | d056d7c8084fa6252857a1dd4615e0769c949216 [diff] |
uwb_core: unify the error enum Originally, each module has its own error enum. We need to convert the type when delegating the error. However, there is no huge difference between these error enum. This CL unifies all the error enums. With this unified error enum, we could avoid necessary conversion. Also, this CL adds the logs at each place that creates the errors. Bug: 228395837 Test: cargo test Test: cargo clippy Change-Id: I324b4dd39250d397296a0cfd81e87a2034fb6ebb