Commit 85366e6
feat: Add invalid struct error (#238)
* new: allow for custom error codes from Parse Cloud
* Update APICommandTests.swift
* Update ParseError.swift
* fix lint
* Decode parse otherCode error and add tests
* Update Sources/ParseSwift/Types/ParseError.swift
Co-authored-by: Tom Fox <[email protected]>
* add guard
* Update Sources/ParseSwift/Types/ParseError.swift
Co-authored-by: Corey <[email protected]>
* Update Tests/ParseSwiftTests/ParseErrorTests.swift
Co-authored-by: Corey <[email protected]>
* Update CHANGELOG.md
* add invalid struct
* change line length
* Update URLSession+extensions.swift
* change line length
* Update ParseError.swift
* fix lint
* Revert "fix lint"
This reverts commit 889b3af.
* fix lint
* make changes
* remove invalid struct
* Update URLSession+extensions.swift
* Update ParseQueryTests.swift
* Update ParseQueryTests.swift
* revert changes
* Update ParseErrorTests.swift
* Update ParseQueryTests.swift
* update podspec and change log
* remove localized error
Co-authored-by: Corey <[email protected]>
Co-authored-by: Tom Fox <[email protected]>1 parent 7aeef06 commit 85366e6
File tree
6 files changed
+29
-1
lines changed- Sources/ParseSwift
- API
- Types
- Tests/ParseSwiftTests
6 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
410 | 417 | | |
411 | 418 | | |
412 | 419 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
729 | 743 | | |
730 | 744 | | |
731 | 745 | | |
| |||
0 commit comments