Editing Template:WV
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 12: | Line 12: | ||
| SCE_WEBVIEW_NETWORK_ERROR_COULDNT_RESOLVE_PROXY || WV-33897-0 || 0x80E80005 || Could not connect to the proxy server. | | SCE_WEBVIEW_NETWORK_ERROR_COULDNT_RESOLVE_PROXY || WV-33897-0 || 0x80E80005 || Could not connect to the proxy server. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_COULDNT_RESOLVE_HOST || WV-33898-1 || 0x80E80006 || | | SCE_WEBVIEW_NETWORK_ERROR_COULDNT_RESOLVE_HOST || WV-33898-1 || 0x80E80006 || Connection timed out / Can't open web page // Check to make sure the URL you typed is correct. If it is correct and you are unable to connect, please try again later. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_COULDNT_CONNECT || WV-33899-2 || 0x80E80007 || Failed to connect to host or proxy | | SCE_WEBVIEW_NETWORK_ERROR_COULDNT_CONNECT || WV-33899-2 || 0x80E80007 || Failed to connect to host or proxy. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_REMOTE_ACCESS_DENIED || WV-33900-5 || 0x80E80009 || A service was denied by the server due to lack of access - when login fails this is not returned. | | SCE_WEBVIEW_NETWORK_ERROR_REMOTE_ACCESS_DENIED || WV-33900-5 || 0x80E80009 || A service was denied by the server due to lack of access - when login fails this is not returned. | ||
Line 30: | Line 30: | ||
| SCE_WEBVIEW_NETWORK_ERROR_OUT_OF_MEMORY || WV-33906-1 || 0x80E8001B || Out of memory. A memory allocation request failed. This is serious badness and things are severely screwed up if this ever occur. | | SCE_WEBVIEW_NETWORK_ERROR_OUT_OF_MEMORY || WV-33906-1 || 0x80E8001B || Out of memory. A memory allocation request failed. This is serious badness and things are severely screwed up if this ever occur. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_OPERATION_TIMEDOUT || WV-33907-2 || 0x80E8001C || The specified time-out period was reached according to the conditions / | | SCE_WEBVIEW_NETWORK_ERROR_OPERATION_TIMEDOUT || WV-33907-2 || 0x80E8001C || Operation timeout. The specified time-out period was reached according to the conditions. // Connection timed out / connection error while receiving data. Network may not be stable now. Please retry after a while. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_RANGE_ERROR || WV-33908-3 || 0x80E80021 || The HTTP server does not support or accept range requests. | | SCE_WEBVIEW_NETWORK_ERROR_RANGE_ERROR || WV-33908-3 || 0x80E80021 || The HTTP server does not support or accept range requests. | ||
Line 50: | Line 50: | ||
| SCE_WEBVIEW_NETWORK_ERROR_INTERFACE_FAILED || WV-33916-2 || 0x80E8002D || Interface error. A specified outgoing interface could not be used. Set which interface to use for outgoing connections' source IP address with CURLOPT_INTERFACE. | | SCE_WEBVIEW_NETWORK_ERROR_INTERFACE_FAILED || WV-33916-2 || 0x80E8002D || Interface error. A specified outgoing interface could not be used. Set which interface to use for outgoing connections' source IP address with CURLOPT_INTERFACE. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_TOO_MANY_REDIRECTS || WV-33917-3 || 0x80E8002F || | | SCE_WEBVIEW_NETWORK_ERROR_TOO_MANY_REDIRECTS || WV-33917-3 || 0x80E8002F || Too many redirects. When following redirects libcurl hit the maximum amount. Set your limit with CURLOPT_MAXREDIRS. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_UNKNOWN_OPTION || WV-33918-4 || 0x80E80030 || An option set with CURLOPT_TELNETOPTIONS was not recognized/known. Refer to the appropriate documentation. | | SCE_WEBVIEW_NETWORK_ERROR_UNKNOWN_OPTION || WV-33918-4 || 0x80E80030 || An option set with CURLOPT_TELNETOPTIONS was not recognized/known. Refer to the appropriate documentation. | ||
Line 58: | Line 58: | ||
| SCE_WEBVIEW_NETWORK_ERROR_SEND_ERROR || WV-33920-7 || 0x80E80037 || Failed sending network data. | | SCE_WEBVIEW_NETWORK_ERROR_SEND_ERROR || WV-33920-7 || 0x80E80037 || Failed sending network data. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_RECV_ERROR || WV-33921-8 || 0x80E80038 || Failure with receiving network data | | SCE_WEBVIEW_NETWORK_ERROR_RECV_ERROR || WV-33921-8 || 0x80E80038 || Failure with receiving network data. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_SSL_CERTPROBLEM || WV-33922-9 || 0x80E8003A || Problem with the local certificate | | SCE_WEBVIEW_NETWORK_ERROR_SSL_CERTPROBLEM || WV-33922-9 || 0x80E8003A || Problem with the local certificate | ||
Line 70: | Line 70: | ||
| SCE_WEBVIEW_NETWORK_ERROR_FILESIZE_EXCEEDED || WV-33926-3 || 0x80E8003F || Maximum file size exceeded | | SCE_WEBVIEW_NETWORK_ERROR_FILESIZE_EXCEEDED || WV-33926-3 || 0x80E8003F || Maximum file size exceeded | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_SEND_FAIL_REWIND || WV-33927-4 || 0x80E80041 || When doing a send operation curl had to rewind the data to | | SCE_WEBVIEW_NETWORK_ERROR_SEND_FAIL_REWIND || WV-33927-4 || 0x80E80041 || When doing a send operation curl had to rewind the data to retransmit but the rewinding operation failed | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_SSL_ENGINE_INITFAILED || WV-33928-5 || 0x80E80042 || Failed to initialize SSL ENGINE | | SCE_WEBVIEW_NETWORK_ERROR_SSL_ENGINE_INITFAILED || WV-33928-5 || 0x80E80042 || Failed to initialize SSL ENGINE | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_SSL_CACERT_BADFILE || WV-33929-6 || 0x80E8004D || Could not load CA CERT file missing or wrong format | | SCE_WEBVIEW_NETWORK_ERROR_SSL_CACERT_BADFILE || WV-33929-6 || 0x80E8004D || Could not load CA CERT file missing or wrong format | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_SSL_SHUTDOWN_FAILED || WV-33930-8 || 0x80E80050 || Failed to shutdown SSL ENGINE | | SCE_WEBVIEW_NETWORK_ERROR_SSL_SHUTDOWN_FAILED || WV-33930-8 || 0x80E80050 || Failed to shutdown SSL ENGINE | ||
Line 80: | Line 80: | ||
| SCE_WEBVIEW_NETWORK_ERROR_AGAIN || WV-33931-9 || 0x80E80051 || Error when some network data is lost. | | SCE_WEBVIEW_NETWORK_ERROR_AGAIN || WV-33931-9 || 0x80E80051 || Error when some network data is lost. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_SSL_ISSUER_ERROR || WV-33932-0 || 0x80E80053 || Issuer check failed. | | SCE_WEBVIEW_NETWORK_ERROR_SSL_ISSUER_ERROR || WV-33932-0 || 0x80E80053 || Issuer check failed. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_CHUNK_FAILED || WV-33933-1 || 0x80E80058 || Error when CRC check error is detected. | | SCE_WEBVIEW_NETWORK_ERROR_CHUNK_FAILED || WV-33933-1 || 0x80E80058 || Error when CRC check error is detected. | ||
|- | |- | ||
| | | || WS-37504-9 || || PSN is undergoing maintenance // PSN is undergoing maintenance. Please try again later. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xNDA5MjMwNDkwL3NpZC95WUJERFoqbA%3D%3D You can check the status of the PSN here.] | ||
|- | |- | ||
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude> | |}<noinclude>[[Category:Development]][[Category:Main]]</noinclude> |