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 84: | Line 84: | ||
| 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. | ||
|- | |- | ||
| SCE_WEBVIEW_NETWORK_ERROR_GOT_NOTHING || WV-36350-7 || 0x80E80034 || Nothing was returned from the server, and under the circumstances, getting nothing is considered an error | | SCE_WEBVIEW_NETWORK_ERROR_GOT_NOTHING || WV-36350-7 || 0x80E80034 || Nothing was returned from the server, and under the circumstances, getting nothing is considered an error. | ||
|- | |- | ||
| SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_GET_ISSUER_CERT || WV-36351-8 || 0x80E81002 || | | SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_GET_ISSUER_CERT || WV-36351-8 || 0x80E81002 || | ||
Line 193: | Line 193: | ||
|- | |- | ||
| SCE_WEBVIEW_SSL_X509_ERROR_SSL_CN_CHECK || WV-36404-7 || 0x80E81064 || | | SCE_WEBVIEW_SSL_X509_ERROR_SSL_CN_CHECK || WV-36404-7 || 0x80E81064 || | ||
|- | |||
| SCE_NP_WEBAPI_SERVER_ERROR_HTTP_STATUS_CODE_503_SERVICE_UNAVAILABLE || WS-37504-9 || 0x82F001F7 || 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.] | |||
|- | |- | ||
| SCE_WEBVIEW_LOAD_ERROR_CANCELED || WV-37776-0 || 0x80E82000 || | | SCE_WEBVIEW_LOAD_ERROR_CANCELED || WV-37776-0 || 0x80E82000 || |