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

Resync URL loading system error codes #4861

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 8, 2024

  1. Resync error codes

    These error codes from the values from the docs. For instance,
    https://developer.apple.com/documentation/foundation/1508628-url_loading_system_error_codes/nsurlerrorsecureconnectionfailed/
    mentions `-1200`, not `-1201`.
    dirtyhenry committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    77a5c09 View commit details
    Browse the repository at this point in the history
  2. Add missing NSURLErrorFileOutsideSafeArea code

    It was missing from the code even though it is marked as done in
    `Docs/API Surface.tasks`.
    dirtyhenry committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    eb7fdfe View commit details
    Browse the repository at this point in the history