-
Notifications
You must be signed in to change notification settings - Fork 1
Partial Errors Implementation #42
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
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
080185c
Sources/DataConnectError.swift: add classes to support partial errors.
dconeybe d5b1f19
Update DataConnectError.swift
aashishpatil-g 3f277ce
DataConnectError.swift: minor tweaks from offline discussion
dconeybe c3cef5a
DataConnectError.swift: remove message string parameter
dconeybe 3a03ef9
DataConnectError.swift: move OperationFailureResponse.ErrorInfo to to…
dconeybe 23d76fb
Merge remote-tracking branch 'origin/main' into PartialErrors
dconeybe ad7cc64
DataConnectError.swift: update to match api proposal
dconeybe 477e464
get it to build
dconeybe 7ab5f83
PartialErrorsDemo.swift added
dconeybe f55305a
PartialErrorsDemo.swift: add usage of decodedData() to demo its use.
dconeybe 98faec4
Updates matching API review and Refactored Errors
aashishpatil-g e29553c
Style Fixes
aashishpatil-g c763b2d
Remove whitespace from gql file
aashishpatil-g 2a52e58
Re-add copyright notice to generated code
aashishpatil-g 255d8dd
Unnest PathSegment definition
aashishpatil-g a763f9c
Rename PathSegment to DataConnectPathSegment to match other platforms
aashishpatil-g cd2cc5a
Cleanup post refactor (removed old `kind` var)
aashishpatil-g 0e717a9
Convert vars to lets
aashishpatil-g 8ddbe53
Change `cause` to `underlyingError`
aashishpatil-g 72c1ac1
Make boxed error accessible
aashishpatil-g 4d78594
Add Unit test to confirm domain error carries through the boxed type
aashishpatil-g 95fc74e
Style checks
aashishpatil-g 8bc19e7
Remove DataConnectError conformance
aashishpatil-g 20d34b1
Nick feedback
aashishpatil-g 92c1aec
fix copyright year
aashishpatil-g 0fc0b63
Comment feedback fix
aashishpatil-g 1c41f41
Documentation fixes.
aashishpatil-g 0aafe10
More documentation fixes
aashishpatil-g c294d70
Yet more doc fixes
aashishpatil-g File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Cleanup post refactor (removed old
kind
var)
- Loading branch information
commit cd2cc5aa4e47f296ec4df848034c41141b5a6ec8
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.