yanghun0070 / dayco

dayco project
MIT License
1 stars 0 forks source link

HTTP Status Code 에 따라 UI 변경 #23

Open yanghun0070 opened 4 years ago

yanghun0070 commented 4 years ago
HTTP Status Code 에 따라 UI 변경 HTTP Status 설명
200 OK 성공
201 Created 리소스 생성(PUT 또는 POST)
204 No Content 엔티티 본문을 리턴 할 필요가 없으며 업데이트 된 메타 정보를 리턴
304 Not Modified 클라이언트가 조건부 GET 요청을 수행하고 액세스가 허용되었지만 문서가 수정되지 않은 경우
400 Bad Request 잘못된 구문으로 인해 서버에서 요청을 수행 할 수 없는 경우
401 Unauthorized 사용자 인증에 대한 인증 거부
403 Forbidden 서버가 요청을 수행했지만 요청을 거부
404 Not Found 서버가 Request-URI 와 일치하는 것을 찾지 못했을 경우
500 Internal Server Error 서버에 예기치 않은 조건이 발생하여 요청을 이행하지 못할 경우

참조 페이지 ) https://www.restapitutorial.com/httpstatuscodes.html

yanghun0070 commented 4 years ago

UAA Service #25 UI 변경되기 전 선 반영