Template:Error codes for callRemote and fetchRemote: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div style="margin-bottom:3px;padding-left:38px;">
<div style="margin-bottom:3px;padding-left:38px;">
* '''1-89''': See [http://curl.haxx.se/libcurl/c/libcurl-errors.html cURL website]
* '''1-89''': See [http://curl.haxx.se/libcurl/c/libcurl-errors.html cURL website]
{{New items|3.0152|1.3.2|
* '''400-599''': See [http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#4xx_Client_Error HTTP status codes]
* '''400-599''': See [http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#4xx_Client_Error HTTP status codes]
}}
* '''1002''': Download aborted
* '''1002''': Download aborted
* '''1003''': Failed to initialize
* '''1003''': Failed to initialize
{{New items|3.0152|1.3.2|
* '''1004''': Unable to parse url
* '''1004''': Unable to parse url
* '''1005''': Unable to resolve host name
* '''1005''': Unable to resolve host name
* '''1006''': Destination IP not allowed
* '''1006''': Destination IP not allowed
* '''1007''': File error
* '''1007''': File error
}}
</div>
</div>

Revision as of 08:17, 10 June 2013

  • 1-89: See cURL website
  • 400-599: See HTTP status codes
  • 1002: Download aborted
  • 1003: Failed to initialize
  • 1004: Unable to parse url
  • 1005: Unable to resolve host name
  • 1006: Destination IP not allowed
  • 1007: File error