Merged
Conversation
Test Results1 tests 1 ✅ 0s ⏱️ Results for commit ffc8e41. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛰️ Issue Number
#7
🪐 작업 내용
HTTP 응답코드 메소드 정리
✅ To-do
{ "status": true, "code": 2000, "message": "요청이 성공했습니다.", "data": null }{ "status": true, "code": 2010, "message": "요청이 성공했습니다.", "data": { "accessToken": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNCIsImlhdCI6MTY5MTgyMjc5NywiZXhwIjoxNjkyNDI3NTk3fQ.fOHp7a5TREqBG7wYdkQU65T65-HicArgFANfKbAresQ", "refreshToken": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNCIsImlhdCI6MTY5MTgyMjc5NywiZXhwIjoxNjkyNDI3NTk3fQ.fOHp7a5TREqBG7wYdkQU65T65-HicArgFANfKbAresQ", "userId": 1 } }{ "status": false, "code": 4000 "message": "잘못된 요청입니다.", "data": null } { "status": false, "code": 4001 "message": "유효하지 않은 플랫폼 타입입니다.", "data": null } { "status": false, "code": 4002 "message": "요청 파라미터가 잘못되었습니다.", "data": null }{ "success": false, "code": 4011, "message": "액세스 토큰의 값이 올바르지 않습니다.", "data": null } { "success": false, "code": 4012, "message": "액세스 토큰이 만료되었습니다. 재발급 받아주세요." "data": null }{ "status": false, "code": 4030 "message": "리소스 접근 권한이 없습니다.", "data": null }{ "status": false, "code": 4040 "message": "대상을 찾을 수 없습니다.", "data": null } { "status": false, "code": 4041 "message": "존재하지 않는 회원입니다.", "data": null } { "status": false, "code": 4042 "message": "존재하지 않는 페스티벌입니다.", "data": null }{ "status": false, "code": 4050 "message": "잘못된 HTTP method 요청입니다.", "data": null }{ "status": false, "code": 4090 "message": "이미 존재하는 리소스입니다.", "data": null } { "status": false, "code": 4091 "message": "이미 존재하는 회원입니다.", "data": null } { "status": false, "code": 4092 "message": "이미 존재하는 참여자입니다.", "data": null } { "status": false, "code": 4093 "message": "포인트가 부족합니다.", "data": null }{ "status": false, "code": 5000 "message": "서버 내부 오류입니다.", "data": null }📚 Reference (선택)
🏞 스크린샷 (선택)
closes #7