Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] 공통 에러 처리 및 API 응답 관련 추가 #56

Merged

Commits on Jan 15, 2024

  1. feat: error 공통 처리 로직

    - GlobalExceptionHandler, BusinessException 추가
    - ErrorCode 인터페이스로 추가
    linglong67 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    59e0c5e View commit details
    Browse the repository at this point in the history
  2. feat: api response 관련 내용 추가

    - BusinessCode 인터페이스로 추가
    linglong67 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    faea3f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c7920b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb88b89 View commit details
    Browse the repository at this point in the history
  5. feat: Code별 Status 표기 방식 변경

    - ex> 200 -> HttpStatus.OK.value()
    linglong67 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    63ca3aa View commit details
    Browse the repository at this point in the history