에러 코드 네이밍 변경

This commit is contained in:
focp212@naver.com
2025-10-25 22:05:43 +09:00
parent db0418177c
commit 7e5f1e71a7
137 changed files with 408 additions and 419 deletions

View File

@@ -1,9 +1,9 @@
/* eslint-disable @cspell/spellchecker */
import { useEffect, useMemo } from 'react';
import { CBDCAxiosFallbackProps } from '@/shared/@types/error';
import { NiceAxiosFallbackProps } from '@/shared/@types/error';
import { Dialog, DialogProps } from '@/shared/ui/dialogs/dialog';
export const KickOutError = ({ error, resetErrorBoundary }: CBDCAxiosFallbackProps) => {
export const KickOutError = ({ error, resetErrorBoundary }: NiceAxiosFallbackProps) => {
useEffect(() => {
console.error('[ErrorBoundary] Kickout Error', JSON.stringify(error.response?.data));
// clearAuthData();