-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding the Error Code makes it easy to identify the underlying issue of why the request failed. old error: ```RequestError: An internal server error has occurred. Please check your CockroachDB logs for more details.``` new error ```RequestError: An internal server error has occurred. Please check your CockroachDB logs for more details. Error Code: 53200``` Epic: none Closes: #98596 Release note: none
- Loading branch information
j82w
committed
Mar 14, 2023
1 parent
024da43
commit b6e0f76
Showing
3 changed files
with
41 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters