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

[Server:ErrorCode] Error codes not properly handled (missing 404 response) #1337

Open
powerkimhub opened this issue Sep 20, 2024 · 0 comments
Assignees
Labels
API enhancement New feature or request server

Comments

@powerkimhub
Copy link
Member

  • Swagger 정의가 다음과 같이 에러 코드가 구분되어 제공 되고 있으나, 실제 Rest 서버에서는 구분 처리가 되고 있지 않음

    // @Success 200 {object} cres.VPCInfo "Details of the created VPC"
    // @Failure 400 {object} SimpleMsg "Bad Request, possibly due to invalid JSON structure or missing fields"
    // @Failure 404 {object} SimpleMsg "Resource Not Found"
    // @Failure 500 {object} SimpleMsg "Internal Server Error"
    
  • 최소 404 처리 필요

@powerkimhub powerkimhub added the enhancement New feature or request label Sep 20, 2024
@powerkimhub powerkimhub self-assigned this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API enhancement New feature or request server
Projects
None yet
Development

No branches or pull requests

1 participant