Template:WV: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Missing Macro Constants and Hexadecimal Error Codes)
m (Added the last value, Web View 100%.)
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.
|-
|-
| || 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.]
| 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.]
|-
|-
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>

Revision as of 21:36, 7 October 2017

Name Errorcode Returncode Remarks
SCE_WEBVIEW_NETWORK_ERROR_UNSUPPORTED_PROTOCOL WV-33894-7 0x80E80001 Invalid scheme was specified
SCE_WEBVIEW_NETWORK_ERROR_FAILED_INIT WV-33895-8 0x80E80002 Very early initialization code failed. This is likely to be an internal error or problem.
SCE_WEBVIEW_NETWORK_ERROR_URL_MALFORMAT WV-33896-9 0x80E80003 Invalid URL format was specified
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 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_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_PARTIAL_FILE WV-33901-6 0x80E80012 A file transfer was shorter or larger than expected. This happens when the server first reports an expected transfer size and then delivers data that doesn't match the previously given size.
SCE_WEBVIEW_NETWORK_ERROR_QUOTE_ERROR WV-33902-7 0x80E80015 When sending custom "QUOTE" commands to the remote server one of the commands returned an error code that was 400 or higher.
SCE_WEBVIEW_NETWORK_ERROR_WRITE_ERROR WV-33903-8 0x80E80017 Could not write file or socket
SCE_WEBVIEW_NETWORK_ERROR_UPLOAD_FAILED WV-33904-9 0x80E80019 Failed upload "command"
SCE_WEBVIEW_NETWORK_ERROR_READ_ERROR WV-33905-0 0x80E8001A Couldn't open/read from file
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 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_HTTP_POST_ERROR WV-33909-4 0x80E80022 This is an odd error that mainly occurs due to internal confusion.
SCE_WEBVIEW_NETWORK_ERROR_SSL_CONNECT_ERROR WV-33910-6 0x80E80023 Error when connecting with SSL
SCE_WEBVIEW_NETWORK_ERROR_BAD_DOWNLOAD_RESUME WV-33911-7 0x80E80024 Attempting FTP resume beyond file size.
SCE_WEBVIEW_NETWORK_ERROR_FILE_COULDNT_READ_FILE WV-33912-8 0x80E80025 A file given with FILE:// couldn't be opened. Most likely because the file path doesn't identify an existing file. Did you check file permissions?
SCE_WEBVIEW_NETWORK_ERROR_FUNCTION_NOT_FOUND WV-33913-9 0x80E80029 Function not found. A required LDAP function was not found.
SCE_WEBVIEW_NETWORK_ERROR_ABORTED_BY_CALLBACK WV-33914-0 0x80E8002A Aborted by callback. A callback returned "abort" to libcurl.
SCE_WEBVIEW_NETWORK_ERROR_BAD_FUNCTION_ARGUMENT WV-33915-1 0x80E8002B Internal error. A function was called with a bad parameter.
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 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_PEER_FAILED_VERIFICATION WV-33919-5 0x80E80033 The remote server's SSL certificate was deemed not OK.
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_SSL_CERTPROBLEM WV-33922-9 0x80E8003A Problem with the local certificate
SCE_WEBVIEW_NETWORK_ERROR_SSL_CIPHER WV-33923-0 0x80E8003B Couldn't use specified cipher
SCE_WEBVIEW_NETWORK_ERROR_SSL_CACERT WV-33924-1 0x80E8003C Problem with the CA cert (path?)
SCE_WEBVIEW_NETWORK_ERROR_BAD_CONTENT_ENCODING WV-33925-2 0x80E8003D Unrecognized transfer encoding
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 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_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_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_CHUNK_FAILED WV-33933-1 0x80E80058 Error when CRC check error is detected.
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. You can check the status of the PSN here.