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 dd43afc commit 423a730Copy full SHA for 423a730
apps/Admission-LTS/src/apis/admission/index.ts
@@ -13,7 +13,7 @@ const sendErrorReport = async (error: AxiosError<any>, requestData: any) => {
13
endpoint: "/api/v1/applications",
14
httpMethod: "POST",
15
httpStatus: error.response?.status || 0,
16
- errorCategory: "CLIENT_ERROR",
+ errorCategory: "SERVER_ERROR",
17
errorCode: error.code || "UNKNOWN_ERROR",
18
message: error.message || "원서 제출 중 오류가 발생했습니다.",
19
stackTrace: error.stack || "",
0 commit comments