public static final int ERROR_UNKNOWN = -1;
: Generic error
: Generic error
public static final int ERROR_HOST_LOOKUP = -2;
: Server or proxy hostname lookup failed
: Server or proxy hostname lookup failed
public static final int ERROR_UNSUPPORTED_AUTH_SCHEME = -3;
: Unsupported authentication scheme (not basic or digest)
: Unsupported authentication scheme (not basic or digest)
public static final int ERROR_AUTHENTICATION = -4;
: User authentication failed on server
: User authentication failed on server
public static final int ERROR_PROXY_AUTHENTICATION = -5;
: User authentication failed on proxy
: User authentication failed on proxy
public static final int ERROR_ConNECT = -6;
: Failed to connect to the server
: Failed to connect to the server
public static final int ERROR_IO = -7;
: Failed to read or write to the server
: Failed to read or write to the server
public static final int ERROR_TIMEOUT = -8;
: Connection timed out
: Connection timed out
public static final int ERROR_REDIRECT_LOOP = -9;
: Too many redirects
public static final int ERROR_UNSUPPORTED_SCHEME = -10;
: Unsupported URI scheme
: Too many redirects
public static final int ERROR_UNSUPPORTED_SCHEME = -10;
: Unsupported URI scheme
public static final int ERROR_FAILED_SSL_HANDSHAKE = -11;
: Failed to perform SSL handshake
: Failed to perform SSL handshake
public static final int ERROR_BAD_URL = -12;
: Malformed URL
: Malformed URL
public static final int ERROR_FILE = -13;
: Generic file error
: Generic file error
public static final int ERROR_FILE_NOT_FOUND = -14;
: File not found
: File not found
public static final int ERROR_TOO_MANY_REQUESTS = -15;
: Too many requests during this load
: Too many requests during this load
'프로그래밍 > Android' 카테고리의 다른 글
[Android]소켓(Socket) 통신의 활용 - MFC 서버와 통신하기 (0) | 2012.08.16 |
---|---|
[Android]AudioFrequence (0) | 2012.08.16 |
[Android]How can I get the current foreground activity (from a service) (0) | 2012.08.09 |
[Android]소켓통신 (0) | 2012.07.27 |
[Android]이북 뷰어 오픈 소스 (0) | 2012.07.21 |