All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.linkkou.httprequest.HTTPError Maven / Gradle / Ivy

There is a newer version: 1.0.7.2
Show newest version
package com.linkkou.httprequest;


/**
 * Created by LK .
 * 错误异常说明
 * @author LK
 * @version 1.0
 * @data 2017-06-25 12:14
 */
public enum HTTPError {
	/**
	 * 请求成功
	 */
	OK,
	/**
	 * 超时
	 */
	SocketTimeout,
	/***
	 * 运行超时
	 */
	Runtime,
	/**
	 * 输入输出超时
	 */
	IOException,
	/**
	 * 其他错误
	 */
	OtherException
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy