We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
{ "type": "https://your-domain.com/problem/{error-id}", "title": "{์งง์ ์ค๋ฅ ์์ฝ}", "status": {HTTP ์ํ ์ฝ๋}, "detail": "{์์ธ ๋ฉ์์ง}", "instance": "{์์ฒญํ API ๊ฒฝ๋ก}", "errorCode": "{์๋น์ค ๋ด๋ถ ๋น์ฆ๋์ค ์ฝ๋}" // ํ์ฅ ํ๋ }
{ "type": "https://example.com/errors/user-not-found", "title": "USER_NOT_FOUND", "status": 404, "detail": "์์ฒญํ ID์ ์ฌ์ฉ์๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค.", "instance": "/api/v1/users/123", "errorCode": "U001" }