WV

From PS4 Developer wiki
Revision as of 12:55, 22 January 2014 by Euss (talk | contribs) (Created page with "{{WV}} Category:Errorcodes{{Development}}<noinclude>Category:Main</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 Problem connecting to server (incorrect URL, PSN down, or connection issues) // Step 1: Check to make sure the URL you typed is correct. Step 2: Check PSN status for any server issues. Step 3: Try connecting to the internet using a wired (ethernet) connection. Step 4: Turn off the console and unplug it. Step 5: Turn off router/modem for at least 5 minutes, then restart it. Step 6: Plug the console back in and reboot it. Step 7: Try changing DNS settings. Set up a new internet connection and select [DNS Settings (Manual)], then add the address for a public DNS (e.g Google).
SCE_WEBVIEW_NETWORK_ERROR_COULDNT_CONNECT WV-33899-2 0x80E80007 Failed to connect to host or proxy / Could not connect to PSN // Step 1: PSN may be down, check PSN status.
Step 2: If PSN is up, perform an Internet connection test by going to [Settings] > [Network Connection] > [Test Internet Connection] to confirm that you can connect to the Internet.
Step 3: Update your router's firmware (contact ISP for assistance if required). Turn off other devices connected to the network. If still experiencing difficulties then try again later as the server may be experiencing high traffic.
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 The specified time-out period was reached according to the conditions. / Timed out while connecting to the server (busy or unstable connection) // Step 1: Go to [Settings] > [Network Connection] > [Test Internet Connection] and check network status and try connecting to the network again.
Step 2: If the error persists, the network may be unstable; reboot the console and try connecting again, move the console and router closer together, wait for other devices to finish using bandwidth or try connecting to another network.
Step 3: Check PSN status.
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 Error occurred due to too many redirects // Web page not supported by console. Use another device instead.
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 re-transmit, 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. (Added in 7.19.0)
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_SSL_X509_ERROR_UNABLE_TO_GET_ISSUER_CERT WV-36351-8 0x80E81002
SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_GET_CR WV-36352-9 0x80E81003
SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_DECRYPT_CERT_SIGNATURE WV-36353-0 0x80E81004
SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_DECRYPT_CRL_SIGNATURE WV-36354-1 0x80E81005
SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY WV-36355-2 0x80E81006
SCE_WEBVIEW_SSL_X509_ERROR_CERT_SIGNATURE_FAILURE WV-36356-3 0x80E81007
SCE_WEBVIEW_SSL_X509_ERROR_CRL_SIGNATURE_FAILURE WV-36357-4 0x80E81008
SCE_WEBVIEW_SSL_X509_ERROR_CERT_NOT_YET_VALID WV-36358-5 0x80E81009
SCE_WEBVIEW_SSL_X509_ERROR_CERT_HAS_EXPIRED WV-36359-6 0x80E8100A
SCE_WEBVIEW_SSL_X509_ERROR_CRL_NOT_YET_VALID WV-36360-8 0x80E8100B
SCE_WEBVIEW_SSL_X509_ERROR_CRL_HAS_EXPIRED WV-36361-9 0x80E8100C
SCE_WEBVIEW_SSL_X509_ERROR_ERROR_IN_CERT_NOT_BEFORE_FIELD WV-36362-0 0x80E8100D
SCE_WEBVIEW_SSL_X509_ERROR_ERROR_IN_CERT_NOT_AFTER_FIELD WV-36363-1 0x80E8100E
SCE_WEBVIEW_SSL_X509_ERROR_ERROR_IN_CRL_LAST_UPDATE_FIELD WV-36364-2 0x80E8100F
SCE_WEBVIEW_SSL_X509_ERROR_ERROR_IN_CRL_NEXT_UPDATE_FIELD WV-36365-3 0x80E81010
SCE_WEBVIEW_SSL_X509_ERROR_OUT_OF_MEM WV-36366-4 0x80E81011
SCE_WEBVIEW_SSL_X509_ERROR_DEPTH_ZERO_SELF_SIGNED_CERT WV-36367-5 0x80E81012
SCE_WEBVIEW_SSL_X509_ERROR_SELF_SIGNED_CERT_IN_CHAIN WV-36368-6 0x80E81013
SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY WV-36369-7 0x80E81014
SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_VERIFY_LEAF_SIGNATURE WV-36370-9 0x80E81015
SCE_WEBVIEW_SSL_X509_ERROR_CERT_CHAIN_TOO_LONG WV-36371-0 0x80E81016
SCE_WEBVIEW_SSL_X509_ERROR_CERT_REVOKED WV-36372-1 0x80E81017
SCE_WEBVIEW_SSL_X509_ERROR_INVALID_CA WV-36373-2 0x80E81018
SCE_WEBVIEW_SSL_X509_ERROR_PATH_LENGTH_EXCEEDED WV-36374-3 0x80E81019
SCE_WEBVIEW_SSL_X509_ERROR_INVALID_PURPOSE WV-36375-4 0x80E8101A
SCE_WEBVIEW_SSL_X509_ERROR_CERT_UNTRUSTED WV-36376-5 0x80E8101B
SCE_WEBVIEW_SSL_X509_ERROR_CERT_REJECTED WV-36377-6 0x80E8101C
SCE_WEBVIEW_SSL_X509_ERROR_SUBJECT_ISSUER_MISMATCH WV-36378-7 0x80E8101D
SCE_WEBVIEW_SSL_X509_ERROR_AKID_SKID_MISMATCH WV-36379-8 0x80E8101E
SCE_WEBVIEW_SSL_X509_ERROR_AKID_ISSUER_SERIAL_MISMATCH WV-36380-0 0x80E8101F
SCE_WEBVIEW_SSL_X509_ERROR_KEYUSAGE_NO_CERTSIGN WV-36381-1 0x80E81020
SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_GET_CRL_ISSUER WV-36382-2 0x80E81021
SCE_WEBVIEW_SSL_X509_ERROR_UNHANDLED_CRITICAL_EXTENSION WV-36383-3 0x80E81022
SCE_WEBVIEW_SSL_X509_ERROR_KEYUSAGE_NO_CRL_SIGN WV-36384-4 0x80E81023
SCE_WEBVIEW_SSL_X509_ERROR_UNHANDLED_CRITICAL_CRL_EXTENSION WV-36385-5 0x80E81024
SCE_WEBVIEW_SSL_X509_ERROR_INVALID_NON_CA WV-36386-6 0x80E81025
SCE_WEBVIEW_SSL_X509_ERROR_PROXY_PATH_LENGTH_EXCEEDED WV-36387-7 0x80E81026
SCE_WEBVIEW_SSL_X509_ERROR_KEYUSAGE_NO_DIGITAL_SIGNATURE WV-36388-8 0x80E81027
SCE_WEBVIEW_SSL_X509_ERROR_PROXY_CERTIFICATES_NOT_ALLOWED WV-36389-9 0x80E81028
SCE_WEBVIEW_SSL_X509_ERROR_INVALID_EXTENSION WV-36390-1 0x80E81029
SCE_WEBVIEW_SSL_X509_ERROR_INVALID_POLICY_EXTENSION WV-36391-2 0x80E8102A
SCE_WEBVIEW_SSL_X509_ERROR_NO_EXPLICIT_POLICY WV-36392-3 0x80E8102B
SCE_WEBVIEW_SSL_X509_ERROR_DIFFERENT_CRL_SCOPE WV-36393-4 0x80E8102C
SCE_WEBVIEW_SSL_X509_ERROR_UNSUPPORTED_EXTENSION_FEATURE WV-36394-5 0x80E8102D
SCE_WEBVIEW_SSL_X509_ERROR_UNNESTED_RESOURCE WV-36395-6 0x80E8102E
SCE_WEBVIEW_SSL_X509_ERROR_PERMITTED_VIOLATION WV-36396-7 0x80E8102F
SCE_WEBVIEW_SSL_X509_ERROR_EXCLUDED_VIOLATION WV-36397-8 0x80E81030
SCE_WEBVIEW_SSL_X509_ERROR_SUBTREE_MINMAX WV-36398-9 0x80E81031
SCE_WEBVIEW_SSL_X509_ERROR_APPLICATION_VERIFICATION WV-36399-0 0x80E81032
SCE_WEBVIEW_SSL_X509_ERROR_UNSUPPORTED_CONSTRAINT_TYPE WV-36400-3 0x80E81033
SCE_WEBVIEW_SSL_X509_ERROR_UNSUPPORTED_CONSTRAINT_SYNTAX WV-36401-4 0x80E81034
SCE_WEBVIEW_SSL_X509_ERROR_UNSUPPORTED_NAME_SYNTAX WV-36402-5 0x80E81035
SCE_WEBVIEW_SSL_X509_ERROR_CRL_PATH_VALIDATION_ERROR WV-36403-6 0x80E81036
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. You can check the status of the PSN here. (status code 503)
SCE_WEBVIEW_LOAD_ERROR_CANCELED WV-37776-0 0x80E82000
SCE_WEBVIEW_LOAD_ERROR_BLOCKED WV-37777-1 0x80E82001
SCE_WEBVIEW_LOAD_ERROR_CANNOT_SHOW_URL WV-37778-2 0x80E82002
SCE_WEBVIEW_LOAD_ERROR_INTERRUPTED_FOR_POLICY_CHANGE WV-37779-3 0x80E82003
SCE_WEBVIEW_LOAD_ERROR_CANNOT_SHOW_MIME_TYPE WV-37780-5 0x80E82004
SCE_WEBVIEW_LOAD_ERROR_FILE_DOES_NOT_EXIST WV-37781-6 0x80E82005
SCE_WEBVIEW_LOAD_ERROR_PLUGIN_WILL_HANDLE_LOAD WV-37782-7 0x80E82006