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

Updated Functions Errors #13535

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Commits on Aug 23, 2024

  1. Updated Functions Errors

    * Moved `FunctionsCodeForHTTPStatus(_:)` and `FunctionsErrorForResponse(status:body:serializer:)` to a `FunctionsErrorCode` extension to reduce the number of global symbols
    * Updated `FunctionsCodeForHTTPStatus(_:)`’s documentation to reflect the actual behavior (return value for unknown status codes)
    yakovmanshin committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f7056e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Updated Decoding of Error Details

    * If they can’t be decoded, the original object is included in the error
    * This changes the method’s behavior: Currently, undecodable objects are discarded
    yakovmanshin committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    19ce33f View commit details
    Browse the repository at this point in the history