web服务报错类型
时间:2019-07-10 23:23:53
收藏:0
阅读:89
401:无权限(HttpStatus.UNAUTHORIZED)
404:页面找不到
405:不支持get/post请求,如只支持get请求但传了post请求
400:请求格式错误,如不为null但传了null过来
500:服务器抛异常,产生内部错误
503:服务器临时错误、临时等待,并且将在一段时间以后恢复
原文:https://www.cnblogs.com/afei1759/p/11167143.html
评论(0)