Skip to content

Commit d8ffc7b

Browse files
Add new error test config fields (#195)
Co-authored-by: svc-changelog <[email protected]>
1 parent 1f980f5 commit d8ffc7b

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
type: improvement
2+
improvement:
3+
description: Add new config fields
4+
links:
5+
- https://github.com/palantir/foundry-platform-python/pull/195

config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@
2727
"operationName": "getDataset"
2828
},
2929
"packageName": "datasets",
30+
"errorPackageName": "datasets",
3031
"exampleError": "DatasetNotFound",
3132
"exampleGenericError": "UnauthorizedError",
32-
"exampleErrorMessage": "There was an error with the request"
33+
"exampleErrorMessage": "There was an error with the request",
34+
"errorTestParameters": {
35+
"datasetRid": "ri.a.b.c.d"
36+
},
37+
"errorTest2Parameters": {
38+
"datasetRid": 123
39+
}
3340
},
3441
"paginationExampleOperation": {
3542
"majorVersion": "v2",

0 commit comments

Comments
 (0)