## Description

- Re-organize the error handling logics in IPC and services.

CI passed: https://ci.mesalock-linux.org/mssun/incubator-mesatee/969
You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/375

-- Commit Summary --

  * Refactoring error handling for IPC and services

-- File Changes --

    M binder/src/binder.rs (25)
    A binder/src/error.rs (44)
    M binder/src/ipc/app.rs (16)
    M binder/src/ipc/enclave.rs (3)
    M binder/src/ipc/mod.rs (14)
    M binder/src/lib.rs (1)
    M binder/src/macros.rs (8)
    M crypto/src/lib.rs (4)
    A services/access_control/enclave/src/error.rs (33)
    M services/access_control/enclave/src/lib.rs (1)
    M services/access_control/enclave/src/service.rs (16)
    M services/authentication/enclave/src/api_service.rs (22)
    A services/authentication/enclave/src/error.rs (39)
    M services/authentication/enclave/src/lib.rs (1)
    A services/frontend/enclave/src/error.rs (35)
    M services/frontend/enclave/src/lib.rs (1)
    M services/frontend/enclave/src/service.rs (19)
    A services/management/enclave/src/error.rs (40)
    M services/management/enclave/src/lib.rs (1)
    M services/management/enclave/src/service.rs (137)
    A services/scheduler/enclave/src/error.rs (37)
    M services/scheduler/enclave/src/lib.rs (7)
    M services/scheduler/enclave/src/service.rs (26)
    A services/storage/enclave/src/error.rs (37)
    M services/storage/enclave/src/lib.rs (1)
    M services/storage/enclave/src/proxy.rs (2)
    M services/storage/enclave/src/service.rs (20)
    A types/src/attestation.rs (141)
    A types/src/error.rs (81)
    M types/src/lib.rs (216)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/375.patch
https://github.com/apache/incubator-teaclave/pull/375.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/375

Reply via email to