/** * ===================================================================== * * @file JRequsetError.java * @Module Name com.joysee.common.data * @author benz * @OS version 1.0 * @Product type: JoySee * @date 2014-6-23 * @brief This file is the http **** implementation. * @This file is responsible by ANDROID TEAM. * @Comments: * ===================================================================== * Revision History: * * Modification Tracking * * Author Date OS version Reason * ---------- ------------ ------------- ----------- * benz 2014-6-23 1.0 Check for NULL, 0 h/w * ===================================================================== **/ // package com.letv.commonjar.http; public class RequsetError { public static final int ERROR_CODE_UNKOWN = -1; public static final int ERROR_CODE_TIME_OUT = 1; public static final int ERROR_CODE_IO = 2; public static final int ERROR_CODE_UNKNOWNHOST = 3; }