We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ce2a4 commit 0fd8b20Copy full SHA for 0fd8b20
src/lib/graphql/graphql-error-handling.ts
@@ -105,7 +105,7 @@ export const getErrorCode = (message: string): string => {
105
if (hasErrorCode(message)) {
106
return message.substring(0, 3);
107
}
108
- return '000'; // unkown error code
+ return '500'; // unkown error code
109
};
110
111
export const getErrorMessage = (message: string): string => {
0 commit comments