Commit e72ad3b
authored
refactor: remove unused ErrorResponse type from summary package (#103)
The ErrorResponse class has been removed from the summary types package as it is no longer needed in the API. This cleanup removes unused code and simplifies the SDK structure.
Key changes:
- Remove ErrorResponse class from com.phenoml.api.resources.summary.types package
- Clean up associated builder pattern and serialization annotations
- Eliminate unused success and error field definitions
🌿 Generated with Fern
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>1 parent 44cf28f commit e72ad3b
File tree
4 files changed
+7
-127
lines changed- src/main/java/com/phenoml/api
- core
- resources/summary/types
4 files changed
+7
-127
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 0 additions & 123 deletions
This file was deleted.
0 commit comments