-
Notifications
You must be signed in to change notification settings - Fork 3
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
[AN] feat: 회원가입 에러 핸들링 #443
Conversation
…riendogly into feature/register-error-handling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
로딩 처리도 하셨군요 고생하셨스빈다 ~ ~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
구욷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~
@@ -6,4 +6,6 @@ sealed interface RegisterMessage { | |||
data object ServerErrorMessage : RegisterMessage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저는 이런 공통된 에러 메시지가, 상속을 통해 해결해야 하는 반복 로직 중 하나라고 생각해요..! (BaseViewModel 뿐만이 아니라, Network Interface
등으로 해결하는 경우 포함)
다음에는 domain적인 에러와 ui적인 에러를 어떻게 분리하면 좋을까? 도 고민하면 좋을것 같습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 같이 의논해봐요~~
이슈
개발 사항