Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed SQLSTATE
  • Loading branch information
ericm-db committed May 18, 2023
commit 1be1a925bde5f3dc1b7a2885bbbdf74ce92a9087
5 changes: 3 additions & 2 deletions core/src/main/resources/error/error-classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,10 @@
},
"CONCURRENT_STREAM_LOG_UPDATE" : {
"message" : [
"Concurrent update to the log. Multiple streaming jobs detected for <batchId>"
"Concurrent update to the log. Multiple streaming jobs detected for <batchId>. ",
"Please make sure only one streaming job runs on a particular batchId at a time."
],
"sqlState" : "56088"
"sqlState" : "40000"
},
"CONNECT" : {
"message" : [
Expand Down