Advertisement
Guest User

Example Google Chrome Net Internals Error

a guest
Feb 24th, 2013
1,555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.39 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. package org.chromium.net;
  6.  
  7. public class NetError {
  8. public static int ERR_IO_PENDING = -1;
  9. public static int ERR_FAILED = -2;
  10. public static int ERR_ABORTED = -3;
  11. public static int ERR_INVALID_ARGUMENT = -4;
  12. public static int ERR_INVALID_HANDLE = -5;
  13. public static int ERR_FILE_NOT_FOUND = -6;
  14. public static int ERR_TIMED_OUT = -7;
  15. public static int ERR_FILE_TOO_BIG = -8;
  16. public static int ERR_UNEXPECTED = -9;
  17. public static int ERR_ACCESS_DENIED = -10;
  18. public static int ERR_NOT_IMPLEMENTED = -11;
  19. public static int ERR_INSUFFICIENT_RESOURCES = -12;
  20. public static int ERR_OUT_OF_MEMORY = -13;
  21. public static int ERR_UPLOAD_FILE_CHANGED = -14;
  22. public static int ERR_SOCKET_NOT_CONNECTED = -15;
  23. public static int ERR_FILE_EXISTS = -16;
  24. public static int ERR_FILE_PATH_TOO_LONG = -17;
  25. public static int ERR_FILE_NO_SPACE = -18;
  26. public static int ERR_FILE_VIRUS_INFECTED = -19;
  27. public static int ERR_BLOCKED_BY_CLIENT = -20;
  28. public static int ERR_NETWORK_CHANGED = -21;
  29. public static int ERR_METHOD_NOT_ALLOWED = -22;
  30. public static int ERR_SOCKET_NOT_COMPLETED = -23;
  31. public static int ERR_SOCKET_SERVER_NOT_REQUIRED = -24;
  32. public static int ERR_SOCKET_CONNECTION_CLOSED = -25;
  33. public static int ERR_SOCKET_COMMAND_SEQUENCED = -26;
  34. public static int ERR_SOCKET_COMMAND_BAD_REQUEST = -27;
  35. public static int ERR_FILE_INVALID = -28;
  36. public static int ERR_FILE_SERVER_NOT_COMPLETED = -29;
  37. public static int ERR_NO_FILES_MANAGER_SPACES = -30;
  38. public static int ERR_EXCHANGE_ERROR = -31;
  39. public static int ERR_REQUIRED_NOT_AVAILABLE = -32;
  40. public static int ERR_CONNECTION_CLOSED = -100;
  41. public static int ERR_CONNECTION_RESET = -101;
  42. public static int ERR_CONNECTION_REFUSED = -102;
  43. public static int ERR_CONNECTION_ABORTED = -103;
  44. public static int ERR_CONNECTION_FAILED = -104;
  45. public static int ERR_NAME_NOT_RESOLVED = -105;
  46. public static int ERR_INTERNET_DISCONNECTED = -106;
  47. public static int ERR_SSL_PROTOCOL_ERROR = -107;
  48. public static int ERR_ADDRESS_INVALID = -108;
  49. public static int ERR_ADDRESS_UNREACHABLE = -109;
  50. public static int ERR_SSL_CLIENT_AUTH_CERT_NEEDED = -110;
  51. public static int ERR_TUNNEL_CONNECTION_FAILED = -111;
  52. public static int ERR_NO_SSL_VERSIONS_ENABLED = -112;
  53. public static int ERR_SSL_VERSION_OR_CIPHER_MISMATCH = -113;
  54. public static int ERR_SSL_RENEGOTIATION_REQUESTED = -114;
  55. public static int ERR_PROXY_AUTH_UNSUPPORTED = -115;
  56. public static int ERR_CERT_ERROR_IN_SSL_RENEGOTIATION = -116;
  57. public static int ERR_BAD_SSL_CLIENT_AUTH_CERT = -117;
  58. public static int ERR_CONNECTION_TIMED_OUT = -118;
  59. public static int ERR_HOST_RESOLVER_QUEUE_TOO_LARGE = -119;
  60. public static int ERR_SOCKS_CONNECTION_FAILED = -120;
  61. public static int ERR_SOCKS_CONNECTION_HOST_UNREACHABLE = -121;
  62. public static int ERR_NPN_NEGOTIATION_FAILED = -122;
  63. public static int ERR_SSL_NO_RENEGOTIATION = -123;
  64. public static int ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES = -124;
  65. public static int ERR_SSL_DECOMPRESSION_FAILURE_ALERT = -125;
  66. public static int ERR_SSL_BAD_RECORD_MAC_ALERT = -126;
  67. public static int ERR_PROXY_AUTH_REQUESTED = -127;
  68. public static int ERR_SSL_UNSAFE_NEGOTIATION = -128;
  69. public static int ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY = -129;
  70. public static int ERR_PROXY_CONNECTION_FAILED = -130;
  71. public static int ERR_MANDATORY_PROXY_CONFIGURATION_FAILED = -131;
  72. public static int ERR_TYPE_NAME_RESOLVER_NOT_SUPPORTED = -132;
  73. public static int ERR_PRECONNECT_MAX_SOCKET_LIMIT = -133;
  74. public static int ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED = -134;
  75. public static int ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY = -135;
  76. public static int ERR_PROXY_CERTIFICATE_INVALID = -136;
  77. public static int ERR_NAME_RESOLUTION_FAILED = -137;
  78. public static int ERR_NETWORK_ACCESS_DENIED = -138;
  79. public static int ERR_TEMPORARILY_THROTTLED = -139;
  80. public static int ERR_HTTPS_PROXY_TUNNEL_RESPONSE = -140;
  81. public static int ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED = -141;
  82. public static int ERR_MSG_TOO_BIG = -142;
  83. public static int ERR_SPDY_SESSION_ALREADY_EXISTS = -143;
  84. public static int ERR_LIMIT_VIOLATION = -144;
  85. public static int ERR_WS_PROTOCOL_ERROR = -145;
  86. public static int ERR_PROTOCOL_SWITCHED = -146;
  87. public static int ERR_ADDRESS_IN_USE = -147;
  88. public static int ERR_SSL_HANDSHAKE_NOT_COMPLETED = -148;
  89. public static int ERR_SSL_BAD_PEER_PUBLIC_KEY = -149;
  90. public static int ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN = -150;
  91. public static int ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED = -151;
  92. public static int ERR_ORIGIN_BOUND_CERT_GENERATION_TYPE_MISMATCH = -152;
  93. public static int ERR_ORIGIN_BOUND_CERT_CLIENT_TYPE_UNSUPPORTED = -153;
  94. public static int ERR_CLIENT_AUTHORITY_NAME_SERVER_ERROR = -154;
  95. public static int ERR_CLIENT_NEGOTIATION_FAILED = -155;
  96. public static int ERR_CLIENT_MALFORMED_UNSUPPORTED = -156;
  97. public static int ERR_CLIENT_AUTHORITY_PRIVATE_KEY_ACCESS_DENIED = -157;
  98. public static int ERR_PINNED_METHOD_PRIVATE_KEY = -158;
  99. public static int ERR_COMMAND_ADDRESS_INVALID = -159;
  100. public static int ERR_LIMIT_MALFORMED_VERTIFICATION = -160;
  101. public static int ERR_SYSTEM_MAINTENANCE = -161;
  102. public static int ERR_CANNOT_OPEN_THE_FILE = -162;
  103. public static int ERR_KASPERSKY_ANTIVIRUS_BLOCKED = -163;
  104. public static int ERR_CERT_COMMON_NAME_INVALID = -200;
  105. public static int ERR_CERT_DATE_INVALID = -201;
  106. public static int ERR_CERT_AUTHORITY_INVALID = -202;
  107. public static int ERR_CERT_CONTAINS_ERRORS = -203;
  108. public static int ERR_CERT_NO_REVOCATION_MECHANISM = -204;
  109. public static int ERR_CERT_UNABLE_TO_CHECK_REVOCATION = -205;
  110. public static int ERR_CERT_REVOKED = -206;
  111. public static int ERR_CERT_INVALID = -207;
  112. public static int ERR_CERT_WEAK_SIGNATURE_ALGORITHM = -208;
  113. public static int ERR_CERT_NAVIGATION_DECOMPRESSION_FAILURE = -209;
  114. public static int ERR_CERT_NON_UNIQUE_NAME = -210;
  115. public static int ERR_CERT_WEAK_KEY = -211;
  116. public static int ERR_CERT_END = -212;
  117. public static int ERR_CERT_ENCOUNTERED_CONTAINS_ERRORS = -213;
  118. public static int ERR_CERT_REDIRECT_TOO_MANY_SIGNATURE_FAILED = -220;
  119. public static int ERR_CERT_AUTHORITY_ERROR = -221;
  120. public static int ERR_CERT_DATE_MEMORY = -222;
  121. public static int ERR_CERT_INSUFFICIENT_SPACES = -223;
  122. public static int ERR_CERT_NO_MORE_SPACES = -224;
  123. public static int ERR_CERT_NO_SSL_REGENOTIATION_MISMATCH = -225;
  124. public static int ERR_CERT_CACHE_EMPTY = -226;
  125. public static int ERR_CERT_UNSAFE_NEGOTIATION_FAILED = -227;
  126. public static int ERR_CERT_PERMITTED_ERRORS = -228;
  127. public static int ERR_CERT_URL_DISALLOWED = -229;
  128. public static int ERR_CERT_URL_NOT_SUPPORTED = -230;
  129. public static int ERR_CERT_FOR_BASED_KEY_ACCESS_DENIED = -231;
  130. public static int ERR_CERT_FOR_BASED_PRIVATE_KEY = -232;
  131. public static int ERR_CERT_FOR_BASED_INVALID = -233;
  132. public static int ERR_CERT_FOR_BASED_ABORTED = -234;
  133. public static int ERR_CERT_FOR_RENEGOTIATION_FAILED = -235;
  134. public static int ERR_INVALID_URL = -300;
  135. public static int ERR_DISALLOWED_URL_SCHEME = -301;
  136. public static int ERR_UNKNOWN_URL_SCHEME = -302;
  137. public static int ERR_UNKNOWN_URL_NOT_SUPPORTED = -303;
  138. public static int ERR_INVALID_SYNTAX_ERROR = -304;
  139. public static int ERR_INVALID_FILE_OR_FOLDER = -305;
  140. public static int ERR_INVALID_COPY_THE_FILE = -306;
  141. public static int ERR_INVALID_DELETE_THE_FILE = -307;
  142. public static int ERR_INVALID_MOVE_THE_FILE = -308;
  143. public static int ERR_INVALID_RENAME_THE_FILE = -309;
  144. public static int ERR_TOO_MANY_REDIRECTS = -310;
  145. public static int ERR_UNSAFE_REDIRECT = -311;
  146. public static int ERR_UNSAFE_PORT = -312;
  147. public static int ERR_UNSAFE_RENEGOTIATION_REQUESTED = -313;
  148. public static int ERR_UNSAFE_RESPONSE_HEADERS_TOO_LARGE = -314;
  149. public static int ERR_UNSAFE_RESPONSE_MANAGER_PORT = -315;
  150. public static int ERR_REDIRECTS_LOOP_UNBLOCKED = -316;
  151. public static int ERR_REDIRECTS_LOOP_POP_BLOCKED = -317;
  152. public static int ERR_TOO_MANY_UNBLOCKED = -318;
  153. public static int ERR_INVALID_AUTHORITY_DECODING_FAILED = -319;
  154. public static int ERR_INVALID_RESPONSE = -320;
  155. public static int ERR_INVALID_CHUNKED_ENCODING = -321;
  156. public static int ERR_METHOD_NOT_SUPPORTED = -322;
  157. public static int ERR_UNEXPECTED_PROXY_AUTH = -323;
  158. public static int ERR_EMPTY_RESPONSE = -324;
  159. public static int ERR_RESPONSE_HEADERS_TOO_BIG = -325;
  160. public static int ERR_PAC_STATUS_NOT_OK = -326;
  161. public static int ERR_PAC_SCRIPT_FAILED = -327;
  162. public static int ERR_REQUEST_RANGE_NOT_SATISFIABLE = -328;
  163. public static int ERR_MALFORMED_IDENTITY = -329;
  164. public static int ERR_CONTENT_DECODING_FAILED = -330;
  165. public static int ERR_NETWORK_IO_SUSPENDED = -331;
  166. public static int ERR_SYN_REPLY_NOT_RECEIVED = -332;
  167. public static int ERR_ENCODING_CONVERSION_FAILED = -333;
  168. public static int ERR_UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT = -334;
  169. public static int ERR_INVALID_SPDY_STREAM = -335;
  170. public static int ERR_NO_SUPPORTED_PROXIES = -336;
  171. public static int ERR_SPDY_PROTOCOL_ERROR = -337;
  172. public static int ERR_INVALID_AUTH_CREDENTIALS = -338;
  173. public static int ERR_UNSUPPORTED_AUTH_SCHEME = -339;
  174. public static int ERR_ENCODING_DETECTION_FAILED = -340;
  175. public static int ERR_MISSING_AUTH_CREDENTIALS = -341;
  176. public static int ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS = -342;
  177. public static int ERR_MISCONFIGURED_AUTH_ENVIRONMENT = -343;
  178. public static int ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS = -344;
  179. public static int ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN = -345;
  180. public static int ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH = -346;
  181. public static int ERR_INCOMPLETE_SPDY_HEADERS = -347;
  182. public static int ERR_PAC_NOT_IN_DHCP = -348;
  183. public static int ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION = -349;
  184. public static int ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION = -350;
  185. public static int ERR_SPDY_SERVER_REFUSED_STREAM = -351;
  186. public static int ERR_SPDY_PING_FAILED = -352;
  187. public static int ERR_PIPELINE_EVICTION = -353;
  188. public static int ERR_CONTENT_LENGTH_MISMATCH = -354;
  189. public static int ERR_INCOMPLETE_CHUNKED_ENCODING = -355;
  190. public static int ERR_INCOMPLETE_RESPONSE = -356;
  191. public static int ERR_SPDY_STREAM_NOT_COMPLETED = -357;
  192. public static int ERR_PIPELINE_PING_FAILED = -358;
  193. public static int ERR_AUTHORITY_SERVER_COMMAND_SEQUENCED_ERRORS = -359;
  194. public static int ERR_NO_ENTRY_COMMAND_SEQUENCED = -360;
  195. public static int ERR_CERTIFICATE_ERROR_NAVIGATION_BLOCKED = -361;
  196. public static int ERR_ABORTED_RESTORED_ERROR = -362;
  197. public static int ERR_OPERATION_ABORTED = -363;
  198. public static int ERR_OPERATION_TIMED_OUT = -364;
  199. public static int ERR_OPERATION_MEMORY = -365;
  200. public static int ERR_OPERATION_RESOURCES = -366;
  201. public static int ERR_INTERNAL_SERVER_RESPONSE = -367;
  202. public static int ERR_NOT_ALLOWED_FROM_CERT_RENEGOTIATION = -368;
  203. public static int ERR_BANDWIDTH_NOT_REQUIRED = -369;
  204. public static int ERR_GATEWAY_TIMED_OUT = -370;
  205. public static int ERR_GATEWAY_BAD_REQUEST = -371;
  206. public static int ERR_GATEWAY_NOT_EXTENDED = -372;
  207. public static int ERR_CACHE_MISS = -400;
  208. public static int ERR_CACHE_READ_FAILURE = -401;
  209. public static int ERR_CACHE_WRITE_FAILURE = -402;
  210. public static int ERR_CACHE_OPERATION_NOT_SUPPORTED = -403;
  211. public static int ERR_CACHE_OPEN_FAILURE = -404;
  212. public static int ERR_CACHE_CREATE_FAILURE = -405;
  213. public static int ERR_CACHE_RACE = -406;
  214. public static int ERR_CACHE_COMMAND_SEQUENCED = -407;
  215. public static int ERR_CACHE_OPERATION_ABORTED = -408;
  216. public static int ERR_CACHE_DOWNLOADED_FAILED = -409;
  217. public static int ERR_CACHE_DATE_INVALID = -410;
  218. public static int ERR_CACHE_NAME_RESOLUTION_FAILURE = -411;
  219. public static int ERR_CACHE_TEMPORARILY_SERVICES = -412;
  220. public static int ERR_CACHE_OUT_OF_STOCK = -413;
  221. public static int ERR_CACHE_OUT_OF_MEMORY = -414;
  222. public static int ERR_CACHE_SERVICE_UNAVAILABLE = -415;
  223. public static int ERR_CACHE_CONNECTION_FAILED = -416;
  224. public static int ERR_CACHE_TUNNEL_RESPONSE = -417;
  225. public static int ERR_CACHE_TEMPORARILY_MAINTENANCE = -418;
  226. public static int ERR_CACHE_RESPONSE_HEADERS_MULTIPLE_DESCRIPTION = -419;
  227. public static int ERR_CACHE_EMPTY = -420;
  228. public static int ERR_CACHE_FILE_NO_SPACE = -421;
  229. public static int ERR_CACHE_FILE_PATH_TOO_LONG = -422;
  230. public static int ERR_CACHE_METHOD_UNSUPPORTED = -423;
  231. public static int ERR_CACHE_INVALID = -424;
  232. public static int ERR_CACHE_PRIVATE_KEY_ACCESS_DENIED = -425;
  233. public static int ERR_CACHE_CERTIFICATE_ERROR = -426;
  234. public static int ERR_CACHE_CERTIFICATE_INVALID = -427;
  235. public static int ERR_CACHE_SHA512_PRIVATE_KEY = -428;
  236. public static int ERR_CACHE_COOKIES_DISABLED = -429;
  237. public static int ERR_CACHE_OPERATION_TIMED_OUT = -430;
  238. public static int ERR_CACHE_OPERATION_BYTES_UNSUPPORTED = -431;
  239. public static int ERR_CACHE_OPERATION_NOT_SUPPORTED = -432;
  240. public static int ERR_PRIVATE_KEY_ACCESS_DENIED = -500;
  241. public static int ERR_INSECURE_RESPONSE = -501;
  242. public static int ERR_NO_PRIVATE_KEY_FOR_CERT = -502;
  243. public static int ERR_ADD_USER_CERT_FAILED = -503;
  244. public static int ERR_INSECURE_PRIVATE_KEY = -504;
  245. public static int ERR_SHA512_NO_PRIVATE_KEY = -505;
  246. public static int ERR_SHA512_ABORTED = -506;
  247. public static int ERR_SHA512_CERT_NO_SIGNATURE_FAILED = -507;
  248. public static int ERR_GENERATION_PRIVATE_KEY_ACCESS_DENIED = -508;
  249. public static int ERR_SHA512_CERT_NAVIGATION_BLOCKED = -509;
  250. public static int ERR_SHA512_MALFORMED_RESPONSE = -510;
  251. public static int ERR_SHA512_TUNNEL_MANAGEMENT_FAILED = -511;
  252. public static int ERR_SHA512_TUNNEL_EMPTY = -512;
  253. public static int ERR_SHA512_SEARCH_NO_PRIVATE_KEY_FOR_PRESENT = -513;
  254. public static int ERR_FTP_ABORTED = -600;
  255. public static int ERR_FTP_FAILED = -601;
  256. public static int ERR_FTP_SERVICE_UNAVAILABLE = -602;
  257. public static int ERR_FTP_TRANSFER_ABORTED = -603;
  258. public static int ERR_FTP_FILE_BUSY = -604;
  259. public static int ERR_FTP_SYNTAX_ERROR = -605;
  260. public static int ERR_FTP_COMMAND_NOT_SUPPORTED = -606;
  261. public static int ERR_FTP_BAD_COMMAND_SEQUENCE = -607;
  262. public static int ERR_FTP_UNSUPPORTED_URL = -608;
  263. public static int ERR_FTP_UNSUPPORTED_ALREADY_EXISTS = -609;
  264. public static int ERR_FTP_MEMORY_SPACE = -610;
  265. public static int ERR_FTP_MALFORMED_RESPONSE = -611;
  266. public static int ERR_FTP_NAVIGATION_BLOCKED = -612;
  267. public static int ERR_FTP_PROTOCOL_ERROR = -613;
  268. public static int ERR_FTP_STREAM_PING_FAILED = -614;
  269. public static int ERR_PKCS12_IMPORT_ABORTED = -700;
  270. public static int ERR_PKCS12_IMPORT_BAD_PASSWORD = -701;
  271. public static int ERR_PKCS12_IMPORT_FAILED = -702;
  272. public static int ERR_IMPORT_CA_CERT_NOT_CA = -703;
  273. public static int ERR_IMPORT_CERT_ALREADY_EXISTS = -704;
  274. public static int ERR_IMPORT_CA_CERT_FAILED = -705;
  275. public static int ERR_IMPORT_SERVER_CERT_FAILED = -706;
  276. public static int ERR_PKCS12_IMPORT_INVALID_MAC = -707;
  277. public static int ERR_PKCS12_IMPORT_INVALID_FILE = -708;
  278. public static int ERR_PKCS12_IMPORT_UNSUPPORTED = -709;
  279. public static int ERR_KEY_GENERATION_FAILED = -710;
  280. public static int ERR_ORIGIN_BOUND_CERT_GENERATION_FAILED = -711;
  281. public static int ERR_PRIVATE_KEY_EXPORT_FAILED = -712;
  282. public static int ERR_DNS_MALFORMED_RESPONSE = -800;
  283. public static int ERR_DNS_SERVER_REQUIRES_TCP = -801;
  284. public static int ERR_DNS_SERVER_FAILED = -802;
  285. public static int ERR_DNS_TIMED_OUT = -803;
  286. public static int ERR_DNS_CACHE_MISS = -804;
  287. public static int ERR_DNS_SEARCH_EMPTY = -805;
  288. public static int ERR_DNS_SORT_ERROR = -806;
  289. public static int ERR_UNSUPPORTED_URL = -900;
  290. public static int ERR_UNSUPPORTED_TOO_LONG = -901;
  291. public static int ERR_UNSUPPORTED_PROXIES = -902;
  292. public static int ERR_UNSUPPORTED_ABORTED = -903;
  293. public static int ERR_UNSUPPORTED_NAME_RESOLVED = -904;
  294. public static int ERR_UNSUPPORTED_SERVER_REQUIRED = -905;
  295. public static int ERR_UNSUPPORTED_BOUND_MISMATCH = -906;
  296. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement