php.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "0": "Unknown Error",
  3. "100": "Continue",
  4. "101": "Switching Protocols",
  5. "102": "Processing",
  6. "200": "OK",
  7. "201": "Created",
  8. "202": "Accepted",
  9. "203": "Non-Authoritative Information",
  10. "204": "No Content",
  11. "205": "Reset Content",
  12. "206": "Partial Content",
  13. "207": "Multi-Status",
  14. "208": "Already Reported",
  15. "226": "IM Used",
  16. "300": "Multiple Choices",
  17. "301": "Moved Permanently",
  18. "302": "Found",
  19. "303": "See Other",
  20. "304": "Not Modified",
  21. "305": "Use Proxy",
  22. "307": "Temporary Redirect",
  23. "308": "Permanent Redirect",
  24. "400": "Bad Request",
  25. "401": "Unauthorized",
  26. "402": "Payment Required",
  27. "403": "Forbidden",
  28. "404": "Not Found",
  29. "405": "Method Not Allowed",
  30. "406": "Not Acceptable",
  31. "407": "Proxy Authentication Required",
  32. "408": "Request Timeout",
  33. "409": "Conflict",
  34. "410": "Gone",
  35. "411": "Length Required",
  36. "412": "Precondition Failed",
  37. "413": "Payload Too Large",
  38. "414": "URI Too Long",
  39. "415": "Unsupported Media Type",
  40. "416": "Range Not Satisfiable",
  41. "417": "Expectation Failed",
  42. "418": "I'm a teapot",
  43. "419": "Session Has Expired",
  44. "421": "Misdirected Request",
  45. "422": "Unprocessable Entity",
  46. "423": "Locked",
  47. "424": "Failed Dependency",
  48. "425": "Too Early",
  49. "426": "Upgrade Required",
  50. "428": "Precondition Required",
  51. "429": "Too Many Requests",
  52. "431": "Request Header Fields Too Large",
  53. "444": "Connection Closed Without Response",
  54. "449": "Retry With",
  55. "451": "Unavailable For Legal Reasons",
  56. "499": "Client Closed Request",
  57. "500": "Internal Server Error",
  58. "501": "Not Implemented",
  59. "502": "Bad Gateway",
  60. "503": "Maintenance Mode",
  61. "504": "Gateway Timeout",
  62. "505": "HTTP Version Not Supported",
  63. "506": "Variant Also Negotiates",
  64. "507": "Insufficient Storage",
  65. "508": "Loop Detected",
  66. "509": "Bandwidth Limit Exceeded",
  67. "510": "Not Extended",
  68. "511": "Network Authentication Required",
  69. "520": "Unknown Error",
  70. "521": "Web Server is Down",
  71. "522": "Connection Timed Out",
  72. "523": "Origin Is Unreachable",
  73. "524": "A Timeout Occurred",
  74. "525": "SSL Handshake Failed",
  75. "526": "Invalid SSL Certificate",
  76. "527": "Railgun Error",
  77. "598": "Network Read Timeout Error",
  78. "599": "Network Connect Timeout Error",
  79. "unknownError": "Unknown Error"
  80. }