Skip to content

[feat/#32] 사용자 위치 정보 업데이트 예외 처리 추가#33

Merged
so1eeee merged 1 commit intodevelopfrom
feat/#32-null-check-nearest-bus-station
May 20, 2025
Merged

[feat/#32] 사용자 위치 정보 업데이트 예외 처리 추가#33
so1eeee merged 1 commit intodevelopfrom
feat/#32-null-check-nearest-bus-station

Conversation

@so1eeee
Copy link
Contributor

@so1eeee so1eeee commented May 20, 2025

#️⃣연관된 이슈

resolved #32

📝작업 내용

사용자 위치 정보가 업데이트되지 않았을 때 발생하는 예외 처리 추가

🔎코드 설명 및 참고 사항

  • BaseResponseStatus에 LOCATION_NOT_UPDATED 상태 추가
  • BusService에서 nearestBusStation이 null일 때 LOCATION_NOT_UPDATED 예외 발생

💬리뷰 요구사항

@so1eeee so1eeee self-assigned this May 20, 2025
@so1eeee so1eeee added the ✨ Feature Add features label May 20, 2025
@so1eeee so1eeee merged commit 7588577 into develop May 20, 2025
1 check passed
@so1eeee so1eeee deleted the feat/#32-null-check-nearest-bus-station branch May 20, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature Add features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat: BusService에서 nearestBusStation이 null일 때 예외처리

1 participant