MMDownloader icon indicating copy to clipboard operation
MMDownloader copied to clipboard

파싱 실패로 인한 Exception 발생 시 그 이유도 함께 리턴할 것

Open occidere opened this issue 8 years ago • 1 comments

https://github.com/occidere/MMDownloader/blob/88e55a5cd8195ee25bc69250e5223becd7f169c1/src/downloader/Downloader.java#L252

occidere avatar Dec 28 '17 23:12 occidere

네트워크 연결 실패 시 Http Response Code를 바탕으로 사용자가 이해할 수 있는 간단한 이유는 리턴 ex) 5XX -> 서버 에러, 404 -> 없는 페이지, 403 -> 잘못된 접근(대부분이 해외)

occidere avatar Jan 21 '18 15:01 occidere