## Description Polish storage, management, and scheduler service errors for more meaningful errors messages in services and to end users as well.
## Type of change (select or add applied and delete the others) Polishing errors in storage, management and scheduler services. ## How has this been tested? CI test: https://ci.mesalock-linux.org/mssun/incubator-teaclave/156 ## Checklist - [x] Fork the repo and create your branch from `master`. - [x] If you've added code that should be tested, add tests. - [x] If you've changed APIs, update the documentation. - [x] Ensure the tests pass (see CI results). - [x] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/628 -- Commit Summary -- * Polish storage service error * Polish management service error * Polish scheduler service error -- File Changes -- M services/management/enclave/src/error.rs (33) M services/management/enclave/src/service.rs (326) M services/scheduler/enclave/src/error.rs (19) M services/scheduler/enclave/src/service.rs (50) M services/storage/enclave/src/error.rs (17) M services/storage/enclave/src/proxy.rs (7) M services/storage/enclave/src/service.rs (58) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/628.patch https://github.com/apache/incubator-teaclave/pull/628.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/628 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave/pull/[email protected]>
