Skip to content

Replaced NSErrors with Typed Errors #13

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

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Replaced NSErrors with Typed Errors #13

merged 1 commit into from
Mar 5, 2025

Conversation

btoms20
Copy link
Member

@btoms20 btoms20 commented Mar 5, 2025

What:

  • Replaces NSErrors with Typed equivalent ones

Changes:

Introduced the following enums conforming to the Error protocol

  • PeerID.Errors
  • PeerID.JSONError
  • PeerID.MarshallingError
  • PeerID.PEMError
  • PeerID.SignatureError

Fixes:

@btoms20 btoms20 added the dependency-check Tests direct dependents for breaking changes label Mar 5, 2025
@btoms20 btoms20 linked an issue Mar 5, 2025 that may be closed by this pull request
@btoms20 btoms20 merged commit cf311f8 into main Mar 5, 2025
23 checks passed
@btoms20 btoms20 deleted the typed-errors branch March 5, 2025 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-check Tests direct dependents for breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Typed Errors
1 participant