Guest User

Example auto generated java consts. See crrev.com/10870050

a guest
Aug 23rd, 2012
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. package org.chromium.net;
  9.  
  10. public class NetError {
  11. public static int ERR_IO_PENDING = -1;
  12. public static int ERR_FAILED = -2;
  13. public static int ERR_ABORTED = -3;
  14. public static int ERR_INVALID_ARGUMENT = -4;
  15. public static int ERR_INVALID_HANDLE = -5;
  16. public static int ERR_FILE_NOT_FOUND = -6;
  17. public static int ERR_TIMED_OUT = -7;
  18. public static int ERR_FILE_TOO_BIG = -8;
  19. public static int ERR_UNEXPECTED = -9;
  20. public static int ERR_ACCESS_DENIED = -10;
  21. public static int ERR_NOT_IMPLEMENTED = -11;
  22. public static int ERR_INSUFFICIENT_RESOURCES = -12;
  23. public static int ERR_OUT_OF_MEMORY = -13;
  24. public static int ERR_UPLOAD_FILE_CHANGED = -14;
  25. public static int ERR_SOCKET_NOT_CONNECTED = -15;
  26. public static int ERR_FILE_EXISTS = -16;
  27. public static int ERR_FILE_PATH_TOO_LONG = -17;
  28. public static int ERR_FILE_NO_SPACE = -18;
  29. public static int ERR_FILE_VIRUS_INFECTED = -19;
  30. public static int ERR_BLOCKED_BY_CLIENT = -20;
  31. public static int ERR_CONNECTION_CLOSED = -100;
  32. public static int ERR_CONNECTION_RESET = -101;
  33. public static int ERR_CONNECTION_REFUSED = -102;
  34. public static int ERR_CONNECTION_ABORTED = -103;
  35. public static int ERR_CONNECTION_FAILED = -104;
  36. public static int ERR_NAME_NOT_RESOLVED = -105;
  37. public static int ERR_INTERNET_DISCONNECTED = -106;
  38. public static int ERR_SSL_PROTOCOL_ERROR = -107;
  39. public static int ERR_ADDRESS_INVALID = -108;
  40. public static int ERR_ADDRESS_UNREACHABLE = -109;
  41. public static int ERR_SSL_CLIENT_AUTH_CERT_NEEDED = -110;
  42. public static int ERR_TUNNEL_CONNECTION_FAILED = -111;
  43. public static int ERR_NO_SSL_VERSIONS_ENABLED = -112;
  44. public static int ERR_SSL_VERSION_OR_CIPHER_MISMATCH = -113;
  45. public static int ERR_SSL_RENEGOTIATION_REQUESTED = -114;
  46. public static int ERR_PROXY_AUTH_UNSUPPORTED = -115;
  47. public static int ERR_CERT_ERROR_IN_SSL_RENEGOTIATION = -116;
  48. public static int ERR_BAD_SSL_CLIENT_AUTH_CERT = -117;
  49. public static int ERR_CONNECTION_TIMED_OUT = -118;
  50. public static int ERR_HOST_RESOLVER_QUEUE_TOO_LARGE = -119;
  51. public static int ERR_SOCKS_CONNECTION_FAILED = -120;
  52. public static int ERR_SOCKS_CONNECTION_HOST_UNREACHABLE = -121;
  53. public static int ERR_NPN_NEGOTIATION_FAILED = -122;
  54. public static int ERR_SSL_NO_RENEGOTIATION = -123;
  55. public static int ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES = -124;
  56. public static int ERR_SSL_DECOMPRESSION_FAILURE_ALERT = -125;
  57. public static int ERR_SSL_BAD_RECORD_MAC_ALERT = -126;
  58. public static int ERR_PROXY_AUTH_REQUESTED = -127;
  59. public static int ERR_SSL_UNSAFE_NEGOTIATION = -128;
  60. public static int ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY = -129;
  61. public static int ERR_PROXY_CONNECTION_FAILED = -130;
  62. public static int ERR_MANDATORY_PROXY_CONFIGURATION_FAILED = -131;
  63. public static int ERR_PRECONNECT_MAX_SOCKET_LIMIT = -133;
  64. public static int ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED = -134;
  65. public static int ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY = -135;
  66. public static int ERR_PROXY_CERTIFICATE_INVALID = -136;
  67. public static int ERR_NAME_RESOLUTION_FAILED = -137;
  68. public static int ERR_NETWORK_ACCESS_DENIED = -138;
  69. public static int ERR_TEMPORARILY_THROTTLED = -139;
  70. public static int ERR_HTTPS_PROXY_TUNNEL_RESPONSE = -140;
  71. public static int ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED = -141;
  72. public static int ERR_MSG_TOO_BIG = -142;
  73. public static int ERR_SPDY_SESSION_ALREADY_EXISTS = -143;
  74. public static int ERR_LIMIT_VIOLATION = -144;
  75. public static int ERR_WS_PROTOCOL_ERROR = -145;
  76. public static int ERR_PROTOCOL_SWITCHED = -146;
  77. public static int ERR_ADDRESS_IN_USE = -147;
  78. public static int ERR_SSL_HANDSHAKE_NOT_COMPLETED = -148;
  79. public static int ERR_SSL_BAD_PEER_PUBLIC_KEY = -149;
  80. public static int ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN = -150;
  81. public static int ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED = -151;
  82. public static int ERR_ORIGIN_BOUND_CERT_GENERATION_TYPE_MISMATCH = -152;
  83. public static int ERR_CERT_COMMON_NAME_INVALID = -200;
  84. public static int ERR_CERT_DATE_INVALID = -201;
  85. public static int ERR_CERT_AUTHORITY_INVALID = -202;
  86. public static int ERR_CERT_CONTAINS_ERRORS = -203;
  87. public static int ERR_CERT_NO_REVOCATION_MECHANISM = -204;
  88. public static int ERR_CERT_UNABLE_TO_CHECK_REVOCATION = -205;
  89. public static int ERR_CERT_REVOKED = -206;
  90. public static int ERR_CERT_INVALID = -207;
  91. public static int ERR_CERT_WEAK_SIGNATURE_ALGORITHM = -208;
  92. public static int ERR_CERT_NON_UNIQUE_NAME = -210;
  93. public static int ERR_CERT_WEAK_KEY = -211;
  94. public static int ERR_CERT_END = -212;
  95. public static int ERR_INVALID_URL = -300;
  96. public static int ERR_DISALLOWED_URL_SCHEME = -301;
  97. public static int ERR_UNKNOWN_URL_SCHEME = -302;
  98. public static int ERR_TOO_MANY_REDIRECTS = -310;
  99. public static int ERR_UNSAFE_REDIRECT = -311;
  100. public static int ERR_UNSAFE_PORT = -312;
  101. public static int ERR_INVALID_RESPONSE = -320;
  102. public static int ERR_INVALID_CHUNKED_ENCODING = -321;
  103. public static int ERR_METHOD_NOT_SUPPORTED = -322;
  104. public static int ERR_UNEXPECTED_PROXY_AUTH = -323;
  105. public static int ERR_EMPTY_RESPONSE = -324;
  106. public static int ERR_RESPONSE_HEADERS_TOO_BIG = -325;
  107. public static int ERR_PAC_STATUS_NOT_OK = -326;
  108. public static int ERR_PAC_SCRIPT_FAILED = -327;
  109. public static int ERR_REQUEST_RANGE_NOT_SATISFIABLE = -328;
  110. public static int ERR_MALFORMED_IDENTITY = -329;
  111. public static int ERR_CONTENT_DECODING_FAILED = -330;
  112. public static int ERR_NETWORK_IO_SUSPENDED = -331;
  113. public static int ERR_SYN_REPLY_NOT_RECEIVED = -332;
  114. public static int ERR_ENCODING_CONVERSION_FAILED = -333;
  115. public static int ERR_UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT = -334;
  116. public static int ERR_INVALID_SPDY_STREAM = -335;
  117. public static int ERR_NO_SUPPORTED_PROXIES = -336;
  118. public static int ERR_SPDY_PROTOCOL_ERROR = -337;
  119. public static int ERR_INVALID_AUTH_CREDENTIALS = -338;
  120. public static int ERR_UNSUPPORTED_AUTH_SCHEME = -339;
  121. public static int ERR_ENCODING_DETECTION_FAILED = -340;
  122. public static int ERR_MISSING_AUTH_CREDENTIALS = -341;
  123. public static int ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS = -342;
  124. public static int ERR_MISCONFIGURED_AUTH_ENVIRONMENT = -343;
  125. public static int ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS = -344;
  126. public static int ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN = -345;
  127. public static int ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH = -346;
  128. public static int ERR_INCOMPLETE_SPDY_HEADERS = -347;
  129. public static int ERR_PAC_NOT_IN_DHCP = -348;
  130. public static int ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION = -349;
  131. public static int ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION = -350;
  132. public static int ERR_SPDY_SERVER_REFUSED_STREAM = -351;
  133. public static int ERR_SPDY_PING_FAILED = -352;
  134. public static int ERR_PIPELINE_EVICTION = -353;
  135. public static int ERR_CONTENT_LENGTH_MISMATCH = -354;
  136. public static int ERR_INCOMPLETE_CHUNKED_ENCODING = -355;
  137. public static int ERR_CACHE_MISS = -400;
  138. public static int ERR_CACHE_READ_FAILURE = -401;
  139. public static int ERR_CACHE_WRITE_FAILURE = -402;
  140. public static int ERR_CACHE_OPERATION_NOT_SUPPORTED = -403;
  141. public static int ERR_CACHE_OPEN_FAILURE = -404;
  142. public static int ERR_CACHE_CREATE_FAILURE = -405;
  143. public static int ERR_CACHE_RACE = -406;
  144. public static int ERR_INSECURE_RESPONSE = -501;
  145. public static int ERR_NO_PRIVATE_KEY_FOR_CERT = -502;
  146. public static int ERR_ADD_USER_CERT_FAILED = -503;
  147. public static int ERR_FTP_FAILED = -601;
  148. public static int ERR_FTP_SERVICE_UNAVAILABLE = -602;
  149. public static int ERR_FTP_TRANSFER_ABORTED = -603;
  150. public static int ERR_FTP_FILE_BUSY = -604;
  151. public static int ERR_FTP_SYNTAX_ERROR = -605;
  152. public static int ERR_FTP_COMMAND_NOT_SUPPORTED = -606;
  153. public static int ERR_FTP_BAD_COMMAND_SEQUENCE = -607;
  154. public static int ERR_PKCS12_IMPORT_BAD_PASSWORD = -701;
  155. public static int ERR_PKCS12_IMPORT_FAILED = -702;
  156. public static int ERR_IMPORT_CA_CERT_NOT_CA = -703;
  157. public static int ERR_IMPORT_CERT_ALREADY_EXISTS = -704;
  158. public static int ERR_IMPORT_CA_CERT_FAILED = -705;
  159. public static int ERR_IMPORT_SERVER_CERT_FAILED = -706;
  160. public static int ERR_PKCS12_IMPORT_INVALID_MAC = -707;
  161. public static int ERR_PKCS12_IMPORT_INVALID_FILE = -708;
  162. public static int ERR_PKCS12_IMPORT_UNSUPPORTED = -709;
  163. public static int ERR_KEY_GENERATION_FAILED = -710;
  164. public static int ERR_ORIGIN_BOUND_CERT_GENERATION_FAILED = -711;
  165. public static int ERR_PRIVATE_KEY_EXPORT_FAILED = -712;
  166. public static int ERR_DNS_MALFORMED_RESPONSE = -800;
  167. public static int ERR_DNS_SERVER_REQUIRES_TCP = -801;
  168. public static int ERR_DNS_SERVER_FAILED = -802;
  169. public static int ERR_DNS_TIMED_OUT = -803;
  170. public static int ERR_DNS_CACHE_MISS = -804;
  171. public static int ERR_DNS_SEARCH_EMPTY = -805;
  172. public static int ERR_DNS_SORT_ERROR = -806;
  173. }
Advertisement
Add Comment
Please, Sign In to add comment