Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [MR-552] Define RejectCode::SysUnknown and error codes #1380

Merged
merged 6 commits into from
Sep 11, 2024

Commits on Sep 8, 2024

  1. feat: [MR-552] Define RejectCode::SysUnknown and error codes

    Define new `RejectCode` variant `SysUnknown` (for when the response to a best-effort call is unknown) and two `ErrorCode` variants -- `DeadlineExpired` and `ResponseDropped` -- to be used when expiring best-effort calls or dropping best-effort responses.
    alin-at-dfinity committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    dc3b9a5 View commit details
    Browse the repository at this point in the history
  2. Fix compilation.

    alin-at-dfinity committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7a9c8cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dbd654 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2145b2 View commit details
    Browse the repository at this point in the history
  5. Fix compilation.

    alin-at-dfinity committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    cdb5f0f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    c311dcb View commit details
    Browse the repository at this point in the history