Skip to content

Commit 489b3fe

Browse files
visridhasivethe
authored andcommitted
Merged PR 1557887: Change error file mapping name
### Does this PR have any customer impact? No ### Type (Feature, Refactoring, Bugfix, DevOps, Testing, Perf, etc) Refactor ### Does it involve schema level changes? (Table, Column, Index, UDF, etc level changes) No ### Are you introducing any new config? If yes, do you have tests with and without them being set? No ### Release Note (Refer [Template](../docs/release_notes/pgmongo_template.md)) ### Description Rename error file mapping ---- #### AI description (iteration 1) #### PR Classification Code cleanup #### PR Summary This pull request updates the name of the error mapping file and adjusts references accordingly. - `Makefile`: Updated references from `mongoerrors.csv` to `error_mappings.csv`. - `docs/pgmongo/design_docs/data_plane/backend_common/error_management.md`: Updated documentation to reflect the new file name. - `src/utils/documentdb_conversion_codes.c`: Updated comment to reference the new file name. - Moved `oss/mongoerrors.csv` to `oss/error_mappings.csv` without code changes.
1 parent 361c56b commit 489b3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongoerrors.csv renamed to error_mappings.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MongoError,ErrorName
1+
ErrorMapping,ErrorName
22
1,InternalError
33
2,BadValue
44
5,GraphContainsCycle

0 commit comments

Comments
 (0)