Skip to content

Commit f8d4296

Browse files
garlandz-dbclaude
andcommitted
Fix JSON formatting for new error conditions
Address review feedback by fixing indentation in CONNECT_CLIENT_INTERNAL_ERROR and CONNECT_CLIENT_UNEXPECTED_MISSING_SQL_STATE error definitions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent de4d1c6 commit f8d4296

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

common/utils/src/main/resources/error/error-conditions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -871,16 +871,16 @@
871871
"sqlState" : "56K00"
872872
},
873873
"CONNECT_CLIENT_INTERNAL_ERROR" : {
874-
"message" : [
875-
"<message>"
876-
],
877-
"sqlState" : "XXKCI"
874+
"message" : [
875+
"<message>"
876+
],
877+
"sqlState" : "XXKCI"
878878
},
879879
"CONNECT_CLIENT_UNEXPECTED_MISSING_SQL_STATE" : {
880-
"message" : [
881-
"<message>"
882-
],
883-
"sqlState" : "XXKCM"
880+
"message" : [
881+
"<message>"
882+
],
883+
"sqlState" : "XXKCM"
884884
},
885885
"CONNECT_ML" : {
886886
"message" : [

0 commit comments

Comments
 (0)