Editing Error Codes

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 1: Line 1:
=Error Codes =
=Error Codes =
Please update this page with any error codes you find the meaning for.
Please update this page with any error codes you find the meaning for.
== SYSCON Error Codes ==
{| class="wikitable sortable"
! Errorcode !! Name
|-
| F0000000 || Packet length is too long
|-
| F0000001 || Wrong command format
|-
| F0000002 || Command length > 11 / Wrong checksum
|-
| F0000003 || Unknown Command
|-
| F0000004 || ?
|-
| F0000005 || Not allowed/Not authorized
|-
| F0000006 || Invalid arguments
|-
| F00000FF || BOOTENABLE failed
|-
| E00000A0 || EEPROM GET/SET failed
|-
| E00000A1 || R8/W8/R16/W16/R32/W32/RBE/WBE failed
|-
| E00000B0 || VID GET failed
|-
| E00000B1 || VID GET failed
|-
| E00000B2 || CID GET failed
|-
| E00000B3 || ECID GET failed
|-
| E00000B4 || REV SB failed
|-
| E00000B5 || KSV failed
|-
| E00000C0 || AUTH1/2 failed
|-
| E00000C2 || AUTHVER GET failed
|-
| E00000C3 || AUTHVER SET failed
|-
| E00000D0 || FAN START/STOP failed
|-
| E00000D1 || FAN START/STOP failed
|}
* Valid only for the CXR Variant


== Generic errors ==
== Generic errors ==
Line 68: Line 19:
| ENOENT || 0x80010006 || The file does not exist Note : This error can happen when you try to install a pkg that have an invalid name.
| ENOENT || 0x80010006 || The file does not exist Note : This error can happen when you try to install a pkg that have an invalid name.
|-
|-
| ENOEXEC || 0x80010007 || The file is in unrecognized format / The file is not a valid ELF file. (running a self from a higher sdk version on a lower fw version causes this)
| ENOEXEC || 0x80010007 || The file is in unrecognized format / The file is not a valid ELF file.
|-
|-
| EDEADLK || 0x80010008 || Resource deadlock is avoided
| EDEADLK || 0x80010008 || Resource deadlock is avoided
Line 81: Line 32:
|-
|-
| EFAULT || 0x8001000D || Invalid memory access  
| EFAULT || 0x8001000D || Invalid memory access  
|-
| ECHILD || 0x8001000E || Try to access a non existing child process
|-
|-
| ESTAT || 0x8001000F || State of the target thread is invalid  
| ESTAT || 0x8001000F || State of the target thread is invalid  
Line 174: Line 123:
| ENOTSDATA || 0x8001003B || Not SData.  
| ENOTSDATA || 0x8001003B || Not SData.  
|-
|-
| ESDKVER || 0x8001003C || Incorrect version in sys_load_param.
| || 0x8001003C || Incorrect version in sys_load_param.
|-
|-
| ENOLICDISC || 0x8001003D || Pointer is null. When related to PARAM.SFO : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003D)": can be resolved by pointing to (only) other PARAM.SFO with Lxx folder. In this case, it s similar than 0x8001003E but with some PARAM.SFO parameter (TITLE_ID?) embedded. Refresh it by using this Lxx or others [[PARAM.SFO#Tips_.26_Tricks | Tricks]].
| || 0x8001003D || Pointer is null. When related to PARAM.SFO : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003D)": can be resolved by pointing to (only) other PARAM.SFO with Lxx folder. In this case, it s similar than 0x8001003E but with some PARAM.SFO parameter (TITLE_ID?) embedded. Refresh it by using this Lxx or others [[http://www.ps3devwiki.com/wiki/PARAM.SFO#Tips_.26_Tricks Tricks]].
|-
|-
| ENOLICENT || 0x8001003E || Pointer is null. When related to DISC.SFO (and PARAM.SFO) : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003E) Install disc" : can be resolved by launching BD emulator, or remove the disc.sfo if there are one, using the original disc or using the [[Talk:PARAM.SFO#Lxx:_License_Area | L** folder]]
| || 0x8001003E || Pointer is null. When related to DISC.SFO (and PARAM.SFO) : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003E) Install disc" : can be resolved by launching BD emulator, or remove the disc.sfo if there are one, using the original disc or using the [[http://www.ps3devwiki.com/wiki/Talk:PARAM.SFO#Lxx:_License_Area L** folder]]
|-
|-
| || 0x8001003F ||  
| || 0x8001003F ||  
Line 189: Line 138:
  Others left there contain some reference, so they are left there.  
  Others left there contain some reference, so they are left there.  
  The error code list aids a lot towards reversing vsh.self,  
  The error code list aids a lot towards reversing vsh.self,  
  you can determine various functions character from the error codes within it. //-->
  you can determin various functions character from the error codes within it. //-->
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
Line 196: Line 145:
!colspan="3" | NP Authentication Error (client runtime errors)  
!colspan="3" | NP Authentication Error (client runtime errors)  
|-
|-
| SCE_NP_AUTH_EINVAL || 0x8002A002 ||  
| SCE_NP_AUTH_EINVAL || 0x8002a002 ||
|-
| SCE_NP_AUTH_ENOMEM || 0x8002a004 ||
|-
| SCE_NP_AUTH_ESRCH || 0x8002a005 ||  
|-
|-
| SCE_NP_AUTH_ENOMEM || 0x8002A004 ||  
| SCE_NP_AUTH_EBUSY || 0x8002a00a ||  
|-
|-
| SCE_NP_AUTH_ESRCH || 0x8002A005 ||  
| SCE_NP_AUTH_EABORT || 0x8002a00c ||  
|-
|-
| SCE_NP_AUTH_EBUSY || 0x8002A00A ||  
| SCE_NP_AUTH_EEXIST || 0x8002a014 ||  
|-
|-
| SCE_NP_AUTH_EABORT || 0x8002A00C ||  
| SCE_NP_AUTH_EINVALID_ARGUMENT || 0x8002a015 ||  
|-
|-
| SCE_NP_AUTH_EEXIST || 0x8002A014 ||
!colspan="3" | community client library error (0x8002a100 - 0x8002a1ff)
|-
|-
| SCE_NP_AUTH_EINVALID_ARGUMENT || 0x8002A015 ||  
| SCE_NP_COMMUNITY_ERROR_ALREADY_INITIALIZED || 0x8002a101 ||  
|-
|-
!colspan="3" | Community client library error (0x8002a100 - 0x8002a1ff)
| SCE_NP_COMMUNITY_ERROR_NOT_INITIALIZED || 0x8002a102 ||
|-
|-
| SCE_NP_COMMUNITY_ERROR_ALREADY_INITIALIZED || 0x8002A101 ||  
| SCE_NP_COMMUNITY_ERROR_OUT_OF_MEMORY || 0x8002a103 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NOT_INITIALIZED || 0x8002A102 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_ARGUMENT || 0x8002a104 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_OUT_OF_MEMORY || 0x8002A103 ||  
| SCE_NP_COMMUNITY_ERROR_NO_TITLE_SET || 0x8002a105 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ARGUMENT || 0x8002A104 ||  
| SCE_NP_COMMUNITY_ERROR_NO_LOGIN || 0x8002a106 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_TITLE_SET || 0x8002A105 ||  
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_OBJECTS || 0x8002a107 ||
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_LOGIN || 0x8002A106 ||
!colspan="3" | (obsolete)
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_OBJECTS || 0x8002A107 ||
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_STILL_REFERENCED || 0x8002a108 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_STILL_REFERENCED || 0x8002A108 || (obsolete)
| SCE_NP_COMMUNITY_ERROR_ABORTED || 0x8002a109 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_ABORTED || 0x8002A109 ||  
| SCE_NP_COMMUNITY_ERROR_NO_RESOURCE || 0x8002a10a ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_RESOURCE || 0x8002A10A ||  
| SCE_NP_COMMUNITY_ERROR_BAD_RESPONSE || 0x8002a10b ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BAD_RESPONSE || 0x8002A10B || Shows up when trying to view friends trophies, profile, etc.
| SCE_NP_COMMUNITY_ERROR_BODY_TOO_LARGE || 0x8002a10c ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BODY_TOO_LARGE || 0x8002A10C ||  
| SCE_NP_COMMUNITY_ERROR_HTTP_SERVER || 0x8002a10d ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_HTTP_SERVER || 0x8002A10D || "An error occurred during communication with the server" / Shows up when trying to view friends profile; that person may be having internet service problems
| SCE_NP_COMMUNITY_ERROR_INVALID_SIGNATURE || 0x8002a10e ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_SIGNATURE || 0x8002A10E || Issue syncing trophy data; trophy servers may be down
| SCE_NP_COMMUNITY_ERROR_TIMEOUT || 0x8002a10f ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TIMEOUT || 0x8002A10F || Server timeout
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_ARGUMENT || 0x8002a1a1 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_ARGUMENT || 0x8002A1A1 ||  
| SCE_NP_COMMUNITY_ERROR_UNKNOWN_TYPE || 0x8002a1a2 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_UNKNOWN_TYPE || 0x8002A1A2 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_ID || 0x8002a1a3 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ID || 0x8002A1A3 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID || 0x8002a1a4 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID || 0x8002A1A4 || Not signed into PSN
| SCE_NP_COMMUNITY_ERROR_INVALID_TICKET || 0x8002a1a5 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_TICKET || 0x8002A1A5 ||  
| SCE_NP_COMMUNITY_ERROR_CLIENT_ALREADY_EXISTS || 0x8002a1a6 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_CLIENT_ALREADY_EXISTS<br />SCE_NP_COMMUNITY_ERROR_CLIENT_HANDLE_ALREADY_EXISTS || 0x8002A1A6 ||  
| SCE_NP_COMMUNITY_ERROR_CLIENT_HANDLE_ALREADY_EXISTS || 0x8002a1a6 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_BUFFER || 0x8002A1A7 ||  
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_BUFFER || 0x8002a1a7 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_TYPE || 0x8002A1A8 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_TYPE || 0x8002a1a8 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_ALREADY_END || 0x8002A1A9 ||  
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_ALREADY_END || 0x8002a1a9 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_BEFORE_END || 0x8002A1AA ||  
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_BEFORE_END || 0x8002a1aa ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BUSY_BY_ANOTHER_TRANSACTION || 0x8002A1AB ||  
| SCE_NP_COMMUNITY_ERROR_BUSY_BY_ANOTEHR_TRANSACTION || 0x8002a1ab ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ALIGNMENT || 0x8002A1AC ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_ALIGNMENT || 0x8002a1ac ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_NPID || 0x8002A1AD ||  
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_NPID || 0x8002a1ad ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_LARGE_RANGE || 0x8002A1AE ||  
| SCE_NP_COMMUNITY_ERROR_TOO_LARGE_RANGE || 0x8002a1ae ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_PARTITION || 0x8002A1AF ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_PARTITION || 0x8002a1af ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_SLOTID || 0x8002A1B1
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_SLOTID || 0x8002a1b1
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_PSHANDLE || 0x8002A1A4 || obsolete (replaced by SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID)
| SCE_NP_COMMUNITY_ERROR_INVALID_PSHANDLE || 0x8002a1a4 || obsolete (replaced by SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID)
|-
|-
!colspan="3" | NP Authentication Error (server returned errors)
!colspan="3" | NP Authentication Error (server returned errors)
|-
|-
| SCE_NP_AUTH_ERROR_SERVICE_END || 0x8002A200 || Issue accessing PSN; PSN may be down or problems with internet connection; if issues continue, possibly an issue with SEN account
| SCE_NP_AUTH_ERROR_SERVICE_END || 0x8002a200 ||
|-
| SCE_NP_AUTH_ERROR_SERVICE_DOWN || 0x8002a201 ||  
|-
|-
| SCE_NP_AUTH_ERROR_SERVICE_DOWN || 0x8002A201 || Use of PSN has been suspended (this is not an account suspension)
| SCE_NP_AUTH_ERROR_SERVICE_BUSY || 0x8002a202 ||  
|-
|-
| SCE_NP_AUTH_ERROR_SERVICE_BUSY || 0x8002A202 || PSN is busy
| SCE_NP_AUTH_ERROR_SERVER_MAINTENANCE || 0x8002a203 ||  
|-
|-
| SCE_NP_AUTH_ERROR_SERVER_MAINTENANCE || 0x8002A203 || Issue connecting to server (PSN maintenance)
| SCE_NP_AUTH_ERROR_INVALID_DATA_LENGTH || 0x8002a210 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_DATA_LENGTH || 0x8002A210 ||  
| SCE_NP_AUTH_ERROR_INVALID_USER_AGENT || 0x8002a211 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_USER_AGENT || 0x8002A211 ||  
| SCE_NP_AUTH_ERROR_INVALID_VERSION || 0x8002a212 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_VERSION || 0x8002A212 || "An error has occurred. You have been signed out of PSN" (8002A212)
| SCE_NP_AUTH_ERROR_INVALID_SERVICE_ID || 0x8002a220 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_SERVICE_ID || 0x8002A220 || Issue with PSN account // Invalid ID
| SCE_NP_AUTH_ERROR_INVALID_CREDENTIAL || 0x8002a221 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_CREDENTIAL || 0x8002A221 || Issue signing into the PSN // Invalid login (incorrect password or ID)
| SCE_NP_AUTH_ERROR_INVALID_ENTITLEMENT_ID || 0x8002a222 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_ENTITLEMENT_ID || 0x8002A222 ||  
| SCE_NP_AUTH_ERROR_INVALID_CONSUMED_COUNT || 0x8002a223 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_CONSUMED_COUNT || 0x8002A223 ||  
| SCE_NP_AUTH_ERROR_INVALID_CONSOLE_ID || 0x8002a224 || Happens when you try to sign into retail [[environments|environment]] with CEX2DEX'ed console
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_CONSOLE_ID || 0x8002A224 || "An error has occurred. You have been signed out of PSN" (8002A224) // Happens when you try to sign into retail [[environments|environment]] with CEX2DEX'ed console. Verify that your console is using a valid IDPS.
| SCE_NP_AUTH_ERROR_CONSOLE_ID_SUSPENDED || 0x8002a227 ||  
|-
|-
| SCE_NP_AUTH_ERROR_CONSOLE_ID_SUSPENDED || 0x8002A227 || "You cannot use PSN with this account" or "Access to SEN from this system has been banned or temporarily suspended" // Console banned/suspended for Terms of Service and User Agreement violations
| SCE_NP_AUTH_ERROR_ACCOUNT_CLOSED || 0x8002a230 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_CLOSED || 0x8002A230 || Cannot use PSN // SEN account deleted
| SCE_NP_AUTH_ERROR_ACCOUNT_SUSPENDED || 0x8002a231 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_SUSPENDED || 0x8002A231 || "You cannot use PSN with this account" or "Access to SEN from this system has been banned or temporarily suspended" // Account suspended/banned
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_EULA || 0x8002a232 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_EULA || 0x8002A232 || Need to accept Terms of Service and User Agreement
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT1 || 0x8002a240 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT1 || 0x8002A240 || Need to accept updated PSN Terms of Service
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT2 || 0x8002a241 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT2 || 0x8002A241 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT3 || 0x8002a242 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT3 || 0x8002A242 || Need to accept Terms of Service and User Agreement
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT4 || 0x8002a243 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT4 || 0x8002A243 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT5 || 0x8002a244 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT5 || 0x8002A244 || Invalid console ID?
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT6 || 0x8002a245 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT6 || 0x8002A245 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT7 || 0x8002a246 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT7 || 0x8002A246 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT8 || 0x8002a247 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT8 || 0x8002A247 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT9 || 0x8002a248 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT9 || 0x8002A248 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT10 || 0x8002a249 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT10 || 0x8002A249 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT11 || 0x8002a24a ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT11 || 0x8002A24A ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT12 || 0x8002a24b ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT12 || 0x8002A24B ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT13 || 0x8002a24c ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT13 || 0x8002A24C ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT14 || 0x8002a24d ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT14 || 0x8002A24D ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT15 || 0x8002a24e ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT15 || 0x8002A24E ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT16 || 0x8002a24f ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT16<br />SCE_NP_AUTH_ERROR_SUB_ACCOUNT_RENEW_EULA || 0x8002A24F ||  
| SCE_NP_AUTH_ERROR_SUB_ACCOUNT_RENEW_EULA || 0x8002a24f ||  
|-
|-
| SCE_NP_AUTH_ERROR_SUB_ACCOUNT_PW_???<br />SCE_NP_AUTH_ERROR_PASSWORD_RESET_REQUIRED || 0x8002A260 || Occurs when you try to log in with wrong?/old? or not-renewed? password. fix: xmb->psn->forgot my pass->reset via email->confirm
| SCE_NP_AUTH_ERROR_SUB_ACCOUNT_PW_???<br />SCE_NP_AUTH_ERROR_PASSWORD_RESET_REQUIRED || 0x8002a260 || occours when you try to log in with wrong?/old? or not-renewed? password. fix: xmb->psn->forgot my pass->reset via email->confirm
|-
|-
| SCE_NP_AUTH_ERROR_UNKNOWN || 0x8002a280 || When privacypatching with MFW Builder partly and try to sign in spoofed
| SCE_NP_AUTH_ERROR_UNKNOWN || 0x8002a280 || When privacypatching with MFW Builder partly and try to sign in spoofed
Line 348: Line 303:
!colspan="3" | NP Core Server Error
!colspan="3" | NP Core Server Error
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BASE || 0x8002A300 ||  
| SCE_NP_CORE_SERVER_ERROR_BASE || 0x8002a300 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BAD_FORMAT || 0x8002A301 ||  
| SCE_NP_CORE_SERVER_ERROR_BAD_FORMAT || 0x8002a301 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BAD_NAMESPACE_PREFIX || 0x8002A302 ||  
| SCE_NP_CORE_SERVER_ERROR_BAD_NAMESPACE_PREFIX || 0x8002a302 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_CONFLICT || 0x8002A303 || Already logged into another console
| SCE_NP_CORE_SERVER_ERROR_CONFLICT || 0x8002a303 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_CONNECTION_TIMEOUT || 0x8002A304 ||  
| SCE_NP_CORE_SERVER_ERROR_CONNECTION_TIMEOUT || 0x8002a304 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_HOST_GONE || 0x8002A305 ||  
| SCE_NP_CORE_SERVER_ERROR_HOST_GONE || 0x8002a305 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_HOST_UNKNOWN || 0x8002A306 ||  
| SCE_NP_CORE_SERVER_ERROR_HOST_UNKNOWN || 0x8002a306 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_IMPROPER_ADDRESSING || 0x8002A307 ||  
| SCE_NP_CORE_SERVER_ERROR_IMPROPER_ADDRESSING || 0x8002a307 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002A308 || PSN dropped out with this error after pulled [[4.45-1-CEX]] before [[4.45-2-CEX]] release
| SCE_NP_CORE_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002a308 || PSN dropped out with this error after pulled [[4.45-1-CEX]] before [[4.45-2-CEX]] release
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_FROM || 0x8002A309 ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_FROM || 0x8002a309 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_ID || 0x8002A30A ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_ID || 0x8002a30a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_NAMESPACE || 0x8002A30B ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_NAMESPACE || 0x8002a30b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_XML || 0x8002A30C ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_XML || 0x8002a30c ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_NOT_AUTHORIZED || 0x8002A30D ||  
| SCE_NP_CORE_SERVER_ERROR_NOT_AUTHORIZED || 0x8002a30d ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_POLICY_VIOLATION || 0x8002A30E ||  
| SCE_NP_CORE_SERVER_ERROR_POLICY_VIOLATION || 0x8002a30e ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_REMOTE_CONNECTION_FAILED || 0x8002A30F ||  
| SCE_NP_CORE_SERVER_ERROR_REMOTE_CONNECTION_FAILED || 0x8002a30f ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_RESOURCE_CONSTRAINT || 0x8002A310 ||  
| SCE_NP_CORE_SERVER_ERROR_RESOURCE_CONSTRAINT || 0x8002a310 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_RESTRICTED_XML || 0x8002A311 ||  
| SCE_NP_CORE_SERVER_ERROR_RESTRICTED_XML || 0x8002a311 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SEE_OTHER_HOST || 0x8002A312 ||  
| SCE_NP_CORE_SERVER_ERROR_SEE_OTHER_HOST || 0x8002a312 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SYSTEM_SHUTDOWN || 0x8002A313 ||  
| SCE_NP_CORE_SERVER_ERROR_SYSTEM_SHUTDOWN || 0x8002a313 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNDEFINED_CONDITION || 0x8002A314 ||   
| SCE_NP_CORE_SERVER_ERROR_UNDEFINED_CONDITION || 0x8002a314 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_ENCODING || 0x8002A315 ||   
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_ENCODING || 0x8002a315 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_STANZA_TYPE || 0x8002A316 ||   
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_STANZA_TYPE || 0x8002a316 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_VERSION || 0x8002A317 ||  
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_VERSION || 0x8002a317 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_XML_NOT_WELL_FORMED || 0x8002A318 ||   
| SCE_NP_CORE_SERVER_ERROR_XML_NOT_WELL_FORMED || 0x8002a318 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_CLIENT_VERSION || 0x8002A319 ||   
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_CLIENT_VERSION || 0x8002a319 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_ACCOUNT_ID || 0x8002A31A ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_ACCOUNT_ID || 0x8002a31a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_JID_NODE || 0x8002A31B ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_JID_NODE || 0x8002a31b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BANNED_TICKET || 0x8002A31C ||  
| SCE_NP_CORE_SERVER_ERROR_BANNED_TICKET || 0x8002a31c ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_ABORTED || 0x8002A320 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_ABORTED || 0x8002a320 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INCORRECT_ENCODING || 0x8002A321 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INCORRECT_ENCODING || 0x8002a321 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_AUTHORIZED || 0x8002A322 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_AUTHORIZED || 0x8002a322 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_MECHANISM || 0x8002A323 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_MECHANISM || 0x8002a323 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_MECHANISM_TOO_WEAK || 0x8002A324 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_MECHANISM_TOO_WEAK || 0x8002a324 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_NOT_AUTHORIZED || 0x8002A325 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_NOT_AUTHORIZED || 0x8002a325 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_TEMPORARY_AUTH_FAILURE || 0x8002A326 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_TEMPORARY_AUTH_FAILURE || 0x8002a326 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_TICKET_SIGNATURE ||0x8002A327 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_TICKET_SIGNATURE || 0x8002a327 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_EXPIRED_TICKET || 0x8002A328 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_EXPIRED_TICKET || 0x8002a328 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_BANNED || 0x8002A329 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_BANNED || 0x8002a329 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_DOMAIN_NOT_SUPPORTED || 0x8002A32A ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_DOMAIN_NOT_SUPPORTED || 0x8002a32a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_JID || 0x8002A32B ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_JID || 0x8002a32b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAD_REQUEST || 0x8002A330 || Comes up when responding to friend request or deleting someone from block list
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAD_REQUEST || 0x8002a330 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_CONFLICT || 0x8002A331 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_CONFLICT || 0x8002a331 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FEATURE_NOT_IMPLEMENTED || 0x8002A332 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FEATURE_NOT_IMPLEMENTED || 0x8002a332 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FORBIDDEN || 0x8002A333 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FORBIDDEN || 0x8002a333 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_GONE || 0x8002A334 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_GONE || 0x8002a334 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_INTERNAL_SERVER_ERROR || 0x8002A335 || Could not connect to network server // Try connecting later; contact Sony if issues continue
| SCE_NP_CORE_SERVER_ERROR_STANZA_INTERNAL_SERVER_ERROR || 0x8002a335 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_ITEM_NOT_FOUND || 0x8002A336 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_ITEM_NOT_FOUND || 0x8002a336 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_JID_MALFORMED || 0x8002A337 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_JID_MALFORMED || 0x8002a337 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ACCEPTABLE || 0x8002A338 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ACCEPTABLE || 0x8002a338 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ALLOWED || 0x8002A339 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ALLOWED || 0x8002a339 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_AUTHORIZED || 0x8002A33A
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_AUTHORIZED || 0x8002a33a
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_PAYMENT_REQUIRED || 0x8002A33B ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_PAYMENT_REQUIRED || 0x8002a33b ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_RECIPIENT_UNAVAILABLE || 0x8002A33C ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_RECIPIENT_UNAVAILABLE || 0x8002a33c ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REDIRECT || 0x8002A33D ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_REDIRECT || 0x8002a33d ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REGISTRATION_REQUIRED || 0x8002A33E ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_REGISTRATION_REQUIRED || 0x8002a33e ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_NOT_FOUND || 0x8002A33F || "The message to [person] could not be sent (8002A33F)" // DNS error
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_NOT_FOUND || 0x8002a33f ||
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_TIMEOUT || 0x8002A340 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_TIMEOUT || 0x8002a340 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_RESOURCE_CONSTRAINT || 0x8002A341 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_RESOURCE_CONSTRAINT || 0x8002a341 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_SERVICE_UNAVAILABLE || 0x8002A342 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_SERVICE_UNAVAILABLE || 0x8002a342 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_SUBSCRIPTION_REQUIRED || 0x8002A343 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_SUBSCRIPTION_REQUIRED || 0x8002a343 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNDEFINED_CONDITION || 0x8002A344 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNDEFINED_CONDITION || 0x8002a344 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNEXPECTED_REQUEST || 0x8002A345 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNEXPECTED_REQUEST || 0x8002a345 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_LOBBY || 0x8002A346 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_LOBBY || 0x8002a346 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_ROOM || 0x8002A347 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_ROOM || 0x8002a347 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_USER || 0x8002A348 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_USER || 0x8002a348 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NO_SPACE || 0x8002A349 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NO_SPACE || 0x8002a349 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MAX_ROSTER || 0x8002A34A || Maximum number of friends reached
| SCE_NP_CORE_SERVER_ERROR_STANZA_MAX_ROSTER || 0x8002a34a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_SERVICE_UNAVAILABLE || 0x8002A34B ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_SERVICE_UNAVAILABLE || 0x8002a34b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_RESOURCE_CONSTRAINT || 0x8002A34C ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_RESOURCE_CONSTRAINT || 0x8002a34c ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NOT_AUTHORIZED || 0x8002A34D ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NOT_AUTHORIZED || 0x8002a34d ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_ROOM_UNAVAILABLE || 0x8002A34E ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_ROOM_UNAVAILABLE || 0x8002a34e ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_MAX || 0x8002A34F ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_MAX || 0x8002a34f ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAN || 0x8002A350 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAN || 0x8002a350 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MISMATCH || 0x8002A351 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MISMATCH || 0x8002a351 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MAINTENANCE || 0x8002A352 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MAINTENANCE || 0x8002a352 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_NOT_FOUND || 0x8002A353 || Comes up when trying to delete or accept friend requests
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_NOT_FOUND || 0x8002a353 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_OPTIONAL || 0x8002A3ff ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_OPTIONAL || 0x8002a3ff ||   
|-
|-
!colspan="3" | NP Community Server error (0x8002A400 - 0x8002A4FF)
 
 
 
!colspan="3" | community server error (0x8002a400 - 0x8002a4ff)
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BAD_REQUEST || 0x8002A401 || Issue with game attempting to access PSN
| SCE_NP_COMMUNITY_SERVER_ERROR_BAD_REQUEST || 0x8002a401 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_TICKET || 0x8002A402 || Issue accessing PSN
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_TICKET || 0x8002a402 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SIGNATURE || 0x8002A403 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SIGNATURE || 0x8002a403 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_EXPIRED_TICKET || 0x8002A404 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_EXPIRED_TICKET || 0x8002a404 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_NPID || 0x8002A405 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_NPID || 0x8002a405 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FORBIDDEN || 0x8002A406 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FORBIDDEN || 0x8002a406 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002A407 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002a407 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_VERSION_NOT_SUPPORTED || 0x8002A408 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_VERSION_NOT_SUPPORTED || 0x8002a408 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x8002A409 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x8002a409 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_PLAYER_BANNED || 0x8002A40A || Player banned
| SCE_NP_COMMUNITY_SERVER_ERROR_PLAYER_BANNED || 0x8002a40a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_CENSORED || 0x8002A40B || Text contains inappropriate words; rephrase what you entered
| SCE_NP_COMMUNITY_SERVER_ERROR_CENSORED || 0x8002a40b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_RECORD_FORBIDDEN || 0x8002A40C || Account banned from using score ranking
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_RECORD_FORBIDDEN || 0x8002a40c ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_PROFILE_NOT_FOUND || 0x8002A40D || User doesn't exist? Profile may have been deleted
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_PROFILE_NOT_FOUND || 0x8002a40d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UPLOADER_DATA_NOT_FOUND || 0x8002A40E || Attached file deleted from server
| SCE_NP_COMMUNITY_SERVER_ERROR_UPLOADER_DATA_NOT_FOUND || 0x8002a40e ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_QUOTA_MASTER_NOT_FOUND || 0x8002A40F ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_QUOTA_MASTER_NOT_FOUND || 0x8002a40f ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_TITLE_NOT_FOUND || 0x8002A410 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_TITLE_NOT_FOUND || 0x8002a410 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_USER_ID || 0x8002A411 || User ID blacklisted
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_USER_ID || 0x8002a411 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_RANKING_NOT_FOUND || 0x8002A412 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_RANKING_NOT_FOUND || 0x8002a412 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_STORE_NOT_FOUND || 0x8002A414 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_STORE_NOT_FOUND || 0x8002a414 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_BEST_SCORE || 0x8002A415 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_BEST_SCORE || 0x8002a415 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_LATEST_UPDATE_NOT_FOUND || 0x8002A416 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_LATEST_UPDATE_NOT_FOUND || 0x8002a416 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BOARD_MASTER_NOT_FOUND || 0x8002A417 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BOARD_MASTER_NOT_FOUND || 0x8002a417 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_GAME_DATA_MASTER_NOT_FOUND  || 0x8002A418 || Game has no ranking data or data was lost
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_GAME_DATA_MASTER_NOT_FOUND  || 0x8002a418 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ANTICHEAT_DATA || 0x8002A419 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ANTICHEAT_DATA || 0x8002a419 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_DATA || 0x8002A41A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_DATA || 0x8002a41a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_USER_NPID || 0x8002A41B || Online ID does not exist; ID may be incorrect
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_USER_NPID || 0x8002a41b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ENVIRONMENT || 0x8002A41D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ENVIRONMENT || 0x8002a41d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_CHARACTER || 0x8002A41F ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_CHARACTER || 0x8002a41f ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_LENGTH || 0x8002A420 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_LENGTH || 0x8002a420 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_CHARACTER || 0x8002A421 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_CHARACTER || 0x8002a421 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_LENGTH || 0x8002A422 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_LENGTH || 0x8002a422 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SCORE || 0x8002A423 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SCORE || 0x8002a423 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_RANKING_LIMIT || 0x8002A424 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_RANKING_LIMIT || 0x8002a424 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FAIL_TO_CREATE_SIGNATURE || 0x8002A426 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FAIL_TO_CREATE_SIGNATURE || 0x8002a426 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MASTER_INFO_NOT_FOUND || 0x8002A427 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MASTER_INFO_NOT_FOUND || 0x8002a427 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_GAME_DATA_LIMIT || 0x8002A428 || Too much data being uploaded
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_GAME_DATA_LIMIT || 0x8002a428 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_SELF_DATA_NOT_FOUND || 0x8002A42A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_SELF_DATA_NOT_FOUND || 0x8002a42a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_NOT_ASSIGNED || 0x8002A42B ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_NOT_ASSIGNED || 0x8002a42b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_DATA_ALREADY_EXISTS || 0x8002A42C ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_DATA_ALREADY_EXISTS || 0x8002a42c ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_RESULTS || 0x8002A42D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_RESULTS || 0x8002a42d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_RECORDABLE_VERSION || 0x8002A42E ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_RECORDABLE_VERSION || 0x8002a42e ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_TITLE_MASTER_NOT_FOUND || 0x8002A448 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_TITLE_MASTER_NOT_FOUND || 0x8002a448 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_VIRTUAL_USER || 0x8002A449 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_VIRTUAL_USER || 0x8002a449 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_DATA_NOT_FOUND || 0x8002A44A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_DATA_NOT_FOUND || 0x8002a44a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_AVATAR_PAP || 0x8002A457 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_AVATAR_PAP || 0x8002a457 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NON_PLUS_MEMBER || 0x8002A45D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_BEFORE_SERVICE || 0x8002a4a0 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SEQUENCE || 0x8002A45E ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_END_OF_SERVICE || 0x8002a4a1 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_SAVEDATA_NOT_FOUND || 0x8002A45F ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_MAINTENANCE || 0x8002a4a2 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_SAVEDATA_FILES || 0x8002A460 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BEFORE_SERVICE || 0x8002a4a3 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_TOTAL_SAVEDATA_SIZE || 0x8002A461 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_END_OF_SERVICE || 0x8002a4a4 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_YET_DOWNLOADABLE || 0x8002A462 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MAINTENANCE || 0x8002a4a5 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_TITLE || 0x8002A468 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_TITLE || 0x8002a4a6 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_ICONDATA || 0x8002A469 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_BEFORE_SERVICE || 0x8002a4a7 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_SAVEDATA || 0x8002A46A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_END_OF_SERVICE || 0x8002a4a8 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SIGNATURE || 0x8002A46B ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_MAINTENANCE || 0x8002a4a9 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_MD5SUM || 0x8002A46C ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_BEFORE_SERVICE || 0x8002a4aa ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_SAVEDATA_SIZE || 0x8002A46D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_END_OF_SERVICE || 0x8002a4ab ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_CONDITIONS_NOT_SATISFIED || 0x8002A473 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_MAINTENANCE || 0x8002a4ac ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSUPPORTED_PLATFORM || 0x8002A478 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_BEFORE_SERVICE || 0x8002a4ad ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_BEFORE_SERVICE || 0x8002A4A0 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_END_OF_SERVICE || 0x8002a4ae ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_END_OF_SERVICE || 0x8002A4A1 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_MAINTENANCE || 0x8002a4af ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_MAINTENANCE || 0x8002A4A2 ||
!colspan="3" | Unspecified Error
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BEFORE_SERVICE || 0x8002A4A3 || Score ranking not started yet
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSPECIFIED || 0x8002a4ff ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_END_OF_SERVICE || 0x8002A4A4 || Score ranking discontinued
!colspan="3" | NP Core Error
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MAINTENANCE || 0x8002A4A5 || Score ranking under maintenance
| SCE_NP_CORE_UTIL_ERROR_INVALID_ARGUMENT || 0x8002a501 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_TITLE || 0x8002A4A6 || Issue connecting to game server
| SCE_NP_CORE_UTIL_ERROR_OUT_OF_MEMORY || 0x8002a502 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_BEFORE_SERVICE || 0x8002A4A7 ||  
| SCE_NP_CORE_UTIL_ERROR_INSUFFICIENT || 0x8002a503 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_END_OF_SERVICE || 0x8002A4A8 ||  
| SCE_NP_CORE_UTIL_ERROR_PARSER_FAILED || 0x8002a504 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_MAINTENANCE || 0x8002A4A9 ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002a505 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_BEFORE_SERVICE || 0x8002A4AA ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_EXTENSION || 0x8002a506 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_END_OF_SERVICE || 0x8002A4AB ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_TEXT || 0x8002a507 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_MAINTENANCE || 0x8002A4AC ||  
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN_TYPE || 0x8002a508 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_BEFORE_SERVICE || 0x8002A4AD ||  
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN || 0x8002a509 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_END_OF_SERVICE || 0x8002A4AE ||  
| SCE_NP_CORE_PARSER_ERROR_NOT_INITIALIZED || 0x8002a511 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_MAINTENANCE || 0x8002A4AF ||  
| SCE_NP_CORE_PARSER_ERROR_ALREADY_INITIALIZED || 0x8002a512 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_BEFORE_SERVICE || 0x8002A4B0 ||  
| SCE_NP_CORE_PARSER_ERROR_OUT_OF_MEMORY || 0x8002a513 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_END_OF_SERVICE || 0x8002A4B1 ||  
| SCE_NP_CORE_PARSER_ERROR_INSUFFICIENT || 0x8002a514 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_MAINTENANCE || 0x8002A4B2 ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_FORMAT || 0x8002a515 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BASIC_BLACKLISTED_USER_ID || 0x8002A4B3 ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_ARGUMENT || 0x8002a516 ||  
|-
|-
!colspan="3" | Unspecified Error
| SCE_NP_CORE_PARSER_ERROR_INVALID_HANDLE || 0x8002a517 ||
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSPECIFIED || 0x8002A4FF ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_ICON || 0x8002a518 ||  
|-
|-
!colspan="3" | NP Core Error
| SCE_NP_CORE_PARSER_ERROR_UNKNOWN || 0x8002a519 ||
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_ARGUMENT || 0x8002A501 ||  
| SCE_NP_CORE_ERROR_ALREADY_INITIALIZED || 0x8002a521 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_OUT_OF_MEMORY || 0x8002A502 ||  
| SCE_NP_CORE_ERROR_NOT_INITIALIZED || 0x8002a522 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INSUFFICIENT || 0x8002A503 ||  
| SCE_NP_CORE_ERROR_INVALID_ARGUMENT || 0x8002a523 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_PARSER_FAILED || 0x8002A504 ||  
| SCE_NP_CORE_ERROR_OUT_OF_MEMORY || 0x8002a524 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002A505 ||  
| SCE_NP_CORE_ERROR_ID_NOT_AVAILABLE || 0x8002a525 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_EXTENSION || 0x8002A506 ||  
| SCE_NP_CORE_ERROR_USER_OFFLINE || 0x8002a526 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_TEXT || 0x8002A507 ||  
| SCE_NP_CORE_ERROR_SESSION_RUNNING || 0x8002a527 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN_TYPE || 0x8002A508 ||  
| SCE_NP_CORE_ERROR_SESSION_NOT_ESTABLISHED || 0x8002a528 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN || 0x8002A509 ||  
| SCE_NP_CORE_ERROR_SESSION_INVALID_STATE || 0x8002a529 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_NOT_INITIALIZED || 0x8002A511 ||  
| SCE_NP_CORE_ERROR_SESSION_ID_TOO_LONG || 0x8002a52a ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_ALREADY_INITIALIZED || 0x8002A512 ||  
| SCE_NP_CORE_ERROR_SESSION_INVALID_NAMESPACE || 0x8002a52b ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_OUT_OF_MEMORY || 0x8002A513 ||  
| SCE_NP_CORE_ERROR_CONNECTION_TIMEOUT || 0x8002a52c ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INSUFFICIENT || 0x8002A514 ||  
| SCE_NP_CORE_ERROR_GETSOCKOPT || 0x8002a52d ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_FORMAT || 0x8002A515 ||  
| SCE_NP_CORE_ERROR_SSL_NOT_INITIALIZED || 0x8002a52e ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_ARGUMENT || 0x8002A516 ||  
| SCE_NP_CORE_ERROR_SSL_ALREADY_INITIALIZED || 0x8002a52f ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_HANDLE || 0x8002A517 ||  
| SCE_NP_CORE_ERROR_SSL_NO_CERT || 0x8002a530 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_ICON || 0x8002A518 ||  
| SCE_NP_CORE_ERROR_SSL_NO_TRUSTWORTHY_CA || 0x8002a531 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_UNKNOWN || 0x8002A519 ||  
| SCE_NP_CORE_ERROR_SSL_INVALID_CERT || 0x8002a532 ||  
|-
|-
| SCE_NP_CORE_ERROR_ALREADY_INITIALIZED || 0x8002A521 || Issue connecting online
| SCE_NP_CORE_ERROR_SSL_CERT_VERIFY || 0x8002a533 ||  
|-
|-
| SCE_NP_CORE_ERROR_NOT_INITIALIZED || 0x8002A522 ||  
| SCE_NP_CORE_ERROR_SSL_CN_CHECK || 0x8002a534 ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_ARGUMENT || 0x8002A523 ||  
| SCE_NP_CORE_ERROR_SSL_HANDSHAKE_FAILED || 0x8002a535 ||  
|-
|-
| SCE_NP_CORE_ERROR_OUT_OF_MEMORY || 0x8002A524 || System memory too low. Reboot console.
| SCE_NP_CORE_ERROR_SSL_SEND || 0x8002a536 ||  
|-
|-
| SCE_NP_CORE_ERROR_ID_NOT_AVAILABLE || 0x8002A525 ||  
| SCE_NP_CORE_ERROR_SSL_RECV || 0x8002a537 ||  
|-
|-
| SCE_NP_CORE_ERROR_USER_OFFLINE || 0x8002A526 || "A network error has occurred." (8002A526)
| SCE_NP_CORE_ERROR_SSL_CREATE_CTX || 0x8002a538 ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_RUNNING || 0x8002A527 ||  
| SCE_NP_CORE_ERROR_PARSE_PEM || 0x8002a539 ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_NOT_ESTABLISHED || 0x8002A528 ||  
| SCE_NP_CORE_ERROR_INVALID_INITIATE_STREAM || 0x8002a53a ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_INVALID_STATE || 0x8002A529 ||  
| SCE_NP_CORE_ERROR_SASL_NOT_SUPPORTED || 0x8002a53b ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_ID_TOO_LONG || 0x8002A52A ||  
| SCE_NP_CORE_ERROR_NAMESPACE_ALREADY_EXISTS || 0x8002a53c ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_INVALID_NAMESPACE || 0x8002A52B ||  
| SCE_NP_CORE_ERROR_FROM_ALREADY_EXISTS || 0x8002a53d ||  
|-
|-
| SCE_NP_CORE_ERROR_CONNECTION_TIMEOUT || 0x8002A52C ||  
| SCE_NP_CORE_ERROR_MODULE_NOT_REGISTERED || 0x8002a53e ||  
|-
|-
| SCE_NP_CORE_ERROR_GETSOCKOPT || 0x8002A52D ||  
| SCE_NP_CORE_ERROR_MODULE_FROM_NOT_FOUND || 0x8002a53f ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_NOT_INITIALIZED || 0x8002A52E ||  
| SCE_NP_CORE_ERROR_UNKNOWN_NAMESPACE || 0x8002a540 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_ALREADY_INITIALIZED || 0x8002A52F ||  
| SCE_NP_CORE_ERROR_INVALID_VERSION || 0x8002a541 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_NO_CERT || 0x8002A530 ||  
| SCE_NP_CORE_ERROR_LOGIN_TIMEOUT || 0x8002a542 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_NO_TRUSTWORTHY_CA || 0x8002A531 ||  
| SCE_NP_CORE_ERROR_TOO_MANY_SESSIONS || 0x8002a543 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_INVALID_CERT || 0x8002A532 ||  
| SCE_NP_CORE_ERROR_SENDLIST_NOT_FOUND || 0x8002a544 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_CERT_VERIFY || 0x8002A533 ||  
| SCE_NP_CORE_ERROR_NO_ID || 0x8002a545 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_CN_CHECK || 0x8002A534 ||  
| SCE_NP_CORE_ERROR_LOAD_CERTS || 0x8002a546 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_HANDSHAKE_FAILED || 0x8002A535 || Issue connecting to PSN
| SCE_NP_CORE_ERROR_NET_SELECT || 0x8002a547 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_SEND || 0x8002A536 ||  
| SCE_NP_CORE_ERROR_DISCONNECTED || 0x8002a548 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_RECV || 0x8002A537 || "An error has occurred. You have been signed out of PSN" (8002A537)
| SCE_NP_CORE_ERROR_TICKET_TOO_SMALL || 0x8002a549 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_CREATE_CTX || 0x8002A538 ||  
| SCE_NP_CORE_ERROR_INVALID_TICKET || 0x8002a54a ||  
|-
|-
| SCE_NP_CORE_ERROR_PARSE_PEM || 0x8002A539 ||  
| SCE_NP_CORE_ERROR_INVALID_ONLINEID || 0x8002a54b ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_INITIATE_STREAM || 0x8002A53A ||  
| SCE_NP_CORE_ERROR_GETHOSTBYNAME || 0x8002a54c ||  
|-
|-
| SCE_NP_CORE_ERROR_SASL_NOT_SUPPORTED || 0x8002A53B ||  
| SCE_NP_CORE_ERROR_UNDEFINED_STREAM_ERROR || 0x8002a54d ||  
|-
|-
| SCE_NP_CORE_ERROR_NAMESPACE_ALREADY_EXISTS || 0x8002A53C ||  
| SCE_NP_CORE_ERROR_INTERNAL || 0x8002a5ff ||  
|-
|-
| SCE_NP_CORE_ERROR_FROM_ALREADY_EXISTS || 0x8002A53D ||  
| SCE_NP_CORE_NET_ERROR_EPERM || 0x8002ad01 ||  
|-
|-
| SCE_NP_CORE_ERROR_MODULE_NOT_REGISTERED || 0x8002A53E ||  
| SCE_NP_CORE_NET_ERROR_ENOENT || 0x8002ad02 ||  
|-
|-
| SCE_NP_CORE_ERROR_MODULE_FROM_NOT_FOUND || 0x8002A53F ||  
| SCE_NP_CORE_NET_ERROR_ESRCH || 0x8002ad03 ||  
|-
|-
| SCE_NP_CORE_ERROR_UNKNOWN_NAMESPACE || 0x8002A540 ||  
| SCE_NP_CORE_NET_ERROR_EINTR || 0x8002ad04 ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_VERSION || 0x8002A541 ||  
| SCE_NP_CORE_NET_ERROR_EIO || 0x8002ad05 ||  
|-
|-
| SCE_NP_CORE_ERROR_LOGIN_TIMEOUT || 0x8002A542 || Connection to PSN timed out
| SCE_NP_CORE_NET_ERROR_ENXIO || 0x8002ad06 ||  
|-
|-
| SCE_NP_CORE_ERROR_TOO_MANY_SESSIONS || 0x8002A543 || Issue connecting to PSN
| SCE_NP_CORE_NET_ERROR_E2BIG || 0x8002ad07 ||  
|-
|-
| SCE_NP_CORE_ERROR_SENDLIST_NOT_FOUND || 0x8002A544 ||  
| SCE_NP_CORE_NET_ERROR_ENOEXC || 0x8002ad08 ||  
|-
|-
| SCE_NP_CORE_ERROR_NO_ID || 0x8002A545 ||  
| SCE_NP_CORE_NET_ERROR_EBADF || 0x8002ad09 ||  
|-
|-
| SCE_NP_CORE_ERROR_LOAD_CERTS || 0x8002A546 ||  
| SCE_NP_CORE_NET_ERROR_ECHILD || 0x8002ad0a ||  
|-
|-
| SCE_NP_CORE_ERROR_NET_SELECT || 0x8002A547 ||  
| SCE_NP_CORE_NET_ERROR_EDEADLK || 0x8002ad0b ||  
|-
|-
| SCE_NP_CORE_ERROR_DISCONNECTED || 0x8002A548 || "An error has occurred. You have been signed out of PSN (8002A548)." / Issue connecting to PSN // PSN down, internet connection issues, ISP issues, network equipment issues or console issues
| SCE_NP_CORE_NET_ERROR_ENOMEM || 0x8002ad0c ||  
|-
|-
| SCE_NP_CORE_ERROR_TICKET_TOO_SMALL || 0x8002A549 ||  
| SCE_NP_CORE_NET_ERROR_EACCES || 0x8002ad0d ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_TICKET || 0x8002A54A ||  
| SCE_NP_CORE_NET_ERROR_EFAULT || 0x8002ad0e ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_ONLINEID<br />SCE_NP_CORE_ERROR_INVALID_PSHANDLE || 0x8002A54B ||  
| SCE_NP_CORE_NET_ERROR_ENOTBLK || 0x8002ad0f ||  
|-
|-
| SCE_NP_CORE_ERROR_GETHOSTBYNAME || 0x8002A54C ||  
| SCE_NP_CORE_NET_ERROR_EBUSY || 0x8002ad10 ||  
|-
|-
| SCE_NP_CORE_ERROR_UNDEFINED_STREAM_ERROR || 0x8002A54D ||  
| SCE_NP_CORE_NET_ERROR_EEXIST || 0x8002ad11 ||  
|-
|-
| SCE_NP_CORE_ERROR_INTERNAL || 0x8002A5FF ||  
| SCE_NP_CORE_NET_ERROR_EXDEV || 0x8002ad12 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPERM || 0x8002AD01 ||  
| SCE_NP_CORE_NET_ERROR_ENODEV || 0x8002ad13 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOENT || 0x8002AD02 ||  
| SCE_NP_CORE_NET_ERROR_ENOTDIR || 0x8002ad14 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ESRCH || 0x8002AD03 ||  
| SCE_NP_CORE_NET_ERROR_EISDIR || 0x8002ad15 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EINTR || 0x8002AD04 ||  
| SCE_NP_CORE_NET_ERROR_EINVAL || 0x8002ad16 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EIO || 0x8002AD05 ||  
| SCE_NP_CORE_NET_ERROR_ENFILE || 0x8002ad17 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENXIO || 0x8002AD06 ||  
| SCE_NP_CORE_NET_ERROR_EMFILE || 0x8002ad18 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_E2BIG || 0x8002AD07 ||  
| SCE_NP_CORE_NET_ERROR_ENOTTY || 0x8002ad19 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOEXC || 0x8002AD08 ||  
| SCE_NP_CORE_NET_ERROR_ETXTBSY || 0x8002ad1a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EBADF || 0x8002AD09 ||  
| SCE_NP_CORE_NET_ERROR_EFBIG || 0x8002ad1b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ECHILD || 0x8002AD0A ||  
| SCE_NP_CORE_NET_ERROR_ENOSPC || 0x8002ad1c ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EDEADLK || 0x8002AD0B ||  
| SCE_NP_CORE_NET_ERROR_ESPIPE || 0x8002ad1d ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOMEM || 0x8002AD0C || Network memory running low. Reboot console.
| SCE_NP_CORE_NET_ERROR_EROFS || 0x8002ad1e ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EACCES || 0x8002AD0D ||  
| SCE_NP_CORE_NET_ERROR_EMLINK || 0x8002ad1f ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EFAULT || 0x8002AD0E ||  
| SCE_NP_CORE_NET_ERROR_EPIPE || 0x8002ad20 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTBLK || 0x8002AD0F ||  
| SCE_NP_CORE_NET_ERROR_EDOM || 0x8002ad21 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EBUSY || 0x8002AD10 ||  
| SCE_NP_CORE_NET_ERROR_ERANGE || 0x8002ad22 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EEXIST || 0x8002AD11 ||  
| SCE_NP_CORE_NET_ERROR_EAGAIN || 0x8002ad23 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EXDEV || 0x8002AD12 ||  
| SCE_NP_CORE_NET_ERROR_EINPROGRESS || 0x8002ad24 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENODEV || 0x8002AD13 ||  
| SCE_NP_CORE_NET_ERROR_EALREADY || 0x8002ad25 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTDIR || 0x8002AD14 ||  
| SCE_NP_CORE_NET_ERROR_ENOTSOCK || 0x8002ad26 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EISDIR || 0x8002AD15 ||  
| SCE_NP_CORE_NET_ERROR_EDESTADDRREQ || 0x8002ad27 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EINVAL || 0x8002AD16 ||  
| SCE_NP_CORE_NET_ERROR_EMSGSIZE || 0x8002ad28 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENFILE || 0x8002AD17 ||  
| SCE_NP_CORE_NET_ERROR_EPROTOTYPE || 0x8002ad29 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EMFILE || 0x8002AD18 ||  
| SCE_NP_CORE_NET_ERROR_ENOPROTOOPT || 0x8002ad2a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTTY || 0x8002AD19 ||  
| SCE_NP_CORE_NET_ERROR_EPROTONOSUPPORT || 0x8002ad2b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ETXTBSY || 0x8002AD1A ||  
| SCE_NP_CORE_NET_ERROR_ESOCKTNOSUPPORT || 0x8002ad2c ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EFBIG || 0x8002AD1B ||  
| SCE_NP_CORE_NET_ERROR_EOPNOTSUPP || 0x8002ad2d ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOSPC || 0x8002AD1C ||  
| SCE_NP_CORE_NET_ERROR_EPFNOSUPPORT || 0x8002ad2e ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ESPIPE || 0x8002AD1D ||  
| SCE_NP_CORE_NET_ERROR_EAFNOSUPPORT || 0x8002ad2f ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EROFS || 0x8002AD1E ||  
| SCE_NP_CORE_NET_ERROR_EADDRINUSE || 0x8002ad30 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EMLINK || 0x8002AD1F ||  
| SCE_NP_CORE_NET_ERROR_EADDRNOTAVAIL || 0x8002ad31 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPIPE || 0x8002AD20 ||  
| SCE_NP_CORE_NET_ERROR_ENETDOWN || 0x8002ad32 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EDOM || 0x8002AD21 ||  
| SCE_NP_CORE_NET_ERROR_ENETUNREACH || 0x8002ad33 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ERANGE || 0x8002AD22 || Issue connecting to PSN; possible congestion in internet connection
| SCE_NP_CORE_NET_ERROR_ENETRESET || 0x8002ad34 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EAGAIN || 0x8002AD23 || "An error has occurred. You have been signed out of PSN" (8002AD23) // Issue connecting to PSN
| SCE_NP_CORE_NET_ERROR_ECONNABORTED || 0x8002ad35 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EINPROGRESS || 0x8002AD24 ||  
| SCE_NP_CORE_NET_ERROR_ECONNRESET || 0x8002ad36 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EALREADY || 0x8002AD25 || Issue connecting to PSN
| SCE_NP_CORE_NET_ERROR_ENOBUFS || 0x8002ad37 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTSOCK || 0x8002AD26 ||  
| SCE_NP_CORE_NET_ERROR_EISCONN || 0x8002ad38 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EDESTADDRREQ || 0x8002AD27 ||  
| SCE_NP_CORE_NET_ERROR_ENOTCONN || 0x8002ad39 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EMSGSIZE || 0x8002AD28 ||  
| SCE_NP_CORE_NET_ERROR_ESHUTDOWN || 0x8002ad3a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROTOTYPE || 0x8002AD29 ||  
| SCE_NP_CORE_NET_ERROR_ETOOMANYREFS || 0x8002ad3b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOPROTOOPT || 0x8002AD2A ||  
| SCE_NP_CORE_NET_ERROR_ETIMEDOUT || 0x8002ad3c ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROTONOSUPPORT || 0x8002AD2B ||  
| SCE_NP_CORE_NET_ERROR_ECONNREFUSED || 0x8002ad3d ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ESOCKTNOSUPPORT || 0x8002AD2C ||  
| SCE_NP_CORE_NET_ERROR_ELOOP || 0x8002ad3e ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EOPNOTSUPP || 0x8002AD2D ||  
| SCE_NP_CORE_NET_ERROR_ENAMETOOLONG || 0x8002ad3f ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPFNOSUPPORT || 0x8002AD2E ||  
| SCE_NP_CORE_NET_ERROR_EHOSTDOWN || 0x8002ad40 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EAFNOSUPPORT || 0x8002AD2F ||  
| SCE_NP_CORE_NET_ERROR_EHOSTUNREACH || 0x8002ad41 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EADDRINUSE || 0x8002AD30 ||  
| SCE_NP_CORE_NET_ERROR_ENOTEMPTY || 0x8002ad42 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EADDRNOTAVAIL || 0x8002AD31 ||  
| SCE_NP_CORE_NET_ERROR_EPROCLIM || 0x8002ad43 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENETDOWN || 0x8002AD32 ||  
| SCE_NP_CORE_NET_ERROR_EUSERS || 0x8002ad44 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENETUNREACH || 0x8002AD33 ||  
| SCE_NP_CORE_NET_ERROR_EDQUOT || 0x8002ad45 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENETRESET || 0x8002AD34 ||  
| SCE_NP_CORE_NET_ERROR_ESTALE || 0x8002ad46 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ECONNABORTED || 0x8002AD35 ||  
| SCE_NP_CORE_NET_ERROR_EREMOTE || 0x8002ad47 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ECONNRESET || 0x8002AD36 || Login to PSN was reset
| SCE_NP_CORE_NET_ERROR_EBADRPC || 0x8002ad48 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOBUFS || 0x8002AD37 ||  
| SCE_NP_CORE_NET_ERROR_ERPCMISMATCH || 0x8002ad49 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EISCONN || 0x8002AD38 ||  
| SCE_NP_CORE_NET_ERROR_EPROGUNAVAIL || 0x8002ad4a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTCONN || 0x8002AD39 ||  
| SCE_NP_CORE_NET_ERROR_EPROGMISMATCH || 0x8002ad4b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ESHUTDOWN || 0x8002AD3A ||  
| SCE_NP_CORE_NET_ERROR_EPROCUNAVAIL || 0x8002ad4c ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ETOOMANYREFS || 0x8002AD3B ||  
| SCE_NP_CORE_NET_ERROR_ENOLCK || 0x8002ad4d ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ETIMEDOUT || 0x8002AD3C ||  
| SCE_NP_CORE_NET_ERROR_ENOSYS || 0x8002ad4e ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ECONNREFUSED || 0x8002AD3D || "An error has occurred. You have been signed out of PSN" (8002AD3D) // network error; unable to connect to server
| SCE_NP_CORE_NET_ERROR_EFTYPE || 0x8002ad4f ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ELOOP || 0x8002AD3E ||  
| SCE_NP_CORE_NET_ERROR_EAUTH || 0x8002ad50 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENAMETOOLONG || 0x8002AD3F ||  
| SCE_NP_CORE_NET_ERROR_ENEEDAUTH || 0x8002ad51 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EHOSTDOWN || 0x8002AD40 ||  
| SCE_NP_CORE_NET_ERROR_EIDRM || 0x8002ad52 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EHOSTUNREACH || 0x8002AD41 ||  
| SCE_NP_CORE_NET_ERROR_ENOMSG || 0x8002ad53 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTEMPTY || 0x8002AD42 ||  
| SCE_NP_CORE_NET_ERROR_EOVERFLOW || 0x8002ad54 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROCLIM || 0x8002AD43 ||  
| SCE_NP_CORE_NET_ERROR_EILSEQ || 0x8002ad55 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EUSERS || 0x8002AD44 ||  
| SCE_NP_CORE_NET_ERROR_ENOTSUP || 0x8002ad56 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EDQUOT || 0x8002AD45 ||  
| SCE_NP_CORE_NET_ERROR_ECANCELED || 0x8002ad57 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ESTALE || 0x8002AD46 ||  
| SCE_NP_CORE_NET_ERROR_EBADMSG || 0x8002ad58 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EREMOTE || 0x8002AD47 ||  
| SCE_NP_CORE_NET_ERROR_ENODATA || 0x8002ad59 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EBADRPC || 0x8002AD48 ||  
| SCE_NP_CORE_NET_ERROR_ENOSR || 0x8002ad5a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ERPCMISMATCH || 0x8002AD49 ||  
| SCE_NP_CORE_NET_ERROR_ENOSTR || 0x8002ad5b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROGUNAVAIL || 0x8002AD4A ||  
| SCE_NP_CORE_NET_ERROR_ETIME || 0x8002ad5c ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROGMISMATCH || 0x8002AD4B ||
!colspan="3" | NP Core DNS Error
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROCUNAVAIL || 0x8002AD4C ||  
| SCE_NP_CORE_ERROR_DNS_HOST_NOT_FOUND || 0x8002af01 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOLCK || 0x8002AD4D ||  
| SCE_NP_CORE_ERROR_DNS_TRY_AGAIN || 0x8002af02 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOSYS || 0x8002AD4E ||  
| SCE_NP_CORE_ERROR_DNS_NO_RECOVERY || 0x8002af03 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EFTYPE || 0x8002AD4F ||  
| SCE_NP_CORE_ERROR_DNS_NO_DATA || 0x8002af04 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EAUTH || 0x8002AD50 ||  
| SCE_NP_CORE_ERROR_DNS_NO_ADDRESS || 0x8002afff ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENEEDAUTH || 0x8002AD51 ||
!colspan="3" | NP Basic Error
|-
|-
| SCE_NP_CORE_NET_ERROR_EIDRM || 0x8002AD52 ||  
| SCE_NP_BASIC_ERROR_ALREADY_INITIALIZED || 0x8002a661 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOMSG || 0x8002AD53 ||  
| SCE_NP_BASIC_ERROR_NOT_INITIALIZED || 0x8002a662 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EOVERFLOW || 0x8002AD54 ||  
| SCE_NP_BASIC_ERROR_NOT_SUPPORTED || 0x8002a663 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EILSEQ || 0x8002AD55 ||  
| SCE_NP_BASIC_ERROR_OUT_OF_MEMORY || 0x8002a664 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTSUP || 0x8002AD56 ||  
| SCE_NP_BASIC_ERROR_INVALID_ARGUMENT || 0x8002a665 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ECANCELED || 0x8002AD57 ||  
| SCE_NP_BASIC_ERROR_BAD_ID || 0x8002a666 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EBADMSG || 0x8002AD58 ||  
| SCE_NP_BASIC_ERROR_IDS_DIFFER || 0x8002a667 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENODATA || 0x8002AD59 ||  
| SCE_NP_BASIC_ERROR_PARSER_FAILED || 0x8002a668 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOSR || 0x8002AD5A ||  
| SCE_NP_BASIC_ERROR_TIMEOUT || 0x8002a669 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOSTR || 0x8002AD5B ||  
| SCE_NP_BASIC_ERROR_NO_EVENT || 0x8002a66a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ETIME || 0x8002AD5C ||  
| SCE_NP_BASIC_ERROR_EXCEEDS_MAX || 0x8002a66b ||  
|-
|-
!colspan="3" | NP Core DNS Error
| SCE_NP_BASIC_ERROR_INSUFFICIENT || 0x8002a66c ||
|-
|-
| SCE_NP_CORE_ERROR_DNS_HOST_NOT_FOUND || 0x8002AF01 ||  
| SCE_NP_BASIC_ERROR_NOT_REGISTERED || 0x8002a66d ||  
|-
|-
| SCE_NP_CORE_ERROR_DNS_TRY_AGAIN || 0x8002AF02 ||  
| SCE_NP_BASIC_ERROR_DATA_LOST || 0x8002a66e ||  
|-
|-
| SCE_NP_CORE_ERROR_DNS_NO_RECOVERY || 0x8002AF03 ||  
| SCE_NP_BASIC_ERROR_BUSY || 0x8002a66f ||  
|-
|-
| SCE_NP_CORE_ERROR_DNS_NO_DATA || 0x8002AF04 ||  
| SCE_NP_BASIC_ERROR_STATUS || 0x8002a670 ||  
|-
|-
| SCE_NP_CORE_ERROR_DNS_NO_ADDRESS || 0x8002AFFF ||  
| SCE_NP_BASIC_ERROR_CANCEL || 0x8002a671 ||  
|-
|-
!colspan="3" | NP Basic Error
| SCE_NP_BASIC_ERROR_INVALID_MEMORY_CONTAINER || 0x8002a672 ||
|-
|-
| SCE_NP_BASIC_ERROR_ALREADY_INITIALIZED || 0x8002A661 ||  
| SCE_NP_BASIC_ERROR_INVALID_DATA_ID || 0x8002a673 ||  
|-
|-
| SCE_NP_BASIC_ERROR_NOT_INITIALIZED || 0x8002A662 ||  
| SCE_NP_BASIC_ERROR_BROKEN_DATA || 0x8002a674 ||  
|-
|-
| SCE_NP_BASIC_ERROR_NOT_SUPPORTED || 0x8002A663 ||  
| SCE_NP_BASIC_ERROR_BLOCKLIST_ADD_FAILED || 0x8002a675 ||  
|-
|-
| SCE_NP_BASIC_ERROR_OUT_OF_MEMORY || 0x8002A664 ||  
| SCE_NP_BASIC_ERROR_BLOCKLIST_IS_FULL || 0x8002a676 ||  
|-
|-
| SCE_NP_BASIC_ERROR_INVALID_ARGUMENT || 0x8002A665 ||  
| SCE_NP_BASIC_ERROR_SEND_FAILED || 0x8002a677 ||  
|-
|-
| SCE_NP_BASIC_ERROR_BAD_ID || 0x8002A666 ||  
| SCE_NP_BASIC_ERROR_NOT_CONNECTED || 0x8002a678 ||  
|-
|-
| SCE_NP_BASIC_ERROR_IDS_DIFFER || 0x8002A667 ||  
| SCE_NP_BASIC_ERROR_INSUFFICIENT_DISK_SPACE || 0x8002a679 ||  
|-
|-
| SCE_NP_BASIC_ERROR_PARSER_FAILED || 0x8002A668 ||  
| SCE_NP_BASIC_ERROR_INTERNAL_FAILURE || 0x8002a67a ||  
|-
|-
| SCE_NP_BASIC_ERROR_TIMEOUT || 0x8002A669 || Server timed out; PSN may be down or having connectivity problems
| SCE_NP_BASIC_ERROR_DOES_NOT_EXIST || 0x8002a67b ||  
|-
|-
| SCE_NP_BASIC_ERROR_NO_EVENT || 0x8002A66A ||  
| SCE_NP_BASIC_ERROR_INVALID || 0x8002a67c ||  
|-
|-
| SCE_NP_BASIC_ERROR_EXCEEDS_MAX || 0x8002A66B ||  
| SCE_NP_BASIC_ERROR_ABORT || 0x8002a67d ||  
|-
|-
| SCE_NP_BASIC_ERROR_INSUFFICIENT || 0x8002A66C ||  
| SCE_NP_BASIC_ERROR_UNKNOWN || 0x8002a6bf ||  
|-
|-
| SCE_NP_BASIC_ERROR_NOT_REGISTERED || 0x8002A66D ||  
| SCE_NP_EXT_ERROR_CONTEXT_DOES_NOT_EXIST || 0x8002a6a1 ||  
|-
|-
| SCE_NP_BASIC_ERROR_DATA_LOST || 0x8002A66E ||  
| SCE_NP_EXT_ERROR_CONTEXT_ALREADY_EXISTS || 0x8002a6a2 ||  
|-
|-
| SCE_NP_BASIC_ERROR_BUSY || 0x8002A66F ||  
| SCE_NP_EXT_ERROR_NO_CONTEXT || 0x8002a6a3 ||  
|-
|-
| SCE_NP_BASIC_ERROR_STATUS || 0x8002A670 ||  
| SCE_NP_EXT_ERROR_NO_ORIGIN || 0x8002a6a4 ||  
|-
|-
| SCE_NP_BASIC_ERROR_CANCEL || 0x8002A671 ||
!colspan="3" | NP Matching Error
|-
|-
| SCE_NP_BASIC_ERROR_INVALID_MEMORY_CONTAINER || 0x8002A672 ||  
| SCE_NP_MATCHING_ERROR_NOT_INITIALIZED || 0x8002a701 ||  
|-
|-
| SCE_NP_BASIC_ERROR_INVALID_DATA_ID || 0x8002A673 ||  
| SCE_NP_MATCHING_ERROR_ALREADY_INITIALIZED || 0x8002a702 ||  
|-
|-
| SCE_NP_BASIC_ERROR_BROKEN_DATA || 0x8002A674 ||  
| SCE_NP_MATCHING_ERROR_INVALID_ARG || 0x8002a703 ||  
|-
|-
| SCE_NP_BASIC_ERROR_BLOCKLIST_ADD_FAILED || 0x8002A675 ||  
| SCE_NP_MATCHING_ERROR_TERMINATED || 0x8002a704 ||  
|-
|-
| SCE_NP_BASIC_ERROR_BLOCKLIST_IS_FULL || 0x8002A676 ||  
| SCE_NP_MATCHING_ERROR_TIMEOUT || 0x8002a705 ||  
|-
|-
| SCE_NP_BASIC_ERROR_SEND_FAILED || 0x8002A677 ||  
| SCE_NP_MATCHING_ERROR_OUT_OF_MEMORY || 0x8002a706 ||  
|-
|-
| SCE_NP_BASIC_ERROR_NOT_CONNECTED || 0x8002A678 ||  
| SCE_NP_MATCHING_ERROR_CTXID_NOT_AVAIL || 0x8002a707 ||  
|-
|-
| SCE_NP_BASIC_ERROR_INSUFFICIENT_DISK_SPACE || 0x8002A679 ||  
| SCE_NP_MATCHING_ERROR_CTX_ALREADY_EXIST || 0x8002a708 ||  
|-
|-
| SCE_NP_BASIC_ERROR_INTERNAL_FAILURE || 0x8002A67A ||  
| SCE_NP_MATCHING_ERROR_CTX_NOT_FOUND || 0x8002a709 ||  
|-
|-
| SCE_NP_BASIC_ERROR_DOES_NOT_EXIST || 0x8002A67b ||  
| SCE_NP_MATCHING_ERROR_LOBBY_NOT_FOUND || 0x8002a70a ||  
|-
|-
| SCE_NP_BASIC_ERROR_INVALID || 0x8002A67C ||  
| SCE_NP_MATCHING_ERROR_ROOM_NOT_FOUND || 0x8002a70b ||  
|-
|-
| SCE_NP_BASIC_ERROR_ABORT || 0x8002A67D ||  
| SCE_NP_MATCHING_ERROR_MEMBER_NOT_FOUND || 0x8002a70c ||  
|-
|-
| SCE_NP_BASIC_ERROR_UNKNOWN || 0x8002A6BF ||  
| SCE_NP_MATCHING_ERROR_TOO_BIG_VALUE || 0x8002a70d ||  
|-
|-
| SCE_NP_EXT_ERROR_CONTEXT_DOES_NOT_EXIST || 0x8002A6A1 ||  
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_TYPE || 0x8002a70e ||  
|-
|-
| SCE_NP_EXT_ERROR_CONTEXT_ALREADY_EXISTS || 0x8002A6A2 ||  
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_ID || 0x8002a70f ||  
|-
|-
| SCE_NP_EXT_ERROR_NO_CONTEXT || 0x8002A6A3 ||  
| SCE_NP_MATCHING_ERROR_ALREADY_REQUESTED || 0x8002a710 ||  
|-
|-
| SCE_NP_EXT_ERROR_NO_ORIGIN || 0x8002A6A4 ||  
| SCE_NP_MATCHING_ERROR_LIMITTED_SEATING || 0x8002a711 ||  
|-
|-
!colspan="3" | NP Matching Error
| SCE_NP_MATCHING_ERROR_LOCKED || 0x8002a712 ||
|-
|-
| SCE_NP_MATCHING_ERROR_NOT_INITIALIZED || 0x8002A701 ||  
| SCE_NP_MATCHING_ERROR_CTX_STILL_RUNNING || 0x8002a713 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ALREADY_INITIALIZED || 0x8002A702 ||  
| SCE_NP_MATCHING_ERROR_INSUFFICIENT_BUFFER || 0x8002a714 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_ARG || 0x8002A703 ||  
| SCE_NP_MATCHING_ERROR_REQUEST_NOT_ALLOWED || 0x8002a715 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_TERMINATED || 0x8002A704 ||  
| SCE_NP_MATCHING_ERROR_CTX_MAX || 0x8002a716 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_TIMEOUT || 0x8002A705 || Issue connecting to PSN
| SCE_NP_MATCHING_ERROR_INVALID_REQ_ID || 0x8002a717 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_OUT_OF_MEMORY || 0x8002A706 ||  
| SCE_NP_MATCHING_ERROR_RESULT_NOT_FOUND || 0x8002a718 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CTXID_NOT_AVAIL || 0x8002A707 ||  
| SCE_NP_MATCHING_ERROR_BUSY || 0x8002a719 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CTX_ALREADY_EXIST || 0x8002A708 ||  
| SCE_NP_MATCHING_ERROR_ALREADY_JOINED_ROOM || 0x8002a71a ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CTX_NOT_FOUND || 0x8002A709 || Issue connecting to PSN
| SCE_NP_MATCHING_ERROR_ROOM_MAX || 0x8002a71b ||  
|-
|-
| SCE_NP_MATCHING_ERROR_LOBBY_NOT_FOUND || 0x8002A70A ||  
| SCE_NP_MATCHING_ERROR_QUICK_MATCH_PLAYER_NOT_FOUND || 0x8002a71c ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ROOM_NOT_FOUND || 0x8002A70B || Room no longer exists
| SCE_NP_MATCHING_ERROR_COND_MAX || 0x8002a71d ||  
|-
|-
| SCE_NP_MATCHING_ERROR_MEMBER_NOT_FOUND || 0x8002A70C ||  
| SCE_NP_MATCHING_ERROR_INVALID_COND || 0x8002a71e ||  
|-
|-
| SCE_NP_MATCHING_ERROR_TOO_BIG_VALUE || 0x8002A70D ||  
| SCE_NP_MATCHING_ERROR_INVALID_ATTR || 0x8002a71f ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_TYPE || 0x8002A70E ||  
| SCE_NP_MATCHING_ERROR_COMP_OP_INEQUALITY_MAX || 0x8002a720 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_ID || 0x8002A70F ||  
| SCE_NP_MATCHING_ERROR_RESULT_OVERFLOWED || 0x8002a721 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ALREADY_REQUESTED || 0x8002A710 ||  
| SCE_NP_MATCHING_ERROR_HTTPXML_TIMEOUT || 0x8002a722 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_LIMITTED_SEATING || 0x8002A711 || Room is full
| SCE_NP_MATCHING_ERROR_CANCELED || 0x8002a723 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_LOCKED || 0x8002A712 ||  
| SCE_NP_MATCHING_ERROR_SEARCH_JOIN_ROOM_NOT_FOUND || 0x8002a724 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CTX_STILL_RUNNING || 0x8002A713 ||  
| SCE_NP_MATCHING_ERROR_INVALID_COMP_OP || 0x8002a725 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INSUFFICIENT_BUFFER || 0x8002A714 ||  
| SCE_NP_MATCHING_ERROR_INVALID_COMP_TYPE || 0x8002a726 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_REQUEST_NOT_ALLOWED || 0x8002A715 ||  
| SCE_NP_MATCHING_ERROR_REQUEST_NOT_FOUND || 0x8002a727 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CTX_MAX || 0x8002A716 ||  
| SCE_NP_MATCHING_ERROR_INTERNAL_ERROR || 0x8002a728 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_REQ_ID || 0x8002A717 ||  
| SCE_NP_MATCHING_ERROR_INVALID_PROTOCOL_ID || 0x8002a729 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_RESULT_NOT_FOUND || 0x8002A718 ||  
| SCE_NP_MATCHING_ERROR_ATTR_NOT_SPECIFIED || 0x8002a72a ||  
|-
|-
| SCE_NP_MATCHING_ERROR_BUSY || 0x8002A719 ||  
| SCE_NP_MATCHING_ERROR_SYSUTIL_INVALID_RESULT || 0x8002a72b ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ALREADY_JOINED_ROOM || 0x8002A71A ||  
| SCE_NP_MATCHING_ERROR_PLUGIN_LOAD_FAILURE || 0x8002a72c ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ROOM_MAX || 0x8002A71B || Maximum number of rooms reached
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_VALUE || 0x8002a72d ||  
|-
|-
| SCE_NP_MATCHING_ERROR_QUICK_MATCH_PLAYER_NOT_FOUND || 0x8002A71C || No players found
| SCE_NP_MATCHING_ERROR_DUPLICATE || 0x8002a72e ||  
|-
|-
| SCE_NP_MATCHING_ERROR_COND_MAX || 0x8002A71D ||  
| SCE_NP_MATCHING_ERROR_INVALID_MEMORY_CONTAINER || 0x8002a72f ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_COND || 0x8002A71E ||  
| SCE_NP_MATCHING_ERROR_SHUTDOWN || 0x8002a730 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_ATTR || 0x8002A71F ||  
| SCE_NP_MATCHING_ERROR_SYSUTIL_SERVER_BUSY || 0x8002a731 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_COMP_OP_INEQUALITY_MAX || 0x8002A720 ||  
| SCE_NP_MATCHING_ERROR_SEND_INVITATION_PARTIALLY_FAILED || 0x8002a732 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_RESULT_OVERFLOWED || 0x8002A721 ||  
| SCE_NP_MATCHING_ERROR_UTILITY_UNAVAILABLE || 0x8002a733 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_HTTPXML_TIMEOUT || 0x8002A722 ||  
| SCE_NP_MATCHING_SERVER_ERROR_OUT_OF_SERVICE || 0x8002a740 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CANCELED || 0x8002A723 ||  
| SCE_NP_MATCHING_SERVER_ERROR_MAINTENANCE || 0x8002a741 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_SEARCH_JOIN_ROOM_NOT_FOUND || 0x8002A724 || No rooms found
| SCE_NP_MATCHING_SERVER_ERROR_SERVER_BUSY || 0x8002a742 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_COMP_OP || 0x8002A725 ||  
| SCE_NP_MATCHING_SERVER_ERROR_ACCESS_FORBIDDEN || 0x8002a743 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_COMP_TYPE || 0x8002A726 ||  
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_SERVER || 0x8002a744 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_REQUEST_NOT_FOUND || 0x8002A727 ||  
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_LOBBY || 0x8002a745 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INTERNAL_ERROR || 0x8002A728 ||  
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_ROOM || 0x8002a746 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_PROTOCOL_ID || 0x8002A729 ||  
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_USER || 0x8002a747 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ATTR_NOT_SPECIFIED || 0x8002A72A ||  
| SCE_NP_MATCHING_SERVER_ERROR_NOT_ALLOWED || 0x8002a748 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_SYSUTIL_INVALID_RESULT || 0x8002A72B ||  
| SCE_NP_MATCHING_SERVER_ERROR_UNKNOWN || 0x8002a749 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_PLUGIN_LOAD_FAILURE || 0x8002A72C ||  
| SCE_NP_MATCHING_SERVER_ERROR_BAD_REQUEST_STANZA || 0x8002a74a ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_VALUE || 0x8002A72D ||  
| SCE_NP_MATCHING_SERVER_ERROR_REQUEST_FORBIDDEN || 0x8002a74b ||  
|-
|-
| SCE_NP_MATCHING_ERROR_DUPLICATE || 0x8002A72E ||  
| SCE_NP_MATCHING_SERVER_ERROR_INTERNAL_ERROR || 0x8002a74c ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_MEMORY_CONTAINER || 0x8002A72F ||  
| SCE_NP_MATCHING_SERVER_ERROR_ROOM_OVER || 0x8002a74d ||  
|-
|-
| SCE_NP_MATCHING_ERROR_SHUTDOWN || 0x8002A730 ||  
| SCE_NP_MATCHING_SERVER_ERROR_ROOM_CLOSED || 0x8002a74e ||  
|-
|-
| SCE_NP_MATCHING_ERROR_SYSUTIL_SERVER_BUSY || 0x8002A731 ||
!colspan="3" | NP Signaling Error
|-
|-
| SCE_NP_MATCHING_ERROR_SEND_INVITATION_PARTIALLY_FAILED || 0x8002A732 ||  
| SCE_NP_SIGNALING_ERROR_NOT_INITIALIZED || 0x8002a801 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_UTILITY_UNAVAILABLE || 0x8002A733 ||  
| SCE_NP_SIGNALING_ERROR_ALREADY_INITIALIZED || 0x8002a802 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_OUT_OF_SERVICE || 0x8002A740 || Matching service ended
| SCE_NP_SIGNALING_ERROR_OUT_OF_MEMORY || 0x8002a803 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_MAINTENANCE || 0x8002A741 || Matching service under maintenance
| SCE_NP_SIGNALING_ERROR_CTXID_NOT_AVAILABLE || 0x8002a804 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_SERVER_BUSY || 0x8002A742 || Matching server down
| SCE_NP_SIGNALING_ERROR_CTX_NOT_FOUND || 0x8002a805 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_ACCESS_FORBIDDEN || 0x8002A743 || Account banned from matching service
| SCE_NP_SIGNALING_ERROR_REQID_NOT_AVAILABLE || 0x8002a806 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_SERVER || 0x8002A744 ||  
| SCE_NP_SIGNALING_ERROR_REQ_NOT_FOUND || 0x8002a807 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_LOBBY || 0x8002A745 ||  
| SCE_NP_SIGNALING_ERROR_PARSER_CREATE_FAILED || 0x8002a808 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_ROOM || 0x8002A746 || Room no longer exists
| SCE_NP_SIGNALING_ERROR_PARSER_FAILED || 0x8002a809 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_USER || 0x8002A747 ||  
| SCE_NP_SIGNALING_ERROR_INVALID_NAMESPACE || 0x8002a80a ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_NOT_ALLOWED || 0x8002A748 ||  
| SCE_NP_SIGNALING_ERROR_NETINFO_NOT_AVAILABLE || 0x8002a80b ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_UNKNOWN || 0x8002A749 ||  
| SCE_NP_SIGNALING_ERROR_PEER_NOT_RESPONDING || 0x8002a80c ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_BAD_REQUEST_STANZA || 0x8002A74A ||  
| SCE_NP_SIGNALING_ERROR_CONNID_NOT_AVAILABLE || 0x8002a80d ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_REQUEST_FORBIDDEN || 0x8002A74B ||  
| SCE_NP_SIGNALING_ERROR_CONN_NOT_FOUND || 0x8002a80e ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_INTERNAL_ERROR || 0x8002A74C ||  
| SCE_NP_SIGNALING_ERROR_PEER_UNREACHABLE || 0x8002a80f ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_ROOM_OVER || 0x8002A74D || Maximum number of rooms reached
| SCE_NP_SIGNALING_ERROR_TERMINATED_BY_PEER || 0x8002a810 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_ROOM_CLOSED || 0x8002A74E ||  
| SCE_NP_SIGNALING_ERROR_TIMEOUT || 0x8002a811 ||  
|-
|-
!colspan="3" | NP Signaling Error
| SCE_NP_SIGNALING_ERROR_CTX_MAX || 0x8002a812 ||
|-
|-
| SCE_NP_SIGNALING_ERROR_NOT_INITIALIZED || 0x8002A801 ||  
| SCE_NP_SIGNALING_ERROR_RESULT_NOT_FOUND || 0x8002a813 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_ALREADY_INITIALIZED || 0x8002A802 ||  
| SCE_NP_SIGNALING_ERROR_CONN_IN_PROGRESS || 0x8002a814 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_OUT_OF_MEMORY || 0x8002A803 ||  
| SCE_NP_SIGNALING_ERROR_INVALID_ARGUMENT || 0x8002a815 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CTXID_NOT_AVAILABLE || 0x8002A804 ||  
| SCE_NP_SIGNALING_ERROR_OWN_NP_ID || 0x8002a816 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CTX_NOT_FOUND || 0x8002A805 ||  
| SCE_NP_SIGNALING_ERROR_TOO_MANY_CONN || 0x8002a817 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_REQID_NOT_AVAILABLE || 0x8002A806 ||  
| SCE_NP_SIGNALING_ERROR_TERMINATED_BY_MYSELF || 0x8002a818 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_REQ_NOT_FOUND || 0x8002A807 ||  
| SCE_NP_SIGNALING_ERROR_CONN_NOT_ACTIVE || 0x8002a814 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_PARSER_CREATE_FAILED || 0x8002A808 ||
!colspan="3" | NP Manager Error
|-
|-
| SCE_NP_SIGNALING_ERROR_PARSER_FAILED || 0x8002A809 ||  
| SCE_NP_ERROR_NOT_INITIALIZED || 0x8002aa01 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_INVALID_NAMESPACE || 0x8002A80A ||  
| SCE_NP_ERROR_ALREADY_INITIALIZED || 0x8002aa02 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_NETINFO_NOT_AVAILABLE || 0x8002A80B ||  
| SCE_NP_ERROR_INVALID_ARGUMENT || 0x8002aa03 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_PEER_NOT_RESPONDING || 0x8002A80C ||  
| SCE_NP_ERROR_OUT_OF_MEMORY || 0x8002aa04 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CONNID_NOT_AVAILABLE || 0x8002A80D ||  
| SCE_NP_ERROR_ID_NO_SPACE || 0x8002aa05 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CONN_NOT_FOUND || 0x8002A80E ||  
| SCE_NP_ERROR_ID_NOT_FOUND || 0x8002aa06 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_PEER_UNREACHABLE || 0x8002A80F ||  
| SCE_NP_ERROR_SESSION_RUNNING || 0x8002aa07 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_TERMINATED_BY_PEER || 0x8002A810 ||  
| SCE_NP_ERROR_LOGINID_ALREADY_EXISTS || 0x8002aa08 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_TIMEOUT || 0x8002A811 ||  
| SCE_NP_ERROR_INVALID_TICKET_SIZE || 0x8002aa09 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CTX_MAX || 0x8002A812 ||  
| SCE_NP_ERROR_INVALID_STATE || 0x8002aa0a ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_RESULT_NOT_FOUND || 0x8002A813 ||  
| SCE_NP_ERROR_ABORTED || 0x8002aa0b ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CONN_IN_PROGRESS<br />SCE_NP_SIGNALING_ERROR_CONN_NOT_ACTIVE || 0x8002A814 ||  
| SCE_NP_ERROR_OFFLINE || 0x8002aa0c || Cannot use while offline (appears in the ingame network settings menu of "way of the samurai 4" when no network cable is connected)
|-
|-
| SCE_NP_SIGNALING_ERROR_INVALID_ARGUMENT || 0x8002A815 ||  
| SCE_NP_ERROR_VARIANT_ACCOUNT_ID || 0x8002aa0d ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_OWN_NP_ID || 0x8002A816 ||  
| SCE_NP_ERROR_GET_CLOCK || 0x8002aa0e ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_TOO_MANY_CONN || 0x8002A817 ||  
| SCE_NP_ERROR_INSUFFICIENT_BUFFER || 0x8002aa0f ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_TERMINATED_BY_MYSELF || 0x8002A818 ||  
| SCE_NP_ERROR_EXPIRED_TICKET || 0x8002aa10 ||  
|-
|-
!colspan="3" | NP Manager Error
| SCE_NP_ERROR_TICKET_PARAM_NOT_FOUND || 0x8002aa11 ||
|-
|-
| SCE_NP_ERROR_NOT_INITIALIZED || 0x8002AA01 ||  
| SCE_NP_ERROR_UNSUPPORTED_TICKET_VERSION || 0x8002aa12 ||  
|-
|-
| SCE_NP_ERROR_ALREADY_INITIALIZED || 0x8002AA02 ||  
| SCE_NP_ERROR_TICKET_STATUS_CODE_INVALID || 0x8002aa13 ||  
|-
|-
| SCE_NP_ERROR_INVALID_ARGUMENT || 0x8002AA03 ||  
| SCE_NP_ERROR_INVALID_TICKET_VERSION || 0x8002aa14 ||  
|-
|-
| SCE_NP_ERROR_OUT_OF_MEMORY || 0x8002AA04 ||  
| SCE_NP_ERROR_ALREADY_USED || 0x8002aa15 ||  
|-
|-
| SCE_NP_ERROR_ID_NO_SPACE || 0x8002AA05 ||  
| SCE_NP_ERROR_DIFFERENT_USER || 0x8002aa16 ||  
|-
|-
| SCE_NP_ERROR_ID_NOT_FOUND || 0x8002AA06 ||  
| SCE_NP_ERROR_ALREADY_DONE || 0x8002aa17 ||  
|-
|-
| SCE_NP_ERROR_SESSION_RUNNING || 0x8002AA07 ||  
| SCE_NP_ERROR_SESSION_INVALID_STATE || 0x8002aa81 ||  
|-
|-
| SCE_NP_ERROR_LOGINID_ALREADY_EXISTS || 0x8002AA08 ||  
| SCE_NP_ERROR_CTX_NOT_FOUND || 0x8002aa82 ||
|-
|-
| SCE_NP_ERROR_INVALID_TICKET_SIZE || 0x8002AA09 ||  
| SCE_NP_ERROR_UNKNOWN_PROTOCOL_EVENT || 0x8002aa83 ||
|-
|-
| SCE_NP_ERROR_INVALID_STATE || 0x8002AA0A ||  
| SCE_NP_ERROR_REGISTRY || 0x8002aa84 ||
|-
|-
| SCE_NP_ERROR_ABORTED || 0x8002AA0B ||  
| SCE_NP_ERROR_BAD_ACCOUNTID || 0x8002aa85 ||
|-
|-
| SCE_NP_ERROR_OFFLINE || 0x8002AA0C || Cannot use while offline (appears in the ingame network settings menu of "way of the samurai 4" when no network cable is connected)
| SCE_NP_ERROR_INTERNAL || 0x8002aaff ||
|-
|-
| SCE_NP_ERROR_VARIANT_ACCOUNT_ID || 0x8002AA0D || Signing in using another PSN account
!colspan="3" | NP Utility Error
|-
|-
| SCE_NP_ERROR_GET_CLOCK || 0x8002AA0E ||  
| SCE_NP_UTIL_ERROR_INVALID_ARGUMENT || 0x8002ab01 ||  
|-
|-
| SCE_NP_ERROR_INSUFFICIENT_BUFFER || 0x8002AA0F ||  
| SCE_NP_UTIL_ERROR_OUT_OF_MEMORY || 0x8002ab02 ||  
|-
|-
| SCE_NP_ERROR_EXPIRED_TICKET || 0x8002AA10 ||  
| SCE_NP_UTIL_ERROR_INSUFFICIENT || 0x8002ab03 ||  
|-
|-
| SCE_NP_ERROR_TICKET_PARAM_NOT_FOUND || 0x8002AA11 ||  
| SCE_NP_UTIL_ERROR_PARSER_FAILED || 0x8002ab04 ||  
|-
|-
| SCE_NP_ERROR_UNSUPPORTED_TICKET_VERSION || 0x8002AA12 ||  
| SCE_NP_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002ab05 ||  
|-
|-
| SCE_NP_ERROR_TICKET_STATUS_CODE_INVALID || 0x8002AA13 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_ID || 0x8002ab06 ||  
|-
|-
| SCE_NP_ERROR_INVALID_TICKET_VERSION || 0x8002AA14 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_LOBBY_ID || 0x8002ab07 ||  
|-
|-
| SCE_NP_ERROR_ALREADY_USED || 0x8002AA15 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_ROOM_ID || 0x8002ab08 ||  
|-
|-
| SCE_NP_ERROR_DIFFERENT_USER || 0x8002AA16 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_ENV || 0x8002ab09 ||  
|-
|-
| SCE_NP_ERROR_ALREADY_DONE || 0x8002AA17 ||  
| SCE_NP_UTIL_ERROR_INVALID_TITLEID || 0x8002ab0a ||  
|-
|-
| SCE_NP_ERROR_SESSION_INVALID_STATE || 0x8002AA81 ||  
| SCE_NP_UTIL_ERROR_INVALID_CHARACTER || 0x8002ab0b ||  
|-
|-
| SCE_NP_ERROR_CTX_NOT_FOUND || 0x8002AA82 ||
| SCE_NP_UTIL_ERROR_INVALID_ESCAPE_STRING || 0x8002ab0c ||  
|-
|-
| SCE_NP_ERROR_UNKNOWN_PROTOCOL_EVENT || 0x8002AA83 ||
| SCE_NP_UTIL_ERROR_UNKNOWN_TYPE || 0x8002ab0d ||  
|-
|-
| SCE_NP_ERROR_REGISTRY || 0x8002AA84 ||
| SCE_NP_UTIL_ERROR_UNKNOWN || 0x8002ab0e ||  
|-
|-
| SCE_NP_ERROR_BAD_ACCOUNTID || 0x8002AA85 ||
| SCE_NP_UTIL_ERROR_NOT_MATCH || 0x8002ab0f ||  
|-
|-
| SCE_NP_ERROR_INTERNAL || 0x8002AAFF ||
!colspan="3" | NP Friendlist Error
|-
|-
!colspan="3" | NP Utility Error
| SCE_NP_FRIENDLIST_ERROR_ALREADY_INITIALIZED || 0x8002ab20 ||
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_ARGUMENT || 0x8002AB01 ||  
| SCE_NP_FRIENDLIST_ERROR_NOT_INITIALIZED || 0x8002ab21 ||  
|-
|-
| SCE_NP_UTIL_ERROR_OUT_OF_MEMORY || 0x8002AB02 ||  
| SCE_NP_FRIENDLIST_ERROR_OUT_OF_MEMORY || 0x8002ab22 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INSUFFICIENT || 0x8002AB03 ||  
| SCE_NP_FRIENDLIST_ERROR_INVALID_MEMORY_CONTAINER || 0x8002ab23 ||  
|-
|-
| SCE_NP_UTIL_ERROR_PARSER_FAILED || 0x8002AB04 ||  
| SCE_NP_FRIENDLIST_ERROR_INSUFFICIENT || 0x8002ab24 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002AB05 ||  
| SCE_NP_FRIENDLIST_ERROR_CANCEL || 0x8002ab25 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_ID || 0x8002AB06 ||  
| SCE_NP_FRIENDLIST_ERROR_STATUS || 0x8002ab26 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_LOBBY_ID || 0x8002AB07 ||  
| SCE_NP_FRIENDLIST_ERROR_BUSY || 0x8002ab27 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_ROOM_ID || 0x8002AB08 ||  
| SCE_NP_FRIENDLIST_ERROR_INVALID_ARGUMENT || 0x8002ab28 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_ENV || 0x8002AB09 ||
| SCE_NP_FRIENDLIST_ERROR_ABORT || 0x8002ab29 ||  
|-
| SCE_NP_UTIL_ERROR_INVALID_TITLEID || 0x8002AB0A ||
|-
| SCE_NP_UTIL_ERROR_INVALID_CHARACTER || 0x8002AB0B ||
|-
| SCE_NP_UTIL_ERROR_INVALID_ESCAPE_STRING || 0x8002AB0C ||
|-
| SCE_NP_UTIL_ERROR_UNKNOWN_TYPE || 0x8002AB0D ||
|-
| SCE_NP_UTIL_ERROR_UNKNOWN || 0x8002AB0E ||
|-
| SCE_NP_UTIL_ERROR_NOT_MATCH || 0x8002AB0F ||
|-
| SCE_NP_UTIL_ERROR_UNKNOWN_PLATFORM_TYPE || 0x8002AB10 ||
|-
!colspan="3" | NP Friendlist Error
|-
| SCE_NP_FRIENDLIST_ERROR_ALREADY_INITIALIZED || 0x8002AB20 ||
|-
| SCE_NP_FRIENDLIST_ERROR_NOT_INITIALIZED || 0x8002AB21 ||
|-
| SCE_NP_FRIENDLIST_ERROR_OUT_OF_MEMORY || 0x8002AB22 ||
|-
| SCE_NP_FRIENDLIST_ERROR_INVALID_MEMORY_CONTAINER || 0x8002AB23 ||
|-
| SCE_NP_FRIENDLIST_ERROR_INSUFFICIENT || 0x8002AB24 ||
|-
| SCE_NP_FRIENDLIST_ERROR_CANCEL || 0x8002AB25 ||
|-
| SCE_NP_FRIENDLIST_ERROR_STATUS || 0x8002AB26 ||
|-
| SCE_NP_FRIENDLIST_ERROR_BUSY || 0x8002AB27 ||
|-
| SCE_NP_FRIENDLIST_ERROR_INVALID_ARGUMENT || 0x8002AB28 ||
|-
| SCE_NP_FRIENDLIST_ERROR_ABORT || 0x8002AB29 ||  
|-
|-
!colspan="3" | NP Profile Error  
!colspan="3" | NP Profile Error  
|-
|-
| SCE_NP_PROFILE_ERROR_ALREADY_INITIALIZED || 0x8002AB40 ||  
| SCE_NP_PROFILE_ERROR_ALREADY_INITIALIZED || 0x8002ab40 ||  
|-
|-
| SCE_NP_PROFILE_ERROR_NOT_INITIALIZED || 0x8002AB41 ||  
| SCE_NP_PROFILE_ERROR_NOT_INITIALIZED || 0x8002ab41 ||  
|-
|-
| SCE_NP_PROFILE_ERROR_OUT_OF_MEMORY || 0x8002AB42 ||  
| SCE_NP_PROFILE_ERROR_OUT_OF_MEMORY || 0x8002ab42 ||  
|-
|-
| SCE_NP_PROFILE_ERROR_NOT_SUPPORTED || 0x8002AB43 ||  
| SCE_NP_PROFILE_ERROR_NOT_SUPPORTED || 0x8002ab43 ||  
|-
|-
| SCE_NP_PROFILE_ERROR_INSUFFICIENT || 0x8002AB44 ||  
| SCE_NP_PROFILE_ERROR_INSUFFICIENT || 0x8002ab44 ||  
|-
|-
| SCE_NP_PROFILE_ERROR_CANCEL || 0x8002AB45 ||  
| SCE_NP_PROFILE_ERROR_CANCEL || 0x8002ab45 ||  
|-
|-
| SCE_NP_PROFILE_ERROR_STATUS || 0x8002AB46 ||  
| SCE_NP_PROFILE_ERROR_STATUS || 0x8002ab46 ||  
|-
|-
| SCE_NP_PROFILE_ERROR_BUSY || 0x8002AB47 ||  
| SCE_NP_PROFILE_ERROR_BUSY || 0x8002ab47 ||  
|-
|-
| SCE_NP_PROFILE_ERROR_INVALID_ARGUMENT || 0x8002AB48 ||  
| SCE_NP_PROFILE_ERROR_INVALID_ARGUMENT || 0x8002ab48 ||  
|-
|-
| SCE_NP_PROFILE_ERROR_ABORT || 0x8002AB49 ||  
| SCE_NP_PROFILE_ERROR_ABORT || 0x8002ab49 ||  
|-
|-
!colspan="3" | NP Commerce Error  
!colspan="3" | NP Commerce Error  
Line 1,406: Line 1,328:
| SCE_NP_COMMERCE_ERROR_REQ_NOT_FOUND || 0x80029409 ||  
| SCE_NP_COMMERCE_ERROR_REQ_NOT_FOUND || 0x80029409 ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_REQID_NOT_AVAILABLE || 0x8002940A ||  
| SCE_NP_COMMERCE_ERROR_REQID_NOT_AVAILABLE || 0x8002940a ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_CATEGORY_ID || 0x8002940B ||  
| SCE_NP_COMMERCE_ERROR_INVALID_CATEGORY_ID || 0x8002940b ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_LANG_CODE || 0x8002940C ||  
| SCE_NP_COMMERCE_ERROR_INVALID_LANG_CODE || 0x8002940c ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_REQ_BUSY || 0x8002940D ||  
| SCE_NP_COMMERCE_ERROR_REQ_BUSY || 0x8002940d ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INSUFFICIENT_BUFFER || 0x8002940E ||  
| SCE_NP_COMMERCE_ERROR_INSUFFICIENT_BUFFER || 0x8002940e ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_REQ_STATE || 0x8002940F ||  
| SCE_NP_COMMERCE_ERROR_INVALID_REQ_STATE || 0x8002940f ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_CTX_STATE || 0x80029410 ||  
| SCE_NP_COMMERCE_ERROR_INVALID_CTX_STATE || 0x80029410 ||  
Line 1,438: Line 1,360:
| SCE_NP_COMMERCE_ERROR_INVALID_PROVIDER_ID || 0x80029419 ||  
| SCE_NP_COMMERCE_ERROR_INVALID_PROVIDER_ID || 0x80029419 ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_NUM || 0x8002941A ||  
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_NUM || 0x8002941a ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_SKU_ID || 0x8002941B ||  
| SCE_NP_COMMERCE_ERROR_INVALID_SKU_ID || 0x8002941b ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_ID || 0x8002941C ||  
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_ID || 0x8002941c ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_GPC_SEND_REQUEST || 0x8002941D ||  
| SCE_NP_COMMERCE_ERROR_GPC_SEND_REQUEST || 0x8002941d ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_GDF_SEND_REQUEST || 0x8002941E ||  
| SCE_NP_COMMERCE_ERROR_GDF_SEND_REQUEST || 0x8002941e ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_SDF_SEND_REQUEST || 0x8002941F ||  
| SCE_NP_COMMERCE_ERROR_SDF_SEND_REQUEST || 0x8002941f ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_PARSE_PRODUCT_CATEGORY || 0x80029421 ||  
| SCE_NP_COMMERCE_ERROR_PARSE_PRODUCT_CATEGORY || 0x80029421 ||  
Line 1,504: Line 1,426:
| SCE_NP_COMMERCE_BROWSE_SERVER_ERROR_INTERNAL_SERVER || 0x80029680 ||  
| SCE_NP_COMMERCE_BROWSE_SERVER_ERROR_INTERNAL_SERVER || 0x80029680 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNKNOWN || 0x80029D00 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNKNOWN || 0x80029d00 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029D01 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029d01 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029D02 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029d02 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_END || 0x80029D03 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_END || 0x80029d03 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_STOP || 0x80029D04 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_STOP || 0x80029d04 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_BUSY || 0x80029D05 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_BUSY || 0x80029d05 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029D06 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029d06 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNKNOWN || 0x80029E00 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNKNOWN || 0x80029e00 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029E01 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029e01 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029E02 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029e02 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_END || 0x80029E03 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_END || 0x80029e03 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_STOP || 0x80029E04 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_STOP || 0x80029e04 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_BUSY || 0x80029E05 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_BUSY || 0x80029e05 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029E06 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029e06 ||  
|-
|-
!colspan="3" | NP DRM error  
!colspan="3" | NP DRM error  
|-
|-
| SCE_NP_DRM_ERROR_OUT_OF_MEMORY || 0x80029501 || Connection issue
| SCE_NP_DRM_ERROR_OUT_OF_MEMORY || 0x80029501 ||  
|-
|-
| SCE_NP_DRM_ERROR_INVALID_PARAM || 0x80029502 ||  
| SCE_NP_DRM_ERROR_INVALID_PARAM || 0x80029502 ||  
|-
|-
| SCE_NP_DRM_ERROR_SERVER_RESPONSE || 0x80029509 || PSN down for maintenance
| SCE_NP_DRM_ERROR_SERVER_RESPONSE || 0x80029509 ||  
|-
|-
| SCE_NP_DRM_ERROR_NO_ENTITLEMENT || 0x80029513 || This content cannot be accessed on your account (in case of an [[EDAT files|edat]] for unlock a demo/purchase game this error might not be returned, turn the [[QA_Flagging#Debug_Settings_.28CEX.2FDEX.29|NPDRM Debug option]] to OFF to get entitlement for unlock the full game)
| SCE_NP_DRM_ERROR_NO_ENTITLEMENT || 0x80029513 || This content cannot be accessed on your account (in case of an [[EDAT files|edat]] for unlock a demo/purchase game this error might not be returned, turn the [[QA_Flagging#Debug_Settings_.28CEX.2FDEX.29|NPDRM Debug option]] to OFF to get entitlement for unlock the full game)
|-
|-
| SCE_NP_DRM_ERROR_BAD_ACT || 0x80029514 || Activate console (if already activated for game content, de-activate and re-activate it); if issues continue then contact Sony
| SCE_NP_DRM_ERROR_BAD_ACT || 0x80029514 ||  
|-
|-
| SCE_NP_DRM_ERROR_BAD_FORMAT || 0x80029515 ||  
| SCE_NP_DRM_ERROR_BAD_FORMAT || 0x80029515 ||  
Line 1,552: Line 1,474:
| SCE_NP_DRM_ERROR_BAD_PERM || 0x80029519 || Bad Permission - when trying to open FSELF PKG's on Retail/starting npdrm fself without installing first.
| SCE_NP_DRM_ERROR_BAD_PERM || 0x80029519 || Bad Permission - when trying to open FSELF PKG's on Retail/starting npdrm fself without installing first.
|-
|-
| SCE_NP_DRM_ERROR_UNKNOWN_VERSION || 0x8002951A ||  
| SCE_NP_DRM_ERROR_UNKNOWN_VERSION || 0x8002951a ||  
|-
|-
| SCE_NP_DRM_ERROR_TIME_LIMIT || 0x8002951B ||  
| SCE_NP_DRM_ERROR_TIME_LIMIT || 0x8002951b ||  
|-
|-
| SCE_NP_DRM_ERROR_DIFFERENT_ACCOUNT_ID || 0x8002951C ||  
| SCE_NP_DRM_ERROR_DIFFERENT_ACCOUNT_ID || 0x8002951c ||  
|-
|-
| SCE_NP_DRM_ERROR_DIFFERENT_DRM_TYPE || 0x8002951D ||  
| SCE_NP_DRM_ERROR_DIFFERENT_DRM_TYPE || 0x8002951d ||  
|-
|-
| SCE_NP_DRM_ERROR_SERVICE_NOT_STARTED || 0x8002951E || "This content is not available before the start date."
| SCE_NP_DRM_ERROR_SERVICE_NOT_STARTED || 0x8002951e || "This content is not available before the start date."
|-
|-
| SCE_NP_DRM_ERROR_BUSY || 0x80029520 ||  
| SCE_NP_DRM_ERROR_BUSY || 0x80029520 ||  
Line 1,577: Line 1,499:
| SCE_NP_DRM_ERROR_K_LICENSEE || 0x80029534 ||  
| SCE_NP_DRM_ERROR_K_LICENSEE || 0x80029534 ||  
|-
|-
| SCE_NP_DRM_??? || 0x80029536 || Edat header signature verification failed
| SCE_NP_DRM_INSTALL_ERROR_CHECK || 0x80029564 || Invalid package - Package files are corrupted - Package requirements are not fullfilled (files were not created with make_package_npdrm)
|-
| SCE_NP_DRM_??? || 0x80029537 || Wrong DrmType on ISO.BIN.EDAT (E.G. Type 3 on PS1 classics)
|-
| SCE_NP_DRM_INSTALL_ERROR_FORMAT || 0x80029563 || Invalid format - Package files are corrupted - Package requirements are not fulfilled (files were not created with make_package_npdrm)
|-
| SCE_NP_DRM_INSTALL_ERROR_CHECK || 0x80029564 || Invalid package - Package files are corrupted - Package requirements are not fulfilled (files were not created with make_package_npdrm)
|-
|-
| SCE_NP_DRM_??? || 0x80029565 || Package install error -  
| SCE_NP_DRM_??? || 0x80029565 || Package install error -  
Line 1,600: Line 1,516:
|-
|-
| SCE_NP_DRM_SERVER_ERROR_INVALID_PRODUCT_ID || 0x80029722 ||  
| SCE_NP_DRM_SERVER_ERROR_INVALID_PRODUCT_ID || 0x80029722 ||  
|-
| ? || 0x80029724 || PSN/activation related, not possible to download own PSN content. Known solution is to restore file system.
|-
|-
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_CLOSED || 0x80029730 ||  
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_CLOSED || 0x80029730 ||  
Line 1,607: Line 1,521:
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_SUSPENDED || 0x80029731 ||  
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_SUSPENDED || 0x80029731 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_ACTIVATED_CONSOLE_IS_FULL || 0x80029750 || Too many PSP's activated to PSN account
| SCE_NP_DRM_SERVER_ERROR_ACTIVATED_CONSOLE_IS_FULL || 0x80029750 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_CONSOLE_NOT_ACTIVATED || 0x80029751 || Console not activated
| SCE_NP_DRM_SERVER_ERROR_CONSOLE_NOT_ACTIVATED || 0x80029751 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_PRIMARY_CONSOLE_CANNOT_CHANGED || 0x80029752 || Content being played on two different consoles. Wait 24 hours before attempting to play the content on a different console
| SCE_NP_DRM_SERVER_ERROR_PRIMARY_CONSOLE_CANNOT_CHANGED || 0x80029752 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_UNKNOWN || 0x80029780 || e.g. when spoofed on 3.55 without PSN+ and trying to download/activate PSN+ content
| SCE_NP_DRM_SERVER_ERROR_UNKNOWN || 0x80029780 || e.g. when spoofed on 3.55 without PSN+ and trying to download/activate PSN+ content
Line 1,625: Line 1,539:
| SCE_NP_MATCHING2_ERROR_CONTEXT_MAX || 0x80022304 ||  
| SCE_NP_MATCHING2_ERROR_CONTEXT_MAX || 0x80022304 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONTEXT_ALREADY_EXISTS || 0x80022305 || Software could not be loaded
| SCE_NP_MATCHING2_ERROR_CONTEXT_ALREADY_EXISTS || 0x80022305 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONTEXT_NOT_FOUND || 0x80022306 ||  
| SCE_NP_MATCHING2_ERROR_CONTEXT_NOT_FOUND || 0x80022306 ||  
Line 1,635: Line 1,549:
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_FOUND || 0x80022309 ||  
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_FOUND || 0x80022309 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ARGUMENT || 0x8002230A ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ARGUMENT || 0x8002230a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_CONTEXT_ID || 0x8002230B ||  
| SCE_NP_MATCHING2_ERROR_INVALID_CONTEXT_ID || 0x8002230b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_SERVER_ID || 0x8002230C ||  
| SCE_NP_MATCHING2_ERROR_INVALID_SERVER_ID || 0x8002230c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_WORLD_ID || 0x8002230D ||  
| SCE_NP_MATCHING2_ERROR_INVALID_WORLD_ID || 0x8002230d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_LOBBY_ID || 0x8002230E ||  
| SCE_NP_MATCHING2_ERROR_INVALID_LOBBY_ID || 0x8002230e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ROOM_ID || 0x8002230F ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ROOM_ID || 0x8002230f ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_MEMBER_ID || 0x80022310 ||  
| SCE_NP_MATCHING2_ERROR_INVALID_MEMBER_ID || 0x80022310 ||  
Line 1,667: Line 1,581:
| SCE_NP_MATCHING2_ERROR_INVALID_MESSAGE_TARGET || 0x80022319 ||  
| SCE_NP_MATCHING2_ERROR_INVALID_MESSAGE_TARGET || 0x80022319 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_RANGE_FILTER_MAX || 0x8002231A ||  
| SCE_NP_MATCHING2_ERROR_RANGE_FILTER_MAX || 0x8002231a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INSUFFICIENT_BUFFER || 0x8002231B ||  
| SCE_NP_MATCHING2_ERROR_INSUFFICIENT_BUFFER || 0x8002231b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_DESTINATION_DISAPPEARED || 0x8002231C ||  
| SCE_NP_MATCHING2_ERROR_DESTINATION_DISAPPEARED || 0x8002231c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_REQUEST_TIMEOUT || 0x8002231D || Connection timed out
| SCE_NP_MATCHING2_ERROR_REQUEST_TIMEOUT || 0x8002231d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ALIGNMENT || 0x8002231E ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ALIGNMENT || 0x8002231e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_REQUEST_CB_QUEUE_OVERFLOW || 0x8002231F ||  
| SCE_NP_MATCHING2_ERROR_REQUEST_CB_QUEUE_OVERFLOW || 0x8002231f ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_EVENT_CB_QUEUE_OVERFLOW || 0x80022320 ||  
| SCE_NP_MATCHING2_ERROR_EVENT_CB_QUEUE_OVERFLOW || 0x80022320 ||  
Line 1,683: Line 1,597:
| SCE_NP_MATCHING2_ERROR_MSG_CB_QUEUE_OVERFLOW || 0x80022321 ||  
| SCE_NP_MATCHING2_ERROR_MSG_CB_QUEUE_OVERFLOW || 0x80022321 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONNECTION_CLOSED_BY_SERVER || 0x80022322 || Could not connect to the server
| SCE_NP_MATCHING2_ERROR_CONNECTION_CLOSED_BY_SERVER || 0x80022322 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_SSL_VERIFY_FAILED || 0x80022323 ||  
| SCE_NP_MATCHING2_ERROR_SSL_VERIFY_FAILED || 0x80022323 ||  
Line 1,699: Line 1,613:
| SCE_NP_MATCHING2_ERROR_INVALID_SESSION_TYPE || 0x80022329 ||  
| SCE_NP_MATCHING2_ERROR_INVALID_SESSION_TYPE || 0x80022329 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CLAN_LOBBY_NOT_EXIST || 0x8002232A ||  
| SCE_NP_MATCHING2_ERROR_CLAN_LOBBY_NOT_EXIST || 0x8002232a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_NP_SIGNED_OUT || 0x8002232B ||  
| SCE_NP_MATCHING2_ERROR_NP_SIGNED_OUT || 0x8002232b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONTEXT_UNAVAILABLE || 0x8002232C ||  
| SCE_NP_MATCHING2_ERROR_CONTEXT_UNAVAILABLE || 0x8002232c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_AVAILABLE || 0x8002232D ||  
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_AVAILABLE || 0x8002232d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_NOT_ALLOWED || 0x8002232E ||  
| SCE_NP_MATCHING2_ERROR_NOT_ALLOWED || 0x8002232e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_ABORTED || 0x8002232F ||  
| SCE_NP_MATCHING2_ERROR_ABORTED || 0x8002232f ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_REQUEST_NOT_FOUND || 0x80022330 ||  
| SCE_NP_MATCHING2_ERROR_REQUEST_NOT_FOUND || 0x80022330 ||  
Line 1,731: Line 1,645:
| SCE_NP_MATCHING2_ERROR_EVENT_DATA_NOT_FOUND || 0x80022339 ||  
| SCE_NP_MATCHING2_ERROR_EVENT_DATA_NOT_FOUND || 0x80022339 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_KEEPALIVE_TIMEOUT || 0x8002233A || Issue connecting to the internet
| SCE_NP_MATCHING2_ERROR_KEEPALIVE_TIMEOUT || 0x8002233a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_TIMEOUT_TOO_SHORT || 0x8002233B ||  
| SCE_NP_MATCHING2_ERROR_TIMEOUT_TOO_SHORT || 0x8002233b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_TIMEDOUT || 0x8002233C || Connection timed out
| SCE_NP_MATCHING2_ERROR_TIMEDOUT || 0x8002233c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CREATE_HEAP || 0x8002233D ||  
| SCE_NP_MATCHING2_ERROR_CREATE_HEAP || 0x8002233d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ATTRIBUTE_SIZE || 0x8002233E ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ATTRIBUTE_SIZE || 0x8002233e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CANNOT_ABORT || 0x8002233F ||
| SCE_NP_MATCHING2_ERROR_CANNOT_ABORT || 0x8002233f ||
|-
|-
!colspan="3" | Matching2 Resolver errors  
!colspan="3" | Matching2 Resolver errors  
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_DNS_SERVER || 0x800223A2 || DNS server is not set
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_DNS_SERVER || 0x800223a2 || DNS server is not set
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_INVALID_PACKET || 0x800223AD || received DNS response was invalid
| SCE_NP_MATCHING2_RESOLVER_ERROR_INVALID_PACKET || 0x800223ad || received DNS response was invalid
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_TIMEOUT || 0x800223B0 || timeout
| SCE_NP_MATCHING2_RESOLVER_ERROR_TIMEOUT || 0x800223b0 || timeout
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_RECORD || 0x800223B1 || no record for this query
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_RECORD || 0x800223b1 || no record for this query
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_PACKET_FORMAT || 0x800223B2 || server could not recognize DNS query packet
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_PACKET_FORMAT || 0x800223b2 || server could not recognize DNS query packet
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_FAILURE || 0x800223B3 || Server failure
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_FAILURE || 0x800223b3 || Server failure
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_HOST || 0x800223B4 || there is no entry for this hostname
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_HOST || 0x800223b4 || there is no entry for this hostname
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_NOT_IMPLEMENTED || 0x800223B5 || Kind of query is not supported
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_NOT_IMPLEMENTED || 0x800223b5 || Kind of query is not supported
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_REFUSED || 0x800223B6 || Refused by server
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_REFUSED || 0x800223b6 || Refused by server
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RESP_TRUNCATED || 0x800223BC || the response was truncated
| SCE_NP_MATCHING2_RESOLVER_ERROR_RESP_TRUNCATED || 0x800223bc || the response was truncated
|-
|-
!colspan="3" | NP Matching2 Server error  
!colspan="3" | NP Matching2 Server error  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BAD_REQUEST || 0x80022B01 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_BAD_REQUEST || 0x80022b01 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x80022B02 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x80022b02 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BUSY || 0x80022B03 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_BUSY || 0x80022b03 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_END_OF_SERVICE || 0x80022B04 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_END_OF_SERVICE || 0x80022b04 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80022B05 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80022b05 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_PLAYER_BANNED || 0x80022B06 || Player banned from matching service
| SCE_NP_MATCHING2_SERVER_ERROR_PLAYER_BANNED || 0x80022b06 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_FORBIDDEN || 0x80022B07 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_FORBIDDEN || 0x80022b07 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BLOCKED || 0x80022B08 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_BLOCKED || 0x80022b08 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_UNSUPPORTED_NP_ENV || 0x80022B09 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_UNSUPPORTED_NP_ENV || 0x80022b09 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_TICKET || 0x80022B0A ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_TICKET || 0x80022b0a ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNATURE || 0x80022B0B ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNATURE || 0x80022b0b ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_EXPIRED_TICKET || 0x80022B0C ||  
| SCE_NP_MATCHING2_SERVER_ERROR_EXPIRED_TICKET || 0x80022b0c ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ENTITLEMENT_REQUIRED || 0x80022B0D ||  
| SCE_NP_MATCHING2_SERVER_ERROR_ENTITLEMENT_REQUIRED || 0x80022b0d ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_CONTEXT || 0x80022B0E ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_CONTEXT || 0x80022b0e ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_CLOSED || 0x80022B0F ||  
| SCE_NP_MATCHING2_SERVER_ERROR_CLOSED || 0x80022b0f ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_TITLE || 0x80022B10 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_TITLE || 0x80022b10 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_WORLD || 0x80022B11 || Software could not be loaded
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_WORLD || 0x80022b11 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY || 0x80022B12 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY || 0x80022b12 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM || 0x80022B13 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM || 0x80022b13 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY_INSTANCE || 0x80022B14 || Lobby no longer exists
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY_INSTANCE || 0x80022b14 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM_INSTANCE || 0x80022B15 || Room no longer exists
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM_INSTANCE || 0x80022b15 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_PASSWORD_MISMATCH || 0x80022B17 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_PASSWORD_MISMATCH || 0x80022b17 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_LOBBY_FULL || 0x80022B18 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_LOBBY_FULL || 0x80022b18 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_FULL || 0x80022B19 || Room is full
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_FULL || 0x80022b19 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_GROUP_FULL || 0x80022B1B ||  
| SCE_NP_MATCHING2_SERVER_ERROR_GROUP_FULL || 0x80022b1b ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_USER || 0x80022B1C ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_USER || 0x80022b1c ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_TITLE_PASSPHRASE_MISMATCH || 0x80022B1E ||  
| SCE_NP_MATCHING2_SERVER_ERROR_TITLE_PASSPHRASE_MISMATCH || 0x80022b1e ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO || 0x80022B1F ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO || 0x80022b1f ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO_SIGNATURE || 0x80022B20 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO_SIGNATURE || 0x80022b20 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO || 0x80022B21 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO || 0x80022b21 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO_SIGNATURE || 0x80022B22 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO_SIGNATURE || 0x80022b22 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION || 0x80022B23 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION || 0x80022b23 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION_SIGNATURE || 0x80022B24 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION_SIGNATURE || 0x80022b24 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_LOBBY || 0x80022B25 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_LOBBY || 0x80022b25 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_ROOM || 0x80022B26 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_ROOM || 0x80022b26 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BANNED_CONSOLE || 0x80022B28 || Console banned from matching service
| SCE_NP_MATCHING2_SERVER_ERROR_BANNED_CONSOLE || 0x80022b28 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_JOIN_GROUP_LABEL || 0x80022B29 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_JOIN_GROUP_LABEL || 0x80022b29 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_GROUP || 0x80022B2A ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_GROUP || 0x80022b2a ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_PASSWORD || 0x80022B2B ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_PASSWORD || 0x80022b2b ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_SLOT_GROUP || 0x80022B2C ||  
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_SLOT_GROUP || 0x80022b2c ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_PASSWORD_MASK || 0x80022B2D ||  
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_PASSWORD_MASK || 0x80022b2d ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_GROUP_LABEL || 0x80022B2E ||  
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_GROUP_LABEL || 0x80022b2e ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_REQUEST_OVERFLOW || 0x80022B2F ||  
| SCE_NP_MATCHING2_SERVER_ERROR_REQUEST_OVERFLOW || 0x80022b2f ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ALREADY_JOINED || 0x80022B30 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_ALREADY_JOINED || 0x80022b30 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NAT_TYPE_MISMATCH || 0x80022B31 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NAT_TYPE_MISMATCH || 0x80022b31 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_INCONSISTENCY || 0x80022B32 ||
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_INCONSISTENCY || 0x80022b32 ||
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BLOCKED_USER_IN_ROOM || 0x80022B33 ||
!colspan="3" | Np Clans Error  
|-
!colspan="3" | NP Clans Error  
|-
|-
| SCE_NP_CLANS_ERROR_ALREADY_INITIALIZED || 0x80022701 ||  
| SCE_NP_CLANS_ERROR_ALREADY_INITIALIZED || 0x80022701 ||  
Line 1,881: Line 1,793:
| SCE_NP_CLANS_ERROR_BAD_REQUEST || 0x80022709 ||  
| SCE_NP_CLANS_ERROR_BAD_REQUEST || 0x80022709 ||  
|-
|-
| SCE_NP_CLANS_ERROR_INVALID_SIGNATURE || 0x8002270A ||  
| SCE_NP_CLANS_ERROR_INVALID_SIGNATURE || 0x8002270a ||  
|-
|-
| SCE_NP_CLANS_ERROR_INSUFFICIENT || 0x8002270B ||  
| SCE_NP_CLANS_ERROR_INSUFFICIENT || 0x8002270b ||  
|-
|-
| SCE_NP_CLANS_ERROR_INTERNAL_BUFFER || 0x8002270C ||  
| SCE_NP_CLANS_ERROR_INTERNAL_BUFFER || 0x8002270c ||  
|-
|-
| SCE_NP_CLANS_ERROR_SERVER_MAINTENANCE || 0x8002270D ||  
| SCE_NP_CLANS_ERROR_SERVER_MAINTENANCE || 0x8002270d ||  
|-
|-
| SCE_NP_CLANS_ERROR_SERVER_END_OF_SERVICE || 0x8002270E ||  
| SCE_NP_CLANS_ERROR_SERVER_END_OF_SERVICE || 0x8002270e ||  
|-
|-
| SCE_NP_CLANS_ERROR_SERVER_BEFORE_START_OF_SERVICE || 0x8002270F ||  
| SCE_NP_CLANS_ERROR_SERVER_BEFORE_START_OF_SERVICE || 0x8002270f ||  
|-
|-
| SCE_NP_CLANS_ERROR_ABORTED || 0x80022710 ||  
| SCE_NP_CLANS_ERROR_ABORTED || 0x80022710 ||  
Line 1,897: Line 1,809:
| SCE_NP_CLANS_ERROR_SERVICE_UNAVAILABLE || 0x80022711 ||  
| SCE_NP_CLANS_ERROR_SERVICE_UNAVAILABLE || 0x80022711 ||  
|-
|-
!colspan="3" | NP Clans Server Error  
!colspan="3" | Np Clans Server Error  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_BAD_REQUEST || 0x80022801 ||  
| SCE_NP_CLANS_SERVER_ERROR_BAD_REQUEST || 0x80022801 ||  
Line 1,913: Line 1,825:
| SCE_NP_CLANS_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80022807 ||  
| SCE_NP_CLANS_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80022807 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_BANNED || 0x8002280A || Clan banned
| SCE_NP_CLANS_SERVER_ERROR_BANNED || 0x8002280a ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_BLACKLISTED || 0x80022811 || Clan blacklisted
| SCE_NP_CLANS_SERVER_ERROR_BLACKLISTED || 0x80022811 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_INVALID_ENVIRONMENT || 0x8002281D ||  
| SCE_NP_CLANS_SERVER_ERROR_INVALID_ENVIRONMENT || 0x8002281d ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_SERVICE || 0x8002282F ||  
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_SERVICE || 0x8002282f ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN || 0x80022830 || Clan does not exist
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN || 0x80022830 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_MEMBER || 0x80022831 || Clan member does not exist
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_MEMBER || 0x80022831 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_BEFORE_HOURS || 0x80022832 ||  
| SCE_NP_CLANS_SERVER_ERROR_BEFORE_HOURS || 0x80022832 ||  
Line 1,931: Line 1,843:
| SCE_NP_CLANS_SERVER_ERROR_PERMISSION_DENIED || 0x80022834 ||  
| SCE_NP_CLANS_SERVER_ERROR_PERMISSION_DENIED || 0x80022834 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LIMIT_REACHED || 0x80022835 || Clan has reached its limit
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LIMIT_REACHED || 0x80022835 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LEADER_LIMIT_REACHED || 0x80022836 || Too many clan leaders
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LEADER_LIMIT_REACHED || 0x80022836 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_MEMBER_LIMIT_REACHED || 0x80022837 || Too many clan members
| SCE_NP_CLANS_SERVER_ERROR_CLAN_MEMBER_LIMIT_REACHED || 0x80022837 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_JOINED_LIMIT_REACHED || 0x80022838 ||  
| SCE_NP_CLANS_SERVER_ERROR_CLAN_JOINED_LIMIT_REACHED || 0x80022838 ||  
Line 1,941: Line 1,853:
| SCE_NP_CLANS_SERVER_ERROR_MEMBER_STATUS_INVALID || 0x80022839 ||  
| SCE_NP_CLANS_SERVER_ERROR_MEMBER_STATUS_INVALID || 0x80022839 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_DUPLICATED_CLAN_NAME || 0x8002283A || Duplicated clan name
| SCE_NP_CLANS_SERVER_ERROR_DUPLICATED_CLAN_NAME || 0x8002283a ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LEADER_CANNOT_LEAVE || 0x8002283B || Clan leader cannot leave
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LEADER_CANNOT_LEAVE || 0x8002283b ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_ANNOUNCEMENT_LIMIT_REACHED || 0x8002283D ||  
| SCE_NP_CLANS_SERVER_ERROR_ANNOUNCEMENT_LIMIT_REACHED || 0x8002283d ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_CONFIG_MASTER_NOT_FOUND || 0x8002283E ||  
| SCE_NP_CLANS_SERVER_ERROR_CLAN_CONFIG_MASTER_NOT_FOUND || 0x8002283e ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_DUPLICATED_CLAN_TAG || 0x8002283F || Duplicated clan tag
| SCE_NP_CLANS_SERVER_ERROR_DUPLICATED_CLAN_TAG || 0x8002283f ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_EXCEEDS_CREATE_CLAN_FREQUENCY || 0x80022840 || Clan created too many times
| SCE_NP_CLANS_SERVER_ERROR_EXCEEDS_CREATE_CLAN_FREQUENCY || 0x80022840 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_PASSPHRASE_INCORRECT || 0x80022841 ||  
| SCE_NP_CLANS_SERVER_ERROR_CLAN_PASSPHRASE_INCORRECT || 0x80022841 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CANNOT_RECORD_BLACKLIST_ENTRY || 0x80022842 || Cannot add to blacklist
| SCE_NP_CLANS_SERVER_ERROR_CANNOT_RECORD_BLACKLIST_ENTRY || 0x80022842 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_ANNOUNCEMENT || 0x80022843 ||  
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_ANNOUNCEMENT || 0x80022843 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_VULGAR_WORDS_POSTED || 0x80022844 || Post contained inappropriate words
| SCE_NP_CLANS_SERVER_ERROR_VULGAR_WORDS_POSTED || 0x80022844 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_BLACKLIST_LIMIT_REACHED || 0x80022845 || Clan blacklisted, limit reached
| SCE_NP_CLANS_SERVER_ERROR_BLACKLIST_LIMIT_REACHED || 0x80022845 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_BLACKLIST_ENTRY || 0x80022846 || Incorrect entry for blacklist
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_BLACKLIST_ENTRY || 0x80022846 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_INVALID_NP_MESSAGE_FORMAT || 0x8002284B ||  
| SCE_NP_CLANS_SERVER_ERROR_INVALID_NP_MESSAGE_FORMAT || 0x8002284b ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_FAILED_TO_SEND_NP_MESSAGE || 0x8002284C || Message not sent
| SCE_NP_CLANS_SERVER_ERROR_FAILED_TO_SEND_NP_MESSAGE || 0x8002284c ||
|-
|-
!colspan="3" | NP Commerce2 system utility error (0x80024000 - 0x800240ff)
!colspan="3" | NP Commerce2 system utility error (0x80024000 - 0x800240ff)
|-
|-
| SCE_NP_COMMERCE2_SYSTEM_UTIL_ERROR_INVALID_VOUCHER || 0x80024002 ||  
| SCE_NP_COMMERCE2_SYSTEM_UTIL_ERROR_INVALID_VOUCHER || 0x80024002 ||  
|-
!colspan="3" | NP Rating error
|-
|-
| SCE_NP_RATING_ERROR_ALREADY_INITIALIZED || 0x80024801 ||   
| SCE_NP_RATING_ERROR_ALREADY_INITIALIZED || 0x80024801 ||   
Line 1,993: Line 1,903:
| SCE_NP_RATING_ERROR_NPENV_LEN || 0x80024809 ||   
| SCE_NP_RATING_ERROR_NPENV_LEN || 0x80024809 ||   
|-
|-
| SCE_NP_RATING_ERROR_NO_TRANSACTION || 0x8002480A ||   
| SCE_NP_RATING_ERROR_NO_TRANSACTION || 0x8002480a ||   
|-
|-
| SCE_NP_RATING_ERROR_INVALID_SIGNATURE || 0x8002480B ||   
| SCE_NP_RATING_ERROR_INVALID_SIGNATURE || 0x8002480b ||   
|-
|-
| SCE_NP_RATING_ERROR_ABORTED || 0x8002480C ||  
| SCE_NP_RATING_ERROR_ABORTED || 0x8002480c ||  
|-
|-
| SCE_NP_RATING_SERVER_ERROR_BAD_REQUEST || 0x80024901 ||  
| SCE_NP_RATING_SERVER_ERROR_BAD_REQUEST || 0x80024901 ||  
Line 2,009: Line 1,919:
| SCE_NP_RATING_SERVER_ERROR_INVALID_JID || 0x80024905 ||   
| SCE_NP_RATING_SERVER_ERROR_INVALID_JID || 0x80024905 ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80024907 ||  Rating is down
| SCE_NP_RATING_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80024907 ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_BANNED || 0x8002490A || Rating banned
| SCE_NP_RATING_SERVER_ERROR_BANNED || 0x8002490a ||
|-
|-
| SCE_NP_RATING_SERVER_ERROR_BEFORE_SERVICE || 0x800249AD ||  Rating has not started yet
| SCE_NP_RATING_SERVER_ERROR_BEFORE_SERVICE || 0x800249ad ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_END_OF_SERVICE || 0x800249AE ||  Rating ended
| SCE_NP_RATING_SERVER_ERROR_END_OF_SERVICE || 0x800249ae ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_MAINTENANCE || 0x800249AF || Rating under maintenance
| SCE_NP_RATING_SERVER_ERROR_MAINTENANCE || 0x800249af ||  
|-
|-
| SCE_NP_RATING_SERVER_ERROR_BLACKLISTED_ID || 0x80024911 ||   
| SCE_NP_RATING_SERVER_ERROR_BLACKLISTED_ID || 0x80024911 ||   
Line 2,023: Line 1,933:
| SCE_NP_RATING_SERVER_ERROR_INVALID_ANTICHEAT_DATA || 0x80024919 ||   
| SCE_NP_RATING_SERVER_ERROR_INVALID_ANTICHEAT_DATA || 0x80024919 ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_TITLE_MASTER_NOT_FOUND || 0x8002495A ||   
| SCE_NP_RATING_SERVER_ERROR_TITLE_MASTER_NOT_FOUND || 0x8002495a ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_RATING_OUT_OF_BOUNDS || 0x8002495B ||  
| SCE_NP_RATING_SERVER_ERROR_RATING_OUT_OF_BOUNDS || 0x8002495b ||  
|-
|-
| SCE_NP_RATING_SERVER_ERROR_INVALID_TARGET_STRING || 0x8002495C ||   
| SCE_NP_RATING_SERVER_ERROR_INVALID_TARGET_STRING || 0x8002495c ||   
|-
|-
!colspan="3" | NP Commerce2 error (0x80023000 - 0x800230ff)  
!colspan="3" | NP Commerce2 error (0x80023000 - 0x800230ff)  
Line 2,040: Line 1,950:
|-
|-
| SCE_NP_COMMERCE2_ERROR_CTX_MAX || 0x80023005 ||  
| SCE_NP_COMMERCE2_ERROR_CTX_MAX || 0x80023005 ||  
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_CLEN || 0x80023090 ||
|-
| SCE_NP_COMMERCE2_ERROR_UNKNOWN_COUNTRY_CODE || 0x80023091 ||
|-
| SCE_NP_COMMERCE2_ERROR_SEE_INPUT_ERROR || 0x80023092 ||
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_INDEX || 0x80023006 ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_INDEX || 0x80023006 ||  
Line 2,049: Line 1,965:
| SCE_NP_COMMERCE2_ERROR_INVALID_MEMORY_CONTAINER || 0x80023009 ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_MEMORY_CONTAINER || 0x80023009 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_MEMORY_CONTAINER || 0x8002300A ||  
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_MEMORY_CONTAINER || 0x8002300a ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_OUT_OF_MEMORY || 0x8002300B ||  
| SCE_NP_COMMERCE2_ERROR_OUT_OF_MEMORY || 0x8002300b ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_CTX_NOT_FOUND || 0x8002300C ||  
| SCE_NP_COMMERCE2_ERROR_CTX_NOT_FOUND || 0x8002300c ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_CTXID_NOT_AVAILABLE || 0x8002300D ||  
| SCE_NP_COMMERCE2_ERROR_CTXID_NOT_AVAILABLE || 0x8002300d ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_REQ_NOT_FOUND || 0x8002300E ||  
| SCE_NP_COMMERCE2_ERROR_REQ_NOT_FOUND || 0x8002300e ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_REQID_NOT_AVAILABLE || 0x8002300F ||  
| SCE_NP_COMMERCE2_ERROR_REQID_NOT_AVAILABLE || 0x8002300f ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_ABORTED || 0x80023010 ||  
| SCE_NP_COMMERCE2_ERROR_ABORTED || 0x80023010 ||  
Line 2,073: Line 1,989:
| SCE_NP_COMMERCE2_ERROR_UNKNOWN || 0x80023015 ||  
| SCE_NP_COMMERCE2_ERROR_UNKNOWN || 0x80023015 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_SERVER_MAINTENANCE || 0x80023016 || PSN may be down for maintenance
| SCE_NP_COMMERCE2_ERROR_SERVER_MAINTENANCE || 0x80023016 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_SERVER_UNKNOWN || 0x80023017 || "An error has occurred. (80023017)" // PSN under maintenance or congestion in internet service
| SCE_NP_COMMERCE2_ERROR_SERVER_UNKNOWN || 0x80023017 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_BUF_SIZE || 0x80023018 ||  
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_BUF_SIZE || 0x80023018 ||  
Line 2,081: Line 1,997:
| SCE_NP_COMMERCE2_ERROR_REQ_MAX || 0x80023019 ||  
| SCE_NP_COMMERCE2_ERROR_REQ_MAX || 0x80023019 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_TARGET_TYPE || 0x8002301A ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_TARGET_TYPE || 0x8002301a ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_TARGET_ID || 0x8002301B ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_TARGET_ID || 0x8002301b ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_SIZE || 0x8002301C ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_SIZE || 0x8002301c ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_APIID || 0x80023081 ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_APIID || 0x80023081 ||  
Line 2,105: Line 2,021:
| SCE_NP_COMMERCE2_ERROR_TLV_LESS_THAN_MINLEN || 0x80023089 ||  
| SCE_NP_COMMERCE2_ERROR_TLV_LESS_THAN_MINLEN || 0x80023089 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_TLV_DATALEN_TOO_LONG || 0x8002308A ||  
| SCE_NP_COMMERCE2_ERROR_TLV_DATALEN_TOO_LONG || 0x8002308a ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_NPENV || 0x8002308B ||
| SCE_NP_COMMERCE2_ERROR_INVALID_NPENV || 0x8002308b ||
|-
|-
| SCE_NP_COMMERCE2_ERROR_TOO_LONG_NPENV || 0x8002308C ||  
| SCE_NP_COMMERCE2_ERROR_TOO_LONG_NPENV || 0x8002308c ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INTERFACE_NOT_FOUND || 0x8002308D ||
| SCE_NP_COMMERCE2_ERROR_INTERFACE_NOT_FOUND || 0x8002308d ||
|-
|-
| SCE_NP_COMMERCE2_ERROR_PLUGIN_NOT_FOUND || 0x8002308E ||  
| SCE_NP_COMMERCE2_ERROR_PLUGIN_NOT_FOUND || 0x8002308e ||  
|-  
|-  
| SCE_NP_COMMERCE2_ERROR_DIALOG_CANCELED || 0x8002308F ||  
| SCE_NP_COMMERCE2_ERROR_DIALOG_CANCELED || 0x8002308f ||  
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_CLEN || 0x80023090 ||
|-
| SCE_NP_COMMERCE2_ERROR_UNKNOWN_COUNTRY_CODE || 0x80023091 ||
|-
| SCE_NP_COMMERCE2_ERROR_SEE_INPUT_ERROR || 0x80023092 || Unable to connect to PSN
|-
|-
| SCE_NP_COMMERCE2_CS_ERROR_ABORTED || 0x800230C0 ||
| SCE_NP_COMMERCE2_CS_ERROR_ABORTED || 0x800230c0 ||  
|-
| SCE_NP_COMMERCE2_SC_ERROR_INVALID_RESPONSE || 0x800230E1 ||  
|-
|-
!colspan="3" | NP Commerce2 server error (0x80023100 - 0x800231ff)
!colspan="3" | NP Commerce2 server error (0x80023100 - 0x800231ff)
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_BAD_REQUEST || 0x80023101 || Invalid password?
| SCE_NP_COMMERCE2_SERVER_ERROR_BAD_REQUEST || 0x80023101 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_UNKNOWN_ERROR || 0x80023102 || "An error has occurred" // Can't connect to PSN; PSN is down or issue with billing info
| SCE_NP_COMMERCE2_SERVER_ERROR_UNKNOWN_ERROR || 0x80023102 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_TIMEOUT_ERROR || 0x80023103 || Unable to connect to PSN // PSN is down or issue with billing info
| SCE_NP_COMMERCE2_SERVER_ERROR_TIMEOUT_ERROR || 0x80023103 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_DATA_FOUND || 0x80023104 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_DATA_FOUND || 0x80023104 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_SESSION_EXPIRED || 0x80023105 || Connection closed after console sat idle
| SCE_NP_COMMERCE2_SERVER_ERROR_SESSION_EXPIRED || 0x80023105 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VERSION_NOT_SUPPORTED || 0x80023106 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_VERSION_NOT_SUPPORTED || 0x80023106 ||  
Line 2,143: Line 2,051:
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCESS_PERMISSION_DENIED || 0x80023107 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCESS_PERMISSION_DENIED || 0x80023107 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_SUCH_CATEGORY || 0x80023110 || "An error has occurred" // Issue connecting to PSN
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_SUCH_CATEGORY || 0x80023110 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_SUCH_PRODUCT || 0x80023111 || Unable to connect to server
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_SUCH_PRODUCT || 0x80023111 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_REQUIRES_PASSWORD || 0x80023112 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_REQUIRES_PASSWORD || 0x80023112 ||  
Line 2,163: Line 2,071:
| SCE_NP_COMMERCE2_SERVER_ERROR_ITEM_ALREADY_IN_CART || 0x80023119 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ITEM_ALREADY_IN_CART || 0x80023119 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SKU || 0x8002311A || PSS content error // Content is region-locked; contact Sony
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SKU || 0x8002311a ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCOUNT_SUSPENDED1<br />SCE_NP_COMMERCE2_SERVER_ERROR_INACTIVE_ACCOUNT || 0x8002311B ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCOUNT_SUSPENDED1<br />SCE_NP_COMMERCE2_SERVER_ERROR_INACTIVE_ACCOUNT || 0x8002311b ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_SUSPENDED_ACCOUNT || 0x8002311C ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_SUSPENDED_ACCOUNT || 0x8002311c ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_SUSPENDED_CONSOLE || 0x8002311D ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_SUSPENDED_CONSOLE || 0x8002311d ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_RESERVED_1E || 0x8002311E ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_RESERVED_1E || 0x8002311e ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDS_MAX_WALLET_PURCHASE || 0x8002311F ||
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDS_MAX_WALLET_PURCHASE || 0x8002311f ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_OVER_SPENDING_LIMIT || 0x80023120 ||  
 
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_EULA_VERSION || 0x80023140 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_AUTO_TOPUP_FAILED || 0x80023121 || "An error has occurred" // PSN down or PSS wallet top-up issue
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_ADDRESS || 0x80023141 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INSUFFICIENT_FUNDS || 0x80023122 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PASSWORD || 0x80023142 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CART_LOAD_FAILURE || 0x80023123 || PSS cart issue
| SCE_NP_COMMERCE2_SERVER_ERROR_SAME_LOGINID || 0x80023143 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_PURCHASE_FAILED || 0x80023124 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_LOGINID_EXISTS || 0x80023144 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PURCHASE || 0x80023125 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SUB_ACCOUNT || 0x80023145 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CART_EMPTY || 0x80023126 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_BIRTH_DATE || 0x80023146 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_PAYMENT_ALREADY_EXIST || 0x80023127 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_COUNTRY || 0x80023147 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_CREDIT_CARD_ADDRESS || 0x8002312A ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ONLINEID_EXISTS || 0x80023148 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PAYMENT_ERROR || 0x8002312B ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_ONLINEID || 0x80023149 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EXPIRED_CREDIT_CARD || 0x8002312C ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CORRUPTED_DATA || 0x8002314a ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_ACTION_NOT_ALLOWED || 0x8002312D ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_TOO_MANY_SUB_ACCOUNTS || 0x8002314b ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_WALLET_INFO || 0x8002312E ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CONSOLE_REG_EXCEEDED || 0x8002314c ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_VOUCHER || 0x8002312F ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCOUNT_BINDING_DESIABLED || 0x8002314d ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_ALREADY_CONSUMED || 0x80023130 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_KOREAN_RRN || 0x8002314e ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_TRANSACTION_OVER_LIMIT || 0x80023131 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_LOGIN_OR_DOB || 0x8002314f ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_FAILED_AGE_REQUIREMENT || 0x80023132 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_OVER_SPENDING_LIMIT || 0x80023120 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_EXPIRED || 0x80023133 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_AUTO_TOPUP_FAILED || 0x80023121 ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_SKU_REGION_MISMATCH || 0x80023134 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INSUFFICIENT_FUNDS || 0x80023122 ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_SKU_PRICE_NOT_FOUND || 0x80023135 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CART_LOAD_FAILURE || 0x80023123 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_DEPOSIT_IN_PROGRESS_ERROR || 0x80023136 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_PURCHASE_FAILED || 0x80023124 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EDY_TRANSACTION_FAILED || 0x80023137 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PURCHASE || 0x80023125 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_DEPOSIT_FAILED || 0x80023138 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_CART_EMPTY || 0x80023126 ||  
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDS_AGE_LIMIT_IN_BROWSING || 0x80023139 ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_EULA_VERSION || 0x80023140 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_PAYMENT_ALREADY_EXIST || 0x80023127 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_ADDRESS || 0x80023141 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_CREDIT_CARD_ADDRESS || 0x8002312a ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PASSWORD || 0x80023142 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PAYMENT_ERROR || 0x8002312b ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_SAME_LOGINID || 0x80023143 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_EXPIRED_CREDIT_CARD || 0x8002312c ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_LOGINID_EXISTS || 0x80023144 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ACTION_NOT_ALLOWED || 0x8002312d ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SUB_ACCOUNT || 0x80023145 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_WALLET_INFO || 0x8002312e ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_BIRTH_DATE || 0x80023146 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_VOUCHER || 0x8002312f ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_COUNTRY || 0x80023147 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_CREDIT_CARD_REQUIRED || 0x80023162 ||  
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_ONLINEID_EXISTS || 0x80023148 ||
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_ONLINEID || 0x80023149 ||
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CORRUPTED_DATA || 0x8002314A || PSN server data corrupted
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_TOO_MANY_SUB_ACCOUNTS || 0x8002314B ||
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CONSOLE_REG_EXCEEDED || 0x8002314C ||
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCOUNT_BINDING_DISABLED || 0x8002314D ||
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_KOREAN_RRN || 0x8002314E ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_LOGIN_OR_DOB || 0x8002314F ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ATTR_REQUIRED_FOR_TAX_CALC || 0x80023163 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SECURITY_ANSWER || 0x80023150 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SECURITY_ANSWER || 0x80023150 ||  
Line 2,263: Line 2,156:
| SCE_NP_COMMERCE2_SERVER_ERROR_CHILD_NOT_ALLOWED || 0x80023153 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CHILD_NOT_ALLOWED || 0x80023153 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_CONSOLE_ID || 0x80023154 || Invalid console ID
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_CONSOLE_ID || 0x80023154 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_RATE_LIMIT_EXCEEDED || 0x80023156 || Incorrect redemption code entered too many times. Wait 24 hours before trying again.
| SCE_NP_COMMERCE2_SERVER_ERROR_RATE_LIMIT_EXCEEDED || 0x80023156 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VALID_REWARD_ENT_NOT_FOUND || 0x80023157 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_VALID_REWARD_ENT_NOT_FOUND || 0x80023157 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_UPGRADE_REQUIRED || 0x80023158 || Issue accessing SEN account; account needs to be updated
| SCE_NP_COMMERCE2_SERVER_ERROR_UPGRADE_REQUIRED || 0x80023158 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_SUBACCOUNT_UPGRADE_REQUIRED || 0x80023159 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_SUBACCOUNT_UPGRADE_REQUIRED || 0x80023159 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDED_LIMIT_NUMBER_OF_CC || 0x8002315A || Credit card has too many accounts linked to it
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDED_LIMIT_NUMBER_OF_CC || 0x8002315a ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CC_REVERIFICATION_REQUIRED || 0x8002315B ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CC_REVERIFICATION_REQUIRED || 0x8002315b ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_DOMAIN_PROVIDED || 0x8002315C ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_DOMAIN_PROVIDED || 0x8002315c ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_CONTENTFILE_ID_FOUND || 0x8002315D ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_CONTENTFILE_ID_FOUND || 0x8002315d ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_AUTO_DEPOSIT_FLAG_REQUIRED || 0x8002315F ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_AUTO_DEPOSIT_FLAG_REQUIRED || 0x8002315f ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CREDIT_CARD_REQUIRED || 0x80023162 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_ALREADY_CONSUMED || 0x80023130 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_ATTR_REQUIRED_FOR_TAX_CALC || 0x80023163 || Issue with credit card (card turned down?)
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_TRANSACTION_OVER_LIMIT || 0x80023131 ||  
|-
|-
| || 0x80023171 || Issue with credit card (invalid card on file)
| SCE_NP_COMMERCE2_SERVER_ERROR_FAILED_AGE_REQUIREMENT || 0x80023132 ||
|-
|-
!colspan="3" | NP Trophy Errors
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_EXPIRED || 0x80023133 ||
|-
|-
| SCE_NP_TROPHY_ERROR_ALREADY_INITIALIZED || 0x80022901 || sceNpTrophyInit() has already been called, or it has been called again before the call of sceNpTrophyTerm().
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_SKU_REGION_MISMATCH || 0x80023134 ||  
|-
|-
| SCE_NP_TROPHY_ERROR_NOT_INITIALIZED || 0x80022902 || Not initialized. sceNpTrophyInit() has not been called, or sceNpTrophyTerm() has already been called.
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_SKU_PRICE_NOT_FOUND || 0x80023135 ||  
|-
|-
| SCE_NP_TROPHY_ERROR_NOT_SUPPORTED || 0x80022903 || An unsupported feature has been specified
| SCE_NP_COMMERCE2_SERVER_ERROR_DEPOSIT_IN_PROGRESS_ERROR || 0x80023136 ||
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EDY_TRANSACTION_FAILED || 0x80023137 ||
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_DEPOSIT_FAILED || 0x80023138 ||
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDS_AGE_LIMIT_IN_BROWSING || 0x80023139 ||
|-
!colspan="3" | Np Trophy Errors
|-
| SCE_NP_TROPHY_ERROR_ALREADY_INITIALIZED || 0x80022901 || sceNpTrophyInit() has already been called, or it has been called again before the call of sceNpTrophyTerm().
|-
| SCE_NP_TROPHY_ERROR_NOT_INITIALIZED || 0x80022902 || Not initialized. sceNpTrophyInit() has not been called, or sceNpTrophyTerm() has already been called.
|-
| SCE_NP_TROPHY_ERROR_NOT_SUPPORTED || 0x80022903 || An unsupported feature has been specified
|-
|-
| SCE_NP_TROPHY_ERROR_CONTEXT_NOT_REGISTERED || 0x80022904 || The context has not been registered yet and cannot be used before registration
| SCE_NP_TROPHY_ERROR_CONTEXT_NOT_REGISTERED || 0x80022904 || The context has not been registered yet and cannot be used before registration
Line 2,309: Line 2,216:
| SCE_NP_TROPHY_ERROR_INSUFFICIENT || 0x80022909 || There is insufficient memory or storage to proceed
| SCE_NP_TROPHY_ERROR_INSUFFICIENT || 0x80022909 || There is insufficient memory or storage to proceed
|-
|-
| SCE_NP_TROPHY_ERROR_UNKNOWN_CONTEXT || 0x8002290A || Unknown context. The specified context does not exist.
| SCE_NP_TROPHY_ERROR_UNKNOWN_CONTEXT || 0x8002290a || Unknown context. The specified context does not exist.
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_FORMAT || 0x8002290B || Format of the trophy package is invalid
| SCE_NP_TROPHY_ERROR_INVALID_FORMAT || 0x8002290b || Format of the trophy package is invalid
|-
|-
| SCE_NP_TROPHY_ERROR_BAD_RESPONSE || 0x8002290C || Internal error. The request could not be properly processed
| SCE_NP_TROPHY_ERROR_BAD_RESPONSE || 0x8002290c || Internal error. The request could not be properly processed
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_GRADE || 0x8002290D || Invalid trophy grade
| SCE_NP_TROPHY_ERROR_INVALID_GRADE || 0x8002290d || Invalid trophy grade
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_CONTEXT || 0x8002290E || Invalid context
| SCE_NP_TROPHY_ERROR_INVALID_CONTEXT || 0x8002290e || Invalid context
|-
|-
| SCE_NP_TROPHY_ERROR_PROCESSING_ABORTED || 0x8002290F || An invalid value was returned from SceNpTrophyStatusCallback and further processing has been aborted
| SCE_NP_TROPHY_ERROR_PROCESSING_ABORTED || 0x8002290f || An invalid value was returned from SceNpTrophyStatusCallback and further processing has been aborted
|-
|-
| SCE_NP_TROPHY_ERROR_ABORT || 0x80022910 || The handle has been aborted. The processing has been aborted by sceNpTrophyAbortHandle(). Destroy the handle.
| SCE_NP_TROPHY_ERROR_ABORT || 0x80022910 || The handle has been aborted. The processing has been aborted by sceNpTrophyAbortHandle(). Destroy the handle.
Line 2,341: Line 2,248:
| SCE_NP_TROPHY_ERROR_UNKNOWN_NP_COMM_ID || 0x80022919 || NP Communication IDs do not match. The specified NP Communication ID does not match the NP Communication ID in the trophy pack file.
| SCE_NP_TROPHY_ERROR_UNKNOWN_NP_COMM_ID || 0x80022919 || NP Communication IDs do not match. The specified NP Communication ID does not match the NP Communication ID in the trophy pack file.
|-
|-
| SCE_NP_TROPHY_ERROR_DISC_IO || 0x8002291A || Failed to read from disc. Fatal error – terminate the application.
| SCE_NP_TROPHY_ERROR_DISC_IO || 0x8002291a || Failed to read from disc. Fatal error – terminate the application.
|-
|-
| SCE_NP_TROPHY_ERROR_CONF_DOES_NOT_EXIST || 0x8002291B || Trophy pack file does not exist
| SCE_NP_TROPHY_ERROR_CONF_DOES_NOT_EXIST || 0x8002291b || Trophy pack file does not exist
|-
|-
| SCE_NP_TROPHY_ERROR_UNSUPPORTED_FORMAT || 0x8002291C || Unsupported trophy pack file format. Check that the trophy pack file has been created using the latest tool.
| SCE_NP_TROPHY_ERROR_UNSUPPORTED_FORMAT || 0x8002291c || Unsupported trophy pack file format. Check that the trophy pack file has been created using the latest tool.
|-
|-
| SCE_NP_TROPHY_ERROR_ALREADY_INSTALLED || 0x8002291D || The trophy set has already been installed or updated and does not require further processing
| SCE_NP_TROPHY_ERROR_ALREADY_INSTALLED || 0x8002291d || The trophy set has already been installed or updated and does not require further processing
|-
|-
| SCE_NP_TROPHY_ERROR_BROKEN_DATA || 0x8002291E || Internal error. The data is corrupted.
| SCE_NP_TROPHY_ERROR_BROKEN_DATA || 0x8002291e || Internal error. The data is corrupted.
|-
|-
| SCE_NP_TROPHY_ERROR_VERIFICATION_FAILURE || 0x8002291F || Trophy pack file signature verification failed. The trophy pack file could not be properly verified.
| SCE_NP_TROPHY_ERROR_VERIFICATION_FAILURE || 0x8002291f || Trophy pack file signature verification failed. The trophy pack file could not be properly verified.
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_TROPHY_ID || 0x80022920 || Invalid trophy ID. The trophy ID may exceed the maximum allowable number of trophies.
| SCE_NP_TROPHY_ERROR_INVALID_TROPHY_ID || 0x80022920 || Invalid trophy ID. The trophy ID may exceed the maximum allowable number of trophies.
Line 2,373: Line 2,280:
| SCE_NP_TROPHY_ERROR_INVALID_SIGNATURE || 0x80022929 ||  
| SCE_NP_TROPHY_ERROR_INVALID_SIGNATURE || 0x80022929 ||  
|-
|-
| SCE_NP_TROPHY_ERROR_ILLEGAL_UPDATE || 0x8002292A || Cannot update. An irresolvable discrepancy has been found between the registered data and the data trying to be registered. Possible causes are from a change in trophy grade or a reduction in the number of trophies from the previous install. Check the trophy configuration data, and remove the previously installed trophy set from the console.
| SCE_NP_TROPHY_ERROR_ILLEGAL_UPDATE || 0x8002292a || Cannot update. An irresolvable discrepancy has been found between the registered data and the data trying to be registered. Possible causes are from a change in trophy grade or a reduction in the number of trophies from the previous install. Check the trophy configuration data, and remove the previously installed trophy set from the console.
|-
|-
| SCE_NP_TROPHY_ERROR_SAVEDATA_USER_DOES_NOT_MATCH || 0x8002292B || This user cannot use trophies. A discrepancy has been found between the creator of the save data and the trophy user. No trophies can be unlocked during this gaming session.
| SCE_NP_TROPHY_ERROR_SAVEDATA_USER_DOES_NOT_MATCH || 0x8002292b || This user cannot use trophies. A discrepancy has been found between the creator of the save data and the trophy user. No trophies can be unlocked during this gaming session.
|-
|-
| SCE_NP_TROPHY_ERROR_TROPHY_ID_DOES_NOT_EXIST || 0x8002292C || The trophy ID does not exist
| SCE_NP_TROPHY_ERROR_TROPHY_ID_DOES_NOT_EXIST || 0x8002292c || The trophy ID does not exist
|-
|-
| SCE_NP_TROPHY_ERROR_SERVICE_UNAVAILABLE || 0x8002292D || The trophy service is currently unavailable
| SCE_NP_TROPHY_ERROR_SERVICE_UNAVAILABLE || 0x8002292d || The trophy service is currently unavailable
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_PLATFORM || 0x8002292E ||
| SCE_NP_TROPHY_ERROR_UNKNOWN || 0x800229ff ||Unknown internal error
|-
| SCE_NP_TROPHY_ERROR_UNKNOWN || 0x800229FF || Unknown internal error
|-
|-
!colspan="3" | NP Custom Menu Error
!colspan="3" | NP Custom Menu Error
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_ALREADY_INITIALIZED || 0x80023B01 ||  
| SCE_NP_CUSTOM_MENU_ERROR_ALREADY_INITIALIZED || 0x80023b01 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_NOT_INITIALIZED || 0x80023B02 ||  
| SCE_NP_CUSTOM_MENU_ERROR_NOT_INITIALIZED || 0x80023b02 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_OUT_OF_MEMORY || 0x80023B03 ||  
| SCE_NP_CUSTOM_MENU_ERROR_OUT_OF_MEMORY || 0x80023b03 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_NOT_SUPPORTED || 0x80023B04 ||  
| SCE_NP_CUSTOM_MENU_ERROR_NOT_SUPPORTED || 0x80023b04 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_INSUFFICIENT || 0x80023B05 ||  
| SCE_NP_CUSTOM_MENU_ERROR_INSUFFICIENT || 0x80023b05 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_CANCEL || 0x80023B06 ||  
| SCE_NP_CUSTOM_MENU_ERROR_CANCEL || 0x80023b06 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_STATUS || 0x80023B07 ||  
| SCE_NP_CUSTOM_MENU_ERROR_STATUS || 0x80023b07 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_BUSY || 0x80023B08 ||  
| SCE_NP_CUSTOM_MENU_ERROR_BUSY || 0x80023b08 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_ARGUMENT || 0x80023B09 ||  
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_ARGUMENT || 0x80023b09 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_ABORT || 0x80023B0A ||  
| SCE_NP_CUSTOM_MENU_ERROR_ABORT || 0x80023b0a ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_NOT_REGISTERED || 0x80023B0B ||  
| SCE_NP_CUSTOM_MENU_ERROR_NOT_REGISTERED || 0x80023b0b ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_EXCEEDS_MAX || 0x80023B0C ||  
| SCE_NP_CUSTOM_MENU_ERROR_EXCEEDS_MAX || 0x80023b0c ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_CHARACTER || 0x80023B0B ||
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_CHARACTER || 0x80023b0d ||
|-
|-
!colspan="3" | SNS -&gt; Social Networks
!colspan="3" | SNS -&gt; Social Networks
Line 2,422: Line 2,327:
|-
|-
| SCE_NP_SNS_ERROR_OUT_OF_MEMORY || 0x80024504 ||  
| SCE_NP_SNS_ERROR_OUT_OF_MEMORY || 0x80024504 ||  
|-
| SCE_NP_SNS_ERROR_SHUTDOWN || 0x80024505 ||
|-
| SCE_NP_SNS_ERROR_BUSY || 0x80024506 ||
|-
!colspan="3" | SNS FB -&gt; Social Networks (Facebook)
|-
|-
| SCE_NP_SNS_FB_ERROR_ALREADY_INITIALIZED  || 0x80024511 ||  
| SCE_NP_SNS_FB_ERROR_ALREADY_INITIALIZED  || 0x80024511 ||  
Line 2,447: Line 2,346:
| SCE_NP_SNS_FB_ERROR_THROTTLE_CLOSED || 0x80024519 ||  
| SCE_NP_SNS_FB_ERROR_THROTTLE_CLOSED || 0x80024519 ||  
|-
|-
| SCE_NP_SNS_FB_ERROR_OPERATION_INTERVAL_VIOLATION || 0x8002451A ||
| SCE_NP_SNS_FB_ERROR_OPERATION_INTERVAL_VIOLATION || 0x8002451a ||  
|-
| SCE_NP_SNS_FB_ERROR_UNLOADED_THROTTLE || 0x8002451B ||
|-
| SCE_NP_SNS_FB_ERROR_ACCESS_NOT_ALLOWED || 0x8002451C ||
|-
!colspan="3" | NP OAuth Errors
|-
| SCE_NP_OAUTH_ERROR_ALREADY_INITIALIZED || 0x80025F02 ||
|-
| SCE_NP_OAUTH_ERROR_NOT_INITIALIZED || 0x80025F03 ||
|-
| SCE_NP_OAUTH_ERROR_ABORTED || 0x80025F08 ||
|-
|-
| SCE_NP_OAUTH_ERROR_REQUEST_NOT_FOUND || 0x80025F0A ||
| SCE_NP_SNS_FB_ERROR_UNLOADED_THROTTLE || 0x8002451b ||  
|-
|-
| SCE_NP_OAUTH_ERROR_REQUEST_MAX || 0x80025F11 ||
| SCE_NP_LS_ERROR_INVALID_VERSION || 0x80028c0d || A system software update is required.
|-
|-
!colspan="3" | LS (Login Service)
!colspan="3" | for compatibility
|-
|-
| || 0x80028C07 || You need to be signed in to continue.
| SCE_NP_CORE_ERROR_INVALID_PSHANDLE || ||  
|-
|-
| SCE_NP_LS_ERROR_INVALID_VERSION || 0x80028C0D || A system software update is required.
| SCE_NP_CORE_ERROR_INVALID_ONLINEID || ||  
|-
|-
!colspan="3" | other
!colspan="3" | other
Line 2,475: Line 2,362:
| SCE_NP_COMMERCE2_ERROR_WINDOWS_SYSTEM || 0x80860001 ||  
| SCE_NP_COMMERCE2_ERROR_WINDOWS_SYSTEM || 0x80860001 ||  
|-  
|-  
| SCE_NP_COMMERCE2_QS_ERROR_NO_SECURITY_QUESTION_TEXT || 0x800230D0 ||  
| SCE_NP_COMMERCE2_QS_ERROR_NO_SECURITY_QUESTION_TEXT || 0x800230d0 ||  
|-
|-
| SCE_NP_COMMERCE2_QS_ERROR_INSUFFICIENT_BUF || 0x800230D1 ||
| SCE_NP_COMMERCE2_QS_ERROR_INSUFFICIENT_BUF || 0x800230d1 ||
|-  
|-  
| SCE_NP_COMMERCE2_QS_ERROR_ABORTED || 0x800230D2 ||
| SCE_NP_COMMERCE2_QS_ERROR_ABORTED || 0x800230d2 ||
|-
| SCE_NP_COMMERCE2_QS_ERROR_INVALID_NPENV || 0x800230D3
|-
|-
| || 0x8002847C || psgm failed because the .pkg url wasn't 200 OK status code
| SCE_NP_COMMERCE2_QS_ERROR_INVALID_NPENV || 0x800230d3
|-
|-
|}
|}
Line 2,492: Line 2,377:
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
Unable to connect to PSN || 0x80028E01 || HTTP status error was returned from the server // Reboot console and try connecting again (PSN may be down for maintenance), if this fails, try connecting later; if setting up a network connection, settings may be incorrect; if issues continue then check internet connection
|  || 0x80028e01 || HTTP status error was returned from the server.
|-
|-
| Issue connecting to ISP || 0x80028E02 || "An error has occurred. You have been signed out of PSN (80028E02)" // No response from the server for Content-Length // Error from ISP or service requires a login; open browser and check for a message from ISP or a login page
| || 0x80028e02 || No response from the server for Content-Length.
|-
|-
|  || 0x80028E03 || Size of image list file is larger than 64KB.
|  || 0x80028e03 || Size of image list file is larger than 64KB.
|-
|-
|  || 0x80028E04 || Content-Length of image list file and the file size that can actually be received are invalid.
|  || 0x80028e04 || Content-Length of image list file and the file size that can actually be received are invalid.
|-
|-
|  || 0x80028E05 || Format of image list file is invalid.
|  || 0x80028e05 || Format of image list file is invalid.
|-
|-
| Issue connecting to ISP || 0x80028E06 || Image list file does not include the Dest parameter that indicates the destination. // Error from ISP or service requires a login; open browser and check for a message from ISP or a login page
| || 0x80028e06 || Image list file does not include the Dest parameter that indicates the destination.
|-
|-
|  || 0x80028E07 || Frequent disconnections by the server while downloading the updater.
|  || 0x80028e07 || Frequent disconnections by the server while downloading the updater.
|-
|-
| Could not check update data - low memory || 0x80028EA1 || Reboot console; if problem persists, may be connecting to incorrect update server; reset proxy server and make sure DNS setting is correct
| || 0x80028ea1 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA2 || Problem with network settings or network status.
|  || 0x80028ea2 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA3 || Problem with network settings or network status.
|  || 0x80028ea3 || Problem with network settings or network status.
|-
|-
| Latest system software has already been installed || 0x80028EA4 || No update is needed
| || 0x80028ea4 || Problem with network settings or network status.
|-
|-
| Issue connecting online || 0x80028EA5 || Reboot console and try connecting again or try connecting later (temporary congestion); if issues continue then check internet connection
| || 0x80028ea5 || Problem with network settings or network status.
|-
|-
| Can't download the system software || 0x80028EA6 || Proxy server is set. Connect to internet and turn off the proxy server
| || 0x80028ea6 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA7 || Problem with network settings or network status.
|  || 0x80028ea7 || Problem with network settings or network status.
|-
|-
Unable to connect to the internet || 0x80028EA8 || Check if PSN is up; if it is, connection info may be incorrect; may need to log in using the browser
|  || 0x80028ea8 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA9 || Problem with network settings or network status.
|  || 0x80028ea9 || Problem with network settings or network status.
|-
|-
|  || 0x80028EAA || Problem with network settings or network status.
|  || 0x80028eaa || Problem with network settings or network status.
|-
|-
|  || 0x80028EAB || Problem with network settings or network status.
|  || 0x80028eab || Problem with network settings or network status.
|-
|-
|  || 0x80028EAC || Problem with network settings or network status.
|  || 0x80028eac || Problem with network settings or network status.
|-
|-
|  || 0x80028EAD || Problem with network settings or network status.
|  || 0x80028ead || Problem with network settings or network status.
|-
|-
| Cannot update the PS3 || 0x80029C41 || Turn off console for 10 seconds, then back on and try updating again; if issues continue, go into Safe Mode and select "Restore File System"; if that did not help, go into Safe Mode and select "Restore PS3 System"; if still having issues then send console in for repairs
| || 0x80029c9c || "The datatype is not supported" > Update data does not support downgrades. Seen when updating to lower version from XMB with QA-extra flag / System Update Debug enabled. Solution: Use Recovery Menu for QA flagged systems, for downgrades to 2.50/2.70 < 3.55
|-
|-
| Cannot update the PS3 || 0x80029C44 || Turn off console for 10 seconds, then back on and try updating again; if issues continue, go into Safe Mode and select "Restore File System"; if that did not help, go into Safe Mode and select "Restore PS3 System"; if still having issues then send console in for repairs
| || 0x8002f029 || Invalid update data. (TargetID related) / The data type is not supported. (8002F029) when trying to install Debug/DEX firmware on a Retail/CEX console.
|-
|-
|  || 0x80029C48 || Error occurred while accessing the HDD.
|  || 0x80029c68 || Error occurred while checking update data.
|-
|-
|  || 0x80029C54 || Error occurred while accessing the HDD.
|  || 0x8002f828 || Error occurred while checking update data.
|-
|-
Issues updating the PS3 || 0x80029C55 || Error occurred while accessing storage media.
|  || 0x8002f82b || Error occurred while checking update data.
|-
|-
|  || 0x80029C65 || Error occurred while accessing storage media.
|  || 0x8002f997 || Error occurred while checking update data.
|-
|-
| Cannot update the PS3 || 0x80029C68 || Error occurred while accessing storage media.
| || 0x80029c41 || Error occurred while accessing the HDD.
|-
|-
|  || 0x80029C75 || Error occurred while accessing storage media.
|  || 0x80029c44 || Error occurred while accessing the HDD.
|-
|-
| Unable to update the PS3 || 0x80029C77 || Reboot console, then run the update again (go to [Settings] > [System Update]); if issue occurs again then send console in for repairs  (Possible Bad Blocks on Nands in Bootloader area, cannot be remapped, but you can copy bootloader sector if one of the bootloaders is in tact and overwrite the bad one.  Requires New NAND replacement, patching as stated, and reflashing with flasher.
| || 0x80029c48 || Error occurred while accessing the HDD.
|-
|-
| System update error || 0x80029C78 || Reboot console, then update via Safe Mode; if issues continue then console may need repair
| || 0x80029c54 || Error occurred while accessing the HDD.
|-
|-
|  || 0x80029C9C || "The datatype is not supported" > Update data does not support downgrades. Seen when updating to lower version from XMB with QA-extra flag / System Update Debug enabled. Solution: Use Recovery Menu for QA flagged systems, for downgrades to 2.50/2.70 < 3.55
|  || 0x80029c55 || Error occurred while accessing storage media.
|-
|-
| System update file corrupted || 0x8002F020 || If downloading from a game disc, make sure the disc is not scratched and reboot console; if using external storage, reboot the console, then re-download the file; if downloading direct from system, reboot console; if issues continue then send console in for repairs
| || 0x80029c65 || Error occurred while accessing storage media.
|-
|-
|  || 0x8002F029 || Invalid update data. (TargetID related) / The data type is not supported. (8002F029) when trying to install Debug/DEX firmware on a Retail/CEX console.
|  || 0x80029c75 || Error occurred while accessing storage media.
|-
|-
| System update file corrupted || 0x8002F02B || If downloading from a game disc, make sure the disc is not scratched and reboot console; if using external storage, reboot the console, then re-download the file; if downloading direct from system, reboot console; if issues continue then send console in for repairs
|-
| System update file corrupted || 0x8002F02D || If downloading from a game disc, make sure the disc is not scratched and reboot console; if using external storage, reboot the console, then re-download the file; if downloading direct from system, reboot console; if issues continue then send console in for repairs
|-
| Unable to update || 0x8002F07C || Turn off console for 10 seconds, then back on and try updating again; if issues continue, go into Safe Mode and select "Restore File System"; if that did not help, go into Safe Mode and select "Restore PS3 System"; if still having issues then send console in for repairs
|-
| Issue updating the PS3 software || 0x8002F087 || Reboot console, re-download and install the update; if issues continue then send console in for repairs
|-
|  || 0x8002F828 || Error occurred while checking update data.
|-
|  || 0x8002F82B || Error occurred while checking update data.
|-
| Unable to update the PS3 || 0x8002F8DC || Issue with hard drive // Turn off console for 10 seconds, then back on and try updating again; if issues continue, go into Safe Mode and select "Restore File System"; if that did not help, go into Safe Mode and select "Restore PS3 System"; if still having issues then send console in for repairs
|-
|  Issue updating the PS3 system software || 0x8002F997 || Error occurred while checking update data; file may be corrupted.
|}
|}


Line 2,599: Line 2,469:
|-
|-
| CELL_SUBDISPLAY_ERROR_ZERO_REGISTERED || 0x80029813 || No PSP has been registered
| CELL_SUBDISPLAY_ERROR_ZERO_REGISTERED || 0x80029813 || No PSP has been registered
|-
| CELL_REMOTEPLAY_ERROR_INTERNAL || 0x80029830 ||
|-
|-
|}
|}
Line 2,610: Line 2,478:
|-
|-
!colspan="3" | Sys Net errors (libnet)  
!colspan="3" | Sys Net errors (libnet)  
|-
|-
| SYS_NET_ERROR_EPERM || 0x80010201 ||
|-
|-
| SYS_NET_ERROR_ENOENT || 0x80010202 ||  
| SYS_NET_ERROR_ENOENT || 0x80010202 ||  
|-
| SYS_NET_ERROR_ESRCH || 0x80010203 ||
|-
|-
| SYS_NET_ERROR_EINTR || 0x80010204 ||  
| SYS_NET_ERROR_EINTR || 0x80010204 ||  
|-
| SYS_NET_ERROR_EIO || 0x80010205 ||
|-
| SYS_NET_ERROR_ENXIO || 0x80010206 ||
|-
| SYS_NET_ERROR_E2BIG || 0x80010207 ||
|-
| SYS_NET_ERROR_ENOEXEC || 0x80010208 ||
|-
|-
| SYS_NET_ERROR_EBADF || 0x80010209 ||  
| SYS_NET_ERROR_EBADF || 0x80010209 ||  
|-
| SYS_NET_ERROR_ECHILD || 0x8001020a ||
|-
| SYS_NET_ERROR_EDEADLK || 0x8001020b ||
|-
|-
| SYS_NET_ERROR_ENOMEM || 0x8001020c ||  
| SYS_NET_ERROR_ENOMEM || 0x8001020c ||  
Line 2,639: Line 2,490:
|-
|-
| SYS_NET_ERROR_EFAULT || 0x8001020e ||  
| SYS_NET_ERROR_EFAULT || 0x8001020e ||  
|-
| SYS_NET_ERROR_ENOTBLK || 0x8001020f ||
|-
|-
| SYS_NET_ERROR_EBUSY || 0x80010210 ||  
| SYS_NET_ERROR_EBUSY || 0x80010210 ||  
|-
|-
| SYS_NET_ERROR_EEXIST || 0x80010211 ||  
| SYS_NET_ERROR_EINVAL || 0x80010216 ||  
|-
|-
| SYS_NET_ERROR_EXDEV || 0x80010212 ||  
| SYS_NET_ERROR_EMFILE || 0x80010218 ||  
|-
|-
| SYS_NET_ERROR_ENODEV || 0x80010213 ||  
| SYS_NET_ERROR_ENOSPC || 0x8001021c ||  
|-
|-
| SYS_NET_ERROR_ENOTDIR || 0x80010214 ||  
| SYS_NET_ERROR_EPIPE || 0x80010220 ||  
|-
|-
| SYS_NET_ERROR_EISDIR || 0x80010215 ||  
| SYS_NET_ERROR_EAGAIN<br />SYS_NET_ERROR_EWOULDBLOCK || 0x80010223 ||  
|-
|-
| SYS_NET_ERROR_EINVAL || 0x80010216 ||  
| SYS_NET_ERROR_EINPROGRESS || 0x80010224 ||  
|-
|-
| SYS_NET_ERROR_ENFILE || 0x80010217 ||
| SYS_NET_ERROR_EALREADY || 0x80010225 ||  
|-
| SYS_NET_ERROR_EMFILE || 0x80010218 ||
|-
| SYS_NET_ERROR_ENOTTY || 0x80010219 ||
|-
| SYS_NET_ERROR_ETXTBSY || 0x8001021a ||
|-
| SYS_NET_ERROR_EFBIG || 0x8001021b ||
|-
| SYS_NET_ERROR_ENOSPC || 0x8001021c ||
|-
| SYS_NET_ERROR_ESPIPE || 0x8001021d ||
|-
| SYS_NET_ERROR_EROFS || 0x8001021e ||
|-
| SYS_NET_ERROR_EMLINK || 0x8001021f ||
|-
| SYS_NET_ERROR_EPIPE || 0x80010220 ||
|-
| SYS_NET_ERROR_EDOM || 0x80010221 ||
|-
| SYS_NET_ERROR_ERANGE || 0x80010222 ||
|-
| SYS_NET_ERROR_EAGAIN<br />SYS_NET_ERROR_EWOULDBLOCK || 0x80010223 ||
|-
| SYS_NET_ERROR_EINPROGRESS || 0x80010224 ||
|-
| SYS_NET_ERROR_EALREADY || 0x80010225 ||
|-
| SYS_NET_ERROR_ENOTSOCK || 0x80010226 ||  
|-
|-
| SYS_NET_ERROR_EDESTADDRREQ || 0x80010227 ||  
| SYS_NET_ERROR_EDESTADDRREQ || 0x80010227 ||  
Line 2,697: Line 2,516:
|-
|-
| SYS_NET_ERROR_EPROTONOSUPPORT || 0x8001022b ||  
| SYS_NET_ERROR_EPROTONOSUPPORT || 0x8001022b ||  
|-
| SYS_NET_ERROR_ESOCKTNOSUPPORT || 0x8001022c ||
|-
|-
| SYS_NET_ERROR_EOPNOTSUPP || 0x8001022d ||  
| SYS_NET_ERROR_EOPNOTSUPP || 0x8001022d ||  
Line 2,713: Line 2,530:
|-
|-
| SYS_NET_ERROR_ENETUNREACH || 0x80010233 ||  
| SYS_NET_ERROR_ENETUNREACH || 0x80010233 ||  
|-
| SYS_NET_ERROR_ENETRESET || 0x80010234 ||
|-
|-
| SYS_NET_ERROR_ECONNABORTED || 0x80010235 ||  
| SYS_NET_ERROR_ECONNABORTED || 0x80010235 ||  
Line 2,720: Line 2,535:
| SYS_NET_ERROR_ECONNRESET || 0x80010236 ||  
| SYS_NET_ERROR_ECONNRESET || 0x80010236 ||  
|-
|-
| SYS_NET_ERROR_ENOBUFS || 0x80010237 || no free network buffers, usually caused by very high rate of filling/emptying the network queue
| SYS_NET_ERROR_ENOBUFS || 0x80010237 ||  
|-
|-
| SYS_NET_ERROR_EISCONN || 0x80010238 ||  
| SYS_NET_ERROR_EISCONN || 0x80010238 ||  
Line 2,733: Line 2,548:
|-
|-
| SYS_NET_ERROR_ECONNREFUSED || 0x8001023d ||  
| SYS_NET_ERROR_ECONNREFUSED || 0x8001023d ||  
|-
| SYS_NET_ERROR_ELOOP || 0x8001023e ||
|-
| SYS_NET_ERROR_ENAMETOOLONG || 0x8001023f ||
|-
|-
| SYS_NET_ERROR_EHOSTDOWN || 0x80010240 ||  
| SYS_NET_ERROR_EHOSTDOWN || 0x80010240 ||  
Line 2,742: Line 2,553:
| SYS_NET_ERROR_EHOSTUNREACH || 0x80010241 ||  
| SYS_NET_ERROR_EHOSTUNREACH || 0x80010241 ||  
|-
|-
| SYS_NET_ERROR_ENOTEMPTY || 0x80010242 ||
!colspan="3" | Cell Net Ctl errors (libnetctl)
|-
|-
| SYS_NET_ERROR_EPROCLIM || 0x80010243 ||  
| CELL_NET_CTL_ERROR_NOT_INITIALIZED || 0x80130101 || Library not initialized
|-
|-
| SYS_NET_ERROR_EUSERS || 0x80010244 ||  
| CELL_NET_CTL_ERROR_NOT_TERMINATED || 0x80130102 || Library not terminated
|-
|-
| SYS_NET_ERROR_EDQUOT || 0x80010245 ||  
| CELL_NET_CTL_ERROR_HANDLER_MAX || 0x80130103 || No more handlers can be registered
|-
|-
| SYS_NET_ERROR_ESTALE || 0x80010246 ||  
| CELL_NET_CTL_ERROR_ID_NOT_FOUND || 0x80130104 || ID specified in argument not registered
|-
|-
| SYS_NET_ERROR_EREMOTE || 0x80010247 ||  
| CELL_NET_CTL_ERROR_INVALID_ID || 0x80130105 || ID specified in argument invalid
|-
|-
| SYS_NET_ERROR_EBADRPC || 0x80010248 ||  
| CELL_NET_CTL_ERROR_INVALID_CODE || 0x80130106 || Code specified in argument invalid
|-
|-
| SYS_NET_ERROR_ERPCMISMATCH || 0x80010249 ||  
| CELL_NET_CTL_ERROR_INVALID_ADDR || 0x80130107 || Address specified in argument invalid
|-
|-
| SYS_NET_ERROR_EPROGUNAVAIL || 0x8001024a ||  
| CELL_NET_CTL_ERROR_NOT_CONNECTED || 0x80130108 || Not connected
|-
|-
| SYS_NET_ERROR_EPROGMISMATCH || 0x8001024b ||  
| CELL_NET_CTL_ERROR_NOT_AVAIL || 0x80130109 || Not in state where information can be obtained
|-
|-
| SYS_NET_ERROR_EPROCUNAVAIL || 0x8001024c ||  
| CELL_NET_CTL_ERROR_INVALID_TYPE || 0x8013010a || Type specified as argument is invalid
|-
|-
| SYS_NET_ERROR_ENOLCK || 0x8001024d ||  
| CELL_NET_CTL_ERROR_INVALID_SIZE || 0x8013010b || Value of the size member of the structure is invalid
|-
|-
| SYS_NET_ERROR_ENOSYS || 0x8001024e ||  
| CELL_NET_CTL_ERROR_WLAN_DEAUTHED || 0x80130137 || Disconnected from the AP
|-
|-
| SYS_NET_ERROR_EFTYPE || 0x8001024f ||  
| CELL_NET_CTL_ERROR_WLAN_KEYINFO_EXCHNAGE_TIMEOUT || 0x8013013d || Key information exchange of WPA timed out
|-
|-
| SYS_NET_ERROR_EAUTH || 0x80010250 ||  
| CELL_NET_CTL_ERROR_WLAN_ASSOC_FAILED || 0x8013013e || Association failed
|-
|-
| SYS_NET_ERROR_ENEEDAUTH || 0x80010251 ||  
| CELL_NET_CTL_ERROR_WLAN_AP_DISAPPEARED || 0x8013013f || Beacons from the AP stopped arriving
|-
|-
| SYS_NET_ERROR_EIDRM || 0x80010252 ||  
| CELL_NET_CTL_ERROR_NET_DISABLED || 0x80130181 || Internet connection is disabled
|-
|-
| SYS_NET_ERROR_ENOMSG || 0x80010253 ||  
| CELL_NET_CTL_ERROR_NET_NOT_CONNECTED || 0x80130182 || Network connection is not established
|-
|-
| SYS_NET_ERROR_EOVERFLOW || 0x80010254 ||  
| CELL_NET_CTL_ERROR_NP_NO_ACCOUNT || 0x80130183 || NP account is not set
|-
|-
| SYS_NET_ERROR_EILSEQ || 0x80010255 ||  
| CELL_NET_CTL_ERROR_NP_RESERVED1 || 0x80130184 || Unused
|-
|-
| SYS_NET_ERROR_ENOTSUP || 0x80010256 ||  
| CELL_NET_CTL_ERROR_NP_RESERVED2 || 0x80130185 || Unused
|-
|-
| SYS_NET_ERROR_ECANCELED || 0x80010257 ||  
| CELL_NET_CTL_ERROR_NET_CABLE_NOT_CONNECTED || 0x80130186 || Ethernet cable is not connected
|-
|-
| SYS_NET_ERROR_EBADMSG || 0x80010258 ||  
| CELL_NET_CTL_ERROR_DIALOG_CANCELED || 0x80130190 || Dialog was cancelled
|-
|-
| SYS_NET_ERROR_ENODATA || 0x80010259 ||  
| CELL_NET_CTL_ERROR_DIALOG_ABORTED || 0x80130191 || Dialog was forced to terminate
|-
|-
| SYS_NET_ERROR_ENOSR || 0x8001025a ||  
| CELL_NET_CTL_ERROR_PPPOE_SESSION_INIT || 0x80130409 || PPP INIT state error
|-
|-
| SYS_NET_ERROR_ENOSTR || 0x8001025b ||  
| CELL_NET_CTL_ERROR_PPPOE_SESSION_NO_PADO || 0x8013040a || PADO could not be received
|-
|-
| SYS_NET_ERROR_ETIME || 0x8001025c ||  
| CELL_NET_CTL_ERROR_PPPOE_SESSION_NO_PADS || 0x8013040b || PADS could not be received
|-
|-
!colspan="3" | Cell Net Ctl errors (libnetctl)
| CELL_NET_CTL_ERROR_PPPOE_SESSION_GET_PADT || 0x8013040d || PADT was received
|-
|-
| CELL_NET_CTL_ERROR_NOT_INITIALIZED || 0x80130101 || Library not initialized
| CELL_NET_CTL_ERROR_PPPOE_SESSION_SERVICE_NAME || 0x8013040f || Service Name error was received
|-
|-
| CELL_NET_CTL_ERROR_NOT_TERMINATED || 0x80130102 || Library not terminated
| CELL_NET_CTL_ERROR_PPPOE_SESSION_AC_SYSTEM || 0x80130410 || AC System error was received
|-
|-
| CELL_NET_CTL_ERROR_HANDLER_MAX || 0x80130103 || No more handlers can be registered
| CELL_NET_CTL_ERROR_PPPOE_SESSION_GENERIC || 0x80130411 || Generic error was received
|-
|-
| CELL_NET_CTL_ERROR_ID_NOT_FOUND || 0x80130104 || ID specified in argument not registered
| CELL_NET_CTL_ERROR_PPPOE_STATUS_AUTH || 0x80130412 || Authorization failed (wrong user name or password)
|-
|-
| CELL_NET_CTL_ERROR_INVALID_ID || 0x80130105 || ID specified in argument invalid
| CELL_NET_CTL_ERROR_PPPOE_STATUS_NETWORK || 0x80130413 || PPP NETWORK state error
|-
|-
| CELL_NET_CTL_ERROR_INVALID_CODE || 0x80130106 || Code specified in argument invalid
| CELL_NET_CTL_ERROR_PPPOE_STATUS_TERMINATE || 0x80130414 || PPP TERMINATE state error
|-
|-
| CELL_NET_CTL_ERROR_INVALID_ADDR || 0x80130107 || Address specified in argument invalid
| CELL_NET_CTL_ERROR_DHCP_LEASE_TIME || 0x80130504 || IP address lease time expired
|-
|-
| CELL_NET_CTL_ERROR_NOT_CONNECTED || 0x80130108 || Not connected
!colspan="3" | Cell Http errors (libhttp)
|-
|-
| CELL_NET_CTL_ERROR_NOT_AVAIL || 0x80130109 || Not in state where information can be obtained
| CELL_HTTP_ERROR_ALREADY_INITIALIZED || 0x80710001 || Library has already been initialized and cannot be initialized again.
|-
|-
| CELL_NET_CTL_ERROR_INVALID_TYPE || 0x8013010A || Type specified as argument is invalid
| CELL_HTTP_ERROR_NOT_INITIALIZED || 0x80710002 || Library has not yet been initialized. Please initialize before use.
|-
|-
| CELL_NET_CTL_ERROR_INVALID_SIZE || 0x8013010B || Value of the size member of the structure is invalid
| CELL_HTTP_ERROR_NO_MEMORY || 0x80710003 || Call to allocate memory failed (returns NULL)
|-
|-
| CELL_NET_CTL_ERROR_WLAN_DEAUTHED || 0x80130137 || Disconnected from the AP
| CELL_HTTP_ERROR_NO_BUFFER || 0x80710004 || No buffer was provided in one of the parameters
|-
|-
| CELL_NET_CTL_ERROR_WLAN_KEYINFO_EXCHNAGE_TIMEOUT || 0x8013013D || Key information exchange of WPA timed out - took longer than 10 seconds to connect // WPA/WEP encryption key may be incorrect
| CELL_HTTP_ERROR_NO_STRING || 0x80710005 || No string to read has been provided (as a parameter)
|-
|-
| CELL_NET_CTL_ERROR_WLAN_ASSOC_FAILED || 0x8013013E || Association failed
| CELL_HTTP_ERROR_INSUFFICIENT || 0x80710006 || Buffer space was insufficient to write into
|-
|-
| CELL_NET_CTL_ERROR_WLAN_AP_DISAPPEARED || 0x8013013F || Beacons from the AP stopped arriving
| CELL_HTTP_ERROR_INVALID_URI || 0x80710007 || Malformed URI
|-
|-
| CELL_NET_CTL_ERROR_NET_DISABLED || 0x80130181 || Internet connection is disabled
| CELL_HTTP_ERROR_INVALID_HEADER || 0x80710008 || Malformed libhttp header
|-
|-
| CELL_NET_CTL_ERROR_NET_NOT_CONNECTED || 0x80130182 || "A connection to the network could not be established. Go to [Settings] > [Network Settings] and check your settings" // Network connection was not detected; the console could not find a network to connect to
| CELL_HTTP_ERROR_BAD_METHOD || 0x80710009 || The method provided is not usable
|-
|-
| CELL_NET_CTL_ERROR_NP_NO_ACCOUNT || 0x80130183 || NP account is not set
| CELL_HTTP_ERROR_BAD_CLIENT || 0x80710010 || Not a proper client ID
|-
|-
| CELL_NET_CTL_ERROR_NP_RESERVED1 || 0x80130184 || Unused
| CELL_HTTP_ERROR_BAD_TRANS || 0x80710011 || Not a proper transaction ID
|-
|-
| CELL_NET_CTL_ERROR_NP_RESERVED2 || 0x80130185 || Unused
| CELL_HTTP_ERROR_NO_CONNECTION || 0x80710012 || No connection available
|-
|-
| CELL_NET_CTL_ERROR_NET_CABLE_NOT_CONNECTED || 0x80130186 || Ethernet cable not connected correctly
| CELL_HTTP_ERROR_NO_REQUEST_SENT || 0x80710013 || Request has not been sent yet
|-
|-
| CELL_NET_CTL_ERROR_DIALOG_CANCELED || 0x80130190 || Dialog was cancelled
| CELL_HTTP_ERROR_ALREADY_BUILT || 0x80710014 || Request has already been built
|-
|-
| CELL_NET_CTL_ERROR_DIALOG_ABORTED || 0x80130191 || Dialog was forced to terminate
| CELL_HTTP_ERROR_ALREADY_SENT || 0x80710015 || Request has already been sent
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_INIT || 0x80130409 || PPP INIT state error
| CELL_HTTP_ERROR_NO_HEADER || 0x80710016 || That header does not exist
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_NO_PADO || 0x8013040A || PADO could not be received
| CELL_HTTP_ERROR_NO_CONTENT_LENGTH || 0x80710017 || No content-length was defined
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_NO_PADS || 0x8013040B || PADS could not be received
| CELL_HTTP_ERROR_TOO_MANY_REDIRECTS || 0x80710018 || Exceeded maximum number of auto-redirections (default:5)
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_GET_PADT || 0x8013040D || PADT was received
| CELL_HTTP_ERROR_TOO_MANY_AUTHS || 0x80710019 || Exceeded maximum number of auto-authentication tries (default:5)
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_SERVICE_NAME || 0x8013040F || Service Name error was received
| CELL_HTTP_ERROR_TRANS_NO_CONNECTION || 0x80710020 || Transaction does not have a connection associated to it
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_AC_SYSTEM || 0x80130410 || AC System error was received
| CELL_HTTP_ERROR_CB_FAILED || 0x80710021 || Tried to callback to the application, but failed (e.g.: CellHttpAuthenticationCallback returns a negative value or has not been set)
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_GENERIC || 0x80130411 || Generic error was received
| CELL_HTTP_ERROR_NOT_PIPED || 0x80710022 || The connection has no transactions in the pipeline –internal error
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_STATUS_AUTH || 0x80130412 || Authorization failed (wrong user name or password)
| CELL_HTTP_ERROR_OUT_OF_ORDER_PIPE || 0x80710023 || There is another request next in the pipeline
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_STATUS_NETWORK || 0x80130413 || PPP NETWORK state error
| CELL_HTTP_ERROR_TRANS_ABORTED || 0x80710024 || This transaction has been aborted
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_STATUS_TERMINATE || 0x80130414 || PPP TERMINATE state error
| CELL_HTTP_ERROR_BROKEN_PIPELINE || 0x80710025 || The pipeline that this transaction was using has been aborted, and thus broke the pipeline
|-
|-
| CELL_NET_CTL_ERROR_DHCP_LEASE_TIME || 0x80130504 || "A connection error has occurred" // IP address lease time expired
| CELL_HTTP_ERROR_UNAVAILABLE || 0x80710026 || The request made is for an unavailable service
|-
|-
!colspan="3" | Cell Ftp Service errors (libftp)
| CELL_HTTP_ERROR_INVALID_VALUE || 0x80710027 || An invalid value was found in processing
|-
|-
| CELL_FTP_SERVICE_ERROR_NETWORK_NOT_INITIALIZED || 0x80130701 || Network access has not been initialized
| CELL_HTTP_ERROR_COOKIE_NOT_FOUND || 0x80710041 || The cookie is not valid
|-
|-
| CELL_FTP_SERVICE_ERROR_STORAGE_NOT_INITIALIZED || 0x80130702 || HDD access has not been initialized
| CELL_HTTP_ERROR_COOKIE_INVALID_DOMAIN || 0x80710042 || The cookie contains an invalid domain
|-
|-
| CELL_FTP_SERVICE_ERROR_RTCLOCK_NOT_INITIALIZED || 0x80130703 || Real-time Clock has not been initialized
| CELL_HTTP_ERROR_LINE_EXCEEDS_MAX || 0x80710045 || The response line or header exceeds the maximum response buffer size
|-
|-
| CELL_FTP_SERVICE_ERROR_ALREADY_RUNNING || 0x80130704 || An instance of the service is already running
| CELL_HTTP_ERROR_UNKNOWN || 0x80710051 || Undefined error (not listed below)
|-
|-
| CELL_FTP_SERVICE_ERROR_NOT_RUNNING || 0x80130705 || Service is not currently running
| CELL_HTTP_ERROR_INTERNAL || 0x80710052 || Internal failure
|-
|-
| CELL_FTP_SERVICE_ERROR_NETWORK_ERROR || 0x80130706 || A core network error has occurred
| CELL_HTTP_ERROR_NONREMOVABLE || 0x80710053 || Not a removable connection (not free or non-existent connection)
|-
|-
| CELL_FTP_SERVICE_ERROR_NULL_POINTER  || 0x80130707 || Null pointer error
| CELL_HTTP_ERROR_BAD_CONN || 0x80710054 || Bad connection (non-existent)
|-
|-
| CELL_FTP_SERVICE_ERROR_INTERNAL  || 0x801307FF || An internal error has occurred
| CELL_HTTP_ERROR_BAD_MAN || 0x80710055 || Bad connection manager (non-existent)
|-
|-
!colspan="3" | Cell Http errors (libhttp)
| CELL_HTTP_ERROR_NO_POOL || 0x80710056 || No connection pool exists
|-
|-
| CELL_HTTP_ERROR_ALREADY_INITIALIZED || 0x80710001 || Library has already been initialized and cannot be initialized again.
| CELL_HTTP_ERROR_NO_REQUEST || 0x80710057 || No request (structure) or request has not been created yet
|-
|-
| CELL_HTTP_ERROR_NOT_INITIALIZED || 0x80710002 || Library has not yet been initialized. Please initialize before use.
| CELL_HTTP_ERROR_LOCK_FAILED || 0x80710058 || Internal failure
|-
|-
| CELL_HTTP_ERROR_NO_MEMORY || 0x80710003 || Call to allocate memory failed (returns NULL)
| CELL_HTTP_ERROR_INVALID_DATA || 0x80710059 || Encountered invalid data during processing
|-
|-
| CELL_HTTP_ERROR_NO_BUFFER || 0x80710004 || No buffer was provided in one of the parameters
| CELL_HTTP_ERROR_BROKEN_CHUNK || 0x8071005a || Unexpectedly interrupted while processing chunk encoding
|-
|-
| CELL_HTTP_ERROR_NO_STRING || 0x80710005 || No string to read has been provided (as a parameter)
| CELL_HTTP_ERROR_NET_FIN || 0x80710091 || Received EOF (FIN) from the socket
|-
|-
| CELL_HTTP_ERROR_INSUFFICIENT || 0x80710006 || Buffer space was insufficient to write into
| CELL_HTTP_ERROR_NET_CONNECT_TIMEOUT || 0x80710092 || Timed out while connecting
|-
|-
| CELL_HTTP_ERROR_INVALID_URI || 0x80710007 || Malformed URI
| CELL_HTTP_ERROR_NET_SELECT_TIMEOUT || 0x80710093 || Timed out while polling
|-
|-
| CELL_HTTP_ERROR_INVALID_HEADER || 0x80710008 || Malformed libhttp header
| CELL_HTTP_ERROR_NET_RESOLVER || 0x80710100 || Error calling gethostbyname(). Error code is net_h_errno.
|-
|-
| CELL_HTTP_ERROR_BAD_METHOD || 0x80710009 || The method provided is not usable
| CELL_HTTP_ERROR_NET_ABORT || 0x80710200 || Error calling network abort. Error code is net_errno.
|-
|-
| CELL_HTTP_ERROR_BAD_CLIENT || 0x80710010 || Not a proper client ID
| CELL_HTTP_ERROR_NET_OPTION || 0x80710300 || Error calling setsockopt(). Error code is net_errno.
|-
|-
| CELL_HTTP_ERROR_BAD_TRANS || 0x80710011 || Not a proper transaction ID
| CELL_HTTP_ERROR_NET_SOCKET || 0x80710400 || Error calling socket(). Error code is net_errno.
|-
|-
| CELL_HTTP_ERROR_NO_CONNECTION || 0x80710012 || No connection available
| CELL_HTTP_ERROR_NET_CONNECT || 0x80710500 || Error calling connect(). Error code is net_errno.
|-
|-
| CELL_HTTP_ERROR_NO_REQUEST_SENT || 0x80710013 || Request has not been sent yet
| CELL_HTTP_ERROR_NET_SEND || 0x80710600 || Error calling send(). Error code is net_errno.
|-
|-
| CELL_HTTP_ERROR_ALREADY_BUILT || 0x80710014 || Request has already been built
| CELL_HTTP_ERROR_NET_RECV || 0x80710700 || Error calling recv(). Error code is net_errno.
|-
|-
| CELL_HTTP_ERROR_ALREADY_SENT || 0x80710015 || Request has already been sent
| CELL_HTTP_ERROR_NET_SELECT || 0x80710800 || Error calling select(). Error code is net_errno.
|-
|-
| CELL_HTTP_ERROR_NO_HEADER || 0x80710016 || That header does not exist
| CELL_HTTPS_ERROR_CERTIFICATE_LOAD || 0x80710a01 || Not able to load SSL certificates
|-
|-
| CELL_HTTP_ERROR_NO_CONTENT_LENGTH || 0x80710017 || No content-length was defined
| CELL_HTTPS_ERROR_BAD_MEMORY || 0x80710a02 || SSL memory call failed
|-
|-
| CELL_HTTP_ERROR_TOO_MANY_REDIRECTS || 0x80710018 || Exceeded maximum number of auto-redirections (default:5)
| CELL_HTTPS_ERROR_CONTEXT_CREATION || 0x80710a03 || Failed to create SSL context
|-
|-
| CELL_HTTP_ERROR_TOO_MANY_AUTHS || 0x80710019 || Exceeded maximum number of auto-authentication tries (default:5)
| CELL_HTTPS_ERROR_CONNECTION_CREATION || 0x80710a04 || Failed to create SSL connection
|-
|-
| CELL_HTTP_ERROR_TRANS_NO_CONNECTION || 0x80710020 || Transaction does not have a connection associated to it
| CELL_HTTPS_ERROR_SOCKET_ASSOCIATION || 0x80710a05 || Failed to associate socket with SSL connection
|-
|-
| CELL_HTTP_ERROR_CB_FAILED || 0x80710021 || Tried to callback to the application, but failed (e.g.: CellHttpAuthenticationCallback returns a negative value or has not been set)
| CELL_HTTPS_ERROR_HANDSHAKE || 0x80710a06 || SSL Connect Handshake error, or SSL certificate verification failed
|-
|-
| CELL_HTTP_ERROR_NOT_PIPED || 0x80710022 || The connection has no transactions in the pipeline –internal error
| CELL_HTTPS_ERROR_LOOKUP_CERTIFICATE || 0x80710a07 || Failed to retrieve SSL certificate
|-
|-
| CELL_HTTP_ERROR_OUT_OF_ORDER_PIPE || 0x80710023 || There is another request next in the pipeline
| CELL_HTTPS_ERROR_NO_SSL || 0x80710a08 || libssl is not available or has not been initialized
|-
|-
| CELL_HTTP_ERROR_TRANS_ABORTED || 0x80710024 || This transaction has been aborted
| CELL_HTTPS_ERROR_KEY_LOAD || 0x80710a09 || Cannot load the private key
|-
|-
| CELL_HTTP_ERROR_BROKEN_PIPELINE || 0x80710025 || The pipeline that this transaction was using has been aborted, and thus broke the pipeline
| CELL_HTTPS_ERROR_CERT_KEY_MISMATCH || 0x80710a0a || The private key and client certificate do not match
|-
|-
| CELL_HTTP_ERROR_UNAVAILABLE || 0x80710026 || The request made is for an unavailable service
| CELL_HTTPS_ERROR_KEY_NEEDS_CERT || 0x80710a0b || The private key needs a client certificate
|-
|-
| CELL_HTTP_ERROR_INVALID_VALUE || 0x80710027 || An invalid value was found in processing
| CELL_HTTPS_ERROR_CERT_NEEDS_KEY || 0x80710a0c || The client certificate needs a private key
|-
|-
| CELL_HTTP_ERROR_CANNOT_AUTHENTICATE || 0x80710028 || Cannot authenticate the transaction (not enough info)
| CELL_HTTPS_ERROR_NET_SSL_CONNECT || 0x80710b00 || Error calling connect(). Error code is net_errno.
|-
|-
| CELL_HTTP_ERROR_COOKIE_NOT_FOUND || 0x80710041 || The cookie is not valid
| CELL_HTTPS_ERROR_NET_SSL_SEND || 0x80710c00 || Error calling send(). Error code is net_errno.
|-
|-
| CELL_HTTP_ERROR_COOKIE_INVALID_DOMAIN || 0x80710042 || The cookie contains an invalid domain
| CELL_HTTPS_ERROR_NET_SSL_RECV || 0x80710d00 || Error calling recv(). Error code is net_errno.
|-
|-
| CELL_HTTP_ERROR_CACHE_ALREADY_INITIALIZED || 0x80710043 || cache has already been initialized
!colspan="3" | Cell Http Util errors (libhttp_util)
|-
|-
| CELL_HTTP_ERROR_CACHE_NOT_INITIALIZED || 0x80710044 || cache has not yet been initialized
| CELL_HTTP_UTIL_ERROR_NO_MEMORY || 0x80711001 || There was not enough memory in the pool
|-
|-
| CELL_HTTP_ERROR_LINE_EXCEEDS_MAX || 0x80710045 || The response line or header exceeds the maximum response buffer size
| CELL_HTTP_UTIL_ERROR_NO_BUFFER || 0x80711002 || No buffer has been provided (as a parameter)
|-
|-
| CELL_HTTP_ERROR_REQUIRES_BASIC_AUTH || 0x80710046 || basic auth is disabled, yet basic auth is required for authorization
| CELL_HTTP_UTIL_ERROR_NO_STRING || 0x80711003 || No string to read has been provided (as a parameter)
|-
|-
| CELL_HTTP_ERROR_UNKNOWN || 0x80710051 || Undefined error (not listed below)
| CELL_HTTP_UTIL_ERROR_INSUFFICIENT || 0x80711004 || Buffer space was insufficient to write into
|-
|-
| CELL_HTTP_ERROR_INTERNAL || 0x80710052 || Internal failure
| CELL_HTTP_UTIL_ERROR_INVALID_URI || 0x80711005 || Malformed URI
|-
|-
| CELL_HTTP_ERROR_NONREMOVABLE || 0x80710053 || Not a removable connection (not free or non-existent connection)
| CELL_HTTP_UTIL_ERROR_INVALID_HEADER || 0x80711006 || Malformed header
|-
|-
| CELL_HTTP_ERROR_BAD_CONN || 0x80710054 || Bad connection (non-existent)
| CELL_HTTP_UTIL_ERROR_INVALID_REQUEST || 0x80711007 || Malformed request line
|-
|-
| CELL_HTTP_ERROR_BAD_MAN || 0x80710055 || Bad connection manager (non-existent)
| CELL_HTTP_UTIL_ERROR_INVALID_RESPONSE || 0x80711008 || Malformed response (status line)
|-
|-
| CELL_HTTP_ERROR_NO_POOL || 0x80710056 || No connection pool exists
| CELL_HTTP_UTIL_ERROR_INVALID_LENGTH || 0x80711009 || Invalid length of buffer
|-
|-
| CELL_HTTP_ERROR_NO_REQUEST || 0x80710057 || No request (structure) or request has not been created yet
| CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER || 0x8071100a || Illegal character
|-
|-
| CELL_HTTP_ERROR_LOCK_FAILED || 0x80710058 || Internal failure
!colspan="3" | Cell SSL errors (libssl)
|-
|-
| CELL_HTTP_ERROR_INVALID_DATA || 0x80710059 || Encountered invalid data during processing
| CELL_SSL_ERROR_NOT_INITIALIZED || 0x80740001 || libssl has not yet been initialized.  Please initialize before use.
|-
|-
| CELL_HTTP_ERROR_BROKEN_CHUNK || 0x8071005a || Unexpectedly interrupted while processing chunk encoding
| CELL_SSL_ERROR_ALREADY_INITIALIZED || 0x80740002 || libssl has already been initialized and cannot be initialized again
|-
|-
| CELL_HTTP_ERROR_DECODE_SETUP || 0x8071005b || error occurred in setting up for decoding
| CELL_SSL_ERROR_INITIALIZATION_FAILED || 0x80740003 || Initialization of the communication part of libssl failed
|-
|-
| CELL_HTTP_ERROR_DECODE_STREAM || 0x8071005c || error occurred in setting up for decoding
| CELL_SSL_ERROR_NO_BUFFER || 0x80740004 || No buffer was provided in one of the parameters
|-
|-
| CELL_HTTP_ERROR_BROKEN_DECODE_STREAM || 0x8071005d || the decode stream has been interrupted
| CELL_SSL_ERROR_INVALID_CERTIFICATE || 0x80740005 || The pointer to the SSL Certificate provided is invalid
|-
|-
| CELL_HTTP_ERROR_INVALID_DCACHE_PATH || 0x80710060 || disk cache path is invalid
| CELL_SSL_ERROR_UNRETRIEVABLE || 0x80740006 || Failed to get the requested information
|-
|-
| CELL_HTTP_ERROR_DCACHE_ALREADY_INITIALIZED || 0x80710061 || disk cache has already been initialized
| CELL_SSL_ERROR_INVALID_FORMAT || 0x80740007 || The format of the SSL Certificate is invalid
|-
|-
| CELL_HTTP_ERROR_DCACHE_NOT_INITIALIZED || 0x80710062 || disk cache has not yet been initialized
| CELL_SSL_ERROR_NOT_FOUND || 0x80740008 || The requested information was not found in the SSL Certificate
|-
|-
| CELL_HTTP_ERROR_TOO_MANY_DCACHE_ENTRY || 0x80710063 || too many disk cache entries
| CELL_SSL_ERROR_INVALID_TIME || 0x80740031 || Invalid time element in the SSL Certificate
|-
|-
| CELL_HTTP_ERROR_DUP_DCACHE_ENTRY || 0x80710064 || duplicated cache entry is found
| CELL_SSL_ERROR_INAVLID_NEGATIVE_TIME || 0x80740032 || Invalid time element with negative values in the SSL Certificate
|-
|-
| CELL_HTTP_ERROR_WRITE_DCACHE || 0x80710065 || unknown disk cache writing error
| CELL_SSL_ERROR_INCORRECT_TIME || 0x80740033 || Value in the time element for the SSL Certificate is incorrect
|-
|-
| CELL_HTTP_ERROR_READ_DCACHE || 0x80710066 || unknown disk cache reading error
| CELL_SSL_ERROR_UNDEFINED_TIME_TYPE || 0x80740034 || Type in the time element for the SSL Certificate is not defined correctly
|-
|-
| CELL_HTTP_ERROR_CACHE_TOO_LARGE || 0x80710067 || too large cache entry
| CELL_SSL_ERROR_NO_MEMORY || 0x80740035 || Call to allocate memory failed (returns NULL)
|-
|-
| CELL_HTTP_ERROR_INVALID_DCACHE_VERSION || 0x80710068 || invalid disk cache version
| CELL_SSL_ERROR_NO_STRING || 0x80740036 || No string to read has been provided (as a parameter)
|-
|-
| CELL_HTTP_ERROR_DCACHE_FILE_BROKEN || 0x80710069 || disk cache file is broken
| CELL_SSL_ERROR_UNKNOWN_LOAD_CERT || 0x80740037 || Unknown certificate load flag
|-
|-
| CELL_HTTP_ERROR_DCACHE_EXCEEDS_MAX || 0x8071006a || disk cache exceeds maximum allowed
!colspan="3" | Cell Rudp errors (librudp)
|-
|-
| CELL_HTTP_ERROR_DCACHE_BUSY || 0x8071006b || disk cache is busy
| CELL_RUDP_ERROR_NOT_INITIALIZED || 0x80770001 || Not initialized
|-
|-
| CELL_HTTP_ERROR_DCACHE_INDEX_BROKEN || 0x8071006c || disk cache index file is broken
| CELL_RUDP_ERROR_ALREADY_INITIALIZED || 0x80770002 || Already initialized
|-
|-
| CELL_HTTP_ERROR_INVALID_DCACHE_INDEX_NODE || 0x8071006d || invalid index node type
| CELL_RUDP_ERROR_INVALID_CONTEXT_ID || 0x80770003 || Invalid context ID
|-
|-
| CELL_HTTP_ERROR_DCACHE_FILE_INCONSISTENCY || 0x8071006e || detect inconsistency in cache file
| CELL_RUDP_ERROR_INVALID_ARGUMENT || 0x80770004 || Invalid argument
|-
|-
| CELL_HTTP_ERROR_DCACHE_URI_TOO_LONG || 0x8071006f || too long url
| CELL_RUDP_ERROR_INVALID_OPTION || 0x80770005 || Invalid option name
|-
|-
| CELL_HTTP_ERROR_READ_DCACHE_EOF || 0x80710070 || eof in reading
| CELL_RUDP_ERROR_INVALID_MUXMODE || 0x80770006 || Invalid multiplexing mode
|-
|-
| CELL_HTTP_ERROR_END_OF_DCACHE_INDEX_NODE || 0x80710071 || end of node
| CELL_RUDP_ERROR_MEMORY || 0x80770007 || Memory allocation failed
|-
|-
| CELL_HTTP_ERROR_NO_CACHE_MEMORY || 0x80710072 || no cache memory
| CELL_RUDP_ERROR_INTERNAL || 0x80770008 || Undefined internal error
|-
|-
| CELL_HTTP_ERROR_DCACHE_BROKEN || 0x80710073 || broken cache file
| CELL_RUDP_ERROR_CONN_RESET || 0x80770009 || Connection was reset
|-
|-
| CELL_HTTP_ERROR_DCACHE_TOO_MANY_WRITE || 0x80710074 || too many cache file for writing
| CELL_RUDP_ERROR_CONN_REFUSED || 0x8077000a || Connection was refused
|-
|-
| CELL_HTTP_ERROR_DCACHE_TOO_MANY_READ || 0x80710075 || too many cache file for reading
| CELL_RUDP_ERROR_CONN_TIMEOUT || 0x8077000b || Connection timed out
|-
|-
| CELL_HTTP_ERROR_DCACHE_FATAL || 0x80710076 || fatal error have been occured
| CELL_RUDP_ERROR_CONN_VERSION_MISMATCH || 0x8077000c || Version does not match
|-
|-
| CELL_HTTP_ERROR_DCACHE_UNSUPPORTED_FEATURE || 0x80710077 || unsupported feature
| CELL_RUDP_ERROR_CONN_TRANSPORT_TYPE_MISMATCH || 0x8077000d || Transport type does not match
|-
|-
| CELL_HTTP_ERROR_DCACHE_INDEX_IS_ALREADY_OPEN || 0x80710078 || cache index node is alread open
| CELL_RUDP_ERROR_QUALITY_LEVEL_MISMATCH || 0x8077000e || Quality level does not match
|-
|-
| CELL_HTTP_ERROR_DCACHE_INDEX_IS_OPENING || 0x80710079 || cache index node is now opening
| CELL_RUDP_ERROR_THREAD || 0x8077000f || Internal I/O thread error
|-
|-
| CELL_HTTP_ERROR_DCACHE_UNKNOWN || 0x80710080 || diskcache unknown error
| CELL_RUDP_ERROR_THREAD_IN_USE || 0x80770010 || Internal I/O thread is currently in use
|-
|-
| CELL_HTTP_ERROR_DCACHE_INDEX_IS_CLOSED || 0x80710081 || cache index node is already closed
| CELL_RUDP_ERROR_NOT_ACCEPTABLE || 0x80770011 || Operation is not permitted
|-
|-
| CELL_HTTP_ERROR_DCACHE_ABORTED || 0x80710082 || opening diskcache is aborted
| CELL_RUDP_ERROR_MSG_TOO_LARGE || 0x80770012 || Message is too large
|-
|-
| CELL_HTTP_ERROR_DCACHE_INDEX_IS_CLOSING || 0x80710083 || opening diskcache is aborted
| CELL_RUDP_ERROR_NOT_BOUND || 0x80770013 || Not bound
|-
|-
| CELL_HTTP_ERROR_DCACHE_UNKNOWN_INDEX_STATE || 0x80710084 || unknown index state
| CELL_RUDP_ERROR_CANCELLED || 0x80770014 || Blocking was cancelled
|-
|-
| CELL_HTTP_ERROR_NET_FIN || 0x80710091 || Received EOF (FIN) from the socket
| CELL_RUDP_ERROR_INVALID_VPORT || 0x80770015 || Invalid virtual port
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_TIMEOUT || 0x80710092 || "An error has occurred. You have been signed out of PSN (80710092)" // Timed out while connecting; scheduled PSN maintenance or connection issues
| CELL_RUDP_ERROR_WOULDBLOCK || 0x80770016 || Currently executing operation
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_TIMEOUT || 0x80710093 || Timed out while polling
| CELL_RUDP_ERROR_VPORT_IN_USE || 0x80770017 || Virtual port is currently in use
|-
|-
| CELL_HTTP_ERROR_NET_SEND_TIMEOUT || 0x80710094 || timed out while polling
| CELL_RUDP_ERROR_VPORT_EXHAUSTED || 0x80770018 || No more available virtual port numbers
|-
|-
| CELL_HTTP_ERROR_NET_RESOLVER || 0x80710100 || Error calling gethostbyname(). Error code is net_h_errno.
| CELL_RUDP_ERROR_INVALID_SOCKET || 0x80770019 || Invalid socket
|-
|-
| CELL_HTTP_ERROR_NET_RESOLVER_HOST_NOT_FOUND || 0x80710101 || Cannot connect to internet (incorrect configuration, incorrect URL or lag in service)
| CELL_RUDP_ERROR_BUFFER_TOO_SMALL || 0x8077001a || Buffer is too small
|-
|-
| CELL_HTTP_ERROR_NET_RESOLVER_TRY_AGAIN || 0x80710102 || "There was an issue connecting to the server. This is a DNS error" // Cannot connect to internet (DNS error) // IP conflict, PS3 cannot connect to the router with current IP information. Try rebooting your router
| CELL_RUDP_ERROR_MSG_MALFORMED || 0x8077001b || Invalid packet
|-
|-
| CELL_HTTP_ERROR_NET_RESOLVER_NO_RECOVERY || 0x80710103 || Server timed out
| CELL_RUDP_ERROR_ADDR_IN_USE || 0x8077001c || Address is currently in use
|-
|-
| CELL_HTTP_ERROR_NET_RESOLVER_NO_DATA<br />CELL_HTTP_ERROR_NET_RESOLVER_NO_ADDRESS || 0x80710104 || DNS Error // Experienced with Cobra CFW and trying PS3ITA/Rebug Spoof for PSN.
| CELL_RUDP_ERROR_ALREADY_BOUND || 0x8077001d || Already bound
|-
|-
| CELL_HTTP_ERROR_NET_RESOLVER_NETDB_INTERNAL || 0x807101FF || "An error occurred during communication with the server. This is a DNS error (807101FF)" // Problems with host name of PS3 system (DNS error?)
| CELL_RUDP_ERROR_ALREADY_EXISTS || 0x8077001e || Already exists
|-
|-
| CELL_HTTP_ERROR_NET_ABORT || 0x80710200 || Error calling network abort. Error code is net_errno.
| CELL_RUDP_ERROR_INVALID_POLL_ID || 0x8077001f || Invalid polling ID
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EPERM || 0x80710201 ||  
| CELL_RUDP_ERROR_TOO_MANY_CONTEXTS || 0x80770020 || Too many contexts
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOENT || 0x80710202 || Disconnection error
| CELL_RUDP_ERROR_IN_PROGRESS || 0x80770021 || Currently executing operation
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ESRCH || 0x80710203 ||  
| CELL_RUDP_ERROR_NO_EVENT_HANDLER || 0x80770022 || Common event handler has not been registered
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EINTR || 0x80710204 ||  
| CELL_RUDP_ERROR_PAYLOAD_TOO_LARGE || 0x80770023 || Payload is too large
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EIO || 0x80710205 ||  
| CELL_RUDP_ERROR_END_OF_DATA || 0x80770024 || End of receive data
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENXIO || 0x80710206 ||  
| CELL_RUDP_ERROR_ALREADY_ESTABLISHED || 0x80770025 || Connection is already established
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_E2BIG || 0x80710207 ||  
| CELL_RUDP_ERROR_KEEP_ALIVE_FAILURE || 0x80770026 || Connection was closed due to keep-alive timeout
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOEXC || 0x80710208 ||  
|}
 
== AV Chat 2 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EBADF || 0x80710209 ||  
| CELL_AVC2_ERROR_UNKNOWN || 0x8002b701 || Internal error
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ECHILD || 0x8071020a ||  
| CELL_AVC2_ERROR_NOT_SUPPORTED || 0x8002b702 || Function is not supported
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EDEADLK || 0x8071020b ||  
| CELL_AVC2_ERROR_NOT_INITIALIZED || 0x8002b703 || Not loaded
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOMEM || 0x8071020c ||  
| CELL_AVC2_ERROR_ALREADY_INITIALIZED || 0x8002b704 || Already initialized
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EACCES || 0x8071020d ||  
| CELL_AVC2_ERROR_INVALID_ARGUMENT || 0x8002b705 || Invalid argument was passed
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EFAULT || 0x8071020e ||  
| CELL_AVC2_ERROR_OUT_OF_MEMORY || 0x8002b706 || Memory could not be allocated
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOTBLK || 0x8071020f ||  
| CELL_AVC2_ERROR_ERROR_BAD_ID || 0x8002b707 || Invalid ID was passed
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EBUSY || 0x80710210 ||  
| CELL_AVC2_ERROR_INVALID_STATUS || 0x8002b70a || Function was called when processing could not be executed
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EEXIST || 0x80710211 ||  
| CELL_AVC2_ERROR_TIMEOUT || 0x8002b70b || Processing failed due to timeout
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EXDEV || 0x80710212 ||  
| CELL_AVC2_ERROR_NO_SESSION || 0x8002b70d || Function was called when the user has not joined an AV chat session
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENODEV || 0x80710213 ||  
| CELL_AVC2_ERROR_WINDOW_ALREADY_EXISTS || 0x8002b70f || Window has already been created
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOTDIR || 0x80710214 ||  
| CELL_AVC2_ERROR_TOO_MANY_WINDOWS || 0x8002b710 || Number of windows has reached the maximum allowed
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EISDIR || 0x80710215 ||  
| CELL_AVC2_ERROR_TOO_MANY_PEER_WINDOWS || 0x8002b711 || Number of peer windows has reached the maximum allowed
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EINVAL || 0x80710216 ||  
| CELL_AVC2_ERROR_WINDOW_NOT_FOUND || 0x8002b712 || Window has not been created
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENFILE || 0x80710217 ||  
| CELL_AVC2_PRIVATE_ERROR_HDD_NO_SPACE || 0x8002B786 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EMFILE || 0x80710218 ||  
| CELL_AVC2_PRIVATE_ERROR_TEXT_LOGMGR_INTERNAL_FILEBROKEN|| 0x8002B7CC ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOTTY || 0x80710219 ||  
|}
 
== Gameupdate errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ETXTBSY || 0x8071021a ||  
| CELL_GAMEUPDATE_ERROR_NOT_INITILIZED || 0x8002cc01 || Not initialized
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EFBIG || 0x8071021b ||  
| CELL_GAMEUPDATE_ERROR_ALREADY_INITIALIZED || 0x8002cc02 || Already initialized
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOSPC || 0x8071021c ||  
| CELL_GAMEUPDATE_ERROR_INVALID_ADDR || 0x8002cc03 || Address of the passed argument is invalid
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ESPIPE || 0x8071021d ||  
| CELL_GAMEUPDATE_ERROR_INVALID_SIZE || 0x8002cc04 || Size of the passed argument is invalid
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EROFS || 0x8071021e ||  
| CELL_GAMEUPDATE_ERROR_INVALID_MEMORY_CONTAINER || 0x8002cc05 || Memory container is invalid
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EMLINK || 0x8071021f ||  
| CELL_GAMEUPDATE_ERROR_INSUFFICIENT_MEMORY_CONTAINER || 0x8002cc06 || Size of the memory container is insufficient
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EPIPE || 0x80710220 ||  
| CELL_GAMEUPDATE_ERROR_BUSY || 0x8002cc07 || An API is being processed
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EDOM || 0x80710221 ||  
| CELL_GAMEUPDATE_ERROR_NOT_START || 0x8002cc08 || Game update utility has not been started up
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ERANGE || 0x80710222 ||  
| CELL_GAMEUPDATE_ERROR_LOAD_FAILED || 0x8002cc09 || Failed to load the game update module
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EAGAIN || 0x80710223 ||  
|}
 
== Sysutil Accesspoint errors (PSP/Remoteplay) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EWOULDBLOCK || 0x80710223 ||  
| CELL_SYSUTIL_AP_ERROR_OUT_OF_MEMORY || 0x8002cd00 || Not enough memory
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EINPROGRESS || 0x80710224 ||  
| CELL_SYSUTIL_AP_ERROR_FATAL || 0x8002cd01 || Internal error occurred
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EALREADY || 0x80710225 ||  
| CELL_SYSUTIL_AP_ERROR_INVALID_VALUE || 0x8002cd02 || Invalid argument
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOTSOCK || 0x80710226 ||  
| CELL_SYSUTIL_AP_ERROR_NOT_INITIALIZED || 0x8002cd03 || Not correctly initialized
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EDESTADDRREQ || 0x80710227 ||  
| CELL_SYSUTIL_AP_ERROR_ZERO_REGISTERED || 0x8002cd13 || No PSP is registered
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EMSGSIZE || 0x80710228 ||  
| CELL_SYSUTIL_AP_ERROR_NETIF_DISABLED || 0x8002cd14 || Usable network does not exist
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EPROTOTYPE || 0x80710229 ||  
| CELL_SYSUTIL_AP_ERROR_NETIF_NO_CABLE || 0x8002cd15 || Cable is not connected
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOPROTOOPT || 0x8071022a ||  
| CELL_SYSUTIL_AP_ERROR_NETIF_CANNOT_CONNECT || 0x8002cd16 || Could not obtain IP
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EPROTONOSUPPORT || 0x8071022b ||  
|}
 
== Background Download Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ESOCKTNOSUPPORT || 0x8071022c ||  
| CELL_BGDL_UTIL_ERROR_BUSY || 0x8002ce01 || Requested processing could not be executed because required processing has not been completed
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EOPNOTSUPP || 0x8071022d ||  
| CELL_BGDL_UTIL_ERROR_INTERNAL || 0x8002ce02 || Internal error
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EPFNOSUPPORT || 0x8071022e ||  
| CELL_BGDL_UTIL_ERROR_PARAM || 0x8002ce03 || Invalid parameter
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EAFNOSUPPORT || 0x8071022f ||  
| CELL_BGDL_UTIL_ERROR_ACCESS_ERROR || 0x8002ce04 || HDD access error
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EADDRINUSE || 0x80710230 ||  
| CELL_BGDL_UTIL_ERROR_INITIALIZE || 0x8002ce05 || Initialization error
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EADDRNOTAVAIL || 0x80710231 ||
|}
|-
 
| CELL_HTTP_ERROR_NET_ABORT_ENETDOWN || 0x80710232 ||
== Video Upload Utility errors ==
|-
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
| CELL_HTTP_ERROR_NET_ABORT_ENETUNREACH || 0x80710233 ||
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENETRESET || 0x80710234 ||  
| CELL_VIDEO_UPLOAD_ERROR_CANCEL || 0x8002d000 || User cancelled the operation
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ECONNABORTED || 0x80710235 ||  
| CELL_VIDEO_UPLOAD_ERROR_NETWORK || 0x8002d001 || Network error
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ECONNRESET || 0x80710236 ||  
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_STOP || 0x8002d002 || Service is stopped
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOBUFS || 0x80710237 ||  
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_BUSY || 0x8002d003 || Service is busy
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EISCONN || 0x80710238 ||  
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_UNAVAILABLE || 0x8002d004 || Service could not be used
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOTCONN || 0x80710239 ||  
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_QUOTA || 0x8002d005 || Service limit on upload size was exceeded
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ESHUTDOWN || 0x8071023a ||  
| CELL_VIDEO_UPLOAD_ERROR_ACCOUNT_STOP || 0x8002d006 || Account for using service was stopped
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ETOOMANYREFS || 0x8071023b ||  
| CELL_VIDEO_UPLOAD_ERROR_OUT_OF_MEMORY || 0x8002d020 || Memory could not be allocated
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ETIMEDOUT || 0x8071023c ||  
| CELL_VIDEO_UPLOAD_ERROR_FATAL || 0x8002d021 || Fatal internal error
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ECONNREFUSED || 0x8071023d ||  
| CELL_VIDEO_UPLOAD_ERROR_INVALID_VALUE || 0x8002d022 || Invalid argument
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ELOOP || 0x8071023e ||  
| CELL_VIDEO_UPLOAD_ERROR_FILE_OPEN || 0x8002d023 || Specified file could not be opened
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENAMETOOLONG || 0x8071023f ||  
| CELL_VIDEO_UPLOAD_ERROR_INVALID_STATE || 0x8002d024 || Function was called in an incorrect state
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EHOSTDOWN || 0x80710240 ||  
|}
 
== USB PSP Connection Manager errors (PSP/Remoteplay) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EHOSTUNREACH || 0x80710241 ||  
| CELL_USBPSPCM_ERROR_NOT_INITIALIZED || 0x80110401 || Library has not been initialized
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOTEMPTY || 0x80710242 ||  
| CELL_USBPSPCM_ERROR_ALREADY || 0x80110402 || Already being processed
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EPROCLIM || 0x80710243 ||  
| CELL_USBPSPCM_ERROR_INVALID || 0x80110403 || Argument value is invalid
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EUSERS || 0x80710244 ||  
| CELL_USBPSPCM_ERROR_NO_MEMORY || 0x80110404 || Memory pool size is insufficient
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EDQUOT || 0x80710245 ||  
| CELL_USBPSPCM_ERROR_BUSY || 0x80110405 || Processing currently cannot be performed
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ESTALE || 0x80710246 ||  
| CELL_USBPSPCM_ERROR_INPROGRESS || 0x80110406 || Processing is currently in progress
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EREMOTE || 0x80710247 ||  
| CELL_USBPSPCM_ERROR_NO_SPACE || 0x80110407 || No free channel exists
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EBADRPC || 0x80710248 ||  
| CELL_USBPSPCM_ERROR_CANCELED || 0x80110408 || Canceled
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ERPCMISMATCH || 0x80710249 ||  
| CELL_USBPSPCM_ERROR_RESETTING || 0x80110409 || Reset processing is in progress
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EPROGUNAVAIL || 0x8071024a ||  
| CELL_USBPSPCM_ERROR_RESET_END || 0x8011040A || Reset processing has completed
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EPROGMISMATCH || 0x8071024b ||  
| CELL_USBPSPCM_ERROR_CLOSED || 0x8011040B || Channel has been discarded
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EPROCUNAVAIL || 0x8071024c ||  
| CELL_USBPSPCM_ERROR_NO_DATA || 0x8011040C || No data has been received
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOLCK || 0x8071024d ||  
|}
 
 
== USB errors ==
{| class="wikitable sortable"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOSYS || 0x8071024e ||  
| CELL_USBD_ERROR_NOT_INITIALIZED        || 0x80110001 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EFTYPE || 0x8071024f ||  
| CELL_USBD_ERROR_ALREADY_INITIALIZED    || 0x80110002 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EAUTH || 0x80710250 ||  
| CELL_USBD_ERROR_NO_MEMORY              || 0x80110003 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENEEDAUTH || 0x80710251 ||  
| CELL_USBD_ERROR_INVALID_PARAM          || 0x80110004 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EIDRM || 0x80710252 ||  
| CELL_USBD_ERROR_INVALID_TRANSFER_TYPE  || 0x80110005 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOMSG || 0x80710253 ||  
| CELL_USBD_ERROR_LDD_ALREADY_REGISTERED || 0x80110006 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EOVERFLOW || 0x80710254 ||  
| CELL_USBD_ERROR_LDD_NOT_ALLOCATED      || 0x80110007 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EILSEQ || 0x80710255 ||  
| CELL_USBD_ERROR_LDD_NOT_RELEASED      || 0x80110008 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOTSUP || 0x80710256 ||  
| CELL_USBD_ERROR_LDD_NOT_FOUND          || 0x80110009 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ECANCELED || 0x80710257 ||  
| CELL_USBD_ERROR_DEVICE_NOT_FOUND      || 0x8011000a ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_EBADMSG || 0x80710258 ||  
| CELL_USBD_ERROR_PIPE_NOT_ALLOCATED    || 0x8011000b ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENODATA || 0x80710259 ||  
| CELL_USBD_ERROR_PIPE_NOT_RELEASED      || 0x8011000c ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOSR || 0x8071025a ||  
| CELL_USBD_ERROR_PIPE_NOT_FOUND        || 0x8011000d ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOSTR || 0x8071025b ||  
| CELL_USBD_ERROR_IOREQ_NOT_ALLOCATED    || 0x8011000e ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ETIME || 0x8071025c ||  
| CELL_USBD_ERROR_IOREQ_NOT_RELEASED    || 0x8011000f ||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION ||0x80710300|| Error calling setsockopt(). Error code is net_errno.
| CELL_USBD_ERROR_IOREQ_NOT_FOUND        || 0x80110010 ||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EPERM || 0x80710301 ||  
| CELL_USBD_ERROR_CANNOT_GET_DESCRIPTOR  || 0x80110011 ||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOENT || 0x80710302 ||  
| CELL_USBD_ERROR_FATAL                  || 0x801100ff ||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ESRCH || 0x80710303 ||  
|}
 
== Face Recognition errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EINTR || 0x80710304 ||  
| CELL_FACE_ERROR_IMG_WIDTH_LIMIT || 0x80140901 || Width or data width of the input image is outside the valid range
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EIO || 0x80710305 ||  
| CELL_FACE_ERROR_IMG_WIDTH_ALIGN || 0x80140902 || Data width of the input image is not a multiple of 16
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENXIO || 0x80710306 ||  
| CELL_FACE_ERROR_INVALID_EA || 0x80140903 || Specified pointer is not valid (Not aligned, or NULL)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_E2BIG || 0x80710307 ||  
| CELL_FACE_ERROR_INVALID_PARAM || 0x80140904 || Specified parameter is not valid
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOEXC || 0x80710308 ||  
| CELL_FACE_ERROR_INVALID_WORK || 0x80140905 || Invalid work area
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EBADF || 0x80710309 ||  
| CELL_FACE_ERROR_INVALID_DICT || 0x80140906 || Invalid dictionary data
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ECHILD || 0x8071030a ||  
| CELL_FACE_ERROR_OUT_OF_BOUNDS || 0x80140907 || Face area is outside the input image area
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EDEADLK || 0x8071030b ||  
| CELL_FACE_ERROR_NON_FRONTAL || 0x80140908 || Angle of face area is outside the range
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOMEM || 0x8071030c ||  
| CELL_FACE_ERROR_TOO_SMALL || 0x80140909 || Face area is too small
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EACCES || 0x8071030d ||  
| CELL_FACE_ERROR_PARTS_MISSING || 0x8014090a || One or more parts could not be detected
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EFAULT || 0x8071030e ||  
| CELL_FACE_ERROR_NO_MEMORY || 0x8014090b || Not enough memory
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOTBLK || 0x8071030f ||  
| CELL_FACE_ERROR_DMA_TAG || 0x8014090c || Problem with the specified DMA tag numbers
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EBUSY || 0x80710310 ||  
|}
 
== Head Tracker errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EEXIST || 0x80710311 ||  
| CELL_HEAD_TRACKER_ERROR_INVAL || 0x80140a01 || Value of argument is invalid
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EXDEV || 0x80710312 ||  
| CELL_HEAD_TRACKER_ERROR_ALIGN || 0x80140a02 || Address alignment of argument is invalid
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENODEV || 0x80710313 ||  
| CELL_HEAD_TRACKER_ERROR_NOMEM || 0x80140a03 || Not enough memory for this operation
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOTDIR || 0x80710314 ||  
| CELL_HEAD_TRACKER_ERROR_CALIB_FAIL || 0x80140a04 || Calibration failed
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EISDIR || 0x80710315 ||  
| CELL_HEAD_TRACKER_ERROR_CALIB_INCOMPLETE || 0x80140a05 || Calibration is incomplete
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EINVAL || 0x80710316 ||  
|}
 
== Face Tracker errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENFILE || 0x80710317 ||  
| CELL_FACE_TRACKER_ERROR_BASE              || 0x80140940||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EMFILE || 0x80710318 ||  
| CELL_FACE_TRACKER_ERROR_INVALID_WORKAREA  || 0x80140941||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOTTY || 0x80710319 ||  
| CELL_FACE_TRACKER_ERROR_WORKAREA_ALIGN    || 0x80140942||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ETXTBSY || 0x8071031a ||  
| CELL_FACE_TRACKER_ERROR_ROWSTRIDE_ALIGN  || 0x80140943||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EFBIG || 0x8071031b ||  
| CELL_FACE_TRACKER_ERROR_SHORT_WORKSIZE    || 0x80140944||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOSPC || 0x8071031c ||  
| CELL_FACE_TRACKER_ERROR_IMAGE_WIDTH_LIMIT || 0x80140945||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ESPIPE || 0x8071031d ||  
| CELL_FACE_TRACKER_ERROR_INVALID_PARAM    || 0x80140946||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EROFS || 0x8071031e ||  
| CELL_FACE_TRACKER_ERROR_FACEID_FULL      || 0x80140947||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EMLINK || 0x8071031f ||  
| CELL_FACE_TRACKER_ERROR_FACEID_NOT_EXIST  || 0x80140948||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EPIPE || 0x80710320 ||  
| CELL_FACE_TRACKER_ERROR_NOT_INITIALIZED  || 0x80140949||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EDOM || 0x80710321 ||  
| CELL_FACE_TRACKER_ERROR_INVALID_TIMING    || 0x8014094a||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ERANGE || 0x80710322 ||  
| CELL_FACE_TRACKER_ERROR_ALREADY_INITIALIZED || 0x8014094b||  
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EAGAIN || 0x80710323 ||  
|}
 
== Debug errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EWOULDBLOCK || 0x80710323 ||
!colspan="3" | Debug errors (libdbg)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EINPROGRESS || 0x80710324 ||  
| CELL_DBG_EINVAL || 0x80510002 || Specified argument is invalid
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EALREADY || 0x80710325 ||  
| CELL_DBG_EABORT || 0x8051000C || Processing has been aborted because of an abnormal state
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOTSOCK || 0x80710326 ||  
| CELL_DBG_ENULL || 0x8051000E || The pointer specified in the argument is NULL
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EDESTADDRREQ || 0x80710327 ||
!colspan="3" | Debug Font errors (libdbgfont)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EMSGSIZE || 0x80710328 ||  
| CELL_DBGFONT_ERROR_MALLOC || 0x80510104 || Allocation of main memory failed
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EPROTOTYPE || 0x80710329 ||  
| CELL_DBGFONT_ERROR_TEMP_BUFFER || 0x80510105 || Internal buffer for printf functions overflowed
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOPROTOOPT || 0x8071032a ||  
| CELL_DBGFONT_ERROR_LABEL_BUFFER || 0x80510106 || Label buffer space not enough
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EPROTONOSUPPORT || 0x8071032b ||  
| CELL_DBGFONT_ERROR_PARAM || 0x80510107 || Inappropriate argument value
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ESOCKTNOSUPPORT || 0x8071032c ||  
| CELL_DBGFONT_ERROR_EXISTS || 0x80510108 || Library initialization attempted twice
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EOPNOTSUPP || 0x8071032d ||  
| CELL_DBGFONT_ERROR_NOT_INIT || 0x80510109 || Library not initialized
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EPFNOSUPPORT || 0x8071032e ||  
| CELL_DBGFONT_ERROR_CG_PROFILE || 0x8051010a || Cg profile not supported
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EAFNOSUPPORT || 0x8071032f ||  
| CELL_DBGFONT_ERROR_CONSOLE_ID || 0x80510111 || Inappropriate console ID
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EADDRINUSE || 0x80710330 ||  
| CELL_DBGFONT_ERROR_CONSOLE_FULL || 0x80510112 || No free console
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EADDRNOTAVAIL || 0x80710331 ||
!colspan="3" | Debug RSX errors (libdbgrsx)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENETDOWN || 0x80710332 ||  
| CELL_DBG_RSX_ERROR_FAILURE || || RSX function fails
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENETUNREACH || 0x80710333 ||  
| CELL_DBG_RSX_ERROR_INVALID_VALUE || || Invalid Value (data is NULL, or not a multiple of 64)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENETRESET || 0x80710334 ||  
| CELL_DBG_RSX_ERROR_INVALID_ENUM || || Invalid enum value
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ECONNABORTED || 0x80710335 ||
!colspan="3" | Debug LV2 errors (liblv2dbg)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ECONNRESET || 0x80710336 ||  
| CELL_LV2DBG_ERROR_DEINVALIDARGUMENTS || 0x80010409 || Invalid arguments
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOBUFS || 0x80710337 ||  
| CELL_LV2DBG_ERROR_DEOPERATIONDENIED || 0x8001042c || Call of a liblv2dbg public function within the PS3 environment
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EISCONN || 0x80710338 ||  
|}
 
== DECI3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOTCONN || 0x80710339 ||
!colspan="3" | DECI3 Remote File Protocol / File Management Protocol / Controller Protocol errors (drfp/dfmp/ctrlp)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ESHUTDOWN || 0x8071033a ||  
| DRFP_EINVAL / DFMP_EINVAL / CTRLP_EINVAL || 0x80010002 || Argument is invalid (Invalid packet, e.g. controller information has been sent when its playback was not being processed)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ETOOMANYREFS || 0x8071033b ||  
| DRFP_ENOMEM / DFMP_ENOMEM / CTRLP_ENOMEM || 0x80010004 || Not enough memory
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ETIMEDOUT || 0x8071033c ||  
| DRFP_ENOENT / DFMP_ENOENT || 0x80010006 || File could not be found, or filename is invalid
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ECONNREFUSED || 0x8071033d ||  
| DRFP_EBUSY / DFMP_EBUSY / CTRLP_EBUSY || 0x8001000a || Already open (or already recording or playing)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ELOOP || 0x8071033e ||  
| DRFP_EISDIR / DFMP_EISDIR || 0x80010012 || Is a directory
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENAMETOOLONG || 0x8071033f ||  
| DRFP_EEXIST / DFMP_EEXIST || 0x80010014 || File already exists
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EHOSTDOWN || 0x80710340 ||  
| DRFP_EFBIG / DFMP_EFBIG || 0x80010020 || File is too big
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EHOSTUNREACH || 0x80710341 ||  
| DRFP_ENOSPC / DFMP_ENOSPC || 0x80010023 || Space cannot be allocated on disk
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOTEMPTY || 0x80710342 ||  
| DRFP_EROFS / DFMP_EROFS || 0x80010026 || Write access was requested for read-only file system
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EPROCLIM || 0x80710343 ||  
| DRFP_EACCES / DFMP_EACCES || 0x80010029 || Do not have access rights
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EUSERS || 0x80710344 ||  
| DRFP_EBADF / DFMP_EBADF || 0x8001002a || File descriptor is invalid
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EDQUOT || 0x80710345 ||  
| DRFP_EIO / DFMP_EIO || 0x8001002b || I/O error
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ESTALE || 0x80710346 ||  
| DRFP_EMFILE / DFMP_EMFILE || 0x8001002c || Maximum number of operable files exceeded
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EREMOTE || 0x80710347 ||  
| DRFP_ENODEV / DFMP_ENODEV / CTRLP_ENODEV || 0x8001002d || Specified device does not exist (or disconnected)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EBADRPC || 0x80710348 ||  
| DRFP_ENOTDIR / DFMP_ENOTDIR || 0x8001002e || Not a directory
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ERPCMISMATCH || 0x80710349 ||  
| DRFP_EXDEV / DFMP_EXDEV || 0x80010030 || Multiple devices are specified
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EPROGUNAVAIL || 0x8071034a ||  
| DRFP_ENAMETOOLONG / DFMP_ENAMETOOLONG || 0x80010034 || File pathname is too long
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EPROGMISMATCH || 0x8071034b ||  
| DRFP_ENOTEMPTY / DFMP_ENOTEMPTY || 0x80010036 || Directory is not empty
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EPROCUNAVAIL || 0x8071034c ||  
| DRFP_ENOTSUP / DFMP_EUNSUP / CTRLP_EUNSUP || 0x80010037 || Request is not supported by this device
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOLCK || 0x8071034d ||  
| DRFP_ESPECIFIC / DFMP_EFSSPECIFIC || 0x80010038 || Undefined error
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOSYS || 0x8071034e ||
!colspan="3" | DECI3 Systemcalls errors (libdeci3)
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EFTYPE || 0x8071034f ||  
| SYS_DECI3_EINVAL || 0x80510201 || Invalid parameter
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EAUTH || 0x80710350 ||  
| SYS_DECI3_EBADF || 0x80510202 || Invalid session ID
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENEEDAUTH || 0x80710351 ||  
| SYS_DECI3_EALREADYUSE || 0x80510203 || Session is already opened
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EIDRM || 0x80710352 ||  
| SYS_DECI3_EMFILE || 0x80510204 || Number of sessions that can be open simultaneously was exceeded
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOMSG || 0x80710353 ||  
| SYS_DECI3_EPKTSIZE || 0x80510205 || Send data is too large
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EOVERFLOW || 0x80710354 ||  
| SYS_DECI3_ENOHOSTIF || 0x80510206 || Not connected with host
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EILSEQ || 0x80710355 ||  
| SYS_DECI3_ENOSPACE || 0x80510207 || Send buffer is full
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOTSUP || 0x80710356 ||  
| SYS_DECI3_EPERM || 0x80510208 || Not in a state in which the function can be executed
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ECANCELED || 0x80710357 ||  
| SYS_DECI3_ENOMEM || 0x80510209 || Not enough memory
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_EBADMSG || 0x80710358 ||  
| SYS_DECI3_EBUSY || 0x8051020a || Timeout occurred
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENODATA || 0x80710359 ||  
| SYS_DECI3_ENXIO || 0x8051020b || Communication device does not exist
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOSR || 0x8071035a ||  
| SYS_DECI3_EFAULT || 0x8051020c || Internal error occurred
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ENOSTR || 0x8071035b ||
!colspan="3" | Dtlib errors
|-
|-
| CELL_HTTP_ERROR_NET_OPTION_ETIME || 0x8071035c ||  
| DTLIB_INVALID_TARGETNAME || 50001<!--//5digit shortnumbers are not a typo!//--> || hostname is not valid
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET || 0x80710400 || Error calling socket(). Error code is net_errno.
| DTLIB_INVALID_SOCKET || 50002 || Socket is invalid
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EPERM || 0x80710401 ||  
| DTLIB_INVALID_PCK || 50003 || Unknown packet was received, or packet is unrelated to specified deciH
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOENT || 0x80710402 ||  
| DTLIB_INVALID_PERM || 50004 || Specified argument is invalid
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ESRCH || 0x80710403 ||  
| DTLIB_ERROR_READ || 50005 || Read of DECI header failed
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EINTR || 0x80710404 ||  
| DTLIB_INVALID_SIZE || 50006 || Packet size of DECI header is invalid
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EIO || 0x80710405 ||  
| DTLIB_DCMP_INVALHEAD || 50100 || Unsupported DECI header
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENXIO || 0x80710406 ||  
| DTLIB_DCMP_SYSTEM_OFF || 50101 || System power has dropped
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_E2BIG || 0x80710407 ||  
| DTLIB_DCMP_SYSTEM_SUSPENDED || 50102 || System is suspended
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOEXC || 0x80710408 ||  
| DTLIB_DCMP_LPAR_NONE || 50103 || Invalid LPAR
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EBADF || 0x80710409 ||  
| DTLIB_DCMP_LPAR_SUSPENDED || 50104 || LPAR is suspended
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ECHILD || 0x8071040A ||  
| DTLIB_DCMP_NOCONNECT || 50105 || DECI3 Manager is not connected
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EDEADLK || 0x8071040B ||  
| DTLIB_DCMP_NOPROTO || 50106 || Invalid protocol number
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOMEM || 0x8071040C || Network memory running low. If playing a game, exit out and restart it or reboot console; if doing something else, reboot console and issue should resolve itself
| DTLIB_DCMP_PRIORITY || 50107 || Invalid priority
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EACCES || 0x8071040D ||  
| DTLIB_DCMP_NOSPACE || 50108 || Insufficient memory
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EFAULT || 0x8071040E ||  
| DTLIB_DCMP_VERSION || 50110 || Unsupported DECI version
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOTBLK || 0x8071040F ||  
| DTLIB_NETMP_INVAL || 50121 || Invalid request (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EBUSY || 0x80710410 ||  
| DTLIB_NETMP_BUSY || 50122 || Another application is already connected using the same protocol, same port, and same priority (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EEXIST || 0x80710411 ||  
| DTLIB_NETMP_NOTCONNECT || 50123 || Not connected to dtnetm (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EXDEV || 0x80710412 ||  
| DTLIB_NETMP_ALREADYCONN || 50124 || Already connected (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENODEV || 0x80710413 ||  
| DTLIB_NETMP_NOMEM || 50125 || Insufficient memory (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOTDIR || 0x80710414 ||  
| DTLIB_NETMP_INVALLPAR || 50126 || Invalid LPAR (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EISDIR || 0x80710415 ||  
| DTLIB_NETMP_INVALPRIORITY || 50127 || Invalid priority (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EINVAL || 0x80710416 ||  
| DTLIB_NETMP_INVALPROTO || 50128 || Invalid protocol number (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENFILE || 0x80710417 ||  
| DTLIB_NETMP_POWER_OFF || 50129 || Target power is off (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EMFILE || 0x80710418 ||  
| DTLIB_NETMP_NODECI_CONNECT || 50130 || DECI3 Manager is not connected (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOTTY || 0x80710419 ||  
| DTLIB_NETMP_NOREGISTER || 50131 || Not registered (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ETXTBSY || 0x8071041a ||  
| DTLIB_NETMP_ALREADY_REGISTER || 50132 || Already registered (dtnetm error)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EFBIG || 0x8071041b ||  
| DTLIB_SOCKET_CLOSE || 50141 || Communication is not possible due to closed socket
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOSPC || 0x8071041c ||  
| DTLIB_WAIT_TIMEOUT || 50142 || Timeout
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ESPIPE || 0x8071041d ||  
| DTLIB_DONT_CONTINUE || 50143 || Callback routine returned false or communication could not be performed for some other reason.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EROFS || 0x8071041e ||  
| DTLIB_TOO_BIG_PACKET || 50201 || Size of data to be sent is larger than 64KB
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EMLINK || 0x8071041f ||  
|}
 
== FIOS errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EPIPE || 0x80710420 ||  
| CELL_FIOS_ERROR_INPROGRESS || 0x80010701 || I/O is in progress.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EDOM || 0x80710421 ||  
| CELL_FIOS_ERROR_UNKNOWNCALLBACKEVENT || 0x80010702 || Callback return code: event was not handled.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ERANGE || 0x80710422 ||  
| CELL_FIOS_ERROR_NOTREADY || 0x80010703 || Callback return code: no buffer ready yet, try again later.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EAGAIN || 0x80710423 ||  
| CELL_FIOS_ERROR_TIMEOUT || 0x80010704 || The deadline has been reached while waiting on an operation, and the I/O has not completed yet.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EWOULDBLOCK || 0x80710423 ||  
| CELL_FIOS_ERROR_BADPATH || 0x80010705 || Bad path argument, or file not found.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EINPROGRESS || 0x80710424 ||  
| CELL_FIOS_ERROR_BADHANDLE || 0x80010706 || Bad filehandle argument.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EALREADY || 0x80710425 ||  
| CELL_FIOS_ERROR_BADPARAM || 0x80010707 || Bad parameter (invalid or illegal).
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOTSOCK || 0x80710426 ||  
| CELL_FIOS_ERROR_CANCELLED || 0x80010708 || Operation was cancelled.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EDESTADDRREQ || 0x80710427 ||  
| CELL_FIOS_ERROR_EOF || 0x80010709 || End-of-file was reached during a read; some data may have been returned prior to the EOF. Check the actual bytes transferred.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EMSGSIZE || 0x80710428 ||  
| CELL_FIOS_ERROR_NOMEM || 0x8001070A || Out of memory.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EPROTOTYPE || 0x80710429 ||  
| CELL_FIOS_ERROR_BADOFFSET || 0x8001070B || Bad offset during seek.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOPROTOOPT || 0x8071042a ||  
| CELL_FIOS_ERROR_BADCALLBACK || 0x8001070C || Callback was NULL when it shouldn't have been.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EPROTONOSUPPORT || 0x8071042b ||  
| CELL_FIOS_ERROR_PLATFORM || 0x8001070D || Some platform-specific error occurred that is not enumerated here (for example, too many open files).
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ESOCKTNOSUPPORT || 0x8071042c ||  
| CELL_FIOS_ERROR_ACCESS || 0x8001070E || Access was denied, you don't have appropriate security permission.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EOPNOTSUPP || 0x8071042d ||  
| CELL_FIOS_ERROR_DECOMPRESSION || 0x8001070F || Decompression failed.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EPFNOSUPPORT || 0x8071042e ||  
| CELL_FIOS_ERROR_READONLY || 0x80010710 || Write not supported by media or file access permissions.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EAFNOSUPPORT || 0x8071042f ||  
| CELL_FIOS_ERROR_NOBLOCK || 0x80010711 || Block APIs not supported by media.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EADDRINUSE || 0x80710430 ||  
| CELL_FIOS_ERROR_NOPATH || 0x80010712 || Path APIs not supported by media.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EADDRNOTAVAIL || 0x80710431 ||  
| CELL_FIOS_ERROR_MEDIAGONE || 0x80010713 || Media is no longer mounted. When this error code is returned in a mediacallback_proc, FIOS will not retry any I/O and will cancel all I/O to the corresponding media.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENETDOWN || 0x80710432 ||  
| CELL_FIOS_ERROR_CANTIMMED || 0x80010714 || An operation had kOPF_IMMED set but I/O was required.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENETUNREACH || 0x80710433 ||  
|}
 
== CXML errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENETRESET || 0x80710434 ||  
| RESULT_ERROR_CANT_OPEN || 0x80550001 || File could not be opened
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ECONNABORTED || 0x80710435 ||  
| RESULT_ERROR_CANT_READ || 0x80550002 || Could not read from file or buffer
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ECONNRESET || 0x80710436 ||  
| RESULT_ERROR_CANT_WRITE || 0x80550003 || Could not write to file or buffer
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOBUFS || 0x80710437 || Network memory too low. If still playing a game, restart it; if still having issues after restarting the game, reboot console
| RESULT_ERROR_CANT_SEEK || 0x80550004 || Could not set read position in file or buffer
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EISCONN || 0x80710438 ||  
| RESULT_ERROR_CANT_ALLOC || 0x80550005 || Memory allocation failed
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOTCONN || 0x80710439 ||  
| RESULT_ERROR_FORMAT || 0x80550006 || Incorrect file format
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ESHUTDOWN || 0x8071043a ||  
| RESULT_ERROR_VERSION || 0x80550007 || Incorrect file version
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ETOOMANYREFS || 0x8071043b ||  
| RESULT_ERROR_INVALID_NODE || 0x80550008 || Access to invalid node (Element, Attribute, File)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ETIMEDOUT || 0x8071043c ||  
| RESULT_ERROR_NOT_ENOUGH_BUF || 0x80550009 || Buffer size is not large enough
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ECONNREFUSED || 0x8071043d ||  
| RESULT_ERROR_ACCESS_MODE || 0x80550010 || Operation forbidden in current access mode
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ELOOP || 0x8071043e ||  
| RESULT_ERROR_NOT_EXIST || 0x80550011 || Does not exist
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENAMETOOLONG || 0x8071043f ||  
| RESULT_ERROR_TYPE || 0x80550012 || Incorrect attribute type
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EHOSTDOWN || 0x80710440 ||  
| RESULT_ERROR_CANT_MODIFY || 0x80550013 || Cannot modify
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EHOSTUNREACH || 0x80710441 ||  
| RESULT_ERROR_NO_ALLOCATOR || 0x80550014 || Allocator is not registered
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOTEMPTY || 0x80710442 ||  
|}
 
== SPASM errors/warnings ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EPROCLIM || 0x80710443 ||
!colspan="3" | SPU Assembly Preprocessor errors (spasm)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EUSERS || 0x80710444 ||  
| || 0x1000 || An identifier defined as a label is being used in a place where a variable is expected.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EDQUOT || 0x80710445 ||  
| || 0x1001 || An identifier defined as a variable is being used in a place where a label is expected.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ESTALE || 0x80710446 ||  
| || 0x1002 || A label with the same name is multiply defined.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EREMOTE || 0x80710447 ||  
| || 0x1003 || An invalid form operand was used where a d-form instruction operand of the form offset(baseVar) was expected.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EBADRPC || 0x80710448 ||  
| || 0x1004 || A variable is used before initialization.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ERPCMISMATCH || 0x80710449 ||  
| || 0x1005 || There are insufficient temporary registers to compile the program. Define extra temporary registers or alter the code to use fewer registers.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EPROGUNAVAIL || 0x8071044a ||  
| || 0x1006 || Code contains an unrecognized instruction pattern.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EPROGMISMATCH || 0x8071044b ||  
| || 0x1007 || Code contains an unrecognized SPASM directive.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EPROCUNAVAIL || 0x8071044c ||  
| || 0x1008 || Code contains an unrecognized SPASM prag directive.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOLCK || 0x8071044d ||  
| || 0x1009 || Code contains an invalid label identifier such as a zero-length label.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOSYS || 0x8071044e ||  
| || 0x1010 || A variable identifier is expected in this instruction pattern.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EFTYPE || 0x8071044f ||  
| || 0x1011 || Code contains nested --function directives.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EAUTH || 0x80710450 ||  
| || 0x1012 || Code contains an --endfunction directive without a matching --function directive.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENEEDAUTH || 0x80710451 ||  
| || 0x1020 || Code uses an unrecognized data type.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EIDRM || 0x80710452 ||
!colspan="3" | SPU Assembly Preprocessor warnings (spasm)
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOMSG || 0x80710453 ||  
| || 0x4000 || A variable may be used before initialization.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EOVERFLOW || 0x80710454 ||  
| || 0x4001 || Code contains an undefined label. It is assumed to be an external symbol.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EILSEQ || 0x80710455 ||  
| || 0x4002 || Code is unreachable and will be deleted from the final program.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOTSUP || 0x80710456 ||  
| || 0x4003 || Code uses an undefined target label. It is assumed to be an external symbol.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ECANCELED || 0x80710457 ||  
| || 0x4004 || Code is unreachable due to a missing label.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EBADMSG || 0x80710458 ||  
| || 0x4005 || Code contains a dependency on an undefined name.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENODATA || 0x80710459 ||  
| || 0x4006 || Dead code was removed from the final program.
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOSR || 0x8071045a ||  
|}
 
== Game Content Utility errors ==
<!--// aka sysutil_game errors //-->
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOSTR || 0x8071045b ||  
| CELL_GAME_RET_OK || || Normal termination
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ETIME || 0x8071045c ||  
| CELL_GAME_RET_CANCEL || || Processing has been canceled
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT || 0x80710500 || Error calling connect(). Error code is net_errno.
| CELL_GAME_RET_NONE || || The specified game content does not exist
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EPERM || 0x80710501 ||  
| || 0x8002cb01 || System software needs to be updated
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOENT || 0x80710502 ||  
| CELL_GAME_ERROR_NOTFOUND || 0x8002cb04 || The specified game content or file cannot be found (application bug)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ESRCH || 0x80710503 ||  
| CELL_GAME_ERROR_BROKEN || 0x8002cb05 || The specified game content is corrupted
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EINTR || 0x80710504 || Game server error // Run internet connection test on console; if it fails, may be a game server issue; check with publisher to see if there are any server issues
| CELL_GAME_ERROR_INTERNAL || 0x8002cb06 || Fatal error occurred in the utility
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EIO || 0x80710505 ||  
| CELL_GAME_ERROR_PARAM || 0x8002cb07 || There is an error in the argument (application bug)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENXIO || 0x80710506 ||  
| CELL_GAME_ERROR_NOAPP || 0x8002cb08 || The target application does not exist
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_E2BIG || 0x80710507 ||  
| CELL_GAME_ERROR_ACCESS_ERROR || 0x8002cb09 || HDD access error
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOEXC || 0x80710508 ||  
| CELL_GAME_ERROR_NOSPACE || 0x8002cb20 || Insufficient space on the HDD (application bug)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EBADF || 0x80710509 ||  
| CELL_GAME_ERROR_NOTSUPPORTED || 0x8002cb21 || Operation is not supported (debugger)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ECHILD || 0x8071050a ||  
| CELL_GAME_ERROR_FAILURE || 0x8002cb22 || Calling order is invalid (application bug)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EDEADLK || 0x8071050b ||  
| CELL_GAME_ERROR_BUSY || 0x8002cb23 || The call of an access preparing function was repeated
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOMEM || 0x8071050c ||  
| CELL_GAME_ERROR_IN_SHUTDOWN || 0x8002cb24 || Processing cannot be executed because application termination is being processed
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EACCES || 0x8071050d ||  
| CELL_GAME_ERROR_INVALID_ID || 0x8002cb25 || A specified ID is invalid (application bug)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EFAULT || 0x8071050e ||  
| CELL_GAME_ERROR_EXIST || 0x8002cb26 || Content specified already exists
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOTBLK || 0x8071050f ||  
| CELL_GAME_ERROR_NOTPATCH || 0x8002cb27 || Not booted from a patch
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EBUSY || 0x80710510 ||  
| CELL_GAME_ERROR_INVALID_THEME_FILE || 0x8002cb28 || Invalid format for theme file(application bug)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EEXIST || 0x80710511 ||  
| CELL_GAME_ERROR_BOOTPATH || 0x8002cb50 || Pathname of booted program file is too long (>128b)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EXDEV || 0x80710512 ||  
|}
 
== System Cache Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENODEV || 0x80710513 ||  
| CELL_SYSCACHE_RET_OK_CLEARED || || Normal termination. Cache was cleared
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOTDIR || 0x80710514 ||  
| CELL_SYSCACHE_RET_OK_RELAYED || || Normal termination. Cache became usable in the same state as the previous usage
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EISDIR || 0x80710515 ||  
| CELL_SYSCACHE_ERROR_ACCESS_ERROR || || HDD access error
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EINVAL || 0x80710516 ||  
| CELL_SYSCACHE_ERROR_INTERNAL || || Fatal internal error
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENFILE || 0x80710517 ||  
| CELL_SYSCACHE_ERROR_PARAM || || Error in argument (problem with the application)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EMFILE || 0x80710518 ||  
| CELL_SYSCACHE_ERROR_NOTMOUNTED || || System cache is not in the usable state
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOTTY || 0x80710519 ||  
|}
 
== Ftp Service events ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ETXTBSY || 0x8071051a ||  
| CELL_FTP_SERVICE_EVENT_FATAL || || The service has terminated due to a fatal error
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EFBIG || 0x8071051b ||  
| CELL_FTP_SERVICE_EVENT_STARTED || || The local FTP service has started successfully
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOSPC || 0x8071051c ||  
| CELL_FTP_SERVICE_EVENT_STOPPED || || The local FTP service has been gracefully shut down, not forcefully terminated
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ESPIPE || 0x8071051d ||  
| CELL_FTP_SERVICE_EVENT_CLIENT_CONNECTED || || A new connection request has been received and processed
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EROFS || 0x8071051e ||  
| CELL_FTP_SERVICE_EVENT_CLIENT_DISCONNECTED || || An existing connection has been closed
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EMLINK || 0x8071051f ||  
| CELL_FTP_SERVICE_EVENT_SHUTDOWN || || Service has received the remote shutdown command and has shut down
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EPIPE || 0x80710520 ||  
|}
 
== File System errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EDOM || 0x80710521 ||  
| CELL_FS_SUCCEEDED || || Normal termination
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ERANGE || 0x80710522 ||  
| CELL_FS_ENOTMOUNTED || || File system corresponding to path is not mounted
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EAGAIN || 0x80710523 ||  
| CELL_FS_ENOENT || || The file specified by path does not exist
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EWOULDBLOCK || 0x80710523 ||  
| CELL_FS_EINVAL || || The specified path or extended argument is invalid
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EINPROGRESS || 0x80710524 ||  
| CELL_FS_EMFILE || || The number of file descriptors that can be opened at the same time has reached the maximum
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EALREADY || 0x80710525 ||  
| CELL_FS_EISDIR || || The specified path is a directory
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOTSOCK || 0x80710526 ||  
| CELL_FS_EIO || || I/O error has occurred
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EDESTADDRREQ || 0x80710527 ||  
| CELL_FS_ENOMEM || || Memory is insufficient
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EMSGSIZE || 0x80710528 ||  
| CELL_FS_ENOTDIR || || Components in path contain something other than a directory
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EPROTOTYPE || 0x80710529 ||  
| CELL_FS_ENAMETOOLONG || || path or components in path exceed the maximum length
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOPROTOOPT || 0x8071052a ||  
| CELL_FS_EFSSPECIFIC || || File system specific internal error has occurred
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EPROTONOSUPPORT || 0x8071052b ||  
| CELL_FS_EFAULT || || When size is not 0, a NULL pointer is specified in arg. path or fd is NULL
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ESOCKTNOSUPPORT || 0x8071052c ||  
| CELL_FS_EPERM || || Permission is invalid
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EOPNOTSUPP || 0x8071052d ||  
| CELL_FS_EACCES || || Permission is invalid (Only CFS, FAT and HOSTFS)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EPFNOSUPPORT || 0x8071052e ||  
| CELL_FS_EEXIST || || When the specified file exists, CELL_FS_O_CREAT and CELL_FS_O_EXCL are specified
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EAFNOSUPPORT || 0x8071052f ||  
| CELL_FS_ENOSPC || || When CELL_FS_O_CREAT is specified in flags and the file does not exist, there is no area to create a new file
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EADDRINUSE || 0x80710530 ||  
| CELL_FS_EROFS || || When CELL_FS_O_CREAT is specified in flags and the file does not exist, the directory in which it is to be created does not permit writing (Only CFS (SYS_DEV_HDD1) and FAT)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EADDRNOTAVAIL || 0x80710531 || "An error occurred during the download operation" (80710531)
| CELL_FS_ENOTMSELF || || A file other than the MSELF file is specified in path, and either CELL_FS_O_MSELF or CELL_FS_O_RDONLY/CELL_FS_O_MSELF is specified in flags
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENETDOWN || 0x80710532 ||  
|}
|-
 
| CELL_HTTP_ERROR_NET_CONNECT_ENETUNREACH || 0x80710533 ||
== Cg Compiler errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENETRESET || 0x80710534 || Network error // Issue connecting to http: server // This error is rare, but contact Sony if receiving this error frequently
| SCECGC_OK || 0 || Compilation successful.
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ECONNABORTED || 0x80710535 ||  
| SCECGC_ERROR_NO_IHANDLER || -6 || includeHandler is not specified.
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ECONNRESET || 0x80710536 ||  
| SCECGC_ERROR_NO_PROGRAM || -5 || Program source not found.
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOBUFS || 0x80710537 ||  
| SCECGC_ERROR_CANT_OPEN_FILE || -4 || Unable to open file.
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EISCONN || 0x80710538 ||  
| SCECGC_ERROR_BAD_ALLOC || -3 || Memory allocation failure.
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOTCONN || 0x80710539 ||  
| SCECGC_ERROR_INVALID_OPTION || -2 || Invalid option.
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ESHUTDOWN || 0x8071053a ||  
| SCECGC_ERROR_UNEXPECTED || -1 || Unexpected failure.
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ETOOMANYREFS || 0x8071053B || Network error // Issue with http connection // Reboot console
|}
 
== GCM errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ETIMEDOUT || 0x8071053D || Server timed out
!colspan="3" | GCM errors
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ECONNREFUSED || 0x8071053D || Issue connecting to PSN
| CELL_OK || || Normal termination
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ELOOP || 0x8071053e ||  
| CELL_GCM_ERROR_ADDRESS_OVERWRAP || ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENAMETOOLONG || 0x8071053f ||  
| CELL_GCM_ERROR_EINVAL || ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EHOSTDOWN || 0x80710540 ||  
| CELL_GCM_ERROR_FAILURE || ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EHOSTUNREACH || 0x80710541 ||  
| CELL_GCM_ERROR_INVALID_ALIGNMENT || ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOTEMPTY || 0x80710542 ||  
| CELL_GCM_ERROR_INVALID_ENUM || ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EPROCLIM || 0x80710543 ||  
| CELL_GCM_ERROR_INVALID_VALUE || ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EUSERS || 0x80710544 ||  
| CELL_GCM_ERROR_NO_IO_PAGE_TABLE || ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EDQUOT || 0x80710545 ||
!colspan="3" | GCM Method Check errors
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ESTALE || 0x80710546 ||  
| CELL_GCM_METHOD_CHECK_OK || || Normal termination (no problem found)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EREMOTE || 0x80710547 ||  
| CELL_GCM_METHOD_CHECK_ERROR_JUMP || || jump command was included
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EBADRPC || 0x80710548 ||  
| CELL_GCM_METHOD_CHECK_ERROR_RETURN || || return command was included
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ERPCMISMATCH || 0x80710549 ||  
| CELL_GCM_METHOD_CHECK_ERROR_CALL || || call command was included
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EPROGUNAVAIL || 0x8071054a ||  
| CELL_GCM_METHOD_CHECK_ERROR_OTHER || || A command that is not of the method format was included
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EPROGMISMATCH || 0x8071054b ||  
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_UNCLOSED || || At the end of the check target, the method count in the method header does not match the number of data included
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EPROCUNAVAIL || 0x8071054c ||  
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INVALID_ADDRESS || || Method address is invalid (an unusable method address is being used)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOLCK || 0x8071054d ||  
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INCORRECT_DATA || || Method data is not appropriate for the method address
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOSYS || 0x8071054e ||  
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_NOP_NOT_DELIVER || || NOP is used in an un-provided format
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EFTYPE || 0x8071054f ||  
| CELL_GCM_METHOD_CHECK_ERROR_ETC || || Other error (unexpected state entered)
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EAUTH || 0x80710550 ||  
|}
 
== Resizer errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENEEDAUTH || 0x80710551 ||  
| CELL_RESC_ERROR_NOT_INITIALIZED || 0x80210301 || libresc has not been initialized
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EIDRM || 0x80710552 ||  
| CELL_RESC_ERROR_REINITIALIZED || 0x80210302 || libresc initialization has been attempted when libresc has already been initialized
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOMSG || 0x80710553 ||  
| CELL_RESC_ERROR_BAD_ALIGNMENT || 0x80210303 || Invalid alignment
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EOVERFLOW || 0x80710554 ||  
| CELL_RESC_ERROR_BAD_ARGUMENT || 0x80210304 || Invalid argument value
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EILSEQ || 0x80710555 ||  
| CELL_RESC_ERROR_LESS_MEMORY || 0x80210305 || Insufficient main memory
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOTSUP || 0x80710556 ||  
| CELL_RESC_ERROR_GCM_FLIP_QUE_FULL || 0x80210306 || The queue used internally by cellGcmSetPrepareFlip() or cellGcmSetFlipImmediate() is full, or an internal libresc queue overflowed
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ECANCELED || 0x80710557 ||  
| CELL_RESC_ERROR_BAD_COMBINATION || 0x80210307 || Invalid value was set for combination of function and structure, or the order of function calls was incorrect
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EBADMSG || 0x80710558 ||
|}
|-
 
| CELL_HTTP_ERROR_NET_CONNECT_ENODATA || 0x80710559 ||
== NVShaderPerf errors ==
|-
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
| CELL_HTTP_ERROR_NET_CONNECT_ENOSR || 0x8071055a ||
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENOSTR || 0x8071055b ||  
| SCESP_OK || 0 || Normal termination
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ETIME || 0x8071055c ||  
| SCESP_ERROR_UNKNOWN || -5 || Unknown error
|-
|-
| CELL_HTTP_ERROR_NET_SEND || 0x80710600 || Error calling send(). Error code is net_errno.
| SCESP_ERROR_PATH_NOT_FOUND || -4 || Registry settings cannot be found (reinstall NVShaderPerf)
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EPERM || 0x80710601 ||  
| SCESP_ERROR_LIBRARY_NOT_FOUND || -2 || NVIDIA dll cannot be found (reinstall NVShaderPerf)
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOENT || 0x80710602 ||  
| SCESP_ERROR_NVSP_INIT || -1 || Error upon NVIDIA dll initialization
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ESRCH || 0x80710603 ||  
| SCESP_ERROR_NVSP_INTERNAL || 2 || Internal error of NVIDIA dll
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EINTR || 0x80710604 ||  
| SCESP_ERROR_BAD_ARGUMENTS || 4 || Content of the option array is incorrect
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EIO || 0x80710605 ||  
| SCESP_ERROR_FILE_NOT_FOUND || 6 || Input file cannot be found
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENXIO || 0x80710606 ||  
| SCESP_ERROR_SHADER_TYPE_UNSUPPORTED || 7 || The passed shader type is not supported
|-
|-
| CELL_HTTP_ERROR_NET_SEND_E2BIG || 0x80710607 ||  
| SCESP_ERROR_FAILURE_OPENING_OUTPUT_FILE || 10 || The output file could not be properly opened
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOEXC || 0x80710608 ||  
| SCESP_ERROR_CGBIN_FILE_INVALID || 16 || Cg binary format is invalid, or the version is misaligned
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EBADF || 0x80710609 ||  
| SCESP_ERROR_SIMULATION_ERROR || 17 || Error occurred in the RSX simulator
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ECHILD || 0x8071060a ||  
| SCESP_ERROR_ENUMERATION_ENDED_EARLY || 18 || Error occurred at the front-end of NVIDIA dll
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EDEADLK || 0x8071060b ||  
|}
 
== Font errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOMEM || 0x8071060c ||  
| CELL_FONT_ERROR_FATAL || 0x80540001 || Fatal error
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EACCES || 0x8071060d ||  
| CELL_FONT_ERROR_INVALID_PARAMETER || 0x80540002 || Object specified as argument is invalid
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EFAULT || 0x8071060e ||  
| CELL_FONT_ERROR_UNINITIALIZED || 0x80540003 || Uninitialized object was used
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOTBLK || 0x8071060f ||  
| CELL_FONT_ERROR_INITIALIZE_FAILED || 0x80540004 || Initialization failed
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EBUSY || 0x80710610 ||  
| CELL_FONT_ERROR_INVALID_CACHE_BUFFER || 0x80540005 || Invalid cache buffer specified
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EEXIST || 0x80710611 ||  
| CELL_FONT_ERROR_ALREADY_INITIALIZED || 0x80540006 || Already initialized
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EXDEV || 0x80710612 ||  
| CELL_FONT_ERROR_ALLOCATION_FAILED || 0x80540007 || Memory could not be allocated
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENODEV || 0x80710613 ||  
| CELL_FONT_ERROR_NO_SUPPORT_FONTSET || 0x80540008 || Unsupported font set
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOTDIR || 0x80710614 ||  
| CELL_FONT_ERROR_OPEN_FAILED || 0x80540009 || Internal open process failed
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EISDIR || 0x80710615 ||  
| CELL_FONT_ERROR_READ_FAILED || 0x8054000a || Internal read process failed
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EINVAL || 0x80710616 ||  
| CELL_FONT_ERROR_FONT_OPEN_FAILED || 0x8054000b || Could not open font
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENFILE || 0x80710617 ||  
| CELL_FONT_ERROR_FONT_NOT_FOUND || 0x8054000c || Font could not be found
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EMFILE || 0x80710618 ||  
| CELL_FONT_ERROR_FONT_OPEN_MAX || 0x8054000d || Maximum number of fonts already open
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOTTY || 0x80710619 ||  
| CELL_FONT_ERROR_FONT_CLOSE_FAILED || 0x8054000e || Could not close font
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ETXTBSY || 0x8071061a ||  
| CELL_FONT_ERROR_ALREADY_OPENED || 0x8054000f || A font is already opened
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EFBIG || 0x8071061b ||  
| CELL_FONT_ERROR_NO_SUPPORT_FUNCTION || 0x80540010 || Unsupported function
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOSPC || 0x8071061c ||  
| CELL_FONT_ERROR_NO_SUPPORT_CODE || 0x80540011 || Specified character code is not supported
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ESPIPE || 0x8071061d ||  
| CELL_FONT_ERROR_NO_SUPPORT_GLYPH || 0x80540012 || Glyph could not be found
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EROFS || 0x8071061e ||  
| CELL_FONT_ERROR_BUFFER_SIZE_NOT_ENOUGH || 0x80540016 || Size of the specified buffer is not enough
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EMLINK || 0x8071061f ||  
| CELL_FONT_ERROR_RENDERER_ALREADY_BIND || 0x80540020 || Renderer is already bound
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EPIPE || 0x80710620 ||  
| CELL_FONT_ERROR_RENDERER_UNBIND || 0x80540021 || Renderer is not bound
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EDOM || 0x80710621 ||  
| CELL_FONT_ERROR_RENDERER_INVALID || 0x80540022 || Invalid renderer was specified
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ERANGE || 0x80710622 ||  
| CELL_FONT_ERROR_RENDERER_ALLOCATION_FAILED || 0x80540023 || Memory allocation by renderer failed
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EAGAIN || 0x80710623 ||  
| CELL_FONT_ERROR_ENOUGH_RENDERING_BUFFER || 0x80540024 || Exceeded the scale limite of the rendering buffer
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EWOULDBLOCK || 0x80710623 ||  
| CELL_FONT_ERROR_NO_SUPPORT_SURFACE || 0x80540040 || Unsupported surface
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EINPROGRESS || 0x80710624 ||  
|}
 
== Gifdec errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EALREADY || 0x80710625 ||  
| CELL_GIFDEC_ERROR_OPEN_FILE || 0x80611300 || Error while attempting to open a file
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOTSOCK || 0x80710626 ||  
| CELL_GIFDEC_ERROR_STREAM_FORMAT || 0x80611301 || Error in the GIF stream
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EDESTADDRREQ || 0x80710627 ||  
| CELL_GIFDEC_ERROR_SEQ || 0x80611302 || Error in the calling sequence
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EMSGSIZE || 0x80710628 ||  
| CELL_GIFDEC_ERROR_ARG || 0x80611303 || Error in the argument values
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EPROTOTYPE || 0x80710629 ||  
| CELL_GIFDEC_ERROR_FATAL || 0x80611304 || Fatal error
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOPROTOOPT || 0x8071062a ||  
| CELL_GIFDEC_ERROR_SPU_UNSUPPORT || 0x80611305 || Tried to decode on SPUs a stream unsupported by SPUs
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EPROTONOSUPPORT || 0x8071062b ||  
| CELL_GIFDEC_ERROR_SPU_ERROR || 0x80611306 || SPU decoding error
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ESOCKTNOSUPPORT || 0x8071062c ||  
| CELL_GIFDEC_ERROR_CB_PARAM || 0x80611307 || Error in the parameters specified for the callback function
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EOPNOTSUPP || 0x8071062d ||  
|}
 
== Jpgdec errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EPFNOSUPPORT || 0x8071062e ||  
| CELL_JPGDEC_ERROR_HEADER || 0x80611101 || Header of stream is not a JPEG header
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EAFNOSUPPORT || 0x8071062f ||  
| CELL_JPGDEC_ERROR_STREAM_FORMAT || 0x80611102 || Error in the stream, or the stream format is not supported
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EADDRINUSE || 0x80710630 ||  
| CELL_JPGDEC_ERROR_ARG || 0x80611103 || Error in arguments of function
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EADDRNOTAVAIL || 0x80710631 ||  
| CELL_JPGDEC_ERROR_SEQ || 0x80611104 || Error in execution procedure of function
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENETDOWN || 0x80710632 ||  
| CELL_JPGDEC_ERROR_BUSY || 0x80611105 || Internal state of decoder is in BUSY state
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENETUNREACH || 0x80710633 ||  
| CELL_JPGDEC_ERROR_FATAL || 0x80611106 || Fatal error
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENETRESET || 0x80710634 ||  
| CELL_JPGDEC_ERROR_OPEN_FILE || 0x80611107 || Error in opening file
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ECONNABORTED || 0x80710635 ||  
| CELL_JPGDEC_ERROR_SPU_UNSUPPORT || 0x80611108 || Tried to decode progressive JPEG data on SPUs
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ECONNRESET || 0x80710636 ||  
| CELL_JPGDEC_ERROR_CB_PARAM || 0x80611109 || Error in user-defined parameters for callback function
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOBUFS || 0x80710637 ||  
|}
 
== Jpgenc errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EISCONN || 0x80710638 ||  
| CELL_JPGENC_ERROR_ARG || 0x80611191 || Specified argument is invalid
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOTCONN || 0x80710639 ||  
| CELL_JPGENC_ERROR_SEQ || 0x80611192 || Function calling sequence is invalid
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ESHUTDOWN || 0x8071063a ||  
| CELL_JPGENC_ERROR_BUSY || 0x80611193 || Internal state of the encoder is BUSY, and the operation requested by the upper-level program cannot be executed. This error occurs when the queue inside the encoder (of instructions by the upper-level program) is full.
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ETOOMANYREFS || 0x8071063b ||  
| CELL_JPGENC_ERROR_EMPTY || 0x80611194 || No encoding results are available in the encoder
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ETIMEDOUT || 0x8071063C || Network server timeout
| CELL_JPGENC_ERROR_RESET || 0x80611195 || Blocking wait was released with a cellJpgEncReset() call
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ECONNREFUSED || 0x8071063d ||  
| CELL_JPGENC_ERROR_FATAL || 0x80611196 || Internal state of the encoder is in an unexpected state. This error cannot usually occur. For example, this error can occur when there is an inconsistency in the configuration of data managed internally by the encoder. This error can also occur when a write error occurs when the stream output is to a file.
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ELOOP || 0x8071063e ||  
| CELL_JPGENC_ERROR_STREAM_ABORT || 0x806111A1 || Encoding was aborted with cellJpgEncReset(). The output stream is undefined.
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENAMETOOLONG || 0x8071063f ||  
| CELL_JPGENC_ERROR_STREAM_SKIP || 0x806111A2 || Encoding was skipped with cellJpgEncReset().
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EHOSTDOWN || 0x80710640 ||  
| CELL_JPGENC_ERROR_STREAM_OVERFLOW || 0x806111A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EHOSTUNREACH || 0x80710641 ||  
| CELL_JPGENC_ERROR_STREAM_FILE_OPEN || 0x806111A4 || File could not be opened (when the output is to a file)
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOTEMPTY || 0x80710642 ||
|}
|-
 
| CELL_HTTP_ERROR_NET_SEND_EPROCLIM || 0x80710643 ||
== Pngdec errors ==
|-
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
| CELL_HTTP_ERROR_NET_SEND_EUSERS || 0x80710644 ||
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EDQUOT || 0x80710645 ||  
| CELL_PNGDEC_ERROR_HEADER || 0x80611201 || Error in PNG header
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ESTALE || 0x80710646 ||  
| CELL_PNGDEC_ERROR_STREAM_FORMAT || 0x80611202 || Error in PNG stream
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EREMOTE || 0x80710647 ||  
| CELL_PNGDEC_ERROR_ARG || 0x80611203 || Error in argument value
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EBADRPC || 0x80710648 ||  
| CELL_PNGDEC_ERROR_SEQ || 0x80611204 || Error in calling sequence
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ERPCMISMATCH || 0x80710649 ||  
| CELL_PNGDEC_ERROR_BUSY || 0x80611205 || Decoder is BUSY
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EPROGUNAVAIL || 0x8071064a ||  
| CELL_PNGDEC_ERROR_FATAL || 0x80611206 || Fatal error
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EPROGMISMATCH || 0x8071064b ||  
| CELL_PNGDEC_ERROR_OPEN_FILE || 0x80611207 || File open error
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EPROCUNAVAIL || 0x8071064c ||  
| CELL_PNGDEC_ERROR_SPU_UNSUPPORT || 0x80611208 || Tried to decode data undecodable by the SPU
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOLCK || 0x8071064d ||  
| CELL_PNGDEC_ERROR_SPU_ERROR || 0x80611209 || SPU decoding error
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOSYS || 0x8071064e ||  
| CELL_PNGDEC_ERROR_CB_PARAM || 0x8061120a || Error in the user-defined parameters for the callback function
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EFTYPE || 0x8071064f ||  
|}
 
== Pngenc errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EAUTH || 0x80710650 ||  
| CELL_PNGENC_ERROR_ARG || 0x80611291 || Problem with the argument
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENEEDAUTH || 0x80710651 ||  
| CELL_PNGENC_ERROR_SEQ || 0x80611292 || Problem with the calling sequence
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EIDRM || 0x80710652 ||  
| CELL_PNGENC_ERROR_BUSY || 0x80611293 || The encoder is in the busy state, and the requested operation cannot be executed. This error occurs when the queue inside the encoder storing instructions from the upper-level program becomes full
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOMSG || 0x80710653 ||  
| CELL_PNGENC_ERROR_EMPTY || 0x80611294 || No encoding results are available in the encoder
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EOVERFLOW || 0x80710654 ||  
| CELL_PNGENC_ERROR_RESET || 0x80611295 || Blocking wait was released with a cellPngEncReset() call
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EILSEQ || 0x80710655 ||  
| CELL_PNGENC_ERROR_FATAL || 0x80611296 || An error occurred during the writing of the stream's output file. Or, the encoder has fallen into an unexpected state because, for example, a bug has occurred in the data structure within the encoder
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOTSUP || 0x80710656 ||  
| CELL_PNGENC_ERROR_STREAM_ABORT || 0x806112A1 || Encode processing is aborted by the calling of cellPngEncReset(). The output stream is undefined
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ECANCELED || 0x80710657 ||  
| CELL_PNGENC_ERROR_STREAM_SKIP || 0x806112A2 || Encode processing is skipped by the calling of cellPngEncReset()
|-
|-
| CELL_HTTP_ERROR_NET_SEND_EBADMSG || 0x80710658 ||  
| CELL_PNGENC_ERROR_STREAM_OVERFLOW || 0x806112A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENODATA || 0x80710659 ||  
| CELL_PNGENC_ERROR_STREAM_FILE_OPEN || 0x806112A4 || The output destination file could not be opened
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOSR || 0x8071065a ||  
|}
 
== PSGL errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ENOSTR || 0x8071065b ||  
| PSGL_REPORT_VERSION  || || Reported once at the initialization of PSGL. Reports the version of PSGL compiled in.
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ETIME || 0x8071065c ||  
| PSGL_REPORT_DEBUG, PSGL_REPORT_ASSERT, PSGL_REPORT_UNKNOWN  || || Reported only when a PSGL defect was encountered. Please contact Developer Support if you see any of those.
|-
|-
| CELL_HTTP_ERROR_NET_RECV || 0x80710700 || Error calling recv(). Error code is net_errno.
| PSGL_REPORT_GL_ERROR || || Reported when PSGL needs to trigger a GL error, as per the GLES specification.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EPERM || 0x80710701 ||  
| PSGL_REPORT_CG_ERROR  || || Reported when PSGL needs to trigger a Cg error, as per the Cg specification.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOENT || 0x80710702 ||  
| PSGL_REPORT_MISSING_STATE  || || Reported when PSGL needs a fixed function fragment program that was not loaded. See psglLoadShaderLibrary() for more information.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ESRCH || 0x80710703 ||  
| PSGL_REPORT_VERTEX_SLOW_PATH  || || Reported when the current vertex data setup requires software per-vertex setup. An associated PSGL_REPORT_VERTEX_DATA_WARNING report gives more information as to why the slow path was taken.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EINTR || 0x80710704 ||  
| PSGL_REPORT_VERTEX_DATA_WARNING  || || Reported when the current vertex data setup requires software per-vertex setup. Includes a description of why the slow path was taken.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EIO || 0x80710705 ||  
| PSGL_REPORT_COPY_TEXTURE_SLOW_PATH  || || Reported when PSGL cannot use the hardware to copy part of the frame buffer to a texture. An associated PSGL_REPORT_COPY_TEXTURE_WARNING report gives more information as to why the slow path was taken.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENXIO || 0x80710706 ||  
| PSGL_REPORT_COPY_TEXTURE_WARNING  || || Reported when PSGL cannot use the hardware to copy part of the frame buffer to a texture. Includes a description of the conditions which triggered the slow path.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_E2BIG || 0x80710707 ||  
| PSGL_REPORT_TEXTURE_COPY_BACK  || || Reported when PSGL needs to copy a texture back from RSX memory to system memory.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOEXC || 0x80710708 ||  
| PSGL_REPORT_TEXTURE_REALLOC  || || Reported when PSGL needs to reallocate a texture.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EBADF || 0x80710709 ||  
| PSGL_REPORT_FP32_FILTERING || || Reported when an FP32 texture requires an unsupported filtering mode (one that requires blending of texels). Includes information about which mode is unsupported, and which mode is used instead.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ECHILD || 0x8071070a ||  
| PSGL_REPORT_TEXTURE_INCOMPLETE  || || Reported when a texture unit is used with a texture that is not complete. The texture will be ignored.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EDEADLK || 0x8071070b ||  
| PSGL_REPORT_FRAMEBUFFER_INCOMPLETE  || || Reported when a frame buffer is used that is not complete.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOMEM || 0x8071070c ||  
| PSGL_REPORT_FRAMEBUFFER_UNSUPPORTED  || || Reported when the frame buffer used is not supported by PSGL. The report provides information about what is unsupported.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EACCES || 0x8071070d ||  
| PSGL_REPORT_BUFFER_OBJECT_OUT_OF_BOUNDS  || || Reported when PSGL tries to draw using data that is out of the object bounds.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EFAULT || 0x8071070e ||  
| PSGL_REPORT_GPU_MEMORY_ALLOC  || || Reported when PSGL allocates RSX memory.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOTBLK || 0x8071070f ||  
| PSGL_REPORT_GPU_MEMORY_FREE  || || Reported when PSGL frees RSX memory.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EBUSY || 0x80710710 ||  
| PSGL_REPORT_GPU_MEMORY_ASYNC_FREE  || || Reported when PSGL asynchronously frees RSX memory.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EEXIST || 0x80710711 ||  
| PSGL_REPORT_HOST_MEMORY_ALLOC  || || Reported when PSGL allocates host memory.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EXDEV || 0x80710712 ||  
| PSGL_REPORT_HOST_MEMORY_FREE  || || Reported when PSGL frees host memory.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENODEV || 0x80710713 ||  
| PSGL_REPORT_HOST_MEMORY_ASYNC_FREE  || || Reported when PSGL asynchronously frees host memory.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOTDIR || 0x80710714 ||  
| PSGL_REPORT_MALLOC_MEMORY_ALLOC  || || Reported when PSGL allocates malloc memory.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EISDIR || 0x80710715 ||  
| PSGL_REPORT_MALLOC_MEMORY_FREE  || || Reported when PSGL frees malloc memory.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EINVAL || 0x80710716 ||  
| PSGL_REPORT_MALLOC_MEMORY_REALLOC  || || Reported when PSGL reallocates malloc memory.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENFILE || 0x80710717 ||  
| PSGL_REPORT_TEXTURE_CONVERSION  || || Reported when texture color format conversion occurs.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EMFILE || 0x80710718 ||  
| PSGL_REPORT_RESC  || || Reported when resolution conversion (RESC) is enabled.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOTTY || 0x80710719 ||  
| PSGL_REPORT_RESC_FLIP_ERROR  || || Reported when an error occurs during resolution conversion (RESC) flip. The report includes the error code returned by cellRescSetConvertAndFlip().
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ETXTBSY || 0x8071071a ||  
| PSGL_REPORT_COMMAND_RECORD_CALLBACK || || Reported when recording with static command buffers in PSGL. There is no more space for command in the current command buffer and there is no psglStaticCommandBufferCallback to call to resolve the issue.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EFBIG || 0x8071071b ||  
|}
 
== Content Search Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOSPC || 0x8071071c ||  
| CELL_SEARCH_ERROR_PARAM || 0x8002C801 || Parameter is invalid. func or Id is NULL.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ESPIPE || 0x8071071d ||  
| CELL_SEARCH_ERROR_BUSY || 0x8002C802 || Currently processing. Executing initialization or a search
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EROFS || 0x8071071e ||  
| CELL_SEARCH_ERROR_NO_MEMORY || 0x8002C803 || Not enough memory for execution
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EMLINK || 0x8071071f ||  
| CELL_SEARCH_ERROR_UNKNOWN_MODE || 0x8002C804 || Mode is invalid. Value specified to mode is not CELL_SEARCH_MODE_NORMAL
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EPIPE || 0x80710720 ||  
| CELL_SEARCH_ERROR_ALREADY_INITIALIZED || 0x8002C805 || Already initialized
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EDOM || 0x80710721 ||  
| CELL_SEARCH_ERROR_NOT_INITIALIZED || 0x8002C806 || Not initialized
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ERANGE || 0x80710722 ||  
| CELL_SEARCH_ERROR_FINALIZING || 0x8002C807 || Executing termination processing
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EAGAIN || 0x80710723 ||  
| CELL_SEARCH_ERROR_NOT_SUPPORTED_SEARCH || 0x8002C808 || Specified search conditions are not supported. Combination of type and sortOrder is invalid.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EWOULDBLOCK || 0x80710723 ||  
| CELL_SEARCH_ERROR_CONTENT_OBSOLETE || 0x8002C809 || contentId, listID, videoId is old (content was modified by the user and therefore cannot be found)
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EINPROGRESS || 0x80710724 ||  
| CELL_SEARCH_ERROR_CONTENT_NOT_FOUND || 0x8002C80A || Content indicated by contentId, listID, videoID cannot be found (deleted by the user).
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EALREADY || 0x80710725 ||  
| CELL_SEARCH_ERROR_NOT_LIST || 0x8002C80B || contentId, listID, videoID cannot be found in the list.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOTSOCK || 0x80710726 ||  
| CELL_SEARCH_ERROR_OUT_OF_RANGE || 0x8002C80C || Offset is either negative or too large
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EDESTADDRREQ || 0x80710727 ||  
| CELL_SEARCH_ERROR_INVALID_SEARCHID || 0x8002C80D || Search ID is invalid
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EMSGSIZE || 0x80710728 ||  
| CELL_SEARCH_ERROR_ALREADY_GOT_RESULT || 0x8002C80E || Search results have already been obtained
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EPROTOTYPE || 0x80710729 ||  
| CELL_SEARCH_ERROR_NOT_SUPPORTED_CONTEXT || 0x8002C80F || Selection context cannot be created
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOPROTOOPT || 0x8071072a ||  
| CELL_SEARCH_ERROR_INVALID_CONTENTTYPE || 0x8002C810 || Content type is invalid
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EPROTONOSUPPORT || 0x8071072b ||  
| CELL_SEARCH_ERROR_DRM || 0x8002C811 || DRM error. Could not execute request/obtain path because file is a DRM file.
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ESOCKTNOSUPPORT || 0x8071072c ||  
| CELL_SEARCH_ERROR_TAG || 0x8002C812 || Tag information is invalid. tagNum is larger than CELL_SEARCH_TAG_NUM_MAX; or tagNum is at least 1 and tags or tags[n] is NULL; or length of tags[n] is larger than CELL_SEARCH_TAG_LEN_MAX
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EOPNOTSUPP || 0x8071072d ||  
| CELL_SEARCH_ERROR_GENERIC || 0x8002C8FF || Other error
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EPFNOSUPPORT || 0x8071072e ||  
|}
 
== Music Decode errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EAFNOSUPPORT || 0x8071072f ||  
| CELL_MUSIC_DECODE_DECODE_FINISHED || 0x8002C101 || End of music content was reached and decoding stopped
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EADDRINUSE || 0x80710730 ||  
| CELL_MUSIC_DECODE_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EADDRNOTAVAIL || 0x80710731 ||  
| CELL_MUSIC_DECODE_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENETDOWN || 0x80710732 ||  
| CELL_MUSIC_DECODE_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENETUNREACH || 0x80710733 ||  
| CELL_MUSIC_DECODE_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENETRESET || 0x80710734 ||  
| CELL_MUSIC_DECODE_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ECONNABORTED || 0x80710735 ||  
| CELL_MUSIC_DECODE_ERROR_DECODE_FAILURE || 0x8002C107 || Error occurred during decoding and decoding stopped
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ECONNRESET || 0x80710736 || Caused by a poor/unstable connection, usually while receiving large amounts of data from server
| CELL_MUSIC_DECODE_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOBUFS || 0x80710737 || Network memory too low. If still playing a game, restart it
| CELL_MUSIC_DECODE_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EISCONN || 0x80710738 ||  
| CELL_MUSIC_DECODE_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOTCONN || 0x80710739 ||  
| CELL_MUSIC_DECODE_ERROR_NO_LPCM_DATA || 0x8002C10B || No decoded data was available
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ESHUTDOWN || 0x8071073a ||  
| CELL_MUSIC_DECODE_NEXT_CONTENTS_READY || 0x8002C10C || Decoding of next content can be started
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ETOOMANYREFS || 0x8071073b ||  
| CELL_MUSIC_DECODE_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ETIMEDOUT || 0x8071073c ||  
|}
 
== Music Playback errors ==
===Using memory container===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ECONNREFUSED || 0x8071073d ||  
| CELL_MUSIC_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ELOOP || 0x8071073e ||  
| CELL_MUSIC_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENAMETOOLONG || 0x8071073f ||  
| CELL_MUSIC_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EHOSTDOWN || 0x80710740 ||  
| CELL_MUSIC_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EHOSTUNREACH || 0x80710741 ||  
| CELL_MUSIC_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOTEMPTY || 0x80710742 ||  
| CELL_MUSIC_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EPROCLIM || 0x80710743 ||  
| CELL_MUSIC_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EUSERS || 0x80710744 ||  
| CELL_MUSIC_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EDQUOT || 0x80710745 ||  
| CELL_MUSIC_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ESTALE || 0x80710746 ||  
| CELL_MUSIC_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EREMOTE || 0x80710747 ||  
| CELL_MUSIC_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EBADRPC || 0x80710748 ||  
|}
 
=== Not using memory container ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ERPCMISMATCH || 0x80710749 ||  
| CELL_MUSIC2_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EPROGUNAVAIL || 0x8071074a ||  
| CELL_MUSIC2_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EPROGMISMATCH || 0x8071074b ||  
| CELL_MUSIC2_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EPROCUNAVAIL || 0x8071074c ||  
| CELL_MUSIC2_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOLCK || 0x8071074d ||  
| CELL_MUSIC2_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOSYS || 0x8071074e ||  
| CELL_MUSIC2_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EFTYPE || 0x8071074f ||  
| CELL_MUSIC2_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EAUTH || 0x80710750 ||  
| CELL_MUSIC2_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENEEDAUTH || 0x80710751 ||  
| CELL_MUSIC2_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EIDRM || 0x80710752 ||  
| CELL_MUSIC2_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOMSG || 0x80710753 ||  
| CELL_MUSIC2_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EOVERFLOW || 0x80710754 ||  
|}
|-
 
| CELL_HTTP_ERROR_NET_RECV_EILSEQ || 0x80710755 ||
== Music Export Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOTSUP || 0x80710756 ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_BUSY || 0x8002c601 || Because the required processing has not been completed yet, the requested processing could not be executed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ECANCELED || 0x80710757 ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c602 || Internal error
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EBADMSG || 0x80710758 ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_PARAM || 0x8002c603 || Parameter is invalid
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENODATA || 0x80710759 ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c604 || HDD access error
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOSR || 0x8071075a ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c605 || Internal database error
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOSTR || 0x8071075b ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c606 || Registration to database failed
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ETIME || 0x8071075c ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_SET_META || 0x8002c607 || Metadata configuration failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT || 0x80710800 || Error calling select(). Error code is net_errno.
| CELL_MUSIC_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c608 || Metadata flush failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EPERM || 0x80710801 ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_MOVE || 0x8002c609 || File move failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOENT || 0x80710802 ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c60a || Initialization error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ESRCH || 0x80710803 ||  
|}
 
== Photo Utility errors ==
 
=== Export errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EINTR || 0x80710804 ||  
| CELL_PHOTO_EXPORT_UTIL_ERROR_BUSY || 0x8002c201 || Requested operation could not be executed because required operation has not ended
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EIO || 0x80710805 ||  
| CELL_PHOTO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c202 || Internal error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENXIO || 0x80710806 ||  
| CELL_PHOTO_EXPORT_UTIL_ERROR_PARAM || 0x8002c203 || Invalid parameter
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_E2BIG || 0x80710807 ||  
| CELL_PHOTO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c204 || HDD access error, file copy failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOEXC || 0x80710808 ||  
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c205 || Internal error in database
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EBADF || 0x80710809 ||  
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c206 || Registration to database failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ECHILD || 0x8071080a ||  
| CELL_PHOTO_EXPORT_UTIL_ERROR_SET_META || 0x8002c207 || Metadata configuration failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EDEADLK || 0x8071080b ||  
| CELL_PHOTO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c208 || Metadata writeback failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOMEM || 0x8071080c ||  
| CELL_PHOTO_EXPORT_UTIL_ERROR_MOVE || 0x8002c209 || File move failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EACCES || 0x8071080d ||  
| CELL_PHOTO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c20a || Initialization error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EFAULT || 0x8071080e ||  
|}
 
=== Import errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOTBLK || 0x8071080f ||  
| CELL_PHOTO_IMPORT_ERROR_BUSY || 0x8002c701 || Required processing has not completed, so request could not be executed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EBUSY || 0x80710810 ||  
| CELL_PHOTO_IMPORT_ERROR_INTERNAL || 0x8002c702 || Internal error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EEXIST || 0x80710811 ||  
| CELL_PHOTO_IMPORT_ERROR_PARAM || 0x8002c703 || Parameters are invalid
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EXDEV || 0x80710812 ||  
| CELL_PHOTO_IMPORT_ERROR_ACCESS_ERROR || 0x8002c704 || HDD access error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENODEV || 0x80710813 ||  
| CELL_PHOTO_IMPORT_ERROR_COPY || 0x8002c705 || Copy failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOTDIR || 0x80710814 ||  
| CELL_PHOTO_IMPORT_ERROR_INITIALIZE || 0x8002c706 || Initialization error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EISDIR || 0x80710815 ||
|}
|-
 
| CELL_HTTP_ERROR_NET_SELECT_EINVAL || 0x80710816 ||
=== Decode errors ===
|-
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
| CELL_HTTP_ERROR_NET_SELECT_ENFILE || 0x80710817 ||
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EMFILE || 0x80710818 ||  
| CELL_PHOTO_DECODE_ERROR_BUSY || 0x8002c901 || Required processing has not completed, so request could not be executed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOTTY || 0x80710819 ||  
| CELL_PHOTO_DECODE_ERROR_INTERNAL || 0x8002c902 || Internal error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ETXTBSY || 0x8071081a ||  
| CELL_PHOTO_DECODE_ERROR_PARAM || 0x8002c903 || Parameters are invalid
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EFBIG || 0x8071081b ||  
| CELL_PHOTO_DECODE_ERROR_ACCESS_ERROR || 0x8002c904 || HDD access error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOSPC || 0x8071081c ||  
| CELL_PHOTO_DECODE_ERROR_INITIALIZE || 0x8002c905 || Initialization error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ESPIPE || 0x8071081d ||  
| CELL_PHOTO_DECODE_ERROR_DECODE || 0x8002c906 || Decoding failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EROFS || 0x8071081e ||  
|}
 
== Screenshot Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EMLINK || 0x8071081f ||  
| CELL_SCREENSHOT_ERROR_INTERNAL || 0x8002d101 || Internal error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EPIPE || 0x80710820 ||  
| CELL_SCREENSHOT_ERROR_PARAM || 0x8002d102 || Invalid parameter
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EDOM || 0x80710821 ||  
| CELL_SCREENSHOT_ERROR_DECODE || 0x8002d103 || Image decoding failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ERANGE || 0x80710822 ||  
| CELL_SCREENSHOT_ERROR_NOSPACE || 0x8002d104 || Insufficient HDD space (500MB free needed)
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EAGAIN || 0x80710823 ||  
| CELL_SCREENSHOT_ERROR_UNSUPPORTED_COLOR_FORMAT || 0x8002d105 || The color format of the current frame buffer is not supported
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EWOULDBLOCK || 0x80710823 ||  
|}
 
== Video Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EINPROGRESS || 0x80710824 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_BUSY || 0x8002ca01 || Requested processing could not be executed because the required processing has not been completed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EALREADY || 0x80710825 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002ca02 || Internal error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOTSOCK || 0x80710826 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_PARAM || 0x8002ca03 || Parameter is invalid
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EDESTADDRREQ || 0x80710827 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002ca04 || HDD access error, file copy failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EMSGSIZE || 0x80710828 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002ca05 || Internal database error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EPROTOTYPE || 0x80710829 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002ca06 || Registration to database failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOPROTOOPT || 0x8071082a ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_SET_META || 0x8002ca07 || Metadata set failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EPROTONOSUPPORT || 0x8071082b ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002ca08 || Metadata flush failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ESOCKTNOSUPPORT || 0x8071082c ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_MOVE || 0x8002ca09 || File move failed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EOPNOTSUPP || 0x8071082d ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002ca0a || Initialization error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EPFNOSUPPORT || 0x8071082e ||  
|}
 
== Hash Function errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EAFNOSUPPORT || 0x8071082f ||  
| CELL_ERROR_HASH_NULL_POINTER || 0x80f00001 || Null pointer was passed as an argument. workarea, taskset, md5, sha1, sha224, sha256, sha384, sha512, plain or digest is a null pointer.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EADDRINUSE || 0x80710830 ||  
| CELL_ERROR_HASH_QUEUE_CREATE_FAILED || 0x80f00002 || SPURS event queue could not be created, or the event queue could not be attached to a SPURS queue.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EADDRNOTAVAIL || 0x80710831 ||  
| CELL_ERROR_HASH_FLAG_CREATE_FAILED || 0x80f00003 || SPURS event flag could not be created, or the event flag could not be attached to a SPURS queue.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENETDOWN || 0x80710832 ||  
| CELL_ERROR_HASH_INVALID_ALIGN || 0x80f00004 || Argument was not aligned to the correct boundary.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENETUNREACH || 0x80710833 ||  
| CELL_ERROR_HASH_INVALID_NOMEM || 0x80f00005 || Insufficient memory.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENETRESET || 0x80710834 ||  
| CELL_ERROR_HASH_TASK_CREATE_FAILED || 0x80f00006 || Failed to create SPURS task.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ECONNABORTED || 0x80710835 ||  
| CELL_ERROR_HASH_INVALID_STATE || 0x80f00007 || Invalid state to process data.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ECONNRESET || 0x80710836 ||  
| CELL_ERROR_HASH_INVALID_BUFFER_SIZE || 0x80f00008 || Invalid context size to process data. spu_dma_buffer_size is not a multiple of 16 or the size is greater than 16KB.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOBUFS || 0x80710837 ||  
| CELL_ERROR_HASH_INVALID_STREAM_ID || 0x80f00009 || Invalid stream ID size.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EISCONN || 0x80710838 ||  
|}
 
== Home coordination utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOTCONN || 0x80710839 ||  
| CELL_HDDGAME_ERROR_INTERNAL || || Fatal internal error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ESHUTDOWN || 0x8071083a ||  
| CELL_HDDGAME_ERROR_PARAM || || Invalid argument (application bug)
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ETOOMANYREFS || 0x8071083b ||  
| CELL_HDDGAME_ERROR_NOAPP || || PlayStation Home is not installed
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ETIMEDOUT || 0x8071083C || Server timed out
| CELL_GAME_ERROR_ACCESS_ERROR || || HDD access error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ECONNREFUSED || 0x8071083d ||  
|}
 
== IMEJP utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ELOOP || 0x8071083e ||  
| CELL_IMEJP_ERROR_ERR || 0x8002bf01 || Function call error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENAMETOOLONG || 0x8071083f ||  
| CELL_IMEJP_ERROR_CONTEXT || 0x8002bf11 || Invalid context handle or context handle not opened
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EHOSTDOWN || 0x80710840 ||  
| CELL_IMEJP_ERROR_ALREADY_OPEN || 0x8002bf21 || Attempted to open when the ImeJp utility is already opened
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EHOSTUNREACH || 0x80710841 ||  
| CELL_IMEJP_ERROR_DIC_OPEN || 0x8002bf31 || Dictionary open error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOTEMPTY || 0x80710842 ||  
| CELL_IMEJP_ERROR_PARAM || 0x8002bf41 || Invalid parameter
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EPROCLIM || 0x80710843 ||  
| CELL_IMEJP_ERROR_IME_ALREADY_IN_USE || 0x8002bf51 || Character input engine is being used
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EUSERS || 0x80710844 ||  
| CELL_IMEJP_ERROR_OTHER || 0x8002bfff || Other error, internal error
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EDQUOT || 0x80710845 ||  
|}
 
== L10n errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ESTALE || 0x80710846 ||  
| SRCIllegal || || Target character string is corrupt
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EREMOTE || 0x80710847 ||  
| DSTExhausted || || Buffer is too small for the conversion result
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EBADRPC || 0x80710848 ||  
| ConverterUnknown || || Specified converter is invalid
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ERPCMISMATCH || 0x80710849 ||  
|}
 
== Pthread errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EPROGUNAVAIL || 0x8071084a ||  
| ESRCH || || Non-existent thread
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EPROGMISMATCH || 0x8071084b ||  
| EINVAL || || The value specified is invalid or does not refer to an initialized thread attribute object.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EPROCUNAVAIL || 0x8071084c ||  
| EINVAL || || Invalid value for scheduling parameters.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOLCK || 0x8071084d ||  
| ENOTSUP || || An attempt was made to set the attribute to an unsupported value
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOSYS || 0x8071084e ||  
| ENOMEM || || The process cannot allocate enough memory to initialize a mutex or a condition variable
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EFTYPE || 0x8071084f ||  
| EAGAIN || || The system lacks the resources to initialize a mutex or a condition variable
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EAUTH || 0x80710850 ||  
| EBUSY || || Mutex is locked by another thread.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENEEDAUTH || 0x80710851 ||  
| EDEADLK || || A deadlock would occur if the thread blocked waiting for mutex
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EIDRM || 0x80710852 ||  
| EPERM || || The current thread does not hold a lock on mutex.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOMSG || 0x80710853 ||  
| ETIMEDOUT || || The system time has reached or exceeded the time specified in abstime.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EOVERFLOW || 0x80710854 ||  
|}
 
== Realtimeclock errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EILSEQ || 0x80710855 ||  
| CELL_RTC_ERROR_NOT_INITIALIZED || 0x80010601 || Library has not yet been initialized. Please initialize before use.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOTSUP || 0x80710856 ||  
| CELL_RTC_ERROR_INVALID_POINTER || 0x80010602 || The pointer passed in is invalid.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ECANCELED || 0x80710857 ||  
| CELL_RTC_ERROR_INVALID_VALUE || 0x80010603 || A value in the arguments is invalid and cannot be used.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_EBADMSG || 0x80710858 ||  
| CELL_RTC_ERROR_INVALID_ARG || 0x80010604 || An argument contains invalid data.
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENODATA || 0x80710859 ||  
| CELL_RTC_ERROR_NOT_SUPPORTED || 0x80010605 || The feature is not supported
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOSR || 0x8071085A ||  
| CELL_RTC_ERROR_NO_CLOCK || 0x80010606 || The clock is not available
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOSTR || 0x8071085B ||  
| CELL_RTC_ERROR_BAD_PARSE || 0x80010607 || Error occurred in parsing, perhaps an unknown format
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ETIME || 0x8071085C ||  
| CELL_RTC_ERROR_INVALID_YEAR || 0x80010621 || The year value is invalid
|-
|-
!colspan="3" | Cell Https errors (libhttps)
| CELL_RTC_ERROR_INVALID_MONTH || 0x80010622 || The month value is invalid
|-
|-
| CELL_HTTPS_ERROR_CERTIFICATE_LOAD || 0x80710A01 || Not able to load SSL certificates
| CELL_RTC_ERROR_INVALID_DAY || 0x80010623 || The day value is invalid
|-
|-
| CELL_HTTPS_ERROR_BAD_MEMORY || 0x80710A02 || SSL memory call failed
| CELL_RTC_ERROR_INVALID_HOUR || 0x80010624 || The hour value is invalid
|-
|-
| CELL_HTTPS_ERROR_CONTEXT_CREATION || 0x80710A03 || "An error has occurred, you have been signed out of PSN" (80710A03) // Failed to create SSL context; ports not properly opened on router
| CELL_RTC_ERROR_INVALID_MINUTE || 0x80010625 || The minute value is invalid
|-
|-
| CELL_HTTPS_ERROR_CONNECTION_CREATION || 0x80710A04 || Failed to create SSL connection
| CELL_RTC_ERROR_INVALID_SECOND || 0x80010626 || The second value is invalid
|-
|-
| CELL_HTTPS_ERROR_SOCKET_ASSOCIATION || 0x80710A05 || Failed to associate socket with SSL connection
| CELL_RTC_ERROR_INVALID_MICROSECOND || 0x80010627 || The microsecond value is invalid
|-
|-
| CELL_HTTPS_ERROR_HANDSHAKE || 0x80710A06 || SSL Connect Handshake error, or SSL certificate verification failed // Console issue, contact support
|}
 
== Print Utility errors ==
 
=== Print ErrorStatus ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTPS_ERROR_LOOKUP_CERTIFICATE || 0x80710A07 || Failed to retrieve SSL certificate
| CELL_PRINT_ERRORSTATUS_COMM || 0x80000000 || Printer communication error
|-
|-
| CELL_HTTPS_ERROR_NO_SSL || 0x80710A08 || libssl is not available or has not been initialized
| CELL_PRINT_ERRORSTATUS_COVEROPEN || 0x80000001 || Cover is opened
|-
|-
| CELL_HTTPS_ERROR_KEY_LOAD || 0x80710A09 || Cannot load the private key
| CELL_PRINT_ERRORSTATUS_INKCOVEROPEN || 0x80000002 || Ink (cartridge) cover is opened
|-
|-
| CELL_HTTPS_ERROR_CERT_KEY_MISMATCH || 0x80710A0A || The private key and client certificate do not match
| CELL_PRINT_ERRORSTATUS_NOPAPER || 0x80000003 || No paper
|-
|-
| CELL_HTTPS_ERROR_KEY_NEEDS_CERT || 0x80710A0B || The private key needs a client certificate
| CELL_PRINT_ERRORSTATUS_NOTRAY || 0x80000004 || No paper tray
|-
|-
| CELL_HTTPS_ERROR_CERT_NEEDS_KEY || 0x80710A0C || The client certificate needs a private key
| CELL_PRINT_ERRORSTATUS_SIZE_TYPE_PATH || 0x80000005 || Paper feed method is not matching
|-
|-
| CELL_HTTPS_ERROR_RETRY_CONNECTION || 0x80710A0D || internal error code
| CELL_PRINT_ERRORSTATUS_DOUBLEFEED || 0x80000006 || Paper feed error (double feed)
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT || 0x80710B00 || Error calling connect(). Error code is net_errno.
| CELL_PRINT_ERRORSTATUS_FEEDERROR || 0x80000007 || Paper feed error (other than double feed)
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPERM || 0x80710B01 ||  
| CELL_PRINT_ERRORSTATUS_PAPERJAM || 0x80000008 || Paper jammed
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOENT || 0x80710B02 ||  
| CELL_PRINT_ERRORSTATUS_TRAYCLOSE || 0x80000009 || Eject tray is closed
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESRCH || 0x80710B03 ||  
| CELL_PRINT_ERRORSTATUS_NOINK || 0x8000000a || No ink
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EINTR || 0x80710B04 ||  
| CELL_PRINT_ERRORSTATUS_NOCARTRIDGE || 0x8000000b || No ink cartridge
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EIO || 0x80710B05 ||  
| CELL_PRINT_ERRORSTATUS_COVERFLOW || 0x8000000c || Ink cartridge's waste ink full
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENXIO || 0x80710B06 ||  
| CELL_PRINT_ERRORSTATUS_CFAIL || 0x8000000d || Ink cartridge detection error
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_E2BIG || 0x80710B07 ||  
| CELL_PRINT_ERRORSTATUS_CFACTORY || 0x8000000e || Ink cartridge error (factory default settings)
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOEXC || 0x80710B08 ||  
| CELL_PRINT_ERRORSTATUS_BATTERYVOLTAGE || 0x8000000f || Abnormal battery voltage
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EBADF || 0x80710B09 ||  
| CELL_PRINT_ERRORSTATUS_BATTERYTEMPERATURE || 0x80000010 || Abnormal battery temperature
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECHILD || 0x80710B0A ||  
| CELL_PRINT_ERRORSTATUS_BATTERYEMPTY || 0x80000011 || No battery (cannot print)
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDEADLK || 0x80710B0B ||  
| CELL_PRINT_ERRORSTATUS_SERVICEREQ || 0x80000012 || Printer adjustment necessary
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOMEM || 0x80710B0C ||  
| CELL_PRINT_ERRORSTATUS_GENERAL || 0x80000013 || Printer-related error
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EACCES || 0x80710B0D ||  
| CELL_PRINT_ERRORSTATUS_FATAL || 0x80000014 || Fatal printer error
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EFAULT || 0x80710B0E ||  
|}
 
=== Print Error ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTBLK || 0x80710B0F ||  
| CELL_PRINT_ERROR_INTERNAL || 0x8002c401 || Internal error
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EBUSY || 0x80710B10 ||  
| CELL_PRINT_ERROR_NO_MEMORY || 0x8002c402 || Memory allocation failed
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EEXIST || 0x80710B11 ||  
| CELL_PRINT_ERROR_PRINTER_NOT_FOUND || 0x8002c403 || Printer could not be found
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EXDEV || 0x80710B12 ||  
| CELL_PRINT_ERROR_INVALID_PARAM || 0x8002c404 || Parameter is invalid
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENODEV || 0x80710B13 ||  
| CELL_PRINT_ERROR_INVALID_FUNCTION || 0x8002c405 || API call is invalid
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTDIR || 0x80710B14 ||  
| CELL_PRINT_ERROR_NOT_SUPPORT || 0x8002c406 || Printer is not supported
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EISDIR || 0x80710B15 ||  
| CELL_PRINT_ERROR_OCCURRED || 0x8002c407 || API execution error
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EINVAL || 0x80710B16 ||  
| CELL_PRINT_ERROR_CANCELED_BY_PRINTER || 0x8002c408 || Print job was cancelled
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENFILE || 0x80710B17 ||  
|}
 
 
== Record Utility Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EMFILE || 0x80710B18 ||  
| CELL_REC_ERROR_OUT_OF_MEMORY|| 0x8002c501||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTTY || 0x80710B19 ||  
| CELL_REC_ERROR_FATAL|| 0x8002c502||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETXTBSY || 0x80710B1A ||  
| CELL_REC_ERROR_INVALID_VALUE || 0x8002c503||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EFBIG || 0x80710B1B ||  
| CELL_REC_ERROR_FILE_OPEN || 0x8002c504||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOSPC || 0x80710B1C ||  
| CELL_REC_ERROR_FILE_WRITE || 0x8002c505||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESPIPE || 0x80710B1D ||  
| CELL_REC_ERROR_INVALID_STATE || 0x8002c506||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EROFS || 0x80710B1E ||  
| CELL_REC_ERROR_FILE_NO_DATA || 0x8002c507||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EMLINK || 0x80710B1F ||  
|}
 
== Sysmodule Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPIPE || 0x80710B20 ||  
| CELL_SYSMODULE_ERROR_DUPLICATED || 0x80012001 || Tried to load a PRX that is already loaded
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDOM || 0x80710B21 ||  
| CELL_SYSMODULE_ERROR_UNKNOWN || 0x80012002 || Tried to load an unknown PRX
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ERANGE || 0x80710B22 ||  
| CELL_SYSMODULE_ERROR_UNLOADED || 0x80012003 || Tried to unload a PRX that is already unloaded, or the module is not loaded
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EAGAIN || 0x80710B23 ||  
| CELL_SYSMODULE_ERROR_INVALID_MEMCONTAINER || 0x80012004 || An invalid memory container ID was passed
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EWOULDBLOCK || 0x80710B23 ||  
| CELL_SYSMODULE_ERROR_FATAL || 0x800120ff || Function call failed
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EINPROGRESS || 0x80710B24 ||  
|}
 
== System Utility Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EALREADY || 0x80710B25 ||  
| CELL_SYSUTIL_ERROR_TYPE || 0x8002b101 || Type is invalid
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTSOCK || 0x80710B26 ||  
| CELL_SYSUTIL_ERROR_VALUE || 0x8002b102 || Value is invalid
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDESTADDRREQ || 0x80710B27 ||  
| CELL_SYSUTIL_ERROR_SIZE || 0x8002b103 || Size is invalid
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EMSGSIZE || 0x80710B28 ||  
| CELL_SYSUTIL_ERROR_NUM || 0x8002b104 || Number exceeds valid range
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROTOTYPE || 0x80710B29 ||  
| CELL_SYSUTIL_ERROR_BUSY || 0x8002b105 || Service cannot run because another service is running
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOPROTOOPT || 0x80710B2A ||  
| CELL_SYSUTIL_ERROR_STATUS || 0x8002b106 || Invalid API was called for the current service status
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROTONOSUPPORT || 0x80710B2B ||  
| CELL_SYSUTIL_ERROR_MEMORY || 0x8002b107 || Sufficient memory could not be allocated for the requested service
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESOCKTNOSUPPORT || 0x80710B2C ||  
|}
 
 
== System BGM Control Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EOPNOTSUPP || 0x80710B2D ||  
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_PARAM || 0x8002b101 || Invalid parameter
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPFNOSUPPORT || 0x80710B2E ||  
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_BUSY || 0x8002b102 || Requested processing cannot be executed because the required processing has not completed yet
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EAFNOSUPPORT || 0x80710B2F ||  
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_GENERIC || 0x8002b1ff || Unknown error occurred
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EADDRINUSE || 0x80710B30 ||  
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_PARAM || 0x8002d301 || Invalid parameter
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EADDRNOTAVAIL || 0x80710B31 ||  
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_ALREADY_SETPARAM || 0x8002d302 || Processing cannot be accepted because the setting has already been made
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENETDOWN || 0x80710B32 ||  
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_DISABLE_SETPARAM || 0x8002d303 || Processing cannot be accepted because the feature is disabled
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENETUNREACH || 0x80710B33 ||  
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_GENERIC || 0x8002d3ff || Unknown error occurred
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENETRESET || 0x80710B34 ||  
|}
 
== CXML Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECONNABORTED || 0x80710B35 ||  
| CXML_RESULT_OK || 0x0 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECONNRESET || 0x80710B36 || "An error has occurred." (80710B36) // Game server down or website is blocked
| CXML_RESULT_ERROR_CANT_OPEN || 0x8002E001 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOBUFS || 0x80710B37 ||  
| CXML_RESULT_ERROR_CANT_READ || 0x8002E002 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EISCONN || 0x80710B38 ||  
| CXML_RESULT_ERROR_CANT_WRITE || 0x8002E003 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTCONN || 0x80710B39 ||  
| CXML_RESULT_ERROR_CANT_SEEK || 0x8002E004 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESHUTDOWN || 0x80710B3A ||  
| CXML_RESULT_ERROR_CANT_ALLOC || 0x8002E005 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETOOMANYREFS || 0x80710B3B ||  
| CXML_RESULT_ERROR_FORMAT || 0x8002E006 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETIMEDOUT || 0x80710B3C || Server timeout
| CXML_RESULT_ERROR_VERSION || 0x8002E007 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECONNREFUSED || 0x80710B3D ||  
| CXML_RESULT_ERROR_INVALID_NODE || 0x8002E008 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ELOOP || 0x80710B3E ||  
| CXML_RESULT_ERROR_NOT_ENOUGH_BUF || 0x8002E009 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENAMETOOLONG || 0x80710B3F ||  
| CXML_RESULT_ERROR_ACCESS_MODE || 0x8002E010 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EHOSTDOWN || 0x80710B40 ||  
| CXML_RESULT_ERROR_NOT_EXIST || 0x8002E011 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EHOSTUNREACH || 0x80710B41 ||  
| CXML_RESULT_ERROR_TYPE || 0x8002E012 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTEMPTY || 0x80710B42 ||  
| CXML_RESULT_ERROR_CANT_MODIFY || 0x8002E013 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROCLIM || 0x80710B43 ||  
| CXML_RESULT_ERROR_NO_ALLOCATOR || 0x8002E014 ||
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EUSERS || 0x80710B44 ||
|}
|-
 
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDQUOT || 0x80710B45 ||
== Media? Player Video Player Error ==
|-
 
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESTALE || 0x80710B46 ||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|-
|- bgcolor="#cccccc"
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EREMOTE || 0x80710B47 ||
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EBADRPC || 0x80710B48 ||  
| MP_SUCCESS|| 0x0 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ERPCMISMATCH || 0x80710B49 ||  
| MP_VP_ERROR|| 0x80028801 || "This content cannot be played."  Related with [http://www.ps3devwiki.com/wiki/PARAM.SFO#CATEGORY_For_Disc_contents fake Blu-Ray discs] and video.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROGUNAVAIL || 0x80710B4A ||  
| MP_VP_NO_MORE_ITEM_ERROR|| 0x80028802  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROGMISMATCH || 0x80710B4B ||  
| MP_VP_DATA_TOP_ERROR|| 0x80028803 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROCUNAVAIL || 0x80710B4C ||  
| MP_VP_DATA_END_ERROR|| 0x80028804  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOLCK || 0x80710b4d ||  
| MP_VP_NO_DATA_ERROR|| 0x80028805  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOSYS || 0x80710b4e ||  
| MP_VP_BUFFER_FULL_ERROR||0x80028806  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EFTYPE || 0x80710b4f ||  
| MP_VP_FILE_OPEN_ERROR || 0x80028807  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EAUTH || 0x80710b50 ||  
| MP_VP_FILE_READ_ERROR|| 0x80028808  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENEEDAUTH || 0x80710b51 ||  
| MP_VP_FILE_SEEK_ERROR|| 0x80028809  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EIDRM || 0x80710b52 ||  
|MP_VP_NO_SUPPORTED_ERROR || 0x8002880A  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOMSG || 0x80710b53 ||  
|MP_VP_DECODE_ERROR || 0x8002880B  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EOVERFLOW || 0x80710b54 ||  
|MP_VP_V_DECODE_ERROR || 0x8002880C  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EILSEQ || 0x80710b55 ||  
| MP_VP_A_DECODE_ERROR|| 0x8002880D  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTSUP || 0x80710b56 ||  
| MP_VP_DATA_SET_FAILED_ERROR|| 0x8002880E  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECANCELED || 0x80710b57 ||  
| MP_VP_NOTFOUND_NEXT_DATA_ERROR||0x8002880F  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EBADMSG || 0x80710b58 ||  
| MP_VP_NOTFOUND_PREV_DATA_ERROR|| 0x80028810  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENODATA || 0x80710b59 ||  
| MP_VP_ANALYZE_ERROR || 0x80028811  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOSR || 0x80710B5A ||  
| MP_VP_LACK_OF_BUFFER_ERROR ||0x80028812  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOSTR || 0x80710B5B ||  
|MP_VP_LICENSE_ERROR || 0x80028813  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETIME || 0x80710B5C ||  
|MP_VP_LICENSE_NOT_YET_AVAILABLE_ERROR || 0x80028814  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND || 0x80710C00 || Error calling send(). Error code is net_errno.
| MP_VP_LICENSE_EXPIRED_ERROR|| 0x80028815  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPERM || 0x80710c01 ||  
|MP_VP_LICENSE_VOID_SECURE_CLOCK_ERROR || 0x80028816  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOENT || 0x80710c02 ||  
| MP_VP_GET_PICTURE_ERROR|| 0x80028817  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ESRCH || 0x80710c03 ||  
| MP_VP_VPOST_ERROR|| 0x80028818  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EINTR || 0x80710c04 ||  
|MP_VP_IMAGE_LOAD_FAILED_ERROR || 0x80028819  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EIO || 0x80710c05 ||  
| MP_VP_NO_EXECUTE_ERROR|| 0x80028881  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENXIO || 0x80710c06 ||  
| MP_VP_OUT_OF_RANGE_ERROR|| 0x8002888D  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_E2BIG || 0x80710c07 ||  
|MP_VP_FILE_NOT_EXIST_ERROR || 0x80028882  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOEXC || 0x80710c08 ||  
| MP_VP_LICENSE_EXCLUDED_ERROR|| 0x80028883  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EBADF || 0x80710c09 ||  
|MP_VP_CREATE_SHORT_ICON_ERROR || 0x80028884  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ECHILD || 0x80710c0a ||  
| MP_VP_CREATE_ICON_ERROR|| 0x80028885  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EDEADLK || 0x80710c0b ||  
| MP_VP_VTRM_BROKEN_ERROR|| 0x80028886  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOMEM || 0x80710c0c ||  
| MP_VP_INCOMPAT_ADAPTER_ERROR|| 0x80028887  || MagicGate device required
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EACCES || 0x80710c0d ||  
| MP_VP_MEDIA_INCOMPAT_ERROR|| 0x80028888  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EFAULT || 0x80710c0e ||  
| MP_VP_GID_NO_SET_ERROR|| 0x80028889  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOTBLK || 0x80710c0f ||  
| MP_VP_PREMATURE_GID_ERROR|| 0x8002888A  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EBUSY || 0x80710c10 ||  
| MP_VP_BELATED_GID_ERROR|| 0x8002888B  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EEXIST || 0x80710c11 ||  
| MP_VP_PSN_NOLICENSE_ERROR|| 0x8002888E  || Authenticate via PsStore
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EXDEV || 0x80710c12 ||  
| MP_VP_PSN_NEED_ACTIVATION_ERROR|| 0x8002888F  || Need Certification
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENODEV || 0x80710c13 ||  
| MP_VP_PSN_UNEXPECTED_AIV_ERROR|| 0x80028890  || Wrong Certification Data
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOTDIR || 0x80710c14 ||  
|MP_VP_INVALID_FORMAT_ERROR || 0x80028891  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EISDIR || 0x80710c15 ||  
| MP_VP_ACCESS_DENIED_ERROR|| 0x80028892  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EINVAL || 0x80710c16 ||  
| MP_VP_HTTP_SERVER_NOT_FOUND_ERROR|| 0x80028893  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENFILE || 0x80710c17 ||  
| MP_VP_HTTP_GENERIC_ERROR || 0x80028894  || HTTP MediaServer Error
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EMFILE || 0x80710c18 ||  
| MP_VP_NOT_ENOUGH_MEMORY_ERROR|| 0x80028895  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOTTY || 0x80710c19 ||  
| MP_VP_NO_AUDIO_STREAM_ERROR || 0x80028896  || No Audio
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ETXTBSY || 0x80710c1a ||  
| MP_VP_NO_SUBTITLE_ERROR || 0x80028897  || No Subtitle
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EFBIG || 0x80710c1b ||  
| MP_VP_NETWORK_ERROR|| 0x80028898  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOSPC || 0x80710c1c ||  
| MP_VP_A_ENCODE_ERROR|| 0x80028899  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ESPIPE || 0x80710c1d ||  
| MP_VP_V_ENCODE_ERROR|| 0x8002889A  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EROFS || 0x80710c1e ||  
| MP_VP_FILE_WRITE_ERROR || 0x8002889B  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EMLINK || 0x80710c1f ||  
| MP_VP_FILE_WRITE_RES_ERROR||0x8002889C  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPIPE || 0x80710c20 ||  
| MP_VP_S_DECODE_ERROR|| 0x8002889D  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EDOM || 0x80710c21 ||  
| MP_VP_FILE_IO_CANCELLED_ERROR || 0x8002889E  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ERANGE || 0x80710c22 ||  
| MP_VP_HTTP_CONTENT_NOT_FOUND_ERROR|| 0x8002889F  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EAGAIN || 0x80710c23 ||  
| MP_VP_EXPIRED_ERROR|| 0x800288A0  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EWOULDBLOCK || 0x80710c23 ||  
| MP_VP_WMA_NOT_ENABLED_ERROR || 0x800288A1  || WMA Playback not enabled.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EINPROGRESS || 0x80710c24 ||  
| MP_VP_ACCESS_NOT_DOWNLOADED_AREA_ERROR|| 0x800288A2  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EALREADY || 0x80710c25 ||  
| MP_VP_DTCP_IP_AUTH_INVALID_HOSTNAME_ERROR|| 0x800288A3  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOTSOCK || 0x80710c26 ||  
| MP_VP_DTCP_IP_AUTH_SERVER_NOT_FOUND_ERROR||0x800288A4  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EDESTADDRREQ || 0x80710c27 ||  
| MP_VP_DTCP_IP_AUTH_CANNOT_ACCESS_ERROR|| 0x800288A5  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EMSGSIZE || 0x80710c28 ||  
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR|| 0x800288A6  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPROTOTYPE || 0x80710c29 ||  
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR_WLAN|| 0x800288A7  || DTCPIP Error set WEP/WPA
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOPROTOOPT || 0x80710c2a ||  
| MP_VP_DTCP_IP_DEVCERT_EXPIRED_ERROR|| 0x800288A8  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPROTONOSUPPORT || 0x80710c2b ||  
| MP_VP_DTCP_IP_INVALID_URL_ERROR || 0x800288A9  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ESOCKTNOSUPPORT || 0x80710c2c ||  
| MP_VP_DTCP_IP_KM_NEED_ACTIVATE_ERROR|| 0x800288AA  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EOPNOTSUPP || 0x80710c2d ||  
| MP_VP_DTCP_IP_KM_NEED_UPDATE_ERROR|| 0x800288AB  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPFNOSUPPORT || 0x80710c2e ||  
| MP_VP_DTCP_IP_KM_FATAL_ERROR|| 0x800288AC  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EAFNOSUPPORT || 0x80710c2f ||  
| MP_VP_DTCP_IP_KM_FATAL_ERROR_REGISTRY|| 0x800288AD  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EADDRINUSE || 0x80710c30 ||  
| MP_VP_DTCP_IP_KM_FATAL_ERROR_BUFFER|| 0x800288AE  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EADDRNOTAVAIL || 0x80710c31 ||  
| MP_VP_DTCP_IP_KM_FATAL_ERROR_SRM||0x800288AF  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENETDOWN || 0x80710c32 ||  
| MP_VP_DTCP_IP_KM_NEED_CLOCK_SETUP_ERROR || 0x800288B0  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENETUNREACH || 0x80710c33 ||  
| MP_VP_HTTP_SEEK_NOT_ALLOWED_ERROR|| 0x800288B1  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENETRESET || 0x80710c34 ||  
| MP_VP_DTCP_IP_UNKNOWN_ERROR || 0x800288B2  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ECONNABORTED || 0x80710c35 ||  
| MP_VP_DTCP_IP_INVALID_ARG_ERROR|| 0x800288B3  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ECONNRESET || 0x80710c36 ||  
| MP_VP_DTCP_IP_INVALID_STATE_ERROR|| 0x800288B4  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOBUFS || 0x80710c37 ||  
| MP_VP_DTCP_IP_NOT_IMPLEMENTED_ERROR|| 0x800288B5 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EISCONN || 0x80710c38 ||  
|MP_VP_DTCP_IP_INTERNAL_ERROR || 0x800288B6  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOTCONN || 0x80710c39 ||  
| MP_VP_DTCP_IP_STREAM_GENERIC_ERROR||0x800288B7  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ESHUTDOWN || 0x80710c3a ||  
| MP_VP_REGISTRY_ERROR|| 0x800288B8  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ETOOMANYREFS || 0x80710c3b ||  
| MP_VP_HDCP_OFF_ERROR|| 0x800288B9  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ETIMEDOUT || 0x80710C3C || Server timeout
| MP_VP_DTCP_IP_EMI_CCI_ERROR|| 0x800288BA  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ECONNREFUSED || 0x80710c3d ||  
| MP_VP_NET_CTL_ERROR||0x800288BB  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ELOOP || 0x80710c3e ||  
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_LARGE|| 0x800288BC  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENAMETOOLONG || 0x80710c3f ||  
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_SMALL|| 0x800288BD  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EHOSTDOWN || 0x80710c40 ||  
| MP_VP_NO_SUPPORTED_ERROR_PROFILE||0x800288BE  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EHOSTUNREACH || 0x80710c41 ||  
|MP_VP_NO_SUPPORTED_ERROR_TOOL || 0x800288BF  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOTEMPTY || 0x80710c42 ||  
|MP_VP_NO_SUPPORTED_ERROR_VIDEO_CODEC || 0x800288C0  || "The data type is not supported." Related to video.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPROCLIM || 0x80710c43 ||  
| MP_VP_NO_SUPPORTED_ERROR_AUDIO_CODEC|| 0x800288C1  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EUSERS || 0x80710c44 ||  
|MP_VP_NO_SUPPORTED_ERROR_AU_SIZE ||0x800288C2  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EDQUOT || 0x80710c45 ||  
| MP_VP_HTTP_NO_CONTENT_LENGTH_ERROR|| 0x800288C3  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ESTALE || 0x80710c46 ||  
| MP_VP_DIGITAL_ONLY_ERROR|| 0x800288C4  || Cannot output video other than hdmi
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EREMOTE || 0x80710c47 ||  
| MP_VP_PSN_UNSUPPORTED_DEVICE_ERROR|| 0x800288C5  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EBADRPC || 0x80710c48 ||  
| MP_VP_DIVX_DRM_RENTAL_EXPIRED_ERROR||0x800288C6  || divx vod rental expired
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ERPCMISMATCH || 0x80710c49 ||  
|MP_VP_DIVX_DRM_AUTHORIZATION_ERROR ||0x800288C7  || divx vod reg visit website
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPROGUNAVAIL || 0x80710c4a ||  
|MP_VP_CANNOT_PLAY_CONTENT_ERROR || 0x800288C8  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPROGMISMATCH || 0x80710c4b ||  
|MP_VP_NO_SUPPORTED_ERROR_BRAND || 0x800288C9  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPROCUNAVAIL || 0x80710c4c ||  
| MP_VP_NO_SUPPORTED_ERROR_DURATION_TOO_LONG|| 0x800288CF  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOLCK || 0x80710c4d ||  
| MP_VP_NO_SUPPORTED_ERROR_TRACKS_TOO_MANY|| 0x800288D0  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOSYS || 0x80710c4e ||  
| MP_VP_NO_SUPPORTED_ERROR_LICENSE||0x800288D1  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EFTYPE || 0x80710c4f ||  
|MP_VP_NO_SUPPORTED_ERROR_MVP_SEPARATED_PVL ||0x800288D2  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EAUTH || 0x80710c50 ||  
| MP_VP_NO_SUPPORTED_ERROR_PROHIBITED_DAO|| 0x800288D3  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENEEDAUTH || 0x80710c51 ||  
|MP_VP_NO_SUPPORTED_ERROR_FORMAT_VERSION || 0x800288D4  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EIDRM || 0x80710c52 ||  
| MP_VP_NO_SUPPORTED_ERROR_MEDIA|| 0x800288D5  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOMSG || 0x80710c53 ||  
| MP_VP_NO_SUPPORTED_ERROR_64BIT_BOXSIZE|| 0x800288D6  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EOVERFLOW || 0x80710c54 ||  
|MP_VP_CONTENTS_NOT_EXIST_ERROR ||0x800288CA  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EILSEQ || 0x80710c55 ||  
| MP_VP_NO_NEXT_CONTENTS_ERROR|| 0x800288CC  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOTSUP || 0x80710c56 ||  
|MP_VP_NO_PREV_CONTENTS_ERROR ||0x800288CD  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ECANCELED || 0x80710c57 ||  
| MP_VP_SEQUENTIAL_PLAY_NOT_ALLOWED_ERROR||0x800288D7  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EBADMSG || 0x80710c58 ||  
| MP_VP_DELETE_CONTENTS_ERROR|| 0x800288DA  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENODATA || 0x80710c59 ||  
| MP_VP_AACS_WM_TRUSTED_SOURCE_STATE_ERROR|| 0x800288DB  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOSR || 0x80710c5a ||  
|MP_VP_AACS_WM_NO_HOME_USE_ERROR || 0x800288DC  || cinavia msg code 1
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ENOSTR || 0x80710c5b ||  
| MP_VP_NO_SUPPORTED_ERROR_SCREEN_SAVER|| 0x800288DE  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ETIME || 0x80710c5c ||  
| MP_VP_SELFLICENSE_NONE_ERROR|| 0x800288DF  || Content owner account signin please
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV || 0x80710D00 || Error calling recv(). Error code is net_errno.
| MP_VP_NOT_SUPPORT_REMOTEPLAY_ERROR|| 0x800288E0  || Content does not support remoteplay
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPERM || 0x80710d01 ||  
| MP_VP_READ_FIRST_BLOCK_SIZE_0_ERROR|| 0x800288E1  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOENT || 0x80710d02 ||  
| MP_VP_DTCP_IP_CABLE_NOT_CONNECTED_ERROR|| 0x800288E2  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ESRCH || 0x80710d03 ||  
| MP_VP_FILE_IO_TIMEOUT_ERROR|| 0x800288E3  ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EINTR || 0x80710d04 ||  
|}
 
== Other errors (not specified above) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EIO || 0x80710d05 ||
!colspan="3" | other errors
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENXIO || 0x80710d06 ||  
| Network error || 0x80010201 || WLAN network not found
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_E2BIG || 0x80710d07 ||  
| || 0x80010500 || Bad Packet ID
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOEXC || 0x80710d08 ||  
| unspecified trophy error || 0x80010505 || Trophy error caused by "Allow access to all SS services (Needed for ps3dm-utils)" patch / Access Violation
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EBADF || 0x80710d09 ||  
| || 0x80010506 || No Entry
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECHILD || 0x80710d0a ||  
| || 0x80010509 || Backup/Restore decryption and/or verification error / Invalid Parameter
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EDEADLK || 0x80710d0b ||  
| || 0x8001050B || Will not play demo hard drive games, (when blue-ray disc is inserted) - cause unknown
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOMEM || 0x80710d0c ||  
| || 0x8001050D || An error during the start operation; Ps3 game swapped using the eject function and then play pressed quickly - ps3 game inserted again
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EACCES || 0x80710d0d ||  
| Call Limit Exceeded || 0x8001050F || Hardware failure. Cannot update firmware or connect to internet.<br />You can get this on the date "29.02.2010" with firmwares containing the leapyear error
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EFAULT || 0x80710d0e ||  
| || 0x80010510 || Will not play games installed on the hard drive
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOTBLK || 0x80710d0f ||  
| || 0x80010514 || RSOD - Reading blu-ray disc problem // msg_errorcode_solution_check_other_bd msg_errorcode_solution_check_disc_clean
msg_errorcode_if_no_solution_ask_ic_with_errorcode / drm marlin - authorization / act.dat fetch fail
ERROR!! VersionFile::Get() (exdata/ver.txt,index.dat failures) "release" missmatch / OnActivatePageInitSetting failure / avatar userthumbnail.png failure / vtrm retrieve + store (root hsec+root hash doesnt match with syscon's one)
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EBUSY || 0x80710d10 ||  
| || 0x80010516 || An error occurred during the start operation; Ps1 game swapped using the eject function and then play pressed quickly - ps1 game inserted again
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EEXIST || 0x80710d11 ||  
| || 0x80010519 || The firmware time is incorrect update via internet to set it.If this keeps happening try changing the CMOS cell, if that doesn't work your firmware is probably corrupted.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EXDEV || 0x80710d12 ||  
| || 0x8001051C || "The data is corrupted."
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENODEV || 0x80710d13 ||  
| Time error || 0x80010601 || Time/Date has not been set
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOTDIR || 0x80710d14 ||  
| Connection error || 0x80022A07 || Cannot connect to server. Server overloaded?
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EISDIR || 0x80710d15 ||  
| Trophy related || 0x80022D11 || "Registration of the trophy information could not be completed. The game will quit (80022D11)".
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EINVAL || 0x80710d16 ||  
| Trophy installation erased from hdd but indexed in "XMB database" || 0x80022D1E || "Registration of the trophy information could not be completed. The game will quit (80022D1E)". After error 0x80022D74 and after erasing the trophy folder manually, in the next boot the game tries to install trophies but the error appears (at this point "XMB database" is updated and the indexed copy of the installation is deleted), after this if trying to boot the game again the trophy installation is completed and the game works normally
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENFILE || 0x80710d17 ||  
| Trophy installation not updateable || 0x80022D55 || "Registration of the trophy information could not be completed. The game will quit (80022D55)". Erase old trophy installation, rebuild database, and install new trophy version
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EMFILE || 0x80710d18 ||  
| Trophy update installer missing || 0x80022D74 || "Registration of the trophy information could not be completed. The game will quit (80022D74)".
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOTTY || 0x80710d19 ||  
| Trophy Data is corrupted || 0x80022D86 || "Registration of the trophy information could not be completed. The game will quit (80022D86)" : Enter Safe Mode and select "Restore File system." / If you still have the issue, delete the User and re-create the User. Then sync the trophy data by logging in to your Sony Entertainment Network account, then go to [Trophy Collection] under (Games). / If error persist, replace harddrive. // can also be generated by setting wrong (old) date/time.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ETXTBSY || 0x80710d1a ||  
| cVTRM error || 0x80022d90 || bad cVTRM region in flash
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EFBIG || 0x80710d1b ||  
| || 0x80023320 || "An error occurred during the download operation. (80023320)" (with external device selected as destination for storage).
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOSPC || 0x80710d1c ||  
| Partition error || 0x80028347 || There is no partition for installing another system on the harddisk (when selecting Install OtherOS from XMB on 1.02 or higher). Solution: make sure there is a partition with Harddisk Format Utility from XMB.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ESPIPE || 0x80710d1d ||  
| Restore error || 0x800283F0 || The restore operation could not be completed.  The system will restart. (800283F0) // solutions: ¨I have just found that this appears to have been due to my PSP being registered to my PS3.  Unregistered it, completed a backup, swapped in the new formatted HDD, restore completed successfully.¨ / "My protected saves did not copy over from a full restore from my back-up. Before I did my back-up I copied my protected saves over to PS+ cloud as this allows for locked/protected saves to be copied."
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EROFS || 0x80710d1e ||  
| || 0x80028F08 || "An error occurred during the start operation. (80028F08)", when related to PARAM.SFO (with unsupported or corrupted Data ICON), can be resolved (not every time) by pressing triangle one time and launch the game from start or back from the ICON. When related to eboot.bin, combined with error 80010006 / 80010009 / 80010017, check the path for this type of eboot.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EMLINK || 0x80710d1f ||  
| || 0x80028F10 || "You cannot play this game at the current video output setting (80028F10)"
This occurs because the game you are trying to play will only work at 16:9 resolution, and your PS3 is set for 4:3 resolution. 2 solutions: <br />1) Go to Display Settings then HDMI (or whatever your connection is) and choose Automatic; -or- <br />2) Go to Display Settings and under select Video Display Output: select Composite or S-Video, whichever type of connection you use. Then choose 16:9 Resolution.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPIPE || 0x80710d20 ||  
| || 0x80028F14 || "An error occurred during the start operation (80028f14)", mostly caused by bad laser / user trying to  directboot via app_home instead of mounting first / old/ancient payload / with malformed PARAM.SFO (unsupported or corrupted data ICON).
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EDOM || 0x80710d21 ||  
| PS2 mode error || 0x80028F17 ||"An error occurred during the start operation (80028F17)," PlayStation 2 disc Boot Error, also happen with PS1 PSN games (either due to customed SFO or eboot.pbp<!--// will try to remember and reproduce to determinate if SFO or Eboot.pbp was the problem //-->).
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ERANGE || 0x80710d22 ||  
| || 0x80028F18 || Ps2 Disc Error, unsupported disc; eg. Utility discs, BB discs, IQ Remix game etc. ode).
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EAGAIN || 0x80710d23 ||  
| || 0x80028F19 || PS2 Disc Error , fsck; the internal PS2 disk got corrupted and I guess that you can use HDD utility disc to fix it
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EWOULDBLOCK || 0x80710d23 ||  
| || 0x80028F1A || Ps2 Disc Error , invalbnnetcfg; network config error
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EINPROGRESS || 0x80710d24 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F17 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x81
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EALREADY || 0x80710d25 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F18 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x82
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOTSOCK || 0x80710d26 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F19 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x83
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EDESTADDRREQ || 0x80710d27 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1A || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x84
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EMSGSIZE || 0x80710d28 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1B || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x85
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPROTOTYPE || 0x80710d29 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1C || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x86
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOPROTOOPT || 0x80710d2a ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1D || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x87
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPROTONOSUPPORT || 0x80710d2b ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1E || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x88
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ESOCKTNOSUPPORT || 0x80710d2c ||  
| || 0x80028F22 || "An error occurred during the start operation" e.g.: Starting from BD emu (not from app_home) a game without PARAM.SFO, malformed /combined ATTRIBUTE flags.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EOPNOTSUPP || 0x80710d2d ||  
| || 0x80029023 || Exchanging Key Information exchange has timed out
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPFNOSUPPORT || 0x80710d2e ||  
| || 0x80029024 || "The attempt to obtain an IP address has timed out".
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EAFNOSUPPORT || 0x80710d2f ||  
| || 0x80029208 || Error loading user profile after update [http://www.ps3hax.net/showthread.php?t=69457]
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EADDRINUSE || 0x80710d30 ||  
| || 0x80029301 || An error occurred during the delete operation (attempting to delete some ps2 homebrew from virtual mem card)
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EADDRNOTAVAIL || 0x80710d31 ||  
| || 0x80029303 || "An error occurred during the copy operation." (attempting to copy PS1 save data with header malformed(.PSV) to internal memory card)
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENETDOWN || 0x80710d32 ||  
| || 0x80029901 || "To play this BD, you must renew the encryption key.
Perform a system software update to renew the encryption key."
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENETUNREACH || 0x80710d33 ||  
| || 0x80029902 || Playback of BDs is prohibited on this system.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENETRESET || 0x80710d34 ||  
| || 0x80029903 || This is an invalid disc.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECONNABORTED || 0x80710d35 ||  
| || 0x80029904 || "To play this BD, you must renew the encryption key.
Perform a system software update to renew the encryption key."
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECONNRESET || 0x80710D36 || PSN down or internet connection issues
| || 0x80029905 || This is an invalid disc.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOBUFS || 0x80710d37 ||  
| || 0x80029906 || Can’t playback burn BD movie, missing PS3_VPRM.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EISCONN || 0x80710d38 ||  
| || 0x80029907 || Playback of BDs is prohibited on this system.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOTCONN || 0x80710d39 ||  
| || 0x8002990C || The data type is not supported.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ESHUTDOWN || 0x80710d3a ||  
| || 0x8002990D || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ETOOMANYREFS || 0x80710d3b ||  
| || 0x8002990E || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ETIMEDOUT || 0x80710d3c || Server timeout
| || 0x8002990F || Playback of BDs is prohibited on this system.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECONNREFUSED || 0x80710d3d ||  
| || 0x80029910 || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ELOOP || 0x80710d3e ||  
| || 0x80029911 || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENAMETOOLONG || 0x80710d3f ||  
| || 0x80029912 || This is an invalid disc.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EHOSTDOWN || 0x80710d40 ||  
| || 0x80029920 || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EHOSTUNREACH || 0x80710d41 ||  
| || 0x80029921 || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOTEMPTY || 0x80710d42 ||  
| || 0x80029922 || This disc cannot be played. The region code is not correct.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPROCLIM || 0x80710d43 ||  
| || 0x80029923 || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EUSERS || 0x80710d44 ||  
| || 0x80029925 || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EDQUOT || 0x80710d45 ||  
| || 0x80029930 || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ESTALE || 0x80710d46 ||  
| || 0x80029931 || An error has occurred.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EREMOTE || 0x80710d47 ||  
| || 0x80029932 || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EBADRPC || 0x80710d48 ||  
| Can't read a disc || 0x80029940 || The PS3 could not read the disc or the disc is dirty/scratched. (Disable the Super-White settings)
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ERPCMISMATCH || 0x80710d49 ||  
| Issue playing disc || 0x80029941 || The PS3 could not read the disc or the disc is not supported.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPROGUNAVAIL || 0x80710d4a ||  
| || 0x80029942 || Video in the PAL broadcast standard is not supported.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPROGMISMATCH || 0x80710d4b ||  
| || 0x80029943 || Video in the NTSC broadcast standard is not supported.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPROCUNAVAIL || 0x80710d4c ||  
| || 0x80029944 || This disc cannot be played. The region code is not correct.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOLCK || 0x80710d4d ||  
| Unable to play Blu-ray Disc || 0x80029945 || Can’t playback burn BD movie
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOSYS || 0x80710d4e ||  
| Issue playing disc || 0x80029946 || Attempting to play burnt Dual layer NTSC disc on a PAL ps3 (workaround is to transfer files to ps3 via TVersity)
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EFTYPE || 0x80710d4f ||  
| || 0x80029947 || An error has occurred.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EAUTH || 0x80710d50 ||  
| || 0x80029948 || This content cannot be played. There is not enough free space on the system storage
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENEEDAUTH || 0x80710d51 ||  
| || 0x80029949 || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EIDRM || 0x80710d52 ||  
| || 0x8002994A || Playback stopped. The content being played is protected by Cinavia™ and is not authorized for playback on this device. For more information, see http://www.cinavia.com. Message Code 1.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOMSG || 0x80710d53 ||  
| || 0x80029950 || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EOVERFLOW || 0x80710d54 ||  
| || 0x80029962 || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EILSEQ || 0x80710d55 ||  
| || 0x8002997B ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOTSUP || 0x80710d56 ||  
| || 0x8002997D ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECANCELED || 0x80710d57 ||  
| || 0x800299AA || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EBADMSG || 0x80710d58 ||  
| || 0x800299AE || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENODATA || 0x80710d59 ||  
| || 0x800299E1 || An error has occurred.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOSR || 0x80710d5a ||  
| || 0x800299E2 || An error has occurred.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOSTR || 0x80710d5b ||  
| || 0x800299E3 || This video cannot be played.
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ETIME || 0x80710d5c ||  
| DRL error || 0x800299D2 || BD/DVD/AVCHD MKB mismatch DRL error<!--//http://www.ps3devwiki.com/index.php?title=Downgrade_BluRay_Playback_Issue//--> (or trying to watch BD/DVD/AVCH on converted CEX&gt;DEX)
|-
|-
!colspan="3" | Cell Http Util errors (libhttp_util)
| || 0x80029c78 || Error occurred while accessing storage media.
|-
|-
| CELL_HTTP_UTIL_ERROR_NO_MEMORY || 0x80711001 || There was not enough memory in the pool
| || 0x80029C7F || "An error has occurred." while accessing Update via System Storage/Delete Update Data on System Storage (e.g. when System Storage folder contains PUP without version to check lowest applicable firmware version).
|-
|-
| CELL_HTTP_UTIL_ERROR_NO_BUFFER || 0x80711002 || No buffer has been provided (as a parameter)
| || 0x80029caa || Error occurred while checking update data. // Mostly caused by TargetID mismatch between EID and Firmware wanting to install - e.g. DEX or Rebug DEX kernel and installing a CEX firmware.
|-
|-
| CELL_HTTP_UTIL_ERROR_NO_STRING || 0x80711003 || No string to read has been provided (as a parameter)
| || 0x80029CCA || Error occurred while checking update data.
|-
|-
| CELL_HTTP_UTIL_ERROR_INSUFFICIENT || 0x80711004 || Buffer space was insufficient to write into
| || 0x8002B241 || DVI has no audio.
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_URI || 0x80711005 || Malformed URI // URL contains bad characters or DLNA settings are incorrect
| || 0x8002B401 || Error when creating savedata. ("source" savedata files inside the game are not valid, e.g: PS3_GAME/USRDIR/CONTENT/SAVEDATA/PIC1.PNG with wrong size).
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_HEADER || 0x80711006 || Malformed header
| || 0x8002B71A || Possible NAT Error , Can log onto Game Server but can’t join game and can’t host game
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_REQUEST || 0x80711007 || Malformed request line
! colspan="3" id="0x8002f..._-_PUP_.2F_Update_errors" | [[#0x8002f...  - PUP / Update errors]]
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_RESPONSE || 0x80711008 || Malformed response (status line) // Can happen if server doesnt respond with 'Connection: close' header
| Update success || 0x8002F000 || Not an error: Success installing/downgrading in service mode. "manufacturing updating SUCCESS(0x8002f000)"
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_LENGTH || 0x80711009 || Invalid length of buffer
| Update error || 0x8002F002 || [http://www.pastie.org/3724383 Update VSH Package done(0x8002f002) / Updating or Verifying failure 0x8002f002 / manufacturing updating FAILURE(0x8002f002)] // Possibly bad firmware PUP, bad USB stick or harddrive going bad in PS3. Check PUP, try other stick and replace harddrive.
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER || 0x8071100A || Illegal character
| Update error || 0x8002F048 || Error with installing Firmware update in service mode: "start Updating Proccess. UpMng.UpdatePackage() failure. manufacturing updating FAILURE(0x8002f048)" // Check if PUP to install is in root of stick and named PS3UPDAT.PUP
|-
|-
!colspan="3" | Cell SSL errors (libssl)  
| Update error || 0x8002F057 || Error with installing Firmware update in service mode: "Bul-ray Disc Player Revoke done(0x8002f057). Updating or Verifying failure 0x8002f057. UpMng.UpdatePackage() failure. manufacturing updating FAILURE(0x8002f057)" // caused by downgrading and using [http://pastebin.com/j97SpE2J normal lv2_diag.self] and not a noBD firmware (using the [http://pastebin.com/9tTfAs2J jaicrab lv2_diag.self] as workaround will cause one ROS to be empty and can result in RLOD/GLOD/RSOD).
|-
|-
| CELL_SSL_ERROR_NOT_INITIALIZED || 0x80740001 || libssl has not yet been initialized. Please initialize before use.
| Update error || 0x8002F087 || Error with installing Firmware update in service mode: "Update VSH Package done(0x8002f087),
Updating or Verifying failure 0x8002f087, UpMng.UpdatePackage() failure, manufacturing updating FAILURE(0x8002f087)" // can be caused by bad vsh, broken harddrive or wrong spoofing.
|-
|-
| CELL_SSL_ERROR_ALREADY_INITIALIZED || 0x80740002 || libssl has already been initialized and cannot be initialized again
| Update error || 0x8002F0C1 || "An error occurred during the update operation. (8002F0C1)" -> Download error. Manual download the update with PC, put on /PS3/UPDATE/PS3UPDAT.PUP and install in recovery instead.
|-
|-
| CELL_SSL_ERROR_INITIALIZATION_FAILED || 0x80740003 || Initialization of the communication part of libssl failed
| Update error || 0x8002F0E0 || Error with installing Firmware update. Harddrive is not found or disconnected.
|-
|-
| CELL_SSL_ERROR_NO_BUFFER || 0x80740004 || No buffer was provided in one of the parameters
| Update error || 0x8002F107 || [http://www.pastie.org/3724398 Update VSH Package done(0x8002f107) / Updating or Verifying failure 0x8002f107 / manufacturing updating FAILURE(0x8002f107)] // Possibly bad firmware PUP, bad USB stick or harddrive going bad in PS3. Check PUP, try other stick and replace harddrive.
|-
|-
| CELL_SSL_ERROR_INVALID_CERTIFICATE || 0x80740005 || The pointer to the SSL Certificate provided is invalid
| Update error || 0x8002F13E || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_SSL_ERROR_UNRETRIEVABLE || 0x80740006 || Failed to get the requested information
| Update error || 0x8002F142 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_SSL_ERROR_INVALID_FORMAT || 0x80740007 || The format of the SSL Certificate is invalid
| Update error || 0x8002F147 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_SSL_ERROR_NOT_FOUND || 0x80740008 || The requested information was not found in the SSL Certificate
| Update error || 0x8002F149 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_SSL_ERROR_READ_FAILED || 0x80740009 ||  
| Update error || 0x8002F14A || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_SSL_ERROR_INVALID_TIME || 0x80740031 || Invalid time element in the SSL Certificate
| Update error || 0x8002F14B || Error with installing Firmware update. Updating or Verifying failure of CoreOS on flash area (?bad flash blocks?) <!--//(stef:CECHK/DIA-002 Spansion S29GL128N90TFIR2 after successfull downgrade, tried to downgrade to 3.50 prepatched lv1-sysconhashes but errors out)//-->
|-
|-
| CELL_SSL_ERROR_INAVLID_NEGATIVE_TIME || 0x80740032 || Invalid time element with negative values in the SSL Certificate
| Update error || 0x8002F14E || Error with installing Firmware update. (BD)Drive not found or disconnected. // or CoreOS region failure when in log "Update Core OS Package done(0x8002f14e)" or Revoke region failure when in log "Update Package Revoke list done(0x8002f14e)"
|-
|-
| CELL_SSL_ERROR_INCORRECT_TIME || 0x80740033 || Value in the time element for the SSL Certificate is incorrect
| ?corrupt? || 0x8002F153 || firmware related error - can be generated by using the MinVerChk PUP in factory service mode (must NEVER do that!)
|-
|-
| CELL_SSL_ERROR_UNDEFINED_TIME_TYPE || 0x80740034 || Type in the time element for the SSL Certificate is not defined correctly
| ?corrupt? || 0x8002F155 || solution: power down with power button remove the power cord for a few minutes then reboot (sony message:if this doesn't work contact sony)
|-
|-
| CELL_SSL_ERROR_NO_MEMORY || 0x80740035 || Call to allocate memory failed (returns NULL)
| ?corrupt? || 0x8002F156 || NAND Downgrade eror - [http://pastebin.com/sURmGqq3 UpMng.UpdatePackage() failure: manufacturing updating FAILURE(0x8002f156)]
|-
|-
| CELL_SSL_ERROR_NO_STRING || 0x80740036 || No string to read has been provided (as a parameter)
| ?corrupt? || 0x8002F157 || firmware related error / HDD Exchange error - 3.56-1st BUG.<!--//judges//--> Also happens when you try to Upgrade from 999 Downgrader to another Non-999 CFW. Go to OFW 3.55, then upgrade to the other CFW <!--//[email protected]>
|-
|-
| CELL_SSL_ERROR_UNKNOWN_LOAD_CERT || 0x80740037 || Unknown certificate load flag
| ?corrupt? || 0x8002F15E || CoreOS firmware related error<!--//TiGra-Dri//-->
|-
|-
!colspan="3" | Cell Rudp errors (librudp)
| Update error || 0x8002F165 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_RUDP_ERROR_NOT_INITIALIZED || 0x80770001 || Not initialized
| Firmware data is corrupt || 0x8002F169 || Error when checking the firmware data (after unpacking)
|-
|-
| CELL_RUDP_ERROR_ALREADY_INITIALIZED || 0x80770002 || Already initialized
| Update error || 0x8002F174 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_RUDP_ERROR_INVALID_CONTEXT_ID || 0x80770003 || Invalid context ID
| Update error || 0x8002F176 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_RUDP_ERROR_INVALID_ARGUMENT || 0x80770004 || Invalid argument
| Update error || 0x8002F19D || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_RUDP_ERROR_INVALID_OPTION || 0x80770005 || Invalid option name
| Update error || 0x8002F1B0 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_RUDP_ERROR_INVALID_MUXMODE || 0x80770006 || Invalid multiplexing mode
| Update error || 0x8002F1B3 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_RUDP_ERROR_MEMORY || 0x80770007 || Memory allocation failed
| Update error || 0x8002F1C1 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first - DFU Start Firmware Update failed.
|-
|-
| CELL_RUDP_ERROR_INTERNAL || 0x80770008 || Undefined internal error
| Update error || 0x8002F1C3 || DFU End Firmware Update failed.
|-
|-
| CELL_RUDP_ERROR_CONN_RESET || 0x80770009 || Connection was reset
| Update error || 0x8002F1F0 || Bluetooth/WLAN error. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
|-
| CELL_RUDP_ERROR_CONN_REFUSED || 0x8077000a || Connection was refused
| Update error || 0x8002F1F9 || Error with installing Firmware update. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
|-
| CELL_RUDP_ERROR_CONN_TIMEOUT || 0x8077000b || Connection timed out
| Update error || 0x8002F220 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_RUDP_ERROR_CONN_VERSION_MISMATCH || 0x8077000c || Version does not match
| Update error || 0x8002F225 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
|-
| CELL_RUDP_ERROR_CONN_TRANSPORT_TYPE_MISMATCH || 0x8077000d || Transport type does not match
| Update error || 0x8002F22F || Issue with the PS3 hard drive
|-
|-
| CELL_RUDP_ERROR_QUALITY_LEVEL_MISMATCH || 0x8077000e || Quality level does not match
| || 0x8002F235 || Error with installing Firmware update. "Data Is Corrupted"
|-
|-
| CELL_RUDP_ERROR_THREAD || 0x8077000f || Internal I/O thread error
| Update error || 0x8002F23F || Error with installing Firmware update. The PUP is not recognised as valid update. (with 3.56 minver console)
|-
|-
| CELL_RUDP_ERROR_THREAD_IN_USE || 0x80770010 || Internal I/O thread is currently in use
| Update error || 0x8002F26A || Error with installing Firmware update. [http://www.ps3hax.net/showthread.php?t=36913 "A serious error has occurred"]
|-
|-
| CELL_RUDP_ERROR_NOT_ACCEPTABLE || 0x80770011 || Operation is not permitted
| Update error || 0x8002F271 || Error with installing Firmware update. "An error occurred during the format operation."
|-
|-
| CELL_RUDP_ERROR_MSG_TOO_LARGE || 0x80770012 || Message is too large
| Update error || 0x8002F281 || Error with installing Firmware update. Check the connection of the Wifi/BT board.
|-
|-
| CELL_RUDP_ERROR_NOT_BOUND || 0x80770013 || Not bound
| Issue with the PS3 harddrive. || 0x8002F281 || Issue with the PS3 harddrive. Reboot system and use Recovery Menu options. If error persist, Format the hd on a pc, reinsert it to the ps3, install update (normal/recovery mode), format hd on install. If still not fixed: exchange harddrive.<br />Note: This error also comes up when trying to install a 1.5TB HDD as internal HDD.
Plug it into the pc, then open command prompt.
 
'''1)''' Type "diskpart"
'''2)''' Type "list disk" - Get the disk number for the drive you are fixing.
'''3)''' Type "select disk 1" - If the disk is not #1, change this accordingly.
'''4)''' Type "clean"
'''5)''' Type "create partition primary"
'''6)''' Type "select partition 1"
'''7)''' Type "active"
'''8)''' Type "assign" - When it asks you to format, click cancel.
'''9)''' Type "exit"
'''9)''' Type "exit"
'''10)''' Reinsert into your ps3, and boot it into safe mode, it may take awhile to boot into safe mode.
'''11)''' Choose to update, it should ask you to format, do so then update.
 
|-
|-
| CELL_RUDP_ERROR_CANCELLED || 0x80770014 || Blocking was cancelled
| Update error || 0x8002F282 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_RUDP_ERROR_INVALID_VPORT || 0x80770015 || Invalid virtual port
| Update error || 0x8002F285 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_RUDP_ERROR_WOULDBLOCK || 0x80770016 || Currently executing operation
| Update error || 0x8002F2B5 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
|-
| CELL_RUDP_ERROR_VPORT_IN_USE || 0x80770017 || Virtual port is currently in use
| Update error || 0x8002F2BF || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_RUDP_ERROR_VPORT_EXHAUSTED || 0x80770018 || No more available virtual port numbers
| Downgrade error || 0x8002F2C4 || Error when downgrading below applicable firmware version with QA-flag from Recovery Mode
|-
|-
| CELL_RUDP_ERROR_INVALID_SOCKET || 0x80770019 || Invalid socket
| Update error || 0x8002F2C5 || Error with installing Firmware update. The PUP is not recognised as valid update. (Can be generated by pulling the storage device with the PUP when it is still in checking stage. DANGEROUS!). Or when trying to install MinVerCheck.PUP inmediatly after an hdd replacement in PS3 models with a NOR flash
|-
|-
| CELL_RUDP_ERROR_BUFFER_TOO_SMALL || 0x8077001a || Buffer is too small
| Update error || 0x8002F2CF || Issue with the Mass Storage Device when installing firmware, or PS3 hard drive
|-
|-
| CELL_RUDP_ERROR_MSG_MALFORMED || 0x8077001b || Invalid packet
| || 0x8002F2E0 || HDD Probe/Init failed. (No HDD attached)
|-
|-
| CELL_RUDP_ERROR_ADDR_IN_USE || 0x8077001c || Address is currently in use
| || 0x8002F2E2 ||  
|-
|-
| CELL_RUDP_ERROR_ALREADY_BOUND || 0x8077001d || Already bound
| || 0x8002F2E3 || HDD Search Regions failed. (encrypted HDD incompatible with the consoles) (Formating...)
|-
|-
| CELL_RUDP_ERROR_ALREADY_EXISTS || 0x8077001e || Already exists
| || 0x8002F2E4 || The data is corrupted. (e.g. bad promo_flags.txt flag set)
|-
|-
| CELL_RUDP_ERROR_INVALID_POLL_ID || 0x8077001f || Invalid polling ID
| || 0x8002F2E5 || PUP filepath error.
|-
|-
| CELL_RUDP_ERROR_TOO_MANY_CONTEXTS || 0x80770020 || Too many contexts
| || 0x8002F2E6 || No applicable Data found.
|-
|-
| CELL_RUDP_ERROR_IN_PROGRESS || 0x80770021 || Currently executing operation
| Update error || 0x8002F2F0 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
|-
| CELL_RUDP_ERROR_NO_EVENT_HANDLER || 0x80770022 || Common event handler has not been registered
| Update error || 0x8002F2F2 || Error with installing Firmware update. The PUP is not recognised as valid update
|-
|-
| CELL_RUDP_ERROR_PAYLOAD_TOO_LARGE || 0x80770023 || Payload is too large
| Update error || 0x8002F310 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| CELL_RUDP_ERROR_END_OF_DATA || 0x80770024 || End of receive data
| Update error || 0x8002F311 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| CELL_RUDP_ERROR_ALREADY_ESTABLISHED || 0x80770025 || Connection is already established
| Update error || 0x8002F312 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| CELL_RUDP_ERROR_KEEP_ALIVE_FAILURE || 0x80770026 || Connection was closed due to keep-alive timeout
| Update error || 0x8002F313 || Error with installing Firmware update. Shows up in Service Mode log as 'Update Core OS Package done(0x8002f313)' possible caused by bad ROS
|-
|-
|}
| Update error || 0x8002F325 || Error with installing Firmware update. data corrupted
 
== SSC SPU errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
! colspan="3" | for cellSscQueryAttr()
| Update error || 0x8002F333 || Error with installing Firmware update. data corrupted // Issue with the internal harddrive.
|-
|-
| CELL_SSC_ERROR_Q_ARG_CFG_NULL            || 0x80780010 ||  
| Update error || 0x8002F953 || Error with installing Firmware update.
|-
|-
| CELL_SSC_ERROR_Q_ARG_CFG_INVALID          || 0x80780011 ||  
| Update error || 0x8002F956 || Error with installing Firmware update. (bad harddrive?)
|-
|-
| CELL_SSC_ERROR_Q_ARG_ATTR_NULL            || 0x80780014 ||  
| Update error || 0x8002F957 || Error with installing Firmware update. The data is corrupted (firmware in flash does not allow the MFW installation as it does not contain the needed patches)
|-
|-
! colspan="3" | for cellSscOpen()
| Update error || 0x8002F976 || Error with installing Firmware update. data corrupted
|-
|-
| CELL_SSC_ERROR_O_ARG_CFG_NULL            || 0x80780020 ||  
| Update error || 0x8002F95E || Error with installing Firmware update (when using Rogero 3.55 DEX DG v1 on DEX 4.20 system).
|-
|-
| CELL_SSC_ERROR_O_ARG_CFG_INVALID          || 0x80780021 ||  
| || 0x8002F967 || Error when checking PUP version (e.g. when using manipulated PUP without version to check lowest applicable firmware version)
|-
|-
| CELL_SSC_ERROR_O_ARG_RSRC_NULL            || 0x80780022 ||  
| || 0x8002F96F || Error when downgrading DEX console with special PUP. To solve: reset console by holding power button until it beeps
|-
|-
| CELL_SSC_ERROR_O_ARG_RSRC_INVALID        || 0x80780023 ||  
| || 0x8002F994 || Too many people downloading the update (download it later on)
|-
|-
| CELL_SSC_ERROR_O_ARG_RSRCMEM_INVALID      || 0x80780024 ||  
| An error has occured || 0x8002FB22 || Error can be generated with a malformed license.xml file in PS3UPDAT.PUP
|-
|-
| CELL_SSC_ERROR_O_ARG_RSRCSPU_INVALID      || 0x80780025 ||  
| || 0x8002F21x || (Set Recovery Mode Flag On (cex/dex/decr)) / (Connecting Controller)
|-
|-
| CELL_SSC_ERROR_O_ARG_HDL_NULL            || 0x80780026 ||  
| || 0x8002F22x || (Connect Media containing FW equal or higher)
|-
|-
| CELL_SSC_ERROR_O_FATAL_CMUTEX            || 0x80780027 ||  
| || 0x8002F23x || (System Partition formating) / (Search Updater)
|-
|-
| CELL_SSC_ERROR_O_FATAL_CASYNCTHR          || 0x80780028 ||  
| || 0x8002F24x || (Formatting)
|-
|-
| CELL_SSC_ERROR_O_FATAL_CTASKSET          || 0x80780029 ||  
| || 0x8002F25x || hdd probing
|-
|-
! colspan="3" | for cellSscClose()
| || 0x8002F26x || region searching
|-
|-
| CELL_SSC_ERROR_C_ARG_HDL_NULL            || 0x80780030 ||  
| || 0x8002F27x || preparing partitions
|-
|-
| CELL_SSC_ERROR_C_ARG_HDL_INVALID          || 0x80780031 ||  
| || 0x8002F28x || Setup Updating Environment
|-
|-
| CELL_SSC_ERROR_C_STAT_BUSY                || 0x80780032 ||  
| || 0x8002F29x ||  
|-
|-
| CELL_SSC_ERROR_C_FATAL_DTHR              || 0x80780033 ||  
| || 0x8002F2Ax ||  
|-
|-
| CELL_SSC_ERROR_C_FATAL_DMUTEX            || 0x80780034 ||  
| || 0x8002F2Bx || (Turning Off Recovery Mode Flag)
|-
|-
| CELL_SSC_ERROR_C_FATAL_DTASKSET          || 0x80780035 ||  
| || 0x8002F2Cx || Search Updater (Formating preparing Update)
|-
|-
! colspan="3" | for cellSscExec/ExecAsync()
| || 0x8002F2Dx || (Formatting - Preparing to Update)
|-
|-
| CELL_SSC_ERROR_E_ARG_HDL_NULL            || 0x80780040 ||  
| || 0x8002F2Ex || (Turning On/Off Recovery Mode Flag)
|-
|-
| CELL_SSC_ERROR_E_ARG_HDL_INVALID          || 0x80780041 ||
! colspan="3" id="0x8001..._RSOD.2FBSOD_errors" | [[#0x8001... RSOD/BSOD errors]]
|-
|-
| CELL_SSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x80780042 ||  
| || 0x80010514 || RSOD - VersionFile::Get() (index.dat failures)
|-
|-
| CELL_SSC_ERROR_E_ARG_INPICINFO_NULL      || 0x80780043 ||  
| || 0x80028C03 || BSOD - NPXS01003, net if ctl fail (game updates,commerce, friend stuff ...)
|-
|-
| CELL_SSC_ERROR_E_ARG_INPICINFO_INVALID    || 0x80780044 ||  
| || 0x80028C10 || BSOD - xregistry
|-
|-
| CELL_SSC_ERROR_E_ARG_TASKNUM_INVALID      || 0x80780045 ||  
| || 0x80028C12 || BSOD - xregistry
|-
|-
| CELL_SSC_ERROR_E_ARG_CB_NULL              || 0x80780046 ||  
| || 0x80030001 || Deleting messages from inbox
|-
|-
| CELL_SSC_ERROR_E_ARG_CB_INVALID          || 0x80780047 ||  
| || 0x8003041F || An error occurred during the copy operation (using media server)
|-
|-
| CELL_SSC_ERROR_E_ARG_CTRL_NULL            || 0x80780048 ||  
| || 0x80030506 || BSOD - empty sce net ctl ptr's
|-
|-
| CELL_SSC_ERROR_E_ARG_CTRL_INVALID        || 0x80780049 ||  
| || 0x8003050F || BSOD - create_open_database 0x25 failure, xregistry empty file descriptor
|-
|-
| CELL_SSC_ERROR_E_ARG_LEFTPICBUF_INVALID  || 0x8078004a ||  
| || 0x80030517 || BSOD
|-
|-
| CELL_SSC_ERROR_E_ARG_RIGHTPICBUF_INVALID || 0x8078004b ||  
|  || 0x8003116D || BSOD - xregistry font related
|-
|-
| CELL_SSC_ERROR_E_ARG_SSCPICINFO_NULL      || 0x8078004c ||  
| || 0x80031175 || BSOD - xregistry
|-
|-
| CELL_SSC_ERROR_E_ARG_SSCPICINFO_INVALID  || 0x8078004d ||  
| || &lt;0x80031200 || BSOD + >0x80031700 = rsod - xregistry: atrac+wma activate/dtcp ip enable/hdmi failure/menu bdvd config/(list) chat config/word register(dictionary)/edit np environment+marlin+ad catalog version+ad server url+application type+adhoc ssid prefix+update server url+np title id+fake limit size+gameutil dirname debug/ failure of swreset.self execution/Device Config/back prev setting/Display (+Output) Config/First Config/music+sound config (+wizard)
|-
|-
| CELL_SSC_ERROR_E_STAT_BUSY                || 0x80780050 ||  
| || &gt;0x80031700 || RSOD
|-
|-
| CELL_SSC_ERROR_E_FATAL_TASK              || 0x80780051 ||  
!colspan="3" | other errors
|-
| || 0x80030517 || It seems to happen when you copy large media files.
|-
|-
| CELL_SSC_ERROR_E_FATAL_ASYNCTHR          || 0x80780052 ||  
| || 0x8003051E || Game will not save
|-
|-
| CELL_SSC_ERROR_E_FATAL_MUTEX              || 0x80780053 ||  
| || 0x80030920 || An error occurred during the copy operation, the file may be corrupt or there isn't enough memory (Try copying data from original source)
|-
|-
|}
| || 0x80031150 || "Setting information is corrupted.Press the x button to repair and restore default"
 
== SSC GPU errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
! colspan="3" | for cellSscGpuQueryAttr()
| || 0x80031601 || Error Creating Account // seems to occur when the user number doesn't match
|-
|-
| CELL_SSC_GPU_ERROR_Q_ARG_ATTR_NULL            || 0x80780110 ||  
| || 0x80031602 || Error Renaming Account
|-
|-
! colspan="3" | for cellSscGpuOpen()
| || 0x80031603 || Error No Account name given
|-
|-
| CELL_SSC_GPU_ERROR_O_ARG_RSRC_NULL            || 0x80780120 ||  
| PAC_ASSERT || 0x8004ffff ||  
|-
|-
| CELL_SSC_GPU_ERROR_O_ARG_RSRC_INVALID          || 0x80780121 ||  
| PAC_CANNOT_DOWNLOAD_AGAIN || 0x8004000e ||  
|-
|-
| CELL_SSC_GPU_ERROR_O_ARG_HDL_NULL              || 0x80780122 ||  
| PAC_CRITICAL_OPERATION_IN_PROGRESS || 0x8004000f ||  
|-
|-
| CELL_SSC_GPU_ERROR_O_ARG_RSRCMEM_INVALID      || 0x80780123 ||  
| PAC_DOWNLOADER_IS_ALREADY_ACTIVATED || 0x8004000d ||  
|-
|-
! colspan="3" | for cellSscGpuClose()
| PAC_INVALID_CAST_EXCEPTION || 0x8004000a ||
|-
|-
| CELL_SSC_GPU_ERROR_C_ARG_HDL_NULL              || 0x80780130 ||  
| PAC_INVALID_CONTENTTYPE || 0x80040001 ||  
|-
|-
| CELL_SSC_GPU_ERROR_C_ARG_HDL_INVALID          || 0x80780131 ||  
| PAC_INVALID_OPERATION || 0x80040002 ||  
|-
|-
| CELL_SSC_GPU_ERROR_C_SEQ                      || 0x80780132 ||  
| PAC_SESSION_NOT_ESTABLISHED || 0x8004000c ||  
|-
|-
! colspan="3" | for cellSscExec()
| PAC_THREADINVOKER_EXCEPTION || 0x8004000b ||
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_CONTEXT_NULL          || 0x80780140 ||  
| PAC_UNKNOWN_CATEGORY_TYPE || 0x80040004 ||  
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_HDL_NULL              || 0x80780141 ||  
| PAC_UNKNOWN_CONTENT_TYPE || 0x80040003 ||  
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_HDL_INVALID          || 0x80780142 ||  
| PAC_UNKNOWN_DRM_CONTENT_TYPE || 0x80040008 ||  
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_INPICINFO_NULL        || 0x80780143 ||  
| PAC_UNKNOWN_DRM_TYPE || 0x80040009 ||  
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_INPICINFO_INVALID    || 0x80780144 ||  
| PAC_UNKNOWN_PRODUCT_TYPE || 0x80040005 ||  
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_CTRL_NULL            || 0x80780145 ||  
| PAC_UNKNOWN_SKU_INFO_TYPE || 0x80040006 ||  
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_CTRL_INVALID          || 0x80780146 ||  
| PAC_UNKNOWN_VOUCHER_TYPE || 0x80040007 ||  
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_SURFACEINFO_NULL      || 0x80780147 ||  
| PAC_URL_LOADER_WEB_EXCEPTION || 0x80040010 ||  
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_SURFACEINFO_INVALID  || 0x80780148 ||  
| || 0x8004d844 || Remote Play Connection error (cannot connect to PS3)
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_OUTPICINFO_NULL      || 0x80780149 ||  
| bluetooth || 0x80110104 || "An error occured during the register operation. Try to register again." (when bluetooth device is disconnected during the register operation).
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_LEFTPICINFO_INVALID  || 0x8078014a ||  
| bluetooth || 0x80110106 || "An error occured during the register operation. Try to register again." (when trying register bluetooth device without pass key.
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_RIGHTPICINFO_INVALID  || 0x8078014b ||  
| bluetooth || 0x80110108 || "An error occured during the register operation. Try to register again." (with wrong pass key)
|-
|-
| CELL_SSC_GPU_ERROR_E_SEQ                      || 0x8078014c ||  
| bluetooth || 0x80110113 || "An error occured during the register operation. Try to register again." (with wrong pass key)
|-
|-
|}
| bluetooth || 0x80110118 || "An error occured during the register operation. Try to register again." (time expired probably)
 
== AV Chat 2 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_AVC2_ERROR_UNKNOWN || 0x8002b701 || Internal error
|-
| CELL_AVC2_ERROR_NOT_SUPPORTED || 0x8002b702 || Function is not supported
|-
| CELL_AVC2_ERROR_NOT_INITIALIZED || 0x8002b703 || Not loaded
|-
| CELL_AVC2_ERROR_ALREADY_INITIALIZED || 0x8002b704 || Already initialized
|-
| CELL_AVC2_ERROR_INVALID_ARGUMENT || 0x8002b705 || Invalid argument was passed
|-
| CELL_AVC2_ERROR_OUT_OF_MEMORY || 0x8002b706 || Memory could not be allocated
|-
| CELL_AVC2_ERROR_ERROR_BAD_ID || 0x8002b707 || Invalid ID was passed
|-
| CELL_AVC2_ERROR_INVALID_STATUS || 0x8002b70a || Function was called when processing could not be executed
|-
| CELL_AVC2_ERROR_TIMEOUT || 0x8002b70b || Processing failed due to timeout
|-
| CELL_AVC2_ERROR_NO_SESSION || 0x8002b70d || Function was called when the user has not joined an AV chat session
|-
| CELL_AVC2_ERROR_INCOMPATIBLE_PROTOCOL || 0x8002b70e ||
|-
| CELL_AVC2_ERROR_WINDOW_ALREADY_EXISTS || 0x8002b70f || Window has already been created
|-
| CELL_AVC2_ERROR_TOO_MANY_WINDOWS || 0x8002b710 || Number of windows has reached the maximum allowed
|-
| CELL_AVC2_ERROR_TOO_MANY_PEER_WINDOWS || 0x8002B711 || Number of peer windows has reached the maximum allowed
|-
| CELL_AVC2_ERROR_WINDOW_NOT_FOUND || 0x8002b712 || Window has not been created
|-
| CELL_AVC2_PRIVATE_ERROR_HDD_NO_SPACE || 0x8002B786 ||
|-
| CELL_AVC2_PRIVATE_ERROR_TEXT_LOGMGR_INTERNAL_FILEBROKEN|| 0x8002B7CC ||
|-
|}
 
== Gameupdate errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_GAMEUPDATE_ERROR_NOT_INITILIZED || 0x8002cc01 || Not initialized
|-
| CELL_GAMEUPDATE_ERROR_ALREADY_INITIALIZED || 0x8002cc02 || Already initialized
|-
| CELL_GAMEUPDATE_ERROR_INVALID_ADDR || 0x8002cc03 || Address of the passed argument is invalid
|-
| CELL_GAMEUPDATE_ERROR_INVALID_SIZE || 0x8002cc04 || Size of the passed argument is invalid
|-
| CELL_GAMEUPDATE_ERROR_INVALID_MEMORY_CONTAINER || 0x8002cc05 || Memory container is invalid
|-
| CELL_GAMEUPDATE_ERROR_INSUFFICIENT_MEMORY_CONTAINER || 0x8002cc06 || Size of the memory container is insufficient
|-
| CELL_GAMEUPDATE_ERROR_BUSY || 0x8002cc07 || An API is being processed
|-
| CELL_GAMEUPDATE_ERROR_NOT_START || 0x8002cc08 || Game update utility has not been started up
|-
| CELL_GAMEUPDATE_ERROR_LOAD_FAILED || 0x8002cc09 || Failed to load the game update module
|-
|}
 
== Sysutil Accesspoint errors (PSP/Remoteplay) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SYSUTIL_AP_ERROR_OUT_OF_MEMORY || 0x8002cd00 || Not enough memory
|-
| CELL_SYSUTIL_AP_ERROR_FATAL || 0x8002cd01 || Internal error occurred
|-
| CELL_SYSUTIL_AP_ERROR_INVALID_VALUE || 0x8002cd02 || Invalid argument
|-
| CELL_SYSUTIL_AP_ERROR_NOT_INITIALIZED || 0x8002cd03 || Not correctly initialized
|-
| CELL_SYSUTIL_AP_ERROR_ZERO_REGISTERED || 0x8002cd13 || No PSP is registered
|-
| CELL_SYSUTIL_AP_ERROR_NETIF_DISABLED || 0x8002cd14 || Usable network does not exist
|-
| CELL_SYSUTIL_AP_ERROR_NETIF_NO_CABLE || 0x8002cd15 || Cable is not connected
|-
| CELL_SYSUTIL_AP_ERROR_NETIF_CANNOT_CONNECT || 0x8002cd16 || Could not obtain IP
|-
|}
 
== Background Download Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_BGDL_UTIL_ERROR_BUSY || 0x8002ce01 || Requested processing could not be executed because required processing has not been completed
|-
| CELL_BGDL_UTIL_ERROR_INTERNAL || 0x8002ce02 || Internal error
|-
| CELL_BGDL_UTIL_ERROR_PARAM || 0x8002ce03 || Invalid parameter
|-
| CELL_BGDL_UTIL_ERROR_ACCESS_ERROR || 0x8002ce04 || HDD access error
|-
| CELL_BGDL_UTIL_ERROR_INITIALIZE || 0x8002ce05 || Initialization error
|-
|}
 
== Video Upload Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_VIDEO_UPLOAD_ERROR_CANCEL || 0x8002d000 || User cancelled the operation
|-
| CELL_VIDEO_UPLOAD_ERROR_NETWORK || 0x8002d001 || Network error
|-
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_STOP || 0x8002d002 || Service is stopped
|-
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_BUSY || 0x8002d003 || Service is busy
|-
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_UNAVAILABLE || 0x8002d004 || Service could not be used
|-
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_QUOTA || 0x8002d005 || Service limit on upload size was exceeded
|-
| CELL_VIDEO_UPLOAD_ERROR_ACCOUNT_STOP || 0x8002d006 || Account for using service was stopped
|-
| CELL_VIDEO_UPLOAD_ERROR_OUT_OF_MEMORY || 0x8002d020 || Memory could not be allocated
|-
| CELL_VIDEO_UPLOAD_ERROR_FATAL || 0x8002d021 || Fatal internal error
|-
| CELL_VIDEO_UPLOAD_ERROR_INVALID_VALUE || 0x8002d022 || Invalid argument
|-
| CELL_VIDEO_UPLOAD_ERROR_FILE_OPEN || 0x8002d023 || Specified file could not be opened
|-
| CELL_VIDEO_UPLOAD_ERROR_INVALID_STATE || 0x8002d024 || Function was called in an incorrect state
|-
| CELL_VIDEO_UPLOAD_ERROR_INTERNAL_INVALID_USER || 0x8002d040 ||
|-
| CELL_VIDEO_UPLOAD_ERROR_INTERNAL_BOUNDARY || 0x8002d041 ||
|-
|}
 
== USB PSP Connection Manager errors (PSP/Remoteplay) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_USBPSPCM_ERROR_NOT_INITIALIZED || 0x80110401 || Library has not been initialized
|-
| CELL_USBPSPCM_ERROR_ALREADY || 0x80110402 || Already being processed
|-
| CELL_USBPSPCM_ERROR_INVALID || 0x80110403 || Argument value is invalid
|-
| CELL_USBPSPCM_ERROR_NO_MEMORY || 0x80110404 || Memory pool size is insufficient
|-
| CELL_USBPSPCM_ERROR_BUSY || 0x80110405 || Processing currently cannot be performed
|-
| CELL_USBPSPCM_ERROR_INPROGRESS || 0x80110406 || Processing is currently in progress
|-
| CELL_USBPSPCM_ERROR_NO_SPACE || 0x80110407 || No free channel exists
|-
| CELL_USBPSPCM_ERROR_CANCELED || 0x80110408 || Canceled
|-
| CELL_USBPSPCM_ERROR_RESETTING || 0x80110409 || Reset processing is in progress
|-
| CELL_USBPSPCM_ERROR_RESET_END || 0x8011040A || Reset processing has completed
|-
| CELL_USBPSPCM_ERROR_CLOSED || 0x8011040B || Channel has been discarded
|-
| CELL_USBPSPCM_ERROR_NO_DATA || 0x8011040C || No data has been received
|-
|}
 
 
== USB errors ==
{| class="wikitable sortable"
! Description !! Errorcode !! Remarks
|-
| CELL_USBD_ERROR_NOT_INITIALIZED        || 0x80110001 ||
|-
| CELL_USBD_ERROR_ALREADY_INITIALIZED    || 0x80110002 ||
|-
| CELL_USBD_ERROR_NO_MEMORY              || 0x80110003 ||
|-
| CELL_USBD_ERROR_INVALID_PARAM          || 0x80110004 ||
|-
| CELL_USBD_ERROR_INVALID_TRANSFER_TYPE  || 0x80110005 ||
|-
| CELL_USBD_ERROR_LDD_ALREADY_REGISTERED || 0x80110006 ||
|-
| CELL_USBD_ERROR_LDD_NOT_ALLOCATED      || 0x80110007 ||
|-
| CELL_USBD_ERROR_LDD_NOT_RELEASED      || 0x80110008 ||
|-
| CELL_USBD_ERROR_LDD_NOT_FOUND          || 0x80110009 ||
|-
| CELL_USBD_ERROR_DEVICE_NOT_FOUND      || 0x8011000a ||
|-
| CELL_USBD_ERROR_PIPE_NOT_ALLOCATED    || 0x8011000b ||
|-
| CELL_USBD_ERROR_PIPE_NOT_RELEASED      || 0x8011000c ||
|-
| CELL_USBD_ERROR_PIPE_NOT_FOUND        || 0x8011000d ||
|-
| CELL_USBD_ERROR_IOREQ_NOT_ALLOCATED    || 0x8011000e ||
|-
| CELL_USBD_ERROR_IOREQ_NOT_RELEASED    || 0x8011000f ||
|-
| CELL_USBD_ERROR_IOREQ_NOT_FOUND        || 0x80110010 ||
|-
| CELL_USBD_ERROR_CANNOT_GET_DESCRIPTOR  || 0x80110011 ||
|-
| CELL_USBD_ERROR_FATAL                  || 0x801100ff ||
|-
|}
 
== LIBMIXER errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_LIBMIXER_ERROR_UNDEFINED || 0x80310001 ||
|-
| CELL_LIBMIXER_ERROR_NOT_INITIALIZED || 0x80310002 ||
|-
| CELL_LIBMIXER_ERROR_INVALID_PARAMETER || 0x80310003 ||
|-
| CELL_LIBMIXER_ERROR_NO_MEMORY || 0x80310005 ||
|-
| CELL_LIBMIXER_ERROR_ALREADY_EXIST || 0x80310006 ||
|-
| CELL_LIBMIXER_ERROR_FULL || 0x80310007 ||
|-
| CELL_LIBMIXER_ERROR_NOT_EXIST || 0x80310008 ||
|-
| CELL_LIBMIXER_ERROR_TYPE_MISMATCH || 0x80310009 ||
|-
| CELL_LIBMIXER_ERROR_NOT_FOUND || 0x8031000A ||
|-
| CELL_LIBMIXER_ERROR_NO_EFFECT || 0x8031000B ||
|-
|}
 
== SYNTH2 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SOUND_SYNTH2_ERROR_FATAL || 0x80310201 ||
|-
| CELL_SOUND_SYNTH2_ERROR_INVALID_PARAMETER || 0x80310202 ||
|-
| CELL_SOUND_SYNTH2_ERROR_ALREADY_INITIALIZED || 0x80310203 ||
|-
|}
 
== SND3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SND3_ERROR_PARAM || 0x80310301 || badargument
|-
| CELL_SND3_ERROR_CREATE_MUTEX || 0x80310302 || cannot create mutex
|-
| CELL_SND3_ERROR_SYNTH || 0x80310303 || error in soft synth
|-
| CELL_SND3_ERROR_ALREADY || 0x80310304 || already initial
|-
| CELL_SND3_ERROR_NOTINIT || 0x80310305 || not initial
|-
| CELL_SND3_ERROR_SMFFULL || 0x80310306 || sfm bind full
|-
| CELL_SND3_ERROR_HD3ID || 0x80310307 || bad hd3ID
|-
| CELL_SND3_ERROR_SMF || 0x80310308 || bad SMF address
|-
| CELL_SND3_ERROR_SMFCTX || 0x80310309 || bad CellSnd3SmfCtx address
|-
| CELL_SND3_ERROR_FORMAT || 0x8031030a || bad SMF format
|-
| CELL_SND3_ERROR_SMFID || 0x8031030b || bad smdID
|-
| CELL_SND3_ERROR_SOUNDDATAFULL || 0x8031030c || sound data bind full
|-
| CELL_SND3_ERROR_VOICENUM || 0x8031030d || bad voice num
|-
| CELL_SND3_ERROR_RESERVEDVOICE || 0x8031030e || voice is reserved by user
|-
| CELL_SND3_ERROR_REQUESTQUEFULL || 0x8031030f || request queue is full
|-
| CELL_SND3_ERROR_OUTPUTMODE || 0x80310310 || out of output mode
|-
|}
 
== AUDIO errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_AUDIO_ERROR_ALREADY_INIT || 0x80310701 || already init
|-
| CELL_AUDIO_ERROR_AUDIOSYSTEM || 0x80310702 || error in AudioSystem.
|-
| CELL_AUDIO_ERROR_NOT_INIT || 0x80310703 || not init
|-
| CELL_AUDIO_ERROR_PARAM || 0x80310704 || param error
|-
| CELL_AUDIO_ERROR_PORT_FULL || 0x80310705 || audio port is full
|-
| CELL_AUDIO_ERROR_PORT_ALREADY_RUN || 0x80310706 || audio port is already run
|-
| CELL_AUDIO_ERROR_PORT_NOT_OPEN || 0x80310707 || audio port is close
|-
| CELL_AUDIO_ERROR_PORT_NOT_RUN || 0x80310708 || audio port is not run
|-
| CELL_AUDIO_ERROR_TRANS_EVENT || 0x80310709 || trans event error
|-
| CELL_AUDIO_ERROR_PORT_OPEN || 0x8031070a || error in port open
|-
| CELL_AUDIO_ERROR_SHAREDMEMORY || 0x8031070b || error in shared memory
|-
| CELL_AUDIO_ERROR_MUTEX || 0x8031070c || error in mutex
|-
| CELL_AUDIO_ERROR_EVENT_QUEUE || 0x8031070d || error in event queue
|-
| CELL_AUDIO_ERROR_AUDIOSYSTEM_NOT_FOUND || 0x8031070e ||
|-
| CELL_AUDIO_ERROR_TAG_NOT_FOUND || 0x8031070f ||
|-
|}
 
== VOICE errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_VOICE_ERROR_LIBVOICE_NOT_INIT || 0x80310801 || The libvoice library has not been initialized
|-
| CELL_VOICE_ERROR_LIBVOICE_INITIALIZED || 0x80310802 || The libvoice library has already been initialized
|-
| CELL_VOICE_ERROR_GENERAL || 0x80310803 || Errors that do not belong to any other category
|-
| CELL_VOICE_ERROR_PORT_INVALID || 0x80310804 || Invalid port
|-
| CELL_VOICE_ERROR_ARGUMENT_INVALID || 0x80310805 || Invalid argument
|-
| CELL_VOICE_ERROR_CONTAINER_INVALID || 0x80310806 || Invalid container
|-
| CELL_VOICE_ERROR_TOPOLOGY || 0x80310807 || Topology error
|-
| CELL_VOICE_ERROR_RESOURCE_INSUFFICIENT || 0x80310808 || Insufficient resources
|-
| CELL_VOICE_ERROR_NOT_IMPLEMENTED || 0x80310809 || Feature not yet implemented
|-
| CELL_VOICE_ERROR_ADDRESS_INVALID || 0x8031080a || Invalid address
|-
| CELL_VOICE_ERROR_SERVICE_DETACHED || 0x8031080b || System Voice Service is detached
|-
| CELL_VOICE_ERROR_SERVICE_ATTACHED || 0x8031080c || System Voice Service is attached
|-
| CELL_VOICE_ERROR_SERVICE_NOT_FOUND || 0x8031080d || System Voice Service not found
|-
| CELL_VOICE_ERROR_SHAREDMEMORY || 0x8031080e || Shared memory error
|-
| CELL_VOICE_ERROR_EVENT_QUEUE || 0x8031080f || Event Queue error
|-
| CELL_VOICE_ERROR_SERVICE_HANDLE || 0x80310810 || Invalid System Voice Service Handler
|-
| CELL_VOICE_ERROR_EVENT_DISPATCH || 0x80310811 || Voice event dispatch fails
|-
| CELL_VOICE_ERROR_DEVICE_NOT_PRESENT || 0x80310812 || Device was not present
|-
|}
 
== MicIn errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_MICIN_ERROR_ALREADY_INIT || 0x80140101 || already init
|-
| CELL_MICIN_ERROR_SYSTEM<br />CELL_MICIN_ERROR_DEVICE || 0x80140102 || error in device
|-
| CELL_MICIN_ERROR_NOT_INIT || 0x80140103 || not init
|-
| CELL_MICIN_ERROR_PARAM || 0x80140104 || param error
|-
| CELL_MICIN_ERROR_PORT_FULL || 0x80140105 || device port is full
|-
| CELL_MICIN_ERROR_ALREADY_OPEN || 0x80140106 || device is already opened
|-
| CELL_MICIN_ERROR_NOT_OPEN || 0x80140107 || device is already closed
|-
| CELL_MICIN_ERROR_NOT_RUN || 0x80140108 || device is not running
|-
| CELL_MICIN_ERROR_TRANS_EVENT || 0x80140109 || device trans event error
|-
| CELL_MICIN_ERROR_OPEN || 0x8014010a || error in open
|-
| CELL_MICIN_ERROR_SHAREDMEMORY || 0x8014010b || error in shared memory
|-
| CELL_MICIN_ERROR_MUTEX || 0x8014010c || error in mutex
|-
| CELL_MICIN_ERROR_EVENT_QUEUE || 0x8014010d || error in event queue
|-
| CELL_MICIN_ERROR_SYSTEM_NOT_FOUND<br />CELL_MICIN_ERROR_DEVICE_NOT_FOUND || 0x8014010e || device not found
|-
| CELL_MICIN_ERROR_FATAL || 0x8014010f || generic error
|-
| CELL_MICIN_ERROR_SYSTEM_NOT_SUPPORT<br />CELL_MICIN_ERROR_DEVICE_NOT_SUPPORT || 0x80140110 || device is not supported
|-
|}
 
== CAMERA errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_CAMERA_ERROR_ALREADY_INIT || 0x80140801 || libcamera was already init
|-
| CELL_CAMERA_ERROR_NOT_INIT || 0x80140803 || libcamera has not been inited
|-
| CELL_CAMERA_ERROR_PARAM || 0x80140804 || parameter error
|-
| CELL_CAMERA_ERROR_ALREADY_OPEN || 0x80140805 || device is already open
|-
| CELL_CAMERA_ERROR_NOT_OPEN || 0x80140806 || device is closed
|-
| CELL_CAMERA_ERROR_DEVICE_NOT_FOUND || 0x80140807 || device not found, could be unplugged
|-
| CELL_CAMERA_ERROR_DEVICE_DEACTIVATED || 0x80140808 || device was deactivated
|-
| CELL_CAMERA_ERROR_NOT_STARTED || 0x80140809 || device is not started
|-
| CELL_CAMERA_ERROR_FORMAT_UNKNOWN || 0x8014080a || unknown format passed to Open
|-
| CELL_CAMERA_ERROR_RESOLUTION_UNKNOWN || 0x8014080b || unknown resolution passed to Open
|-
| CELL_CAMERA_ERROR_BAD_FRAMERATE || 0x8014080c || framerate passed to Open is not supported
|-
| CELL_CAMERA_ERROR_TIMEOUT || 0x8014080d || timeout occurred. function may not have completed
|-
| CELL_CAMERA_ERROR_BUSY || 0x8014080e || asynchronous processing error
|-
| CELL_CAMERA_ERROR_FATAL || 0x8014080f || generic internal error
|-
| CELL_CAMERA_ERROR_MUTEX || 0x80140810 || mutex error
|-
|}
 
== MicIn DSP errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_MICIN_ERROR_DSP || 0x80140200 || generic error
|-
| CELL_MICIN_ERROR_DSP_ASSERT || 0x80140201 || assertion failure
|-
| CELL_MICIN_ERROR_DSP_PATH || 0x80140202 || Path is wrong in file system
|-
| CELL_MICIN_ERROR_DSP_FILE || 0x80140203 || File is with corruption
|-
| CELL_MICIN_ERROR_DSP_PARAM || 0x80140204 || called function arg/param is bad
|-
| CELL_MICIN_ERROR_DSP_MEMALLOC || 0x80140205 || insufficient memory
|-
| CELL_MICIN_ERROR_DSP_POINTER || 0x80140206 || Bad pointer to invalid memory addr
|-
| CELL_MICIN_ERROR_DSP_FUNC || 0x80140207 || unsupported function
|-
| CELL_MICIN_ERROR_DSP_MEM || 0x80140208 || bad memory region
|-
| CELL_MICIN_ERROR_DSP_ALIGN16 || 0x80140209 || bad memory alignment in 16 bytes
|-
| CELL_MICIN_ERROR_DSP_ALIGN128 || 0x8014020a || bad memory alignment in 128 bytes
|-
| CELL_MICIN_ERROR_DSP_EAALIGN128 || 0x8014020b || bad effective address(EA) alignment in 128 bytes
|-
| CELL_MICIN_ERROR_DSP_LIB_HANDLER || 0x80140216 || invalid dsp library handler, mostly memory corruption
|-
| CELL_MICIN_ERROR_DSP_LIB_INPARAM || 0x80140217 || unrecognized input parameter to dsp library API
|-
| CELL_MICIN_ERROR_DSP_LIB_NOSPU || 0x80140218 || failure to communicate with SPU side dsp library
|-
| CELL_MICIN_ERROR_DSP_LIB_SAMPRATE || 0x80140219 || this sampling rate is not supported by dsp library
|-
|}
 
== Face Recognition errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_FACE_ERROR_IMG_WIDTH_LIMIT || 0x80140901 || Width or data width of the input image is outside the valid range
|-
| CELL_FACE_ERROR_IMG_WIDTH_ALIGN || 0x80140902 || Data width of the input image is not a multiple of 16
|-
| CELL_FACE_ERROR_INVALID_EA || 0x80140903 || Specified pointer is not valid (Not aligned, or NULL)
|-
| CELL_FACE_ERROR_INVALID_PARAM || 0x80140904 || Specified parameter is not valid
|-
| CELL_FACE_ERROR_INVALID_WORK || 0x80140905 || Invalid work area
|-
| CELL_FACE_ERROR_INVALID_DICT || 0x80140906 || Invalid dictionary data
|-
| CELL_FACE_ERROR_OUT_OF_BOUNDS || 0x80140907 || Face area is outside the input image area
|-
| CELL_FACE_ERROR_NON_FRONTAL || 0x80140908 || Angle of face area is outside the range
|-
| CELL_FACE_ERROR_TOO_SMALL || 0x80140909 || Face area is too small
|-
| CELL_FACE_ERROR_PARTS_MISSING || 0x8014090a || One or more parts could not be detected
|-
| CELL_FACE_ERROR_NO_MEMORY || 0x8014090b || Not enough memory
|-
| CELL_FACE_ERROR_DMA_TAG || 0x8014090c || Problem with the specified DMA tag numbers
|-
|}
 
== Head Tracker errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_HEAD_TRACKER_ERROR_INVAL || 0x80140a01 || Value of argument is invalid
|-
| CELL_HEAD_TRACKER_ERROR_ALIGN || 0x80140a02 || Address alignment of argument is invalid
|-
| CELL_HEAD_TRACKER_ERROR_NOMEM || 0x80140a03 || Not enough memory for this operation
|-
| CELL_HEAD_TRACKER_ERROR_CALIB_FAIL || 0x80140a04 || Calibration failed
|-
| CELL_HEAD_TRACKER_ERROR_CALIB_INCOMPLETE || 0x80140a05 || Calibration is incomplete
|-
|}
 
== Face Tracker errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_FACE_TRACKER_ERROR_BASE              || 0x80140940||
|-
| CELL_FACE_TRACKER_ERROR_INVALID_WORKAREA  || 0x80140941||
|-
| CELL_FACE_TRACKER_ERROR_WORKAREA_ALIGN    || 0x80140942||
|-
| CELL_FACE_TRACKER_ERROR_ROWSTRIDE_ALIGN  || 0x80140943||
|-
| CELL_FACE_TRACKER_ERROR_SHORT_WORKSIZE    || 0x80140944||
|-
| CELL_FACE_TRACKER_ERROR_IMAGE_WIDTH_LIMIT || 0x80140945||
|-
| CELL_FACE_TRACKER_ERROR_INVALID_PARAM    || 0x80140946||
|-
| CELL_FACE_TRACKER_ERROR_FACEID_FULL      || 0x80140947||
|-
| CELL_FACE_TRACKER_ERROR_FACEID_NOT_EXIST  || 0x80140948||
|-
| CELL_FACE_TRACKER_ERROR_NOT_INITIALIZED  || 0x80140949||
|-
| CELL_FACE_TRACKER_ERROR_INVALID_TIMING    || 0x8014094a||
|-
| CELL_FACE_TRACKER_ERROR_ALREADY_INITIALIZED || 0x8014094b||
|-
|}
 
== Debug errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
!colspan="3" | Debug errors (libdbg)
|-
| CELL_DBG_EINVAL || 0x80510002 || Specified argument is invalid
|-
| CELL_DBG_EABORT || 0x8051000C || Processing has been aborted because of an abnormal state
|-
| CELL_DBG_ENULL || 0x8051000E || The pointer specified in the argument is NULL
|-
!colspan="3" | Debug Font errors (libdbgfont)
|-
| CELL_DBGFONT_ERROR_MALLOC || 0x80510104 || Allocation of main memory failed
|-
| CELL_DBGFONT_ERROR_TEMP_BUFFER || 0x80510105 || Internal buffer for printf functions overflowed
|-
| CELL_DBGFONT_ERROR_LABEL_BUFFER || 0x80510106 || Label buffer space not enough
|-
| CELL_DBGFONT_ERROR_PARAM || 0x80510107 || Inappropriate argument value
|-
| CELL_DBGFONT_ERROR_EXISTS || 0x80510108 || Library initialization attempted twice
|-
| CELL_DBGFONT_ERROR_NOT_INIT || 0x80510109 || Library not initialized
|-
| CELL_DBGFONT_ERROR_CG_PROFILE || 0x8051010a || Cg profile not supported
|-
| CELL_DBGFONT_ERROR_CONSOLE_ID || 0x80510111 || Inappropriate console ID
|-
| CELL_DBGFONT_ERROR_CONSOLE_FULL || 0x80510112 || No free console
|-
!colspan="3" | Debug RSX errors (libdbgrsx)
|-
| CELL_DBG_RSX_ERROR_FAILURE ||  || RSX function fails
|-
| CELL_DBG_RSX_ERROR_INVALID_VALUE ||  || Invalid Value (data is NULL, or not a multiple of 64)
|-
| CELL_DBG_RSX_ERROR_INVALID_ENUM ||  || Invalid enum value
|-
!colspan="3" | Debug LV2 errors (liblv2dbg)
|-
| CELL_LV2DBG_ERROR_DEINVALIDPROCESSID || 0x80010401 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADID || 0x80010402 ||
|-
| CELL_LV2DBG_ERROR_DEILLEGALREGISTERTYPE || 0x80010403 ||
|-
| CELL_LV2DBG_ERROR_DEILLEGALREGISTERNUMBER || 0x80010404 ||
|-
| CELL_LV2DBG_ERROR_DEILLEGALTHREADSTATE || 0x80010405 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDEFFECTIVEADDRESS || 0x80010406 ||
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDPROCESSID || 0x80010407 ||
|-
| CELL_LV2DBG_ERROR_DENOMEM || 0x80010408 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDARGUMENTS || 0x80010409 ||
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDFILE || 0x8001040a ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDFILETYPE || 0x8001040b ||
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDTHREADID || 0x8001040c ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADSTATUS || 0x8001040d ||
|-
| CELL_LV2DBG_ERROR_DENOAVAILABLEPROCESSID || 0x8001040e ||
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDEVENTHANDLER || 0x8001040f ||
|-
| CELL_LV2DBG_ERROR_DESPNOROOM || 0x80010410 ||
|-
| CELL_LV2DBG_ERROR_DESPNOTFOUND || 0x80010411 ||
|-
| CELL_LV2DBG_ERROR_DESPINPROCESS || 0x80010412 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDPRIMARYSPUTHREADID || 0x80010413 ||
|-
| CELL_LV2DBG_ERROR_DETHREADSTATEISNOTSTOPPED || 0x80010414 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADTYPE || 0x80010415 ||
|-
| CELL_LV2DBG_ERROR_DECONTINUEFAILED || 0x80010416 ||
|-
| CELL_LV2DBG_ERROR_DESTOPFAILED || 0x80010417 ||
|-
| CELL_LV2DBG_ERROR_DENOEXCEPTION || 0x80010418 ||
|-
| CELL_LV2DBG_ERROR_DENOMOREEVENTQUE || 0x80010419 ||
|-
| CELL_LV2DBG_ERROR_DEEVENTQUENOTCREATED || 0x8001041a ||
|-
| CELL_LV2DBG_ERROR_DEEVENTQUEOVERFLOWED || 0x8001041b ||
|-
| CELL_LV2DBG_ERROR_DENOTIMPLEMENTED || 0x8001041c ||
|-
| CELL_LV2DBG_ERROR_DEQUENOTREGISTERED || 0x8001041d ||
|-
| CELL_LV2DBG_ERROR_DENOMOREEVENTPROCESS || 0x8001041e ||
|-
| CELL_LV2DBG_ERROR_DEPROCESSNOTREGISTERED || 0x8001041f ||
|-
| CELL_LV2DBG_ERROR_DEEVENTDISCARDED || 0x80010420 ||
|-
| CELL_LV2DBG_ERROR_DENOMORESYNCID || 0x80010421 ||
|-
| CELL_LV2DBG_ERROR_DESYNCIDALREADYADDED || 0x80010422 ||
|-
| CELL_LV2DBG_ERROR_DESYNCIDNOTFOUND || 0x80010423 ||
|-
| CELL_LV2DBG_ERROR_DESYNCIDNOTACQUIRED || 0x80010424 ||
|-
| CELL_LV2DBG_ERROR_DEPROCESSALREADYREGISTERED || 0x80010425 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDLSADDRESS || 0x80010426 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDOPERATION || 0x80010427 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDMODULEID || 0x80010428 ||
|-
| CELL_LV2DBG_ERROR_DEHANDLERALREADYREGISTERED || 0x80010429 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDHANDLER || 0x8001042a ||
|-
| CELL_LV2DBG_ERROR_DEHANDLENOTREGISTERED || 0x8001042b ||
|-
| CELL_LV2DBG_ERROR_DEOPERATIONDENIED || 0x8001042c ||
|-
| CELL_LV2DBG_ERROR_DEHANDLERNOTINITIALIZED || 0x8001042d ||
|-
| CELL_LV2DBG_ERROR_DEHANDLERALREADYINITIALIZED || 0x8001042e ||
|-
| CELL_LV2DBG_ERROR_DEILLEGALCOREDUMPPARAMETER || 0x8001042f ||
|-
|}
 
== DECI3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
!colspan="3" | DECI3 Remote File Protocol / File Management Protocol / Controller Protocol errors (drfp/dfmp/ctrlp)
|-
| DRFP_EINVAL / DFMP_EINVAL / CTRLP_EINVAL || 0x80010002 || Argument is invalid (Invalid packet, e.g. controller information has been sent when its playback was not being processed)
|-
| DRFP_ENOMEM / DFMP_ENOMEM / CTRLP_ENOMEM || 0x80010004 || Not enough memory
|-
| DRFP_ENOENT / DFMP_ENOENT || 0x80010006 || File could not be found, or filename is invalid
|-
| DRFP_EBUSY / DFMP_EBUSY / CTRLP_EBUSY || 0x8001000a || Already open (or already recording or playing)
|-
| DRFP_EISDIR / DFMP_EISDIR || 0x80010012 || Is a directory
|-
| DRFP_EEXIST / DFMP_EEXIST || 0x80010014 || File already exists
|-
| DRFP_EFBIG / DFMP_EFBIG || 0x80010020 || File is too big
|-
| DRFP_ENOSPC / DFMP_ENOSPC || 0x80010023 || Space cannot be allocated on disk
|-
| DRFP_EROFS / DFMP_EROFS || 0x80010026 || Write access was requested for read-only file system
|-
| DRFP_EACCES / DFMP_EACCES || 0x80010029 || Do not have access rights
|-
| DRFP_EBADF / DFMP_EBADF || 0x8001002a || File descriptor is invalid
|-
| DRFP_EIO / DFMP_EIO || 0x8001002b || I/O error
|-
| DRFP_EMFILE / DFMP_EMFILE || 0x8001002c || Maximum number of operable files exceeded
|-
| DRFP_ENODEV / DFMP_ENODEV / CTRLP_ENODEV || 0x8001002d || Specified device does not exist (or disconnected)
|-
| DRFP_ENOTDIR / DFMP_ENOTDIR || 0x8001002e || Not a directory
|-
| DRFP_EXDEV / DFMP_EXDEV || 0x80010030 || Multiple devices are specified
|-
| DRFP_ENAMETOOLONG / DFMP_ENAMETOOLONG || 0x80010034 || File pathname is too long
|-
| DRFP_ENOTEMPTY / DFMP_ENOTEMPTY || 0x80010036 || Directory is not empty
|-
| DRFP_ENOTSUP / DFMP_EUNSUP / CTRLP_EUNSUP || 0x80010037 || Request is not supported by this device
|-
| DRFP_ESPECIFIC / DFMP_EFSSPECIFIC || 0x80010038 || Undefined error
|-
!colspan="3" | DECI3 Systemcalls errors (libdeci3)
|-
| SYS_DECI3_EINVAL<br />CELL_DEBUG_ERROR_INVAL || 0x80510201 || Invalid parameter
|-
| SYS_DECI3_EBADF<br />CELL_DEBUG_ERROR_BADF || 0x80510202 || Invalid session ID
|-
| SYS_DECI3_EALREADYUSE<br />CELL_DEBUG_ERROR_ALREADYUSE || 0x80510203 || Session is already opened
|-
| SYS_DECI3_EMFILE<br />CELL_DEBUG_ERROR_MFILE || 0x80510204 || Number of sessions that can be open simultaneously was exceeded
|-
| SYS_DECI3_EPKTSIZE<br />CELL_DEBUG_ERROR_PKTSIZE || 0x80510205 || Send data is too large
|-
| SYS_DECI3_ENOHOSTIF<br />CELL_DEBUG_ERROR_NOHOSTIF || 0x80510206 || Not connected with host
|-
| SYS_DECI3_ENOSPACE<br />CELL_DEBUG_ERROR_NOSPACE || 0x80510207 || Send buffer is full
|-
| SYS_DECI3_EPERM<br />CELL_DEBUG_ERROR_PERM || 0x80510208 || Not in a state in which the function can be executed
|-
| SYS_DECI3_ENOMEM<br />CELL_DEBUG_ERROR_NOMEM || 0x80510209 || Not enough memory
|-
| SYS_DECI3_EBUSY<br />CELL_DEBUG_ERROR_BUSY || 0x8051020a || Timeout occurred
|-
| SYS_DECI3_ENXIO<br />CELL_DEBUG_ERROR_NXIO || 0x8051020b || Communication device does not exist
|-
| SYS_DECI3_EFAULT<br />CELL_DEBUG_ERROR_FAULT || 0x8051020c || Internal error occurred
|-
!colspan="3" | Dtlib errors
|-
| DTLIB_INVALID_TARGETNAME || 50001<!--//5digit shortnumbers are not a typo!//--> || hostname is not valid
|-
| DTLIB_INVALID_SOCKET || 50002 || Socket is invalid
|-
| DTLIB_INVALID_PCK || 50003 || Unknown packet was received, or packet is unrelated to specified deciH
|-
| DTLIB_INVALID_PERM || 50004 || Specified argument is invalid
|-
| DTLIB_ERROR_READ || 50005 || Read of DECI header failed
|-
| DTLIB_INVALID_SIZE || 50006 || Packet size of DECI header is invalid
|-
| DTLIB_DCMP_INVALHEAD || 50100 || Unsupported DECI header
|-
| DTLIB_DCMP_SYSTEM_OFF || 50101 || System power has dropped
|-
| DTLIB_DCMP_SYSTEM_SUSPENDED || 50102 || System is suspended
|-
| DTLIB_DCMP_LPAR_NONE || 50103 || Invalid LPAR
|-
| DTLIB_DCMP_LPAR_SUSPENDED || 50104 || LPAR is suspended
|-
| DTLIB_DCMP_NOCONNECT || 50105 || DECI3 Manager is not connected
|-
| DTLIB_DCMP_NOPROTO || 50106 || Invalid protocol number
|-
| DTLIB_DCMP_PRIORITY || 50107 || Invalid priority
|-
| DTLIB_DCMP_NOSPACE || 50108 || Insufficient memory
|-
| DTLIB_DCMP_VERSION || 50110 || Unsupported DECI version
|-
| DTLIB_NETMP_INVAL || 50121 || Invalid request (dtnetm error)
|-
| DTLIB_NETMP_BUSY || 50122 || Another application is already connected using the same protocol, same port, and same priority (dtnetm error)
|-
| DTLIB_NETMP_NOTCONNECT || 50123 || Not connected to dtnetm (dtnetm error)
|-
| DTLIB_NETMP_ALREADYCONN || 50124 || Already connected (dtnetm error)
|-
| DTLIB_NETMP_NOMEM || 50125 || Insufficient memory (dtnetm error)
|-
| DTLIB_NETMP_INVALLPAR || 50126 || Invalid LPAR (dtnetm error)
|-
| DTLIB_NETMP_INVALPRIORITY || 50127 || Invalid priority (dtnetm error)
|-
| DTLIB_NETMP_INVALPROTO || 50128 || Invalid protocol number (dtnetm error)
|-
| DTLIB_NETMP_POWER_OFF || 50129 || Target power is off (dtnetm error)
|-
| DTLIB_NETMP_NODECI_CONNECT || 50130 || DECI3 Manager is not connected (dtnetm error)
|-
| DTLIB_NETMP_NOREGISTER || 50131 || Not registered (dtnetm error)
|-
| DTLIB_NETMP_ALREADY_REGISTER || 50132 || Already registered (dtnetm error)
|-
| DTLIB_SOCKET_CLOSE || 50141 || Communication is not possible due to closed socket
|-
| DTLIB_WAIT_TIMEOUT || 50142 || Timeout
|-
| DTLIB_DONT_CONTINUE || 50143 || Callback routine returned false or communication could not be performed for some other reason.
|-
| DTLIB_TOO_BIG_PACKET || 50201 || Size of data to be sent is larger than 64KB
|-
|}
 
== FIOS errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_FIOS_ERROR_INPROGRESS || 0x80010701 || I/O is in progress.
|-
| CELL_FIOS_ERROR_UNKNOWNCALLBACKEVENT || 0x80010702 || Callback return code: event was not handled.
|-
| CELL_FIOS_ERROR_NOTREADY || 0x80010703 || Callback return code: no buffer ready yet, try again later.
|-
| CELL_FIOS_ERROR_TIMEOUT || 0x80010704 || The deadline has been reached while waiting on an operation, and the I/O has not completed yet.
|-
| CELL_FIOS_ERROR_BADPATH || 0x80010705 || Bad path argument, or file not found.
|-
| CELL_FIOS_ERROR_BADHANDLE || 0x80010706 || Bad filehandle argument.
|-
| CELL_FIOS_ERROR_BADPARAM || 0x80010707 || Bad parameter (invalid or illegal).
|-
| CELL_FIOS_ERROR_CANCELLED || 0x80010708 || Operation was cancelled.
|-
| CELL_FIOS_ERROR_EOF || 0x80010709 || End-of-file was reached during a read; some data may have been returned prior to the EOF. Check the actual bytes transferred.
|-
| CELL_FIOS_ERROR_NOMEM || 0x8001070A || Out of memory.
|-
| CELL_FIOS_ERROR_BADOFFSET || 0x8001070B || Bad offset during seek.
|-
| CELL_FIOS_ERROR_BADCALLBACK || 0x8001070C || Callback was NULL when it shouldn't have been.
|-
| CELL_FIOS_ERROR_PLATFORM || 0x8001070D || Some platform-specific error occurred that is not enumerated here (for example, too many open files).
|-
| CELL_FIOS_ERROR_ACCESS || 0x8001070E || Access was denied, you don't have appropriate security permission.
|-
| CELL_FIOS_ERROR_DECOMPRESSION || 0x8001070F || Decompression failed.
|-
| CELL_FIOS_ERROR_READONLY || 0x80010710 || Write not supported by media or file access permissions.
|-
| CELL_FIOS_ERROR_NOBLOCK || 0x80010711 || Block APIs not supported by media.
|-
| CELL_FIOS_ERROR_NOPATH || 0x80010712 || Path APIs not supported by media.
|-
| CELL_FIOS_ERROR_MEDIAGONE || 0x80010713 || Media is no longer mounted. When this error code is returned in a mediacallback_proc, FIOS will not retry any I/O and will cancel all I/O to the corresponding media.
|-
| CELL_FIOS_ERROR_CANTIMMED || 0x80010714 || An operation had kOPF_IMMED set but I/O was required.
|-
|}
 
== CXML errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| RESULT_ERROR_CANT_OPEN || 0x80550001 || File could not be opened
|-
| RESULT_ERROR_CANT_READ || 0x80550002 || Could not read from file or buffer
|-
| RESULT_ERROR_CANT_WRITE || 0x80550003 || Could not write to file or buffer
|-
| RESULT_ERROR_CANT_SEEK || 0x80550004 || Could not set read position in file or buffer
|-
| RESULT_ERROR_CANT_ALLOC || 0x80550005 || Memory allocation failed
|-
| RESULT_ERROR_FORMAT || 0x80550006 || Incorrect file format
|-
| RESULT_ERROR_VERSION || 0x80550007 || Incorrect file version
|-
| RESULT_ERROR_INVALID_NODE || 0x80550008 || Access to invalid node (Element, Attribute, File)
|-
| RESULT_ERROR_NOT_ENOUGH_BUF || 0x80550009 || Buffer size is not large enough
|-
| RESULT_ERROR_ACCESS_MODE || 0x80550010 || Operation forbidden in current access mode
|-
| RESULT_ERROR_NOT_EXIST || 0x80550011 || Does not exist
|-
| RESULT_ERROR_TYPE || 0x80550012 || Incorrect attribute type
|-
| RESULT_ERROR_CANT_MODIFY || 0x80550013 || Cannot modify
|-
| RESULT_ERROR_NO_ALLOCATOR || 0x80550014 || Allocator is not registered
|-
|}
 
== SPASM errors/warnings ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
!colspan="3" | SPU Assembly Preprocessor errors (spasm)
|-
| || 0x1000 || An identifier defined as a label is being used in a place where a variable is expected.
|-
| || 0x1001 || An identifier defined as a variable is being used in a place where a label is expected.
|-
| || 0x1002 || A label with the same name is multiply defined.
|-
| || 0x1003 || An invalid form operand was used where a d-form instruction operand of the form offset(baseVar) was expected.
|-
| || 0x1004 || A variable is used before initialization.
|-
| || 0x1005 || There are insufficient temporary registers to compile the program. Define extra temporary registers or alter the code to use fewer registers.
|-
| || 0x1006 || Code contains an unrecognized instruction pattern.
|-
| || 0x1007 || Code contains an unrecognized SPASM directive.
|-
| || 0x1008 || Code contains an unrecognized SPASM prag directive.
|-
| || 0x1009 || Code contains an invalid label identifier such as a zero-length label.
|-
| || 0x1010 || A variable identifier is expected in this instruction pattern.
|-
| || 0x1011 || Code contains nested --function directives.
|-
| || 0x1012 || Code contains an --endfunction directive without a matching --function directive.
|-
| || 0x1020 || Code uses an unrecognized data type.
|-
!colspan="3" | SPU Assembly Preprocessor warnings (spasm)
|-
| || 0x4000 || A variable may be used before initialization.
|-
| || 0x4001 || Code contains an undefined label. It is assumed to be an external symbol.
|-
| || 0x4002 || Code is unreachable and will be deleted from the final program.
|-
| || 0x4003 || Code uses an undefined target label. It is assumed to be an external symbol.
|-
| || 0x4004 || Code is unreachable due to a missing label.
|-
| || 0x4005 || Code contains a dependency on an undefined name.
|-
| || 0x4006 || Dead code was removed from the final program.
|-
|}
 
== Game Content Utility errors ==
<!--// aka sysutil_game errors //-->
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_GAME_RET_OK || || Normal termination
|-
| CELL_GAME_RET_CANCEL || || Processing has been canceled
|-
| CELL_GAME_RET_NONE || || The specified game content does not exist
|-
| || 0x8002cb01 || System software needs to be updated
|-
| CELL_GAME_ERROR_NOTFOUND || 0x8002cb04 || The specified game content or file cannot be found (application bug)
|-
| CELL_GAME_ERROR_BROKEN || 0x8002cb05 || The specified game content is corrupted
|-
| CELL_GAME_ERROR_INTERNAL || 0x8002cb06 || Fatal error occurred in the utility
|-
| CELL_GAME_ERROR_PARAM || 0x8002cb07 || There is an error in the argument (application bug)
|-
| CELL_GAME_ERROR_NOAPP || 0x8002cb08 || The target application does not exist
|-
| CELL_GAME_ERROR_ACCESS_ERROR || 0x8002cb09 || HDD access error
|-
| CELL_GAME_ERROR_NOSPACE || 0x8002cb20 || Insufficient space on the HDD (application bug)
|-
| CELL_GAME_ERROR_NOTSUPPORTED || 0x8002cb21 || Operation is not supported (debugger)
|-
| CELL_GAME_ERROR_FAILURE || 0x8002cb22 || Calling order is invalid (application bug)
|-
| CELL_GAME_ERROR_BUSY || 0x8002cb23 || The call of an access preparing function was repeated
|-
| CELL_GAME_ERROR_IN_SHUTDOWN || 0x8002cb24 || Processing cannot be executed because application termination is being processed
|-
| CELL_GAME_ERROR_INVALID_ID || 0x8002cb25 || A specified ID is invalid (application bug)
|-
| CELL_GAME_ERROR_EXIST || 0x8002cb26 || Content specified already exists
|-
| CELL_GAME_ERROR_NOTPATCH || 0x8002cb27 || Not booted from a patch
|-
| CELL_GAME_ERROR_INVALID_THEME_FILE || 0x8002cb28 || Invalid format for theme file(application bug)
|-
| CELL_GAME_ERROR_BOOTPATH || 0x8002cb50 || Pathname of booted program file is too long (>128b)
|-
|}
 
== System Cache Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SYSCACHE_RET_OK_CLEARED || || Normal termination. Cache was cleared
|-
| CELL_SYSCACHE_RET_OK_RELAYED || || Normal termination. Cache became usable in the same state as the previous usage
|-
| CELL_SYSCACHE_ERROR_ACCESS_ERROR || || HDD access error
|-
| CELL_SYSCACHE_ERROR_INTERNAL || || Fatal internal error
|-
| CELL_SYSCACHE_ERROR_PARAM || || Error in argument (problem with the application)
|-
| CELL_SYSCACHE_ERROR_NOTMOUNTED || || System cache is not in the usable state
|-
|}
 
== Ftp Service events ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_FTP_SERVICE_EVENT_FATAL || || The service has terminated due to a fatal error
|-
| CELL_FTP_SERVICE_EVENT_STARTED || || The local FTP service has started successfully
|-
| CELL_FTP_SERVICE_EVENT_STOPPED || || The local FTP service has been gracefully shut down, not forcefully terminated
|-
| CELL_FTP_SERVICE_EVENT_CLIENT_CONNECTED || || A new connection request has been received and processed
|-
| CELL_FTP_SERVICE_EVENT_CLIENT_DISCONNECTED || || An existing connection has been closed
|-
| CELL_FTP_SERVICE_EVENT_SHUTDOWN || || Service has received the remote shutdown command and has shut down
|-
|}
 
== File System errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_FS_SUCCEEDED || || Normal termination
|-
| CELL_FS_ENOTMOUNTED || || File system corresponding to path is not mounted
|-
| CELL_FS_ENOENT || || The file specified by path does not exist
|-
| CELL_FS_EINVAL || || The specified path or extended argument is invalid
|-
| CELL_FS_EMFILE || || The number of file descriptors that can be opened at the same time has reached the maximum
|-
| CELL_FS_EISDIR || || The specified path is a directory
|-
| CELL_FS_EIO || || I/O error has occurred
|-
| CELL_FS_ENOMEM || || Memory is insufficient
|-
| CELL_FS_ENOTDIR || || Components in path contain something other than a directory
|-
| CELL_FS_ENAMETOOLONG || || path or components in path exceed the maximum length
|-
| CELL_FS_EFSSPECIFIC || || File system specific internal error has occurred
|-
| CELL_FS_EFAULT || || When size is not 0, a NULL pointer is specified in arg. path or fd is NULL
|-
| CELL_FS_EPERM || || Permission is invalid
|-
| CELL_FS_EACCES || || Permission is invalid (Only CFS, FAT and HOSTFS)
|-
| CELL_FS_EEXIST || || When the specified file exists, CELL_FS_O_CREAT and CELL_FS_O_EXCL are specified
|-
| CELL_FS_ENOSPC || || When CELL_FS_O_CREAT is specified in flags and the file does not exist, there is no area to create a new file
|-
| CELL_FS_EROFS || || When CELL_FS_O_CREAT is specified in flags and the file does not exist, the directory in which it is to be created does not permit writing (Only CFS (SYS_DEV_HDD1) and FAT)
|-
| CELL_FS_ENOTMSELF || || A file other than the MSELF file is specified in path, and either CELL_FS_O_MSELF or CELL_FS_O_RDONLY/CELL_FS_O_MSELF is specified in flags
|-
|}
 
== Flash errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_FLASH_ERROR_INVAL || || EINVAL
|-
| CELL_FLASH_ERROR_NOMEM || || ENOMEM
|-
| CELL_FLASH_ERROR_SRCH  || || ESRCH
|-
| CELL_FLASH_ERROR_PERM  || || EPERM
|-
| CELL_FLASH_ERROR_AGAIN || || EAGAIN
|-
| CELL_FLASH_ERROR_NOENT || || ENOENT
|-
| CELL_FLASH_ERROR_ISDIR || || EISDIR
|-
| CELL_FLASH_ERROR_ACCESS || || EACCESS
|-
| CELL_FLASH_ERROR_IO    || || EIO
|-
| CELL_FLASH_ERROR_TIMEDOUT || || ETIMEDOUT
|-
| CELL_FLASH_ERROR_BUSY  || || EBUSY
|-
| CELL_FLASH_ERROR_NOSYS || || ENOSYS
|-
|}
 
== Cg Compiler errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| SCECGC_OK || 0 || Compilation successful.
|-
| SCECGC_ERROR_NO_IHANDLER || -6 || includeHandler is not specified.
|-
| SCECGC_ERROR_NO_PROGRAM || -5 || Program source not found.
|-
| SCECGC_ERROR_CANT_OPEN_FILE || -4 || Unable to open file.
|-
| SCECGC_ERROR_BAD_ALLOC || -3 || Memory allocation failure.
|-
| SCECGC_ERROR_INVALID_OPTION || -2 || Invalid option.
|-
| SCECGC_ERROR_UNEXPECTED || -1 || Unexpected failure.
|-
|}
 
== CG API errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CG_NO_ERROR || 0 || No error has occurred.
|-
| CG_COMPILER_ERROR || 1 || The compile returned an error.
|-
| CG_INVALID_PARAMETER_ERROR || 2 || The parameter used is invalid.
|-
| CG_INVALID_PROFILE_ERROR || 3 || The profile is not supported.
|-
| CG_PROGRAM_LOAD_ERROR || 4 || The program could not load.
|-
| CG_PROGRAM_BIND_ERROR || 5 || The program could not bind.
|-
| CG_PROGRAM_NOT_LOADED_ERROR || 6 || The program must be loaded before this operation may be used.
|-
| CG_UNSUPPORTED_GL_EXTENSION_ERROR || 7 || An unsupported GL extension was required to perform this operation.
|-
| CG_INVALID_VALUE_TYPE_ERROR || 8 || An unknown value type was assigned to a parameter.
|-
| CG_NOT_MATRIX_PARAM_ERROR || 9 || The parameter is not of matrix type.
|-
| CG_INVALID_ENUMERANT_ERROR || 10 || The enumerant parameter has an invalid value.
|-
| CG_NOT_4x4_MATRIX_ERROR || 11 || The parameter must be a 4x4 matrix type.
|-
| CG_FILE_READ_ERROR || 12 || The file could not be read.
|-
| CG_FILE_WRITE_ERROR || 13 || The file could not be written.
|-
| CG_NVPARSE_ERROR || 14 || nvparse could not successfully parse the output from the Cg compiler backend.
|-
| CG_MEMORY_ALLOC_ERROR || 15 || Memory allocation failed.
|-
| CG_INVALID_CONTEXT_HANDLE_ERROR || 16 || Invalid context handle.
|-
| CG_INVALID_PROGRAM_HANDLE_ERROR || 17 || Invalid program handle.
|-
| CG_INVALID_PARAM_HANDLE_ERROR || 18 || Invalid parameter handle.
|-
| CG_UNKNOWN_PROFILE_ERROR || 19 || The specified profile is unknown.
|-
| CG_VAR_ARG_ERROR || 20 || The variable arguments were specified incorrectly.
|-
| CG_INVALID_DIMENSION_ERROR || 21 || The dimension value is invalid.
|-
| CG_ARRAY_PARAM_ERROR || 22 || The parameter must be an array.
|-
| CG_OUT_OF_ARRAY_BOUNDS_ERROR || 23 || Index into the array is out of bounds.
|-
| CG_CONFLICTING_TYPES_ERROR || 24 || A type being added to the context conflicts with an existing type.
|-
| CG_CONFLICTING_PARAMETER_TYPES_ERROR || 25 || The parameters being bound have conflicting types.
|-
| CG_PARAMETER_IS_NOT_SHARED_ERROR || 26 || The parameter must be global.
|-
| CG_INVALID_PARAMETER_VARIABILITY_ERROR || 27 || The parameter could not be changed to the given variability.
|-
| CG_CANNOT_DESTROY_PARAMETER_ERROR || 28 || Cannot destroy the parameter.  It is bound to other parameters or is not a root parameter.
|-
| CG_NOT_ROOT_PARAMETER_ERROR || 29 || The parameter is not a root parameter.
|-
| CG_PARAMETERS_DO_NOT_MATCH_ERROR || 30 || The two parameters being bound do not match.
|-
| CG_IS_NOT_PROGRAM_PARAMETER_ERROR || 31 || The parameter is not a program parameter.
|-
| CG_INVALID_PARAMETER_TYPE_ERROR || 32 || The type of the parameter is invalid.
|-
| CG_PARAMETER_IS_NOT_RESIZABLE_ARRAY_ERROR || 33 || The parameter must be a resizable array.
|-
| CG_INVALID_SIZE_ERROR || 34 || The size value is invalid.
|-
| CG_BIND_CREATES_CYCLE_ERROR || 35 || Cannot bind the given parameters.  Binding will form a cycle.
|-
| CG_ARRAY_TYPES_DO_NOT_MATCH_ERROR || 36 || Cannot bind the given parameters.  Array types do not match.
|-
| CG_ARRAY_DIMENSIONS_DO_NOT_MATCH_ERROR || 37 || Cannot bind the given parameters. Array dimensions do not match.
|-
| CG_ARRAY_HAS_WRONG_DIMENSION_ERROR || 38 || The array has the wrong dimension.
|-
| CG_TYPE_IS_NOT_DEFINED_IN_PROGRAM_ERROR || 39 || Connecting the parameters failed because The type of the source parameter is not defined within the given program or does not match the type with the same name in the program.
|-
| CG_INVALID_EFFECT_HANDLE_ERROR || 40 || Invalid effect handle.
|-
| CG_INVALID_STATE_HANDLE_ERROR || 41 || Invalid state handle.
|-
| CG_INVALID_STATE_ASSIGNMENT_HANDLE_ERROR || 42 || Invalid stateassignment handle.
|-
| CG_INVALID_PASS_HANDLE_ERROR || 43 || Invalid pass handle.
|-
| CG_INVALID_ANNOTATION_HANDLE_ERROR || 44 || Invalid annotation handle.
|-
| CG_INVALID_TECHNIQUE_HANDLE_ERROR || 45 || Invalid technique handle.
|-
| CG_INVALID_PARAMETER_HANDLE_ERROR || 46 || Invalid parameter handle. Do not use this! Use CG_INVALID_PARAM_HANDLE_ERROR instead.
|-
| CG_STATE_ASSIGNMENT_TYPE_MISMATCH_ERROR || 47 || Operation is not valid for this type of stateassignment.
|-
| CG_INVALID_FUNCTION_HANDLE_ERROR || 48 || Invalid function handle.
|-
| CG_INVALID_TECHNIQUE_ERROR || 49 || Technique did not pass validation.
|-
| CG_INVALID_POINTER_ERROR || 50 || The supplied pointer is NULL.
|-
| CG_NOT_ENOUGH_DATA_ERROR || 51 || Not enough data was provided.
|-
| CG_NON_NUMERIC_PARAMETER_ERROR || 52 || The parameter is not of a numeric type.
|-
| CG_ARRAY_SIZE_MISMATCH_ERROR || 53 || The specified array sizes are not compatible with the given array.
|-
| CG_CANNOT_SET_NON_UNIFORM_PARAMETER_ERROR || 54 || Cannot set the value of a non-uniform parameter.
|-
| CG_DUPLICATE_NAME_ERROR || 55 || This name is already in use.
|-
| CG_INVALID_OBJ_HANDLE_ERROR || 56 || Invalid object handle.
|-
| CG_INVALID_BUFFER_HANDLE_ERROR || 57 || Invalid buffer handle.
|-
| CG_BUFFER_INDEX_OUT_OF_RANGE_ERROR || 58 || Buffer index is out of bounds.
|-
| CG_BUFFER_ALREADY_MAPPED_ERROR || 59 || The buffer is already mapped.
|-
| CG_BUFFER_UPDATE_NOT_ALLOWED_ERROR || 60 || The buffer cannot be updated.
|-
|}
 
== GCM errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
!colspan="3" | GCM errors
|-
| CELL_GCM_ERROR_NO_IO_PAGE_TABLE || 0x80210001 ||
|-
| CELL_GCM_ERROR_INVALID_ENUM || 0x80210002 ||
|-
| CELL_GCM_ERROR_INVALID_VALUE || 0x80210003 ||
|-
| CELL_GCM_ERROR_INVALID_ALIGNMENT || 0x80210004 ||
|-
| CELL_GCM_ERROR_ADDRESS_OVERWRAP || 0x80210005 ||
|-
| CELL_GCM_ERROR_EINVAL ||  ||
|-
| CELL_GCM_ERROR_FAILURE || 0x802100ff ||
|-
!colspan="3" | GCM Method Check errors
|-
| CELL_GCM_METHOD_CHECK_OK ||  || Normal termination (no problem found)
|-
| CELL_GCM_METHOD_CHECK_ERROR_JUMP ||  || jump command was included
|-
| CELL_GCM_METHOD_CHECK_ERROR_RETURN ||  || return command was included
|-
| CELL_GCM_METHOD_CHECK_ERROR_CALL ||  || call command was included
|-
| CELL_GCM_METHOD_CHECK_ERROR_OTHER ||  || A command that is not of the method format was included
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_UNCLOSED ||  || At the end of the check target, the method count in the method header does not match the number of data included
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INVALID_ADDRESS ||  || Method address is invalid (an unusable method address is being used)
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INCORRECT_DATA ||  || Method data is not appropriate for the method address
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_NOP_NOT_DELIVER ||  || NOP is used in an un-provided format
|-
| CELL_GCM_METHOD_CHECK_ERROR_ETC ||  || Other error (unexpected state entered)
|-
|}
 
== PSGL HW Cursor errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| PSGL_HW_CURSOR_ERROR_INVALID_VALUE || 0x80210003 ||
|-
| PSGL_HW_CURSOR_ERROR_FAILURE || 0x802100ff ||
|-
|}
 
== Resizer errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_RESC_ERROR_NOT_INITIALIZED || 0x80210301 || libresc has not been initialized
|-
| CELL_RESC_ERROR_REINITIALIZED || 0x80210302 || libresc initialization has been attempted when libresc has already been initialized
|-
| CELL_RESC_ERROR_BAD_ALIGNMENT || 0x80210303 || Invalid alignment
|-
| CELL_RESC_ERROR_BAD_ARGUMENT || 0x80210304 || Invalid argument value
|-
| CELL_RESC_ERROR_LESS_MEMORY || 0x80210305 || Insufficient main memory
|-
| CELL_RESC_ERROR_GCM_FLIP_QUE_FULL || 0x80210306 || The queue used internally by cellGcmSetPrepareFlip() or cellGcmSetFlipImmediate() is full, or an internal libresc queue overflowed
|-
| CELL_RESC_ERROR_BAD_COMBINATION || 0x80210307 || Invalid value was set for combination of function and structure, or the order of function calls was incorrect
|-
|}
 
== DBG_RSX errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_DBG_RSX_ERROR_INVALID_ENUM || 0x80210501 ||
|-
| CELL_DBG_RSX_ERROR_INVALID_VALUE || 0x80210502 ||
|-
| CELL_DBG_RSX_ERROR_INVALID_ALIGNMENT || 0x80210503 ||
|-
| CELL_DBG_RSX_ERROR_FAILURE || 0x802105ff ||
|-
|}
 
== NVShaderPerf errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| SCESP_OK || 0 || Normal termination
|-
| SCESP_ERROR_UNKNOWN || -5 || Unknown error
|-
| SCESP_ERROR_PATH_NOT_FOUND || -4 || Registry settings cannot be found (reinstall NVShaderPerf)
|-
| SCESP_ERROR_LIBRARY_NOT_FOUND || -2 || NVIDIA dll cannot be found (reinstall NVShaderPerf)
|-
| SCESP_ERROR_NVSP_INIT || -1 || Error upon NVIDIA dll initialization
|-
| SCESP_ERROR_NVSP_INTERNAL || 2 || Internal error of NVIDIA dll
|-
| SCESP_ERROR_BAD_ARGUMENTS || 4 || Content of the option array is incorrect
|-
| SCESP_ERROR_FILE_NOT_FOUND || 6 || Input file cannot be found
|-
| SCESP_ERROR_SHADER_TYPE_UNSUPPORTED || 7 || The passed shader type is not supported
|-
| SCESP_ERROR_FAILURE_OPENING_OUTPUT_FILE || 10 || The output file could not be properly opened
|-
| SCESP_ERROR_CGBIN_FILE_INVALID || 16 || Cg binary format is invalid, or the version is misaligned
|-
| SCESP_ERROR_SIMULATION_ERROR || 17 || Error occurred in the RSX simulator
|-
| SCESP_ERROR_ENUMERATION_ENDED_EARLY || 18 || Error occurred at the front-end of NVIDIA dll
|-
|}
 
== Font errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_FONT_ERROR_FATAL || 0x80540001 || Fatal error
|-
| CELL_FONT_ERROR_INVALID_PARAMETER || 0x80540002 || Object specified as argument is invalid
|-
| CELL_FONT_ERROR_UNINITIALIZED || 0x80540003 || Uninitialized object was used
|-
| CELL_FONT_ERROR_INITIALIZE_FAILED || 0x80540004 || Initialization failed
|-
| CELL_FONT_ERROR_INVALID_CACHE_BUFFER || 0x80540005 || Invalid cache buffer specified
|-
| CELL_FONT_ERROR_ALREADY_INITIALIZED || 0x80540006 || Already initialized
|-
| CELL_FONT_ERROR_ALLOCATION_FAILED || 0x80540007 || Memory could not be allocated
|-
| CELL_FONT_ERROR_NO_SUPPORT_FONTSET || 0x80540008 || Unsupported font set
|-
| CELL_FONT_ERROR_OPEN_FAILED || 0x80540009 || Internal open process failed
|-
| CELL_FONT_ERROR_READ_FAILED || 0x8054000a || Internal read process failed
|-
| CELL_FONT_ERROR_FONT_OPEN_FAILED || 0x8054000b || Could not open font
|-
| CELL_FONT_ERROR_FONT_NOT_FOUND || 0x8054000c || Font could not be found
|-
| CELL_FONT_ERROR_FONT_OPEN_MAX || 0x8054000d || Maximum number of fonts already open
|-
| CELL_FONT_ERROR_FONT_CLOSE_FAILED || 0x8054000e || Could not close font
|-
| CELL_FONT_ERROR_ALREADY_OPENED || 0x8054000f || A font is already opened
|-
| CELL_FONT_ERROR_NO_SUPPORT_FUNCTION || 0x80540010 || Unsupported function
|-
| CELL_FONT_ERROR_NO_SUPPORT_CODE || 0x80540011 || Specified character code is not supported
|-
| CELL_FONT_ERROR_NO_SUPPORT_GLYPH || 0x80540012 || Glyph could not be found
|-
| CELL_FONT_ERROR_BUFFER_SIZE_NOT_ENOUGH || 0x80540016 || Size of the specified buffer is not enough
|-
| CELL_FONT_ERROR_RENDERER_ALREADY_BIND || 0x80540020 || Renderer is already bound
|-
| CELL_FONT_ERROR_RENDERER_UNBIND || 0x80540021 || Renderer is not bound
|-
| CELL_FONT_ERROR_RENDERER_INVALID || 0x80540022 || Invalid renderer was specified
|-
| CELL_FONT_ERROR_RENDERER_ALLOCATION_FAILED || 0x80540023 || Memory allocation by renderer failed
|-
| CELL_FONT_ERROR_ENOUGH_RENDERING_BUFFER || 0x80540024 || Exceeded the scale limite of the rendering buffer
|-
| CELL_FONT_ERROR_NO_SUPPORT_SURFACE || 0x80540040 || Unsupported surface
|-
|}
 
== Gifdec errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_GIFDEC_ERROR_OPEN_FILE || 0x80611300 || Error while attempting to open a file
|-
| CELL_GIFDEC_ERROR_STREAM_FORMAT || 0x80611301 || Error in the GIF stream
|-
| CELL_GIFDEC_ERROR_SEQ || 0x80611302 || Error in the calling sequence
|-
| CELL_GIFDEC_ERROR_ARG || 0x80611303 || Error in the argument values
|-
| CELL_GIFDEC_ERROR_FATAL || 0x80611304 || Fatal error
|-
| CELL_GIFDEC_ERROR_SPU_UNSUPPORT || 0x80611305 || Tried to decode on SPUs a stream unsupported by SPUs
|-
| CELL_GIFDEC_ERROR_SPU_ERROR || 0x80611306 || SPU decoding error
|-
| CELL_GIFDEC_ERROR_CB_PARAM || 0x80611307 || Error in the parameters specified for the callback function
|-
|}
 
== Jpgdec errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_JPGDEC_ERROR_HEADER || 0x80611101 || Header of stream is not a JPEG header
|-
| CELL_JPGDEC_ERROR_STREAM_FORMAT || 0x80611102 || Error in the stream, or the stream format is not supported
|-
| CELL_JPGDEC_ERROR_ARG || 0x80611103 || Error in arguments of function
|-
| CELL_JPGDEC_ERROR_SEQ || 0x80611104 || Error in execution procedure of function
|-
| CELL_JPGDEC_ERROR_BUSY || 0x80611105 || Internal state of decoder is in BUSY state
|-
| CELL_JPGDEC_ERROR_FATAL || 0x80611106 || Fatal error
|-
| CELL_JPGDEC_ERROR_OPEN_FILE || 0x80611107 || Error in opening file
|-
| CELL_JPGDEC_ERROR_SPU_UNSUPPORT || 0x80611108 || Tried to decode progressive JPEG data on SPUs
|-
| CELL_JPGDEC_ERROR_CB_PARAM || 0x80611109 || Error in user-defined parameters for callback function
|-
|}
 
== Jpgenc errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_JPGENC_ERROR_ARG || 0x80611191 || Specified argument is invalid
|-
| CELL_JPGENC_ERROR_SEQ || 0x80611192 || Function calling sequence is invalid
|-
| CELL_JPGENC_ERROR_BUSY || 0x80611193 || Internal state of the encoder is BUSY, and the operation requested by the upper-level program cannot be executed. This error occurs when the queue inside the encoder (of instructions by the upper-level program) is full.
|-
| CELL_JPGENC_ERROR_EMPTY || 0x80611194 || No encoding results are available in the encoder
|-
| CELL_JPGENC_ERROR_RESET || 0x80611195 || Blocking wait was released with a cellJpgEncReset() call
|-
| CELL_JPGENC_ERROR_FATAL || 0x80611196 || Internal state of the encoder is in an unexpected state. This error cannot usually occur. For example, this error can occur when there is an inconsistency in the configuration of data managed internally by the encoder. This error can also occur when a write error occurs when the stream output is to a file.
|-
| CELL_JPGENC_ERROR_STREAM_ABORT || 0x806111A1 || Encoding was aborted with cellJpgEncReset(). The output stream is undefined.
|-
| CELL_JPGENC_ERROR_STREAM_SKIP || 0x806111A2 || Encoding was skipped with cellJpgEncReset().
|-
| CELL_JPGENC_ERROR_STREAM_OVERFLOW || 0x806111A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
|-
| CELL_JPGENC_ERROR_STREAM_FILE_OPEN || 0x806111A4 || File could not be opened (when the output is to a file)
|-
|}
 
== Pngdec errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PNGDEC_ERROR_HEADER || 0x80611201 || Error in PNG header
|-
| CELL_PNGDEC_ERROR_STREAM_FORMAT || 0x80611202 || Error in PNG stream
|-
| CELL_PNGDEC_ERROR_ARG || 0x80611203 || Error in argument value
|-
| CELL_PNGDEC_ERROR_SEQ || 0x80611204 || Error in calling sequence
|-
| CELL_PNGDEC_ERROR_BUSY || 0x80611205 || Decoder is BUSY
|-
| CELL_PNGDEC_ERROR_FATAL || 0x80611206 || Fatal error
|-
| CELL_PNGDEC_ERROR_OPEN_FILE || 0x80611207 || File open error
|-
| CELL_PNGDEC_ERROR_SPU_UNSUPPORT || 0x80611208 || Tried to decode data undecodable by the SPU
|-
| CELL_PNGDEC_ERROR_SPU_ERROR || 0x80611209 || SPU decoding error
|-
| CELL_PNGDEC_ERROR_CB_PARAM || 0x8061120a || Error in the user-defined parameters for the callback function
|-
|}
 
== Pngenc errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PNGENC_ERROR_ARG || 0x80611291 || Problem with the argument
|-
| CELL_PNGENC_ERROR_SEQ || 0x80611292 || Problem with the calling sequence
|-
| CELL_PNGENC_ERROR_BUSY || 0x80611293 || The encoder is in the busy state, and the requested operation cannot be executed. This error occurs when the queue inside the encoder storing instructions from the upper-level program becomes full
|-
| CELL_PNGENC_ERROR_EMPTY || 0x80611294 || No encoding results are available in the encoder
|-
| CELL_PNGENC_ERROR_RESET || 0x80611295 || Blocking wait was released with a cellPngEncReset() call
|-
| CELL_PNGENC_ERROR_FATAL || 0x80611296 || An error occurred during the writing of the stream's output file. Or, the encoder has fallen into an unexpected state because, for example, a bug has occurred in the data structure within the encoder
|-
| CELL_PNGENC_ERROR_STREAM_ABORT || 0x806112A1 || Encode processing is aborted by the calling of cellPngEncReset(). The output stream is undefined
|-
| CELL_PNGENC_ERROR_STREAM_SKIP || 0x806112A2 || Encode processing is skipped by the calling of cellPngEncReset()
|-
| CELL_PNGENC_ERROR_STREAM_OVERFLOW || 0x806112A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
|-
| CELL_PNGENC_ERROR_STREAM_FILE_OPEN || 0x806112A4 || The output destination file could not be opened
|-
|}
 
== GLES errors ==
=== EGL errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| EGL_SUCCESS                  || 0x3000 ||
|-
| EGL_NOT_INITIALIZED          || 0x3001 ||
|-
| EGL_BAD_ACCESS                || 0x3002 ||
|-
| EGL_BAD_ALLOC                || 0x3003 ||
|-
| EGL_BAD_ATTRIBUTE            || 0x3004 ||
|-
| EGL_BAD_CONFIG                || 0x3005 ||
|-
| EGL_BAD_CONTEXT              || 0x3006 ||
|-
| EGL_BAD_CURRENT_SURFACE      || 0x3007 ||
|-
| EGL_BAD_DISPLAY              || 0x3008 ||
|-
| EGL_BAD_MATCH                || 0x3009 ||
|-
| EGL_BAD_NATIVE_PIXMAP        || 0x300A ||
|-
| EGL_BAD_NATIVE_WINDOW        || 0x300B ||
|-
| EGL_BAD_PARAMETER            || 0x300C ||
|-
| EGL_BAD_SURFACE              || 0x300D ||
<!--// 0x300E-0x301F reserved for additional errors.//-->
|-
|}
=== GL errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| GL_NO_ERROR                      || 0 ||
|-
| GL_INVALID_ENUM                  || 0x0500 ||
|-
| GL_INVALID_VALUE                || 0x0501 ||
|-
| GL_INVALID_OPERATION            || 0x0502 ||
|-
| GL_STACK_OVERFLOW                || 0x0503 ||
|-
| GL_STACK_UNDERFLOW              || 0x0504 ||
|-
| GL_OUT_OF_MEMORY                || 0x0505 ||
|-
|}
 
== PSGL errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| PSGL_REPORT_VERSION  ||  || Reported once at the initialization of PSGL. Reports the version of PSGL compiled in.
|-
| PSGL_REPORT_DEBUG, PSGL_REPORT_ASSERT, PSGL_REPORT_UNKNOWN  ||  || Reported only when a PSGL defect was encountered. Please contact Developer Support if you see any of those.
|-
| PSGL_REPORT_GL_ERROR ||  || Reported when PSGL needs to trigger a GL error, as per the GLES specification.
|-
| PSGL_REPORT_CG_ERROR  ||  || Reported when PSGL needs to trigger a Cg error, as per the Cg specification.
|-
| PSGL_REPORT_MISSING_STATE  ||  || Reported when PSGL needs a fixed function fragment program that was not loaded. See psglLoadShaderLibrary() for more information.
|-
| PSGL_REPORT_VERTEX_SLOW_PATH  ||  || Reported when the current vertex data setup requires software per-vertex setup. An associated PSGL_REPORT_VERTEX_DATA_WARNING report gives more information as to why the slow path was taken.
|-
| PSGL_REPORT_VERTEX_DATA_WARNING  ||  || Reported when the current vertex data setup requires software per-vertex setup. Includes a description of why the slow path was taken.
|-
| PSGL_REPORT_COPY_TEXTURE_SLOW_PATH  ||  || Reported when PSGL cannot use the hardware to copy part of the frame buffer to a texture. An associated PSGL_REPORT_COPY_TEXTURE_WARNING report gives more information as to why the slow path was taken.
|-
| PSGL_REPORT_COPY_TEXTURE_WARNING  ||  || Reported when PSGL cannot use the hardware to copy part of the frame buffer to a texture. Includes a description of the conditions which triggered the slow path.
|-
| PSGL_REPORT_TEXTURE_COPY_BACK  ||  || Reported when PSGL needs to copy a texture back from RSX memory to system memory.
|-
| PSGL_REPORT_TEXTURE_REALLOC  ||  || Reported when PSGL needs to reallocate a texture.
|-
| PSGL_REPORT_FP32_FILTERING ||  || Reported when an FP32 texture requires an unsupported filtering mode (one that requires blending of texels). Includes information about which mode is unsupported, and which mode is used instead.
|-
| PSGL_REPORT_TEXTURE_INCOMPLETE  ||  || Reported when a texture unit is used with a texture that is not complete. The texture will be ignored.
|-
| PSGL_REPORT_FRAMEBUFFER_INCOMPLETE  ||  || Reported when a frame buffer is used that is not complete.
|-
| PSGL_REPORT_FRAMEBUFFER_UNSUPPORTED  ||  || Reported when the frame buffer used is not supported by PSGL. The report provides information about what is unsupported.
|-
| PSGL_REPORT_BUFFER_OBJECT_OUT_OF_BOUNDS  ||  || Reported when PSGL tries to draw using data that is out of the object bounds.
|-
| PSGL_REPORT_GPU_MEMORY_ALLOC  ||  || Reported when PSGL allocates RSX memory.
|-
| PSGL_REPORT_GPU_MEMORY_FREE  ||  || Reported when PSGL frees RSX memory.
|-
| PSGL_REPORT_GPU_MEMORY_ASYNC_FREE  ||  || Reported when PSGL asynchronously frees RSX memory.
|-
| PSGL_REPORT_HOST_MEMORY_ALLOC  ||  || Reported when PSGL allocates host memory.
|-
| PSGL_REPORT_HOST_MEMORY_FREE  ||  || Reported when PSGL frees host memory.
|-
| PSGL_REPORT_HOST_MEMORY_ASYNC_FREE  ||  || Reported when PSGL asynchronously frees host memory.
|-
| PSGL_REPORT_MALLOC_MEMORY_ALLOC  ||  || Reported when PSGL allocates malloc memory.
|-
| PSGL_REPORT_MALLOC_MEMORY_FREE  ||  || Reported when PSGL frees malloc memory.
|-
| PSGL_REPORT_MALLOC_MEMORY_REALLOC  ||  || Reported when PSGL reallocates malloc memory.
|-
| PSGL_REPORT_TEXTURE_CONVERSION  ||  || Reported when texture color format conversion occurs.
|-
| PSGL_REPORT_RESC  ||  || Reported when resolution conversion (RESC) is enabled.
|-
| PSGL_REPORT_RESC_FLIP_ERROR  ||  || Reported when an error occurs during resolution conversion (RESC) flip. The report includes the error code returned by cellRescSetConvertAndFlip().
|-
| PSGL_REPORT_COMMAND_RECORD_CALLBACK ||  || Reported when recording with static command buffers in PSGL. There is no more space for command in the current command buffer and there is no psglStaticCommandBufferCallback to call to resolve the issue.
|-
|}
 
== PSGL Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| GLU_INVALID_ENUM || 100900 ||
|-
| GLU_INVALID_VALUE || 100901 ||
|-
| GLU_OUT_OF_MEMORY || 100902 ||
|-
| GLU_INVALID_OPERATION || 100904 ||
|-
|}
 
== Content Search Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SEARCH_ERROR_PARAM || 0x8002C801 || Parameter is invalid. func or Id is NULL.
|-
| CELL_SEARCH_ERROR_BUSY || 0x8002C802 || Currently processing. Executing initialization or a search
|-
| CELL_SEARCH_ERROR_NO_MEMORY || 0x8002C803 || Not enough memory for execution
|-
| CELL_SEARCH_ERROR_UNKNOWN_MODE || 0x8002C804 || Mode is invalid. Value specified to mode is not CELL_SEARCH_MODE_NORMAL
|-
| CELL_SEARCH_ERROR_ALREADY_INITIALIZED || 0x8002C805 || Already initialized
|-
| CELL_SEARCH_ERROR_NOT_INITIALIZED || 0x8002C806 || Not initialized
|-
| CELL_SEARCH_ERROR_FINALIZING || 0x8002C807 || Executing termination processing
|-
| CELL_SEARCH_ERROR_NOT_SUPPORTED_SEARCH || 0x8002C808 || Specified search conditions are not supported. Combination of type and sortOrder is invalid.
|-
| CELL_SEARCH_ERROR_CONTENT_OBSOLETE || 0x8002C809 || contentId, listID, videoId is old (content was modified by the user and therefore cannot be found)
|-
| CELL_SEARCH_ERROR_CONTENT_NOT_FOUND || 0x8002C80A || Content indicated by contentId, listID, videoID cannot be found (deleted by the user).
|-
| CELL_SEARCH_ERROR_NOT_LIST || 0x8002C80B || contentId, listID, videoID cannot be found in the list.
|-
| CELL_SEARCH_ERROR_OUT_OF_RANGE || 0x8002C80C || Offset is either negative or too large
|-
| CELL_SEARCH_ERROR_INVALID_SEARCHID || 0x8002C80D || Search ID is invalid
|-
| CELL_SEARCH_ERROR_ALREADY_GOT_RESULT || 0x8002C80E || Search results have already been obtained
|-
| CELL_SEARCH_ERROR_NOT_SUPPORTED_CONTEXT || 0x8002C80F || Selection context cannot be created
|-
| CELL_SEARCH_ERROR_INVALID_CONTENTTYPE || 0x8002C810 || Content type is invalid
|-
| CELL_SEARCH_ERROR_DRM || 0x8002C811 || DRM error. Could not execute request/obtain path because file is a DRM file.
|-
| CELL_SEARCH_ERROR_TAG || 0x8002C812 || Tag information is invalid. tagNum is larger than CELL_SEARCH_TAG_NUM_MAX; or tagNum is at least 1 and tags or tags[n] is NULL; or length of tags[n] is larger than CELL_SEARCH_TAG_LEN_MAX
|-
| CELL_SEARCH_ERROR_GENERIC || 0x8002C8FF || Other error
|-
|}
 
== Music Decode errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_MUSIC_DECODE_DECODE_FINISHED || 0x8002C101 || End of music content was reached and decoding stopped
|-
| CELL_MUSIC_DECODE_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
| CELL_MUSIC_DECODE_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
| CELL_MUSIC_DECODE_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
| CELL_MUSIC_DECODE_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
| CELL_MUSIC_DECODE_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
| CELL_MUSIC_DECODE_ERROR_DECODE_FAILURE || 0x8002C107 || Error occurred during decoding and decoding stopped
|-
| CELL_MUSIC_DECODE_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
| CELL_MUSIC_DECODE_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
| CELL_MUSIC_DECODE_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
| CELL_MUSIC_DECODE_ERROR_NO_LPCM_DATA || 0x8002C10B || No decoded data was available
|-
| CELL_MUSIC_DECODE_NEXT_CONTENTS_READY || 0x8002C10C || Decoding of next content can be started
|-
| CELL_MUSIC_DECODE_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|}
 
== Music Playback errors ==
===Using memory container===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_MUSIC_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
|-
| CELL_MUSIC_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
| CELL_MUSIC_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
| CELL_MUSIC_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
| CELL_MUSIC_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
| CELL_MUSIC_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
| CELL_MUSIC_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
|-
| CELL_MUSIC_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
| CELL_MUSIC_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
| CELL_MUSIC_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
| CELL_MUSIC_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|}
 
=== Not using memory container ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_MUSIC2_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
|-
| CELL_MUSIC2_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
| CELL_MUSIC2_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
| CELL_MUSIC2_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
| CELL_MUSIC2_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
| CELL_MUSIC2_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
| CELL_MUSIC2_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
|-
| CELL_MUSIC2_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
| CELL_MUSIC2_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
| CELL_MUSIC2_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
| CELL_MUSIC2_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|}
 
== Music Export Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_BUSY || 0x8002c601 || Because the required processing has not been completed yet, the requested processing could not be executed
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c602 || Internal error
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_PARAM || 0x8002c603 || Parameter is invalid
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c604 || HDD access error
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c605 || Internal database error
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c606 || Registration to database failed
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_SET_META || 0x8002c607 || Metadata configuration failed
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c608 || Metadata flush failed
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_MOVE || 0x8002c609 || File move failed
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c60a || Initialization error
|-
|}
 
== Photo Utility errors ==
 
=== Export errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_BUSY || 0x8002c201 || Requested operation could not be executed because required operation has not ended
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c202 || Internal error
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_PARAM || 0x8002c203 || Invalid parameter
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c204 || HDD access error, file copy failed
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c205 || Internal error in database
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c206 || Registration to database failed
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_SET_META || 0x8002c207 || Metadata configuration failed
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c208 || Metadata writeback failed
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_MOVE || 0x8002c209 || File move failed
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c20a || Initialization error
|-
|}
 
=== Import errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PHOTO_IMPORT_ERROR_BUSY || 0x8002c701 || Required processing has not completed, so request could not be executed
|-
| CELL_PHOTO_IMPORT_ERROR_INTERNAL || 0x8002c702 || Internal error
|-
| CELL_PHOTO_IMPORT_ERROR_PARAM || 0x8002c703 || Parameters are invalid
|-
| CELL_PHOTO_IMPORT_ERROR_ACCESS_ERROR || 0x8002c704 || HDD access error
|-
| CELL_PHOTO_IMPORT_ERROR_COPY || 0x8002c705 || Copy failed
|-
| CELL_PHOTO_IMPORT_ERROR_INITIALIZE || 0x8002c706 || Initialization error
|-
|}
 
=== Decode errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PHOTO_DECODE_ERROR_BUSY || 0x8002c901 || Required processing has not completed, so request could not be executed
|-
| CELL_PHOTO_DECODE_ERROR_INTERNAL || 0x8002c902 || Internal error
|-
| CELL_PHOTO_DECODE_ERROR_PARAM || 0x8002c903 || Parameters are invalid
|-
| CELL_PHOTO_DECODE_ERROR_ACCESS_ERROR || 0x8002c904 || HDD access error
|-
| CELL_PHOTO_DECODE_ERROR_INITIALIZE || 0x8002c905 || Initialization error
|-
| CELL_PHOTO_DECODE_ERROR_DECODE || 0x8002c906 || Decoding failed
|-
|}
 
== Screenshot Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SCREENSHOT_ERROR_INTERNAL || 0x8002d101 || Internal error
|-
| CELL_SCREENSHOT_ERROR_PARAM || 0x8002d102 || Invalid parameter
|-
| CELL_SCREENSHOT_ERROR_DECODE || 0x8002d103 || Image decoding failed
|-
| CELL_SCREENSHOT_ERROR_NOSPACE || 0x8002d104 || Insufficient HDD space (500MB free needed)
|-
| CELL_SCREENSHOT_ERROR_UNSUPPORTED_COLOR_FORMAT || 0x8002d105 || The color format of the current frame buffer is not supported
|-
|}
 
== Video Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_BUSY || 0x8002ca01 || Requested processing could not be executed because the required processing has not been completed
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002ca02 || Internal error
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_PARAM || 0x8002ca03 || Parameter is invalid
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002ca04 || HDD access error, file copy failed
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002ca05 || Internal database error
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002ca06 || Registration to database failed
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_SET_META || 0x8002ca07 || Metadata set failed
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002ca08 || Metadata flush failed
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_MOVE || 0x8002ca09 || File move failed
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002ca0a || Initialization error
|-
|}
 
== Hash Function errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ERROR_HASH_NULL_POINTER || 0x80f00001 || Null pointer was passed as an argument. workarea, taskset, md5, sha1, sha224, sha256, sha384, sha512, plain or digest is a null pointer.
|-
| CELL_ERROR_HASH_QUEUE_CREATE_FAILED || 0x80f00002 || SPURS event queue could not be created, or the event queue could not be attached to a SPURS queue.
|-
| CELL_ERROR_HASH_FLAG_CREATE_FAILED || 0x80f00003 || SPURS event flag could not be created, or the event flag could not be attached to a SPURS queue.
|-
| CELL_ERROR_HASH_INVALID_ALIGN || 0x80f00004 || Argument was not aligned to the correct boundary.
|-
| CELL_ERROR_HASH_INVALID_NOMEM || 0x80f00005 || Insufficient memory.
|-
| CELL_ERROR_HASH_TASK_CREATE_FAILED || 0x80f00006 || Failed to create SPURS task.
|-
| CELL_ERROR_HASH_INVALID_STATE || 0x80f00007 || Invalid state to process data.
|-
| CELL_ERROR_HASH_INVALID_BUFFER_SIZE || 0x80f00008 || Invalid context size to process data. spu_dma_buffer_size is not a multiple of 16 or the size is greater than 16KB.
|-
| CELL_ERROR_HASH_INVALID_STREAM_ID || 0x80f00009 || Invalid stream ID size.
|-
|}
 
== KB errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_KB_ERROR_FATAL || 0x80121001 ||
|-
| CELL_KB_ERROR_INVALID_PARAMETER || 0x80121002 ||
|-
| CELL_KB_ERROR_ALREADY_INITIALIZED || 0x80121003 ||
|-
| CELL_KB_ERROR_UNINITIALIZED || 0x80121004 ||
|-
| CELL_KB_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121005 ||
|-
| CELL_KB_ERROR_DATA_READ_FAILED || 0x80121006 ||
|-
| CELL_KB_ERROR_NO_DEVICE || 0x80121007 ||
|-
| CELL_KB_ERROR_SYS_SETTING_FAILED || 0x80121008 ||
|-
|}
 
== PAD errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PAD_ERROR_FATAL || 0x80121101 ||
|-
| CELL_PAD_ERROR_INVALID_PARAMETER || 0x80121102 ||
|-
| CELL_PAD_ERROR_ALREADY_INITIALIZED || 0x80121103 ||
|-
| CELL_PAD_ERROR_UNINITIALIZED || 0x80121104 ||
|-
| CELL_PAD_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121105 ||
|-
| CELL_PAD_ERROR_DATA_READ_FAILED || 0x80121106 ||
|-
| CELL_PAD_ERROR_NO_DEVICE || 0x80121107 ||
|-
| CELL_PAD_ERROR_UNSUPPORTED_GAMEPAD || 0x80121108 ||
|-
| CELL_PAD_ERROR_TOO_MANY_DEVICES || 0x80121109 ||
|-
| CELL_PAD_ERROR_EBUSY || 0x8012110a ||
|-
|}
 
== MOUSE errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_MOUSE_ERROR_FATAL || 0x80121201 ||
|-
| CELL_MOUSE_ERROR_INVALID_PARAMETER || 0x80121202 ||
|-
| CELL_MOUSE_ERROR_ALREADY_INITIALIZED || 0x80121203 ||
|-
| CELL_MOUSE_ERROR_UNINITIALIZED || 0x80121204 ||
|-
| CELL_MOUSE_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121205 ||
|-
| CELL_MOUSE_ERROR_DATA_READ_FAILED || 0x80121206 ||
|-
| CELL_MOUSE_ERROR_NO_DEVICE || 0x80121207 ||
|-
| CELL_MOUSE_ERROR_SYS_SETTING_FAILED || 0x80121208 ||
|-
|}
 
== K2C errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_K2C_ERROR_FATAL || 0x80121301 ||
|-
| CELL_K2C_ERROR_INVALID_HANDLE || 0x80121302 ||
|-
| CELL_K2C_ERROR_INVALID_PARAMETER || 0x80121303 ||
|-
| CELL_K2C_ERROR_ALREADY_INITIALIZED || 0x80121304 ||
|-
| CELL_K2C_ERROR_UNINITIALIZED || 0x80121305 ||
|-
| CELL_K2C_ERROR_OTHER || 0x80121306 ||
|-
|}
 
== PADFILTER errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PADFILTER_ERROR_INVALID_PARAMETER || 0x80121401 ||
|-
|}
 
== GEM errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_GEM_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121801 || libgem initialization failed to allocate the required resources.
|-
| CELL_GEM_ERROR_ALREADY_INITIALIZED || 0x80121802 || libgem initialization failed as the library is already initialized.
|-
| CELL_GEM_ERROR_UNINITIALIZED || 0x80121803 || Call failed because libgem is not initialized.
|-
| CELL_GEM_ERROR_INVALID_PARAMETER || 0x80121804 || Call failed because one or more parameters passed was not valid.
|-
| CELL_GEM_ERROR_INVALID_ALIGNMENT || 0x80121805 || Call failed because the video buffer could not be read.
|-
| CELL_GEM_ERROR_UPDATE_NOT_FINISHED || 0x80121806 || cellGemUpdateStart() call failed because it was called before cellGemUpdateFinish() completed.
|-
| CELL_GEM_ERROR_UPDATE_NOT_STARTED || 0x80121807 || cellGemUpdateFinish() call failed because it was called before cellGemUpdateStart().
|-
| CELL_GEM_ERROR_CONVERT_NOT_FINISHED || 0x80121808 || cellGemConvertVideoStart() call failed because it was called before cellGemConvertVideoFinish().
|-
| CELL_GEM_ERROR_CONVERT_NOT_STARTED || 0x80121809 || cellGemConvertVideoFinish() call failed because it was called before cellGemConvertVideoStart().
|-
| CELL_GEM_ERROR_WRITE_NOT_FINISHED || 0x8012180A || cellGemWriteExternalPort() call failed because it was called before previous cellGemWriteExternalPort() completed.
|-
| CELL_GEM_ERROR_NOT_A_HUE || 0x8012180B || Returned by cellGemGetTrackerHue() if the controller is not currently being tracked.
|-
|}
 
== PERF errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PERF_ERROR_NOT_OPENED || 0x80520001 ||
|-
| CELL_PERF_ERROR_INVALID_SIGNAL || 0x80520002 ||
|-
| CELL_PERF_ERROR_TRACE_BUS_BUSY || 0x80520003 ||
|-
| CELL_PERF_ERROR_SIGNAL_CONTROL_FULL || 0x80520004 ||
|-
| CELL_PERF_ERROR_INVALID_PARAMETER || 0x80520005 ||
|-
| CELL_PERF_ERROR_LV1_NO_PRIVILEGE || 0x80520006 ||
|-
| CELL_PERF_ERROR_LV1_DENIED_BY_POLICY || 0x80520007 ||
|-
| CELL_PERF_ERROR_LV1_NO_ENTRY || 0x80520008 ||
|-
| CELL_PERF_ERROR_LV1_DUPLICATE_ENTRY || 0x80520009 ||
|-
| CELL_PERF_ERROR_LV1_BUSY || 0x8052000a ||
|-
| CELL_PERF_ERROR_LV1_RESOURCE_SHORTAGE || 0x8052000b ||
|-
| CELL_PERF_ERROR_LV1_WRONG_STATE || 0x8052000c ||
|-
| CELL_PERF_ERROR_LV1_ALIGNMENT_ERROR || 0x8052000d ||
|-
| CELL_PERF_ERROR_LV1_ILLEGAL_PARAMETER_VALUE || 0x8052000e ||
|-
| CELL_PERF_ERROR_LV2_BUSY || 0x8052000f ||
|-
| CELL_PERF_ERROR_LV2_NO_RESOURCE || 0x80520010 ||
|-
| CELL_PERF_ERROR_LV2_NOT_OPENED || 0x80520011 ||
|-
| CELL_PERF_ERROR_LV2_NOT_IMPLEMENTED || 0x80520012 ||
|-
| CELL_PERF_ERROR_LV2_INVALID_PARAMETER || 0x80520013 ||
|-
| CELL_PERF_ERROR_LV2_UNSUPPORTED_HARDWARE || 0x80520014 ||
|-
| CELL_PERF_ERROR_LV2_NOT_ALLOWED || 0x80520015 ||
|-
| CELL_PERF_ERROR_UNDEFINED || 0x80520016 ||
|-
| CELL_PERF_ERROR_NO_RESOURCE || 0x80520017 ||
|-
| CELL_PERF_ERROR_ADDED_ALREADY || 0x80520018 ||
|-
| CELL_PERF_ERROR_NO_ENTRY || 0x80520019 ||
|-
|}
 
== Home coordination utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_HDDGAME_ERROR_INTERNAL ||  || Fatal internal error
|-
| CELL_HDDGAME_ERROR_PARAM ||  || Invalid argument (application bug)
|-
| CELL_HDDGAME_ERROR_NOAPP ||  || PlayStation Home is not installed
|-
| CELL_GAME_ERROR_ACCESS_ERROR ||  || HDD access error
|-
|}
 
== IMEJP utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_IMEJP_ERROR_ERR || 0x8002bf01 || Function call error
|-
| CELL_IMEJP_ERROR_CONTEXT || 0x8002bf11 || Invalid context handle or context handle not opened
|-
| CELL_IMEJP_ERROR_ALREADY_OPEN || 0x8002bf21 || Attempted to open when the ImeJp utility is already opened
|-
| CELL_IMEJP_ERROR_DIC_OPEN || 0x8002bf31 || Dictionary open error
|-
| CELL_IMEJP_ERROR_PARAM || 0x8002bf41 || Invalid parameter
|-
| CELL_IMEJP_ERROR_IME_ALREADY_IN_USE || 0x8002bf51 || Character input engine is being used
|-
| CELL_IMEJP_ERROR_OTHER || 0x8002bfff || Other error, internal error
|-
|}
 
== L10n errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| SRCIllegal ||  || Target character string is corrupt
|-
| DSTExhausted ||  || Buffer is too small for the conversion result
|-
| ConverterUnknown ||  || Specified converter is invalid
|-
|}
 
== Pthread errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| ESRCH || || Non-existent thread
|-
| EINVAL || || The value specified is invalid or does not refer to an initialized thread attribute object.
|-
| EINVAL || || Invalid value for scheduling parameters.
|-
| ENOTSUP || || An attempt was made to set the attribute to an unsupported value
|-
| ENOMEM || || The process cannot allocate enough memory to initialize a mutex or a condition variable
|-
| EAGAIN || || The system lacks the resources to initialize a mutex or a condition variable
|-
| EBUSY || || Mutex is locked by another thread.
|-
| EDEADLK || || A deadlock would occur if the thread blocked waiting for mutex
|-
| EPERM || || The current thread does not hold a lock on mutex.
|-
| ETIMEDOUT || || The system time has reached or exceeded the time specified in abstime.
|-
|}
 
== Scream / MultiStream errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
!colspan="3" | Scream/MultiStream errors
|-
| CELL_SCREAM_ERROR_NONE || 0
|-
| CELL_SCREAM_ERROR_NULL_PARAM || -1
|-
| CELL_SCREAM_ERROR_SYSTEM_ALREADY_STARTED || -2
|-
| CELL_SCREAM_ERROR_BAD_RETURNS || -3
|-
| CELL_SCREAM_ERROR_SYSTEM_NOT_RUNNING || -4
|-
| CELL_SCREAM_ERROR_BAD_FLAGS || -5
|-
| CELL_SCREAM_ERROR_BAD_MS_BUS || -6
|-
!colspan="3" | SCREAM specific errors
|-
| CELL_SCREAM_LOAD_ERR_COUDNT_OPEN_FILE || 0x100
|-
| CELL_SCREAM_LOAD_ERR_READING_FILE || 0x101
|-
| CELL_SCREAM_LOAD_ERR_MEMORY || 0x102
|-
| CELL_SCREAM_LOAD_ERR_SYNTH_MEMORY || 0x103
|-
| CELL_SCREAM_LOAD_ERR_IN_PROGRESS || 0x104
|-
| CELL_SCREAM_LOAD_ERR_DMA || 0x105
|-
| CELL_SCREAM_LOAD_ERR_RPC || 0x106
|-
| CELL_SCREAM_LOAD_ERR_INVALID_FORMAT || 0x107
|-
|}
 
== Realtimeclock errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_RTC_ERROR_NOT_INITIALIZED || 0x80010601 || Library has not yet been initialized. Please initialize before use.
|-
| CELL_RTC_ERROR_INVALID_POINTER || 0x80010602 || The pointer passed in is invalid.
|-
| CELL_RTC_ERROR_INVALID_VALUE || 0x80010603 || A value in the arguments is invalid and cannot be used.
|-
| CELL_RTC_ERROR_INVALID_ARG || 0x80010604 || An argument contains invalid data.
|-
| CELL_RTC_ERROR_NOT_SUPPORTED || 0x80010605 || The feature is not supported
|-
| CELL_RTC_ERROR_NO_CLOCK || 0x80010606 || The clock is not available
|-
| CELL_RTC_ERROR_BAD_PARSE || 0x80010607 || Error occurred in parsing, perhaps an unknown format
|-
| CELL_RTC_ERROR_INVALID_YEAR || 0x80010621 || The year value is invalid
|-
| CELL_RTC_ERROR_INVALID_MONTH || 0x80010622 || The month value is invalid
|-
| CELL_RTC_ERROR_INVALID_DAY || 0x80010623 || The day value is invalid
|-
| CELL_RTC_ERROR_INVALID_HOUR || 0x80010624 || The hour value is invalid
|-
| CELL_RTC_ERROR_INVALID_MINUTE || 0x80010625 || The minute value is invalid
|-
| CELL_RTC_ERROR_INVALID_SECOND || 0x80010626 || The second value is invalid
|-
| CELL_RTC_ERROR_INVALID_MICROSECOND || 0x80010627 || The microsecond value is invalid
|-
|}
 
== USERINFO errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_USERINFO_ERROR_BUSY || 0x8002c301 ||
|-
| CELL_USERINFO_ERROR_INTERNAL || 0x8002c302 ||
|-
| CELL_USERINFO_ERROR_PARAM || 0x8002c303 ||
|-
| CELL_USERINFO_ERROR_NOUSER || 0x8002c304 ||
|-
|}
 
== Print Utility errors ==
 
=== Print ErrorStatus ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PRINT_ERRORSTATUS_COMM || 0x80000000 || Printer communication error
|-
| CELL_PRINT_ERRORSTATUS_COVEROPEN || 0x80000001 || Cover is opened
|-
| CELL_PRINT_ERRORSTATUS_INKCOVEROPEN || 0x80000002 || Ink (cartridge) cover is opened
|-
| CELL_PRINT_ERRORSTATUS_NOPAPER || 0x80000003 || No paper
|-
| CELL_PRINT_ERRORSTATUS_NOTRAY || 0x80000004 || No paper tray
|-
| CELL_PRINT_ERRORSTATUS_SIZE_TYPE_PATH || 0x80000005 || Paper feed method is not matching
|-
| CELL_PRINT_ERRORSTATUS_DOUBLEFEED || 0x80000006 || Paper feed error (double feed)
|-
| CELL_PRINT_ERRORSTATUS_FEEDERROR || 0x80000007 || Paper feed error (other than double feed)
|-
| CELL_PRINT_ERRORSTATUS_PAPERJAM || 0x80000008 || Paper jammed
|-
| CELL_PRINT_ERRORSTATUS_TRAYCLOSE || 0x80000009 || Eject tray is closed
|-
| CELL_PRINT_ERRORSTATUS_NOINK || 0x8000000a || No ink
|-
| CELL_PRINT_ERRORSTATUS_NOCARTRIDGE || 0x8000000b || No ink cartridge
|-
| CELL_PRINT_ERRORSTATUS_COVERFLOW || 0x8000000c || Ink cartridge's waste ink full
|-
| CELL_PRINT_ERRORSTATUS_CFAIL || 0x8000000d || Ink cartridge detection error
|-
| CELL_PRINT_ERRORSTATUS_CFACTORY || 0x8000000e || Ink cartridge error (factory default settings)
|-
| CELL_PRINT_ERRORSTATUS_BATTERYVOLTAGE || 0x8000000f || Abnormal battery voltage
|-
| CELL_PRINT_ERRORSTATUS_BATTERYTEMPERATURE || 0x80000010 || Abnormal battery temperature
|-
| CELL_PRINT_ERRORSTATUS_BATTERYEMPTY || 0x80000011 || No battery (cannot print)
|-
| CELL_PRINT_ERRORSTATUS_SERVICEREQ || 0x80000012 || Printer adjustment necessary
|-
| CELL_PRINT_ERRORSTATUS_GENERAL || 0x80000013 || Printer-related error
|-
| CELL_PRINT_ERRORSTATUS_FATAL || 0x80000014 || Fatal printer error
|-
|}
 
=== Print Error ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PRINT_ERROR_INTERNAL || 0x8002c401 || Internal error
|-
| CELL_PRINT_ERROR_NO_MEMORY || 0x8002c402 || Memory allocation failed
|-
| CELL_PRINT_ERROR_PRINTER_NOT_FOUND || 0x8002c403 || Printer could not be found
|-
| CELL_PRINT_ERROR_INVALID_PARAM || 0x8002c404 || Parameter is invalid
|-
| CELL_PRINT_ERROR_INVALID_FUNCTION || 0x8002c405 || API call is invalid
|-
| CELL_PRINT_ERROR_NOT_SUPPORT || 0x8002c406 || Printer is not supported
|-
| CELL_PRINT_ERROR_OCCURRED || 0x8002c407 || API execution error
|-
| CELL_PRINT_ERROR_CANCELED_BY_PRINTER || 0x8002c408 || Print job was cancelled
|-
|}
 
== Multistream errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_MS_ERROR || 0x88000000 || Base error value
|-
| CELL_MS_ERROR_SYSPAUSED || 0x88000001 || The system is paused.
|-
| CELL_MS_ERROR_INVAL || 0x88000002 || A parameter is invalid.
|-
| CELL_MS_ERROR_WRONGSTATE || 0x88000003 || A state is wrong.
|-
| CELL_MS_ERROR_RESOURCEUNAVAIL || 0x88000004 || A system resource is unavailable.
|-
| CELL_MS_ERROR_CIRCULARDEPEND || 0x88000005 || There is a circular dependency.
|-
| CELL_MS_ERROR_BUSMISMATCH || 0x88000006 || There is a bus mismatch.
|-
| CELL_MS_ERROR_INVALIDELF || 0x88000007 || An ELF file is invalid.
|-
| CELL_MS_ERROR_FILEACCESS || 0x88000008 || Access to a file failed.
|-
| CELL_MS_ERROR_INVALIDENV || 0x88000009 || An envelope is invalid.
|-
| CELL_MS_ERROR_OUTOFRANGE || 0x8800000a || Out of range.
|-
| CELL_MS_ERROR_BADMODE || 0x8800000b || There is a bad mode.
|-
| CELL_MS_ERROR_NOFREESTREAMS || 0x8800000c || There are no free streams.
|-
| CELL_MS_ERROR_SURROUNDNOTINIT || 0x8800000d || Surround sound is not initialised.
|-
| CELL_MS_ERROR_INVALID_CHANNEL || 0x8800000e || A channel is invalid.
|-
| CELL_MS_ERROR_INVALID_TYPE || 0x8800000f || A type is invalid.
|-
| CELL_MS_ERROR_AUDIO_CONFIGURE || 0x88000010 || cellMSSystemConfigureSysUtil failed processing cellAudioOutConfigure function
|-
| CELL_MS_ERROR_AUDIO_GETSTATE || 0x88000011 || cellMSSystemConfigureSysUtil failed processing cellAudioOutGetState function
|-
|}
 
== Record Utility Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_REC_ERROR_OUT_OF_MEMORY|| 0x8002c501||
|-
| CELL_REC_ERROR_FATAL|| 0x8002c502||
|-
| CELL_REC_ERROR_INVALID_VALUE || 0x8002c503||
|-
| CELL_REC_ERROR_FILE_OPEN || 0x8002c504||
|-
| CELL_REC_ERROR_FILE_WRITE || 0x8002c505||
|-
| CELL_REC_ERROR_INVALID_STATE || 0x8002c506||
|-
| CELL_REC_ERROR_FILE_NO_DATA || 0x8002c507||
|-
|}
 
== PRX Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PRX_ERROR_ERROR || 0x80011001 ||
|-
| CELL_PRX_ERROR_ILLEGAL_PERM || 0x800110d1 ||
|-
| CELL_PRX_ERROR_UNKNOWN_MODULE || 0x8001112e ||
|-
| CELL_PRX_ERROR_ALREADY_STARTED || 0x80011133 ||
|-
| CELL_PRX_ERROR_NOT_STARTED || 0x80011134 ||
|-
| CELL_PRX_ERROR_ALREADY_STOPPED || 0x80011135 ||
|-
| CELL_PRX_ERROR_CAN_NOT_STOP || 0x80011136 ||
|-
| CELL_PRX_ERROR_NOT_REMOVABLE || 0x80011138 ||
|-
| CELL_PRX_ERROR_LIBRARY_NOT_YET_LINKED || 0x8001113a ||
|-
| CELL_PRX_ERROR_LIBRARY_FOUND || 0x8001113b ||
|-
| CELL_PRX_ERROR_LIBRARY_NOTFOUND || 0x8001113c ||
|-
| CELL_PRX_ERROR_ILLEGAL_LIBRARY || 0x8001113d ||
|-
| CELL_PRX_ERROR_LIBRARY_INUSE || 0x8001113e ||
|-
| CELL_PRX_ERROR_ALREADY_STOPPING || 0x8001113f ||
|-
| CELL_PRX_ERROR_UNSUPPORTED_PRX_TYPE || 0x80011148 ||
|-
| CELL_PRX_ERROR_INVAL || 0x80011324 ||
|-
| CELL_PRX_ERROR_ILLEGAL_PROCESS || 0x80011801 ||
|-
| CELL_PRX_ERROR_NO_LIBLV2 || 0x80011881 ||
|-
| CELL_PRX_ERROR_UNSUPPORTED_ELF_TYPE || 0x80011901 ||
|-
| CELL_PRX_ERROR_UNSUPPORTED_ELF_CLASS || 0x80011902 ||
|-
| CELL_PRX_ERROR_UNDEFINED_SYMBOL || 0x80011904 ||
|-
| CELL_PRX_ERROR_UNSUPPORTED_RELOCATION_TYPE || 0x80011905 ||
|-
| CELL_PRX_ERROR_ELF_IS_REGISTERED || 0x80011910 ||
|-
| CELL_PRX_ERROR_NO_EXIT_ENTRY || 0x80011911 ||
|-
|}
 
== Sysmodule Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SYSMODULE_ERROR_DUPLICATED || 0x80012001 || Tried to load a PRX that is already loaded
|-
| CELL_SYSMODULE_ERROR_UNKNOWN || 0x80012002 || Tried to load an unknown PRX
|-
| CELL_SYSMODULE_ERROR_UNLOADED || 0x80012003 || Tried to unload a PRX that is already unloaded, or the module is not loaded
|-
| CELL_SYSMODULE_ERROR_INVALID_MEMCONTAINER || 0x80012004 || An invalid memory container ID was passed
|-
| CELL_SYSMODULE_ERROR_FATAL || 0x800120ff || Function call failed
|-
|}
 
== System Utility Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SYSUTIL_ERROR_TYPE || 0x8002b101 || Type is invalid
|-
| CELL_SYSUTIL_ERROR_VALUE || 0x8002b102 || Value is invalid
|-
| CELL_SYSUTIL_ERROR_SIZE || 0x8002b103 || Size is invalid
|-
| CELL_SYSUTIL_ERROR_NUM || 0x8002b104 || Number exceeds valid range
|-
| CELL_SYSUTIL_ERROR_BUSY || 0x8002b105 || Service cannot run because another service is running
|-
| CELL_SYSUTIL_ERROR_STATUS || 0x8002b106 || Invalid API was called for the current service status
|-
| CELL_SYSUTIL_ERROR_MEMORY || 0x8002b107 || Sufficient memory could not be allocated for the requested service
|-
| CELL_SYSUTIL_ERROR_3D_SUPPORT || 0x8002b108 ||
|-
|}
 
== System BGM Control Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_PARAM || 0x8002b101 || Invalid parameter
|-
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_BUSY || 0x8002b102 || Requested processing cannot be executed because the required processing has not completed yet
|-
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_GENERIC || 0x8002b1ff || Unknown error occurred
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_PARAM || 0x8002d301 || Invalid parameter
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_ALREADY_SETPARAM || 0x8002d302 || Processing cannot be accepted because the setting has already been made
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_DISABLE_SETPARAM || 0x8002d303 || Processing cannot be accepted because the feature is disabled
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_GENERIC || 0x8002d3ff || Unknown error occurred
|-
|}
 
== COMBOPLAY errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_CROSS_CONTROLLER_ERROR_CANCEL || 0x8002cd80 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_NETWORK || 0x8002cd81 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_OUT_OF_MEMORY || 0x8002cd90 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_FATAL || 0x8002cd91 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_PKG_FILENAME || 0x8002cd92 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_SIG_FILENAME || 0x8002cd93 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_ICON_FILENAME || 0x8002cd94 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_VALUE || 0x8002cd95 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_PKG_FILE_OPEN || 0x8002cd96 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_SIG_FILE_OPEN || 0x8002cd97 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_ICON_FILE_OPEN || 0x8002cd98 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_STATE || 0x8002cd99 ||
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_PKG_FILE || 0x8002cd9a ||
|-
| CELL_CROSS_CONTROLLER_ERROR_INTERNAL || 0x8002cda0 ||
|-
|}
 
== SYSTEMPARAM errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_VIDEO_OUT_ERROR_NOT_IMPLEMENTED || 0x8002b220 ||
|-
| CELL_VIDEO_OUT_ERROR_ILLEGAL_CONFIGURATION || 0x8002b221 ||
|-
| CELL_VIDEO_OUT_ERROR_ILLEGAL_PARAMETER || 0x8002b222 ||
|-
| CELL_VIDEO_OUT_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b223 ||
|-
| CELL_VIDEO_OUT_ERROR_DEVICE_NOT_FOUND || 0x8002b224 ||
|-
| CELL_VIDEO_OUT_ERROR_UNSUPPORTED_VIDEO_OUT || 0x8002b225 ||
|-
| CELL_VIDEO_OUT_ERROR_UNSUPPORTED_DISPLAY_MODE || 0x8002b226 ||
|-
| CELL_VIDEO_OUT_ERROR_CONDITION_BUSY || 0x8002b227 ||
|-
| CELL_VIDEO_OUT_ERROR_VALUE_IS_NOT_SET || 0x8002b228 ||
|-
| CELL_AUDIO_OUT_ERROR_NOT_IMPLEMENTED || 0x8002b240 ||
|-
| CELL_AUDIO_OUT_ERROR_ILLEGAL_CONFIGURATION || 0x8002b241 ||
|-
| CELL_AUDIO_OUT_ERROR_ILLEGAL_PARAMETER || 0x8002b242 ||
|-
| CELL_AUDIO_OUT_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b243 ||
|-
| CELL_AUDIO_OUT_ERROR_DEVICE_NOT_FOUND || 0x8002b244 ||
|-
| CELL_AUDIO_OUT_ERROR_UNSUPPORTED_AUDIO_OUT || 0x8002b245 ||
|-
| CELL_AUDIO_OUT_ERROR_UNSUPPORTED_SOUND_MODE || 0x8002b246 ||
|-
| CELL_AUDIO_OUT_ERROR_CONDITION_BUSY || 0x8002b247 ||
|-
| CELL_AUDIO_IN_ERROR_NOT_IMPLEMENTED || 0x8002b260 ||
|-
| CELL_AUDIO_IN_ERROR_ILLEGAL_CONFIGURATION || 0x8002b261 ||
|-
| CELL_AUDIO_IN_ERROR_ILLEGAL_PARAMETER || 0x8002b262 ||
|-
| CELL_AUDIO_IN_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b263 ||
|-
| CELL_AUDIO_IN_ERROR_DEVICE_NOT_FOUND || 0x8002b264 ||
|-
| CELL_AUDIO_IN_ERROR_UNSUPPORTED_AUDIO_IN || 0x8002b265 ||
|-
| CELL_AUDIO_IN_ERROR_UNSUPPORTED_SOUND_MODE || 0x8002b266 ||
|-
| CELL_AUDIO_IN_ERROR_CONDITION_BUSY || 0x8002b267 ||
|-
|}
 
== MsgDialog Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_MSGDIALOG_ERROR_PARAM || 0x8002b301 || Parameter is invalid
|-
| CELL_MSGDIALOG_ERROR_DIALOG_NOT_OPENED || 0x8002b302 || The dialogue is not opened
|-
|}
 
== SAVEDATA errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SAVEDATA_ERROR_CBRESULT || 0x8002B401 ||
|-
| CELL_SAVEDATA_ERROR_ACCESS_ERROR || 0x8002B402 ||
|-
| CELL_SAVEDATA_ERROR_INTERNAL || 0x8002B403 || Game save issue // Reboot console
|-
| CELL_SAVEDATA_ERROR_PARAM || 0x8002B404 ||
|-
| CELL_SAVEDATA_ERROR_NOSPACE || 0x8002B405 ||
|-
| CELL_SAVEDATA_ERROR_BROKEN || 0x8002B406 ||
|-
| CELL_SAVEDATA_ERROR_FAILURE || 0x8002B407 ||
|-
| CELL_SAVEDATA_ERROR_BUSY || 0x8002B408 ||
|-
| CELL_SAVEDATA_ERROR_NOUSER || 0x8002B409 ||
|-
| CELL_SAVEDATA_ERROR_SIZEOVER || 0x8002B40A ||
|-
| CELL_SAVEDATA_ERROR_NODATA || 0x8002b40b ||
|-
| CELL_SAVEDATA_ERROR_NOTSUPPORTED || 0x8002b40c ||
|-
|}
 
== OSKDIALOG errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_OSKDIALOG_ERROR_IME_ALREADY_IN_USE || 0x8002b501 ||
|-
| CELL_OSKDIALOG_ERROR_GET_SIZE_ERROR || 0x8002b502 ||
|-
| CELL_OSKDIALOG_ERROR_UNKNOWN || 0x8002b503 ||
|-
| CELL_OSKDIALOG_ERROR_PARAM || 0x8002b504 ||
|-
|}
 
== WEBBROWSER errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_WEBBROWSER_ERROR_NOMEM || 0x8002b901 ||
|-
| CELL_WEBBROWSER_ERROR_INVALID || 0x8002b902 ||
|-
| CELL_WEBBROWSER_ERROR_EXCLUSIVE || 0x8002b903 ||
|-
|}
 
== SYSCONF errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SYSCONF_ERROR_PARAM || 0x8002bb01 ||
|-
|}
 
== SYSCACHE errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SYSCACHE_ERROR_ACCESS_ERROR || 0x8002bc01 ||
|-
| CELL_SYSCACHE_ERROR_INTERNAL || 0x8002bc02 ||
|-
| CELL_SYSCACHE_ERROR_PARAM || 0x8002bc03 ||
|-
| CELL_SYSCACHE_ERROR_NOTMOUNTED || 0x8002bc04 ||
|-
|}
 
== STORAGEDATA errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_STORAGEDATA_ERROR_BUSY || 0x8002be01 ||
|-
| CELL_STORAGEDATA_ERROR_INTERNAL || 0x8002be02 ||
|-
| CELL_STORAGEDATA_ERROR_PARAM || 0x8002be03 ||
|-
| CELL_STORAGEDATA_ERROR_ACCESS_ERROR || 0x8002be04 ||
|-
| CELL_STORAGEDATA_ERROR_FAILURE || 0x8002be05 ||
|-
|}
 
== CXML Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CXML_RESULT_OK || 0x0 ||
|-
| CXML_RESULT_ERROR_CANT_OPEN || 0x8002E001 ||
|-
| CXML_RESULT_ERROR_CANT_READ || 0x8002E002 ||
|-
| CXML_RESULT_ERROR_CANT_WRITE || 0x8002E003 ||
|-
| CXML_RESULT_ERROR_CANT_SEEK || 0x8002E004 ||
|-
| CXML_RESULT_ERROR_CANT_ALLOC || 0x8002E005 ||
|-
| CXML_RESULT_ERROR_FORMAT || 0x8002E006 ||
|-
| CXML_RESULT_ERROR_VERSION || 0x8002E007 ||
|-
| CXML_RESULT_ERROR_INVALID_NODE || 0x8002E008 ||
|-
| CXML_RESULT_ERROR_NOT_ENOUGH_BUF || 0x8002E009 ||
|-
| CXML_RESULT_ERROR_ACCESS_MODE || 0x8002E010 ||
|-
| CXML_RESULT_ERROR_NOT_EXIST || 0x8002E011 ||
|-
| CXML_RESULT_ERROR_TYPE || 0x8002E012 ||
|-
| CXML_RESULT_ERROR_CANT_MODIFY || 0x8002E013 ||
|-
| CXML_RESULT_ERROR_NO_ALLOCATOR || 0x8002E014 ||
|-
|}
 
== Media? Player Video Player Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| MP_SUCCESS|| 0x0 ||
|-
| MP_VP_ERROR|| 0x80028801 || "This content cannot be played."  Related with [PARAM.SFO#CATEGORY_For_Disc_contents | fake Blu-Ray discs] and video.
|-
| MP_VP_NO_MORE_ITEM_ERROR|| 0x80028802  ||
|-
| MP_VP_DATA_TOP_ERROR|| 0x80028803 ||
|-
| MP_VP_DATA_END_ERROR|| 0x80028804  ||
|-
| MP_VP_NO_DATA_ERROR|| 0x80028805  ||
|-
| MP_VP_BUFFER_FULL_ERROR||0x80028806  ||
|-
| MP_VP_FILE_OPEN_ERROR || 0x80028807  ||
|-
| MP_VP_FILE_READ_ERROR|| 0x80028808  ||
|-
| MP_VP_FILE_SEEK_ERROR|| 0x80028809  ||
|-
| MP_VP_NO_SUPPORTED_ERROR || 0x8002880A  ||
|-
| MP_VP_DECODE_ERROR || 0x8002880B  ||
|-
| MP_VP_V_DECODE_ERROR || 0x8002880C  ||
|-
| MP_VP_A_DECODE_ERROR|| 0x8002880D  ||
|-
| MP_VP_DATA_SET_FAILED_ERROR|| 0x8002880E  ||
|-
| MP_VP_NOTFOUND_NEXT_DATA_ERROR||0x8002880F  ||
|-
| MP_VP_NOTFOUND_PREV_DATA_ERROR|| 0x80028810  ||
|-
| MP_VP_ANALYZE_ERROR || 0x80028811  ||
|-
| MP_VP_LACK_OF_BUFFER_ERROR ||0x80028812  ||
|-
| MP_VP_LICENSE_ERROR || 0x80028813  ||
|-
| MP_VP_LICENSE_NOT_YET_AVAILABLE_ERROR || 0x80028814  ||
|-
| MP_VP_LICENSE_EXPIRED_ERROR|| 0x80028815  ||
|-
| MP_VP_LICENSE_VOID_SECURE_CLOCK_ERROR || 0x80028816  ||
|-
| MP_VP_GET_PICTURE_ERROR|| 0x80028817  ||
|-
| MP_VP_VPOST_ERROR|| 0x80028818  ||
|-
| MP_VP_IMAGE_LOAD_FAILED_ERROR || 0x80028819  ||
|-
| MP_VP_NO_EXECUTE_ERROR|| 0x80028881  ||
|-
| MP_VP_OUT_OF_RANGE_ERROR|| 0x8002888D  ||
|-
| MP_VP_FILE_NOT_EXIST_ERROR || 0x80028882  ||
|-
| MP_VP_LICENSE_EXCLUDED_ERROR|| 0x80028883  ||
|-
| MP_VP_CREATE_SHORT_ICON_ERROR || 0x80028884  ||
|-
| MP_VP_CREATE_ICON_ERROR|| 0x80028885  ||
|-
| MP_VP_VTRM_BROKEN_ERROR|| 0x80028886  ||
|-
| MP_VP_INCOMPAT_ADAPTER_ERROR|| 0x80028887  || MagicGate device required
|-
| MP_VP_MEDIA_INCOMPAT_ERROR|| 0x80028888  ||
|-
| MP_VP_GID_NO_SET_ERROR|| 0x80028889  ||
|-
| MP_VP_PREMATURE_GID_ERROR|| 0x8002888A  ||
|-
| MP_VP_BELATED_GID_ERROR|| 0x8002888B  ||
|-
| MP_VP_PSN_NOLICENSE_ERROR|| 0x8002888E  || Authenticate via PsStore
|-
| MP_VP_PSN_NEED_ACTIVATION_ERROR|| 0x8002888F  || Need Certification
|-
| MP_VP_PSN_UNEXPECTED_AIV_ERROR|| 0x80028890  || Wrong Certification Data
|-
| MP_VP_INVALID_FORMAT_ERROR || 0x80028891  ||
|-
| MP_VP_ACCESS_DENIED_ERROR|| 0x80028892  ||
|-
| MP_VP_HTTP_SERVER_NOT_FOUND_ERROR|| 0x80028893  ||
|-
| MP_VP_HTTP_GENERIC_ERROR || 0x80028894  || HTTP MediaServer Error
|-
| MP_VP_NOT_ENOUGH_MEMORY_ERROR|| 0x80028895  ||
|-
| MP_VP_NO_AUDIO_STREAM_ERROR || 0x80028896  || No Audio
|-
| MP_VP_NO_SUBTITLE_ERROR || 0x80028897  || No Subtitle
|-
| MP_VP_NETWORK_ERROR|| 0x80028898  ||
|-
| MP_VP_A_ENCODE_ERROR|| 0x80028899  ||
|-
| MP_VP_V_ENCODE_ERROR|| 0x8002889A  ||
|-
| MP_VP_FILE_WRITE_ERROR || 0x8002889B  ||
|-
| MP_VP_FILE_WRITE_RES_ERROR||0x8002889C  ||
|-
| MP_VP_S_DECODE_ERROR|| 0x8002889D  ||
|-
| MP_VP_FILE_IO_CANCELLED_ERROR || 0x8002889E  ||
|-
| MP_VP_HTTP_CONTENT_NOT_FOUND_ERROR|| 0x8002889F  ||
|-
| MP_VP_EXPIRED_ERROR|| 0x800288A0  ||
|-
| MP_VP_WMA_NOT_ENABLED_ERROR || 0x800288A1  || WMA Playback not enabled.
|-
| MP_VP_ACCESS_NOT_DOWNLOADED_AREA_ERROR|| 0x800288A2  ||
|-
| MP_VP_DTCP_IP_AUTH_INVALID_HOSTNAME_ERROR|| 0x800288A3  ||
|-
| MP_VP_DTCP_IP_AUTH_SERVER_NOT_FOUND_ERROR||0x800288A4  ||
|-
| MP_VP_DTCP_IP_AUTH_CANNOT_ACCESS_ERROR|| 0x800288A5  ||
|-
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR|| 0x800288A6  ||
|-
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR_WLAN|| 0x800288A7  || DTCPIP Error set WEP/WPA
|-
| MP_VP_DTCP_IP_DEVCERT_EXPIRED_ERROR|| 0x800288A8  ||
|-
| MP_VP_DTCP_IP_INVALID_URL_ERROR || 0x800288A9  ||
|-
| MP_VP_DTCP_IP_KM_NEED_ACTIVATE_ERROR|| 0x800288AA  ||
|-
| MP_VP_DTCP_IP_KM_NEED_UPDATE_ERROR|| 0x800288AB  ||
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR|| 0x800288AC  ||
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_REGISTRY|| 0x800288AD  ||
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_BUFFER|| 0x800288AE  ||
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_SRM||0x800288AF  ||
|-
| MP_VP_DTCP_IP_KM_NEED_CLOCK_SETUP_ERROR || 0x800288B0  ||
|-
| MP_VP_HTTP_SEEK_NOT_ALLOWED_ERROR|| 0x800288B1  ||
|-
| MP_VP_DTCP_IP_UNKNOWN_ERROR || 0x800288B2  ||
|-
| MP_VP_DTCP_IP_INVALID_ARG_ERROR|| 0x800288B3  ||
|-
| MP_VP_DTCP_IP_INVALID_STATE_ERROR || 0x800288B4 ||
|-
| MP_VP_DTCP_IP_NOT_IMPLEMENTED_ERROR || 0x800288B5 ||
|-
| MP_VP_DTCP_IP_INTERNAL_ERROR || 0x800288B6 ||
|-
| MP_VP_DTCP_IP_STREAM_GENERIC_ERROR||0x800288B7 ||
|-
| MP_VP_REGISTRY_ERROR || 0x800288B8 ||
|-
| MP_VP_HDCP_OFF_ERROR || 0x800288B9 ||
|-
| MP_VP_DTCP_IP_EMI_CCI_ERROR || 0x800288BA ||
|-
| MP_VP_NET_CTL_ERROR || 0x800288BB ||
|-
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_LARGE || 0x800288BC ||
|-
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_SMALL || 0x800288BD ||
|-
| MP_VP_NO_SUPPORTED_ERROR_PROFILE || 0x800288BE ||
|-
| MP_VP_NO_SUPPORTED_ERROR_TOOL || 0x800288BF || PS3 cannot play this file type
|-
| MP_VP_NO_SUPPORTED_ERROR_VIDEO_CODEC || 0x800288C0 || "The data type is not supported." Related to video.
|-
| MP_VP_NO_SUPPORTED_ERROR_AUDIO_CODEC || 0x800288C1 || PS3 cannot play this file type
|-
| MP_VP_NO_SUPPORTED_ERROR_AU_SIZE ||0x800288C2 ||
|-
| MP_VP_HTTP_NO_CONTENT_LENGTH_ERROR|| 0x800288C3 ||
|-
| MP_VP_DIGITAL_ONLY_ERROR|| 0x800288C4  || Cannot output video other than HDMI
|-
| MP_VP_PSN_UNSUPPORTED_DEVICE_ERROR || 0x800288C5 ||
|-
| MP_VP_DIVX_DRM_RENTAL_EXPIRED_ERROR || 0x800288C6 || divx vod rental expired
|-
| MP_VP_DIVX_DRM_AUTHORIZATION_ERROR || 0x800288C7 || divx vod reg visit website
|-
| MP_VP_CANNOT_PLAY_CONTENT_ERROR || 0x800288C8  ||
|-
| MP_VP_NO_SUPPORTED_ERROR_BRAND || 0x800288C9  ||
|-
| MP_VP_NO_SUPPORTED_ERROR_DURATION_TOO_LONG|| 0x800288CF  ||
|-
| MP_VP_NO_SUPPORTED_ERROR_TRACKS_TOO_MANY|| 0x800288D0  ||
|-
| MP_VP_NO_SUPPORTED_ERROR_LICENSE ||0x800288D1 ||
|-
| MP_VP_NO_SUPPORTED_ERROR_MVP_SEPARATED_PVL || 0x800288D2 ||
|-
| MP_VP_NO_SUPPORTED_ERROR_PROHIBITED_DAO || 0x800288D3 ||
|-
| MP_VP_NO_SUPPORTED_ERROR_FORMAT_VERSION || 0x800288D4 ||
|-
| MP_VP_NO_SUPPORTED_ERROR_MEDIA || 0x800288D5 ||
|-
| MP_VP_NO_SUPPORTED_ERROR_64BIT_BOXSIZE|| 0x800288D6 ||
|-
| MP_VP_CONTENTS_NOT_EXIST_ERROR || 0x800288CA ||
|-
| MP_VP_NO_NEXT_CONTENTS_ERROR || 0x800288CC ||
|-
| MP_VP_NO_PREV_CONTENTS_ERROR ||0x800288CD || Content not found
|-
| MP_VP_SEQUENTIAL_PLAY_NOT_ALLOWED_ERROR || 0x800288D7 ||
|-
| MP_VP_DELETE_CONTENTS_ERROR || 0x800288DA ||
|-
| MP_VP_AACS_WM_TRUSTED_SOURCE_STATE_ERROR|| 0x800288DB ||
|-
| MP_VP_AACS_WM_NO_HOME_USE_ERROR || 0x800288DC  || cinavia msg code 1
|-
| MP_VP_NO_SUPPORTED_ERROR_SCREEN_SAVER|| 0x800288DE  ||
|-
| MP_VP_SELFLICENSE_NONE_ERROR|| 0x800288DF  || Content owner account signin please
|-
| MP_VP_NOT_SUPPORT_REMOTEPLAY_ERROR|| 0x800288E0  || Content does not support remoteplay
|-
| MP_VP_READ_FIRST_BLOCK_SIZE_0_ERROR|| 0x800288E1  ||
|-
| MP_VP_DTCP_IP_CABLE_NOT_CONNECTED_ERROR|| 0x800288E2  ||
|-
| MP_VP_FILE_IO_TIMEOUT_ERROR|| 0x800288E3  ||
|-
|}
 
== DMA errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_DMA_ERROR_INVAL || 0x80410002 ||
|-
|}
 
== SYNC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SYNC_ERROR_AGAIN || 0x80410101 ||
|-
| CELL_SYNC_ERROR_INVAL || 0x80410102 ||
|-
| CELL_SYNC_ERROR_NOSYS || 0x80410103 ||
|-
| CELL_SYNC_ERROR_NOMEM || 0x80410104 ||
|-
| CELL_SYNC_ERROR_SRCH || 0x80410105 ||
|-
| CELL_SYNC_ERROR_NOENT || 0x80410106 ||
|-
| CELL_SYNC_ERROR_NOEXEC || 0x80410107 ||
|-
| CELL_SYNC_ERROR_DEADLK || 0x80410108 ||
|-
| CELL_SYNC_ERROR_PERM || 0x80410109 ||
|-
| CELL_SYNC_ERROR_BUSY || 0x8041010A ||
|-
| CELL_SYNC_ERROR_ABORT || 0x8041010C ||
|-
| CELL_SYNC_ERROR_FAULT || 0x8041010D ||
|-
| CELL_SYNC_ERROR_CHILD || 0x8041010E ||
|-
| CELL_SYNC_ERROR_STAT || 0x8041010F ||
|-
| CELL_SYNC_ERROR_ALIGN || 0x80410110 ||
|-
| CELL_SYNC_ERROR_NULL_POINTER || 0x80410111 ||
|-
| CELL_SYNC_ERROR_SHOTAGE || 0x80410112 ||
|-
| CELL_SYNC_ERROR_UNKNOWNKEY || 0x80410113 ||
|-
|}
 
== SHEAP errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SHEAP_ERROR_AGAIN || 0x80410301 || The resource is temporarily unavailable
|-
| CELL_SHEAP_ERROR_INVAL || 0x80410302 || An invalid argument value is specified
|-
| CELL_SHEAP_ERROR_NOSYS || 0x80410303 || The feature is not yet implemented
|-
| CELL_SHEAP_ERROR_NOMEM || 0x80410304 || Memory allocation failure
|-
| CELL_SHEAP_ERROR_SRCH || 0x80410305 || The resource (process, thread, sheaphronous object, etc) with the specified identifier does not exist.
|-
| CELL_SHEAP_ERROR_NOENT || 0x80410306 || The file does not exist
|-
| CELL_SHEAP_ERROR_NOEXEC || 0x80410307 || The file is not a valid ELF file. (The file is in unrecognized format.)
|-
| CELL_SHEAP_ERROR_DEADLK || 0x80410308 || Resource deadlock is avoided
|-
| CELL_SHEAP_ERROR_PERM || 0x80410309 || The operation is not permitted
|-
| CELL_SHEAP_ERROR_BUSY || 0x8041030A || The device or resource is busy
|-
| CELL_SHEAP_ERROR_ABORT || 0x8041030C || The operation is aborted
|-
| CELL_SHEAP_ERROR_FAULT || 0x8041030D || Invalid memory access
|-
| CELL_SHEAP_ERROR_CHILD || 0x8041030E || Failed in awaiting a child, or no such child exists
|-
| CELL_SHEAP_ERROR_STAT || 0x8041030F || State of the target thread is invalid
|-
| CELL_SHEAP_ERROR_ALIGN || 0x80410310 || Alignment is invalid
|-
| CELL_SHEAP_ERROR_KRESOURCE || 0x80410311 || Shortage of the kernel resources
|-
| CELL_SHEAP_ERROR_SHORTAGE || 0x80410312 || Shortage of the kernel resources
|-
| CELL_SHEAP_ERROR_UNKNOWNKEY || 0x80410313 || Shortage of the kernel resources
|-
|}
 
== OVIS errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_OVIS_ERROR_INVAL || 0x80410402 || An invalid argument value is specified.
|-
| CELL_OVIS_ERROR_ABORT || 0x8041040C ||
|-
| CELL_OVIS_ERROR_ALIGN || 0x80410416 || Alignment is invalid
|-
|}
 
== Daisy errors (libdaisy) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_DAISY_ERROR_NO_BEGIN || 0x80410501 ||
|-
| CELL_DAISY_ERROR_INVALID_PORT_ATTACH || 0x80410502 ||
|-
| CELL_DAISY_ERROR_NOT_IMPLEMENTED || 0x80410503 ||
|-
| CELL_DAISY_ERROR_PERM || 0x80410509 ||
|-
| CELL_DAISY_ERROR_STAT || 0x8041050f ||
|-
| CELL_DAISY_ERROR_AGAIN || 0x80410511 ||
|-
| CELL_DAISY_ERROR_INVAL || 0x80410512 ||
|-
| CELL_DAISY_ERROR_BUSY || 0x8041051a ||
|-
|}
 
== SPUDLL errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SPUDLL_ERROR_AGAIN || 0x80410601 ||
|-
| CELL_SPUDLL_ERROR_INVAL || 0x80410602 ||
|-
| CELL_SPUDLL_ERROR_NOSYS || 0x80410603 ||
|-
| CELL_SPUDLL_ERROR_NOMEM || 0x80410604 ||
|-
| CELL_SPUDLL_ERROR_SRCH || 0x80410605 ||
|-
| CELL_SPUDLL_ERROR_NOENT || 0x80410606 ||
|-
| CELL_SPUDLL_ERROR_NOEXEC || 0x80410607 ||
|-
| CELL_SPUDLL_ERROR_DEADLK || 0x80410608 ||
|-
| CELL_SPUDLL_ERROR_PERM || 0x80410609 ||
|-
| CELL_SPUDLL_ERROR_BUSY || 0x8041060a ||
|-
| CELL_SPUDLL_ERROR_ABORT || 0x8041060c ||
|-
| CELL_SPUDLL_ERROR_FAULT || 0x8041060d ||
|-
| CELL_SPUDLL_ERROR_CHILD || 0x8041060e ||
|-
| CELL_SPUDLL_ERROR_STAT || 0x8041060f ||
|-
| CELL_SPUDLL_ERROR_ALIGN || 0x80410610 ||
|-
| CELL_SPUDLL_ERROR_NULL_POINTER || 0x80410611 ||
|-
| CELL_SPUDLL_ERROR_UNDEF || 0x80410612 ||
|-
| CELL_SPUDLL_ERROR_FATAL || 0x80410613 ||
|-
|}
 
== SPURS errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SPURS_CORE_ERROR_AGAIN || 0x80410701 ||
|-
| CELL_SPURS_CORE_ERROR_INVAL || 0x80410702 ||
|-
| CELL_SPURS_CORE_ERROR_NOSYS || 0x80410703 ||
|-
| CELL_SPURS_CORE_ERROR_NOMEM || 0x80410704 ||
|-
| CELL_SPURS_CORE_ERROR_SRCH || 0x80410705 ||
|-
| CELL_SPURS_CORE_ERROR_NOENT || 0x80410706 ||
|-
| CELL_SPURS_CORE_ERROR_NOEXEC || 0x80410707 ||
|-
| CELL_SPURS_CORE_ERROR_DEADLK || 0x80410708 ||
|-
| CELL_SPURS_CORE_ERROR_PERM || 0x80410709 ||
|-
| CELL_SPURS_CORE_ERROR_BUSY || 0x8041070A ||
|-
| CELL_SPURS_CORE_ERROR_ABORT || 0x8041070C ||
|-
| CELL_SPURS_CORE_ERROR_FAULT || 0x8041070D ||
|-
| CELL_SPURS_CORE_ERROR_CHILD || 0x8041070E ||
|-
| CELL_SPURS_CORE_ERROR_STAT || 0x8041070F ||
|-
| CELL_SPURS_CORE_ERROR_ALIGN || 0x80410710 ||
|-
| CELL_SPURS_CORE_ERROR_NULL_POINTER || 0x80410711 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_AGAIN || 0x80410801 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_INVAL || 0x80410802 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOSYS || 0x80410803 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOMEM || 0x80410804 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_SRCH || 0x80410805 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOENT || 0x80410806 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOEXEC || 0x80410807 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_DEADLK || 0x80410808 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_PERM || 0x80410809 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_BUSY || 0x8041080A ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_ABORT || 0x8041080C ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_FAULT || 0x8041080D ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_CHILD || 0x8041080E ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_STAT || 0x8041080F ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_ALIGN || 0x80410810 ||
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NULL_POINTER || 0x80410811 ||
|-
| CELL_SPURS_TASK_ERROR_AGAIN || 0x80410901 ||
|-
| CELL_SPURS_TASK_ERROR_INVAL || 0x80410902 ||
|-
| CELL_SPURS_TASK_ERROR_NOSYS || 0x80410903 ||
|-
| CELL_SPURS_TASK_ERROR_NOMEM || 0x80410904 ||
|-
| CELL_SPURS_TASK_ERROR_SRCH || 0x80410905 ||
|-
| CELL_SPURS_TASK_ERROR_NOENT || 0x80410906 ||
|-
| CELL_SPURS_TASK_ERROR_NOEXEC || 0x80410907 ||
|-
| CELL_SPURS_TASK_ERROR_DEADLK || 0x80410908 ||
|-
| CELL_SPURS_TASK_ERROR_PERM || 0x80410909 ||
|-
| CELL_SPURS_TASK_ERROR_BUSY || 0x8041090A ||
|-
| CELL_SPURS_TASK_ERROR_ABORT || 0x8041090C ||
|-
| CELL_SPURS_TASK_ERROR_FAULT || 0x8041090D ||
|-
| CELL_SPURS_TASK_ERROR_CHILD || 0x8041090E ||
|-
| CELL_SPURS_TASK_ERROR_STAT || 0x8041090F ||
|-
| CELL_SPURS_TASK_ERROR_ALIGN || 0x80410910 ||
|-
| CELL_SPURS_TASK_ERROR_NULL_POINTER || 0x80410911 ||
|-
| CELL_SPURS_TASK_ERROR_FATAL || 0x80410914 ||
|-
| CELL_SPURS_TASK_ERROR_SHUTDOWN || 0x80410920 ||
|-
| CELL_SPURS_JOB_ERROR_AGAIN || 0x80410A01 ||
|-
| CELL_SPURS_JOB_ERROR_INVAL || 0x80410A02 ||
|-
| CELL_SPURS_JOB_ERROR_NOSYS || 0x80410A03 ||
|-
| CELL_SPURS_JOB_ERROR_NOMEM || 0x80410A04 ||
|-
| CELL_SPURS_JOB_ERROR_SRCH || 0x80410A05 ||
|-
| CELL_SPURS_JOB_ERROR_NOENT || 0x80410A06 ||
|-
| CELL_SPURS_JOB_ERROR_NOEXEC || 0x80410A07 ||
|-
| CELL_SPURS_JOB_ERROR_DEADLK || 0x80410A08 ||
|-
| CELL_SPURS_JOB_ERROR_PERM || 0x80410A09 ||
|-
| CELL_SPURS_JOB_ERROR_BUSY || 0x80410A0A ||
|-
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR || 0x80410A0B ||
|-
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR_SIZE || 0x80410A0C ||
|-
| CELL_SPURS_JOB_ERROR_FAULT || 0x80410A0D ||
|-
| CELL_SPURS_JOB_ERROR_CHILD || 0x80410A0E ||
|-
| CELL_SPURS_JOB_ERROR_STAT || 0x80410A0F ||
|-
| CELL_SPURS_JOB_ERROR_ALIGN || 0x80410A10 ||
|-
| CELL_SPURS_JOB_ERROR_NULL_POINTER || 0x80410A11 ||
|-
| CELL_SPURS_JOB_ERROR_MEMORY_CORRUPTED || 0x80410A12 ||
|-
| CELL_SPURS_JOB_ERROR_MEMORY_SIZE || 0x80410A17 ||
|-
| CELL_SPURS_JOB_ERROR_UNKNOWN_COMMAND || 0x80410A18 ||
|-
| CELL_SPURS_JOB_ERROR_JOBLIST_ALIGNMENT || 0x80410A19 ||
|-
| CELL_SPURS_JOB_ERROR_JOB_ALIGNMENT || 0x80410A1a ||
|-
| CELL_SPURS_JOB_ERROR_CALL_OVERFLOW || 0x80410A1b ||
|-
| CELL_SPURS_JOB_ERROR_ABORT || 0x80410A1c ||
|-
| CELL_SPURS_JOB_ERROR_DMALIST_ELEMENT || 0x80410A1d ||
|-
| CELL_SPURS_JOB_ERROR_NUM_CACHE || 0x80410A1e ||
|-
| CELL_SPURS_JOB_ERROR_INVALID_BINARY || 0x80410A1f ||
|-
|}
 
== SWCACHE errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SWCACHE_ERROR_AGAIN || 0x80410b01 ||
|-
| CELL_SWCACHE_ERROR_INVAL || 0x80410b02 ||
|-
| CELL_SWCACHE_ERROR_NOSYS || 0x80410b03 ||
|-
| CELL_SWCACHE_ERROR_NOMEM || 0x80410b04 ||
|-
| CELL_SWCACHE_ERROR_SRCH || 0x80410b05 ||
|-
| CELL_SWCACHE_ERROR_NOENT || 0x80410b06 ||
|-
| CELL_SWCACHE_ERROR_NOEXEC || 0x80410b07 ||
|-
| CELL_SWCACHE_ERROR_DEADLK || 0x80410b08 ||
|-
| CELL_SWCACHE_ERROR_PERM || 0x80410b09 ||
|-
| CELL_SWCACHE_ERROR_BUSY || 0x80410b0A ||
|-
| CELL_SWCACHE_ERROR_ABORT || 0x80410b0C ||
|-
| CELL_SWCACHE_ERROR_FAULT || 0x80410b0D ||
|-
| CELL_SWCACHE_ERROR_CHILD || 0x80410b0E ||
|-
| CELL_SWCACHE_ERROR_STAT || 0x80410b0F ||
|-
| CELL_SWCACHE_ERROR_ALIGN || 0x80410b10 ||
|-
| CELL_SWCACHE_ERROR_NULL_POINTER || 0x80410b11 ||
|-
| CELL_SWCACHE_ERROR_NON_CACHED_POINTER || 0x80410b12 ||
|-
| CELL_SWCACHE_ERROR_NO_HTAB || 0x80410b13 ||
|-
| CELL_SWCACHE_ERROR_MEM_LEAKED || 0x80410b14 ||
|-
| CELL_SWCACHE_ERROR_VTAB || 0x80410b15 ||
|-
|}
 
== SYNC2 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SYNC2_ERROR_AGAIN || 0x80410C01 ||
|-
| CELL_SYNC2_ERROR_INVAL || 0x80410C02 ||
|-
| CELL_SYNC2_ERROR_NOSYS || 0x80410C03 ||
|-
| CELL_SYNC2_ERROR_NOMEM || 0x80410C04 ||
|-
| CELL_SYNC2_ERROR_SRCH || 0x80410C05 ||
|-
| CELL_SYNC2_ERROR_NOENT || 0x80410C06 ||
|-
| CELL_SYNC2_ERROR_NOEXEC || 0x80410C07 ||
|-
| CELL_SYNC2_ERROR_DEADLK || 0x80410C08 ||
|-
| CELL_SYNC2_ERROR_PERM || 0x80410C09 ||
|-
| CELL_SYNC2_ERROR_BUSY || 0x80410C0A ||
|-
| CELL_SYNC2_ERROR_ABORT || 0x80410C0C ||
|-
| CELL_SYNC2_ERROR_FAULT || 0x80410C0D ||
|-
| CELL_SYNC2_ERROR_INTR || 0x80410C0E ||
|-
| CELL_SYNC2_ERROR_STAT || 0x80410C0F ||
|-
| CELL_SYNC2_ERROR_ALIGN || 0x80410C10 ||
|-
| CELL_SYNC2_ERROR_NULL_POINTER || 0x80410C11 ||
|-
| CELL_SYNC2_ERROR_NOT_SUPPORTED_THREAD || 0x80410C12 ||
|-
| CELL_SYNC2_ERROR_NO_NOTIFIER || 0x80410C13 ||
|-
| CELL_SYNC2_ERROR_NO_SPU_CONTEXT_STORAGE || 0x80410C14 ||
|-
|}
 
== Fiber errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_FIBER_ERROR_AGAIN || 0x80760001 ||
|-
| CELL_FIBER_ERROR_INVAL || 0x80760002 ||
|-
| CELL_FIBER_ERROR_NOSYS || 0x80760003 ||
|-
| CELL_FIBER_ERROR_NOMEM || 0x80760004 ||
|-
| CELL_FIBER_ERROR_SRCH || 0x80760005 ||
|-
| CELL_FIBER_ERROR_NOENT || 0x80760006 ||
|-
| CELL_FIBER_ERROR_NOEXEC || 0x80760007 ||
|-
| CELL_FIBER_ERROR_DEADLK || 0x80760008 ||
|-
| CELL_FIBER_ERROR_PERM || 0x80760009 ||
|-
| CELL_FIBER_ERROR_BUSY || 0x8076000a ||
|-
| CELL_FIBER_ERROR_ABORT || 0x8076000c ||
|-
| CELL_FIBER_ERROR_FAULT || 0x8076000d ||
|-
| CELL_FIBER_ERROR_CHILD || 0x8076000e ||
|-
| CELL_FIBER_ERROR_STAT || 0x8076000f ||
|-
| CELL_FIBER_ERROR_ALIGN || 0x80760010 ||
|-
| CELL_FIBER_ERROR_NULL_POINTER || 0x80760011 ||
|-
| CELL_FIBER_ERROR_NOSYSINIT || 0x80760020 ||
|-
|}
 
== ADEC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_FATAL || 0x80610001 ||
|-
| CELL_ADEC_ERROR_SEQ || 0x80610002 ||
|-
| CELL_ADEC_ERROR_ARG || 0x80610003 ||
|-
| CELL_ADEC_ERROR_BUSY || 0x80610004 ||
|-
| CELL_ADEC_ERROR_EMPTY || 0x80610005 ||
|-
|}
 
== VDEC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_VDEC_ERROR_ARG || 0x80610101 ||
|-
| CELL_VDEC_ERROR_SEQ || 0x80610102 ||
|-
| CELL_VDEC_ERROR_BUSY || 0x80610103 ||
|-
| CELL_VDEC_ERROR_EMPTY || 0x80610104 ||
|-
| CELL_VDEC_ERROR_AU || 0x80610105 ||
|-
| CELL_VDEC_ERROR_PIC || 0x80610106 ||
|-
| CELL_VDEC_ERROR_FATAL || 0x80610180 || Fatal error occurred with the decoder itself<br />CELL_VDEC_ERROR_FATAL indicates that an error having to do with the decoder itself occurred. For example, this error will occur if a data structure inside the decoder required for the decoding process becomes inconsistent due to an unknown reason and decoding cannot be continued. Statuses other than CELL_VDEC_ERROR_FATAL indicate that an unexpected error occurred with the OS or library used inside the decoder. In such cases, too, the decoding process cannot be continued. CELL_OK will never be returned for the status. [http://psx-scene.com/forums/f6/article-%5Bupdate%5D-multiman-v4-65-01-base-cex-deanks-showtime-builds-124904/index8.html#post1150131]
|-
|}
 
== DMUX errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_DMUX_ERROR_ARG || 0x80610201 ||
|-
| CELL_DMUX_ERROR_SEQ || 0x80610202 ||
|-
| CELL_DMUX_ERROR_BUSY || 0x80610203 ||
|-
| CELL_DMUX_ERROR_EMPTY || 0x80610204 ||
|-
| CELL_DMUX_ERROR_FATAL || 0x80610205 ||
|-
|}
 
== ATRAC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ATRAC_ERROR_FACILITY_ATRAC || 0x80610300 ||
|-
| CELL_ATRAC_ERROR_API_FAIL || 0x80610301 ||
|-
| CELL_ATRAC_ERROR_READSIZE_OVER_BUFFER || 0x80610311 ||
|-
| CELL_ATRAC_ERROR_UNKNOWN_FORMAT || 0x80610312 ||
|-
| CELL_ATRAC_ERROR_READSIZE_IS_TOO_SMALL || 0x80610313 ||
|-
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610314 ||
|-
| CELL_ATRAC_ERROR_ILLEGAL_DATA || 0x80610315 ||
|-
| CELL_ATRAC_ERROR_NO_DECODER || 0x80610321 ||
|-
| CELL_ATRAC_ERROR_UNSET_DATA || 0x80610322 ||
|-
| CELL_ATRAC_ERROR_DECODER_WAS_CREATED || 0x80610323 ||
|-
| CELL_ATRAC_ERROR_ALLDATA_WAS_DECODED || 0x80610331 ||
|-
| CELL_ATRAC_ERROR_NODATA_IN_BUFFER || 0x80610332 ||
|-
| CELL_ATRAC_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610333 ||
|-
| CELL_ATRAC_ERROR_NEED_SECOND_BUFFER || 0x80610334 ||
|-
| CELL_ATRAC_ERROR_ALLDATA_IS_ONMEMORY || 0x80610341 ||
|-
| CELL_ATRAC_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610342 ||
|-
| CELL_ATRAC_ERROR_NONEED_SECOND_BUFFER || 0x80610351 ||
|-
| CELL_ATRAC_ERROR_UNSET_LOOP_NUM || 0x80610361 ||
|-
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLE || 0x80610371 ||
|-
| CELL_ATRAC_ERROR_ILLEGAL_RESET_BYTE || 0x80610372 ||
|-
| CELL_ATRAC_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610381 ||
|-
| CELL_ATRAC_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610382 ||
|-
|}
 
== PAMF errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_PAMF_ERROR_STREAM_NOT_FOUND || 0x80610501 ||
|-
| CELL_PAMF_ERROR_INVALID_PAMF || 0x80610502 ||
|-
| CELL_PAMF_ERROR_INVALID_ARG || 0x80610503 ||
|-
| CELL_PAMF_ERROR_UNKNOWN_TYPE || 0x80610504 ||
|-
| CELL_PAMF_ERROR_UNSUPPORTED_VERSION || 0x80610505 ||
|-
| CELL_PAMF_ERROR_UNKNOWN_STREAM || 0x80610506 ||
|-
| CELL_PAMF_ERROR_EP_NOT_FOUND || 0x80610507 ||
|-
| CELL_PAMF_ERROR_NOT_AVAILABLE || 0x80610508 ||
|-
|}
 
== VPOST errors ==
=== VPOST Library (PPM) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
! colspan="3" | for cellVpostQueryAttr()
|-
| CELL_VPOST_ERROR_Q_ARG_CFG_NULL    || 0x80610410 ||
|-
| CELL_VPOST_ERROR_Q_ARG_CFG_INVALID  || 0x80610411 ||
|-
| CELL_VPOST_ERROR_Q_ARG_ATTR_NULL    || 0x80610412 ||
|-
! colspan="3" | for cellVpostOpen()
|-
| CELL_VPOST_ERROR_O_ARG_CFG_NULL          || 0x80610440 ||
|-
| CELL_VPOST_ERROR_O_ARG_CFG_INVALID      || 0x80610441 ||
|-
| CELL_VPOST_ERROR_O_ARG_RSRC_NULL        || 0x80610442 ||
|-
| CELL_VPOST_ERROR_O_ARG_RSRC_INVALID      || 0x80610443 ||
|-
| CELL_VPOST_ERROR_O_ARG_HDL_NULL          || 0x80610444 ||
|-
| CELL_VPOST_ERROR_O_FATAL_QUERY_FAIL      || 0x80610460 ||
|-
| CELL_VPOST_ERROR_O_FATAL_CREATEMON_FAIL  || 0x80610461 ||
|-
| CELL_VPOST_ERROR_O_FATAL_INITSPURS_FAIL  || 0x80610462 ||
|-
! colspan="3" | for cellVpostClose()
|-
| CELL_VPOST_ERROR_C_ARG_HDL_NULL          || 0x80610470 ||
|-
| CELL_VPOST_ERROR_C_ARG_HDL_INVALID        || 0x80610471 ||
|-
| CELL_VPOST_ERROR_C_FATAL_LOCKMON_FAIL    || 0x80610490 ||
|-
| CELL_VPOST_ERROR_C_FATAL_UNLOCKMON_FAIL  || 0x80610491 ||
|-
| CELL_VPOST_ERROR_C_FATAL_DESTROYMON_FAIL  || 0x80610492 ||
|-
| CELL_VPOST_ERROR_C_FATAL_FINSPURS_FAIL    || 0x80610463 ||
|-
! colspan="3" | for cellVpostExec()
|-
| CELL_VPOST_ERROR_E_ARG_HDL_NULL            || 0x806104a0 ||
|-
| CELL_VPOST_ERROR_E_ARG_HDL_INVALID        || 0x806104a1 ||
|-
| CELL_VPOST_ERROR_E_ARG_INPICBUF_NULL      || 0x806104a2 ||
|-
| CELL_VPOST_ERROR_E_ARG_INPICBUF_INVALID    || 0x806104a3 ||
|-
| CELL_VPOST_ERROR_E_ARG_CTRL_NULL          || 0x806104a4 ||
|-
| CELL_VPOST_ERROR_E_ARG_CTRL_INVALID        || 0x806104a5 ||
|-
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806104a6 ||
|-
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806104a7 ||
|-
| CELL_VPOST_ERROR_E_ARG_PICINFO_NULL        || 0x806104a8 ||
|-
| CELL_VPOST_ERROR_E_FATAL_LOCKMON_FAIL      || 0x806104c0 ||
|-
| CELL_VPOST_ERROR_E_FATAL_UNLOCKMON_FAIL    || 0x806104c1 ||
|-
|}
 
=== VPOST Library (Entry Module) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
! colspan="3" | for cellVpostEntQueryAttr()
|-
| CELL_VPOST_ENT_ERROR_Q_ARG_ATTR_NULL  || 0x80618110 ||
|-
! colspan="3" | for cellVpostEntOpen()
|-
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_NULL        || 0x80618140 ||
|-
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_INVALID      || 0x80618141 ||
|-
| CELL_VPOST_ENT_ERROR_O_ARG_HDL_NULL          || 0x80618142 ||
|-
| CELL_VPOST_ENT_ERROR_O_FATAL_QUERY_FAIL      || 0x80618160 ||
|-
| CELL_VPOST_ENT_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618161 ||
|-
! colspan="3" | for cellVpostEntClose()
|-
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_NULL          || 0x80618170 ||
|-
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_INVALID        || 0x80618171 ||
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618190 ||
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618191 ||
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618192 ||
|-
! colspan="3" | for cellVpostEntExec()
|-
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_NULL            || 0x806181a0 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_INVALID        || 0x806181a1 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_NULL      || 0x806181a2 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_INVALID    || 0x806181a3 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_NULL      || 0x806181a4 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_INVALID  || 0x806181a5 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_NULL          || 0x806181a6 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_INVALID        || 0x806181a7 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_COMB_INVALID        || 0x806181a8 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806181a9 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806181aa ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806181ab ||
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806181c0 ||
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_RCVRES_FAIL      || 0x806181c1 ||
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806181c2 ||
|-
|}
 
=== VPOST Library (IPC) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
! colspan="3" | for cellVpostIpcQueryAttr()
|-
| CELL_VPOST_IPC_ERROR_Q_ARG_ATTR_NULL  || 0x80618210 ||
|-
! colspan="3" | for cellVpostIpcOpen()
|-
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_NULL        || 0x80618240 ||
|-
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_INVALID      || 0x80618241 ||
|-
| CELL_VPOST_IPC_ERROR_O_ARG_HDL_NULL          || 0x80618242 ||
|-
| CELL_VPOST_IPC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618260 ||
|-
| CELL_VPOST_IPC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618261 ||
|-
! colspan="3" | for cellVpostIpcClose()
|-
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_NULL          || 0x80618270 ||
|-
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_INVALID        || 0x80618271 ||
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618290 ||
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618291 ||
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618292 ||
|-
! colspan="3" | for cellVpostIpcExec()
|-
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_NULL            || 0x806182a0 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_INVALID        || 0x806182a1 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_NULL      || 0x806182a2 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806182a3 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_NULL      || 0x806182a4 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806182a5 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_NULL          || 0x806182a6 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_INVALID        || 0x806182a7 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_COMB_INVALID        || 0x806182a8 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806182a9 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806182aa ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806182ab ||
|-
| CELL_VPOST_IPC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806182c0 ||
|-
| CELL_VPOST_IPC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806182c1 ||
|-
| CELL_VPOST_IPC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806182c2 ||
|-
|}
 
=== VPOST Library (Video Scaler) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
! colspan="3" | for cellVpostVscQueryAttr()
|-
| CELL_VPOST_VSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618310 ||
|-
! colspan="3" | for cellVpostVscOpen()
|-
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_NULL        || 0x80618340 ||
|-
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618341 ||
|-
| CELL_VPOST_VSC_ERROR_O_ARG_HDL_NULL          || 0x80618342 ||
|-
| CELL_VPOST_VSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618360 ||
|-
| CELL_VPOST_VSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618361 ||
|-
! colspan="3" | for cellVpostVscClose()
|-
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_NULL          || 0x80618370 ||
|-
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_INVALID        || 0x80618371 ||
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618390 ||
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618391 ||
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618392 ||
|-
! colspan="3" | for cellVpostVscExec()
|-
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_NULL            || 0x806183a0 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_INVALID        || 0x806183a1 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806183a2 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806183a3 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806183a4 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806183a5 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_NULL          || 0x806183a6 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_INVALID        || 0x806183a7 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_COMB_INVALID        || 0x806183a8 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806183a9 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806183aa ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806183ab ||
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806183c0 ||
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806183c1 ||
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806183c2 ||
|-
|}
 
=== VPOST Library (CSC) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
! colspan="3" | for cellVpostCscQueryAttr()
|-
| CELL_VPOST_CSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618410 ||
|-
! colspan="3" | for cellVpostCscOpen()
|-
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_NULL        || 0x80618440 ||
|-
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618441 ||
|-
| CELL_VPOST_CSC_ERROR_O_ARG_HDL_NULL          || 0x80618442 ||
|-
| CELL_VPOST_CSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618460 ||
|-
| CELL_VPOST_CSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618461 ||
|-
! colspan="3" | for cellVpostCscClose()
|-
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_NULL          || 0x80618470 ||
|-
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_INVALID        || 0x80618471 ||
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618490 ||
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618491 ||
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618492 ||
|-
! colspan="3" | for cellVpostCscExec()
|-
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_NULL            || 0x806184a0 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_INVALID        || 0x806184a1 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806184a2 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806184a3 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806184a4 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806184a5 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_NULL          || 0x806184a6 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_INVALID        || 0x806184a7 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_COMB_INVALID        || 0x806184a8 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806184a9 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806184aa ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806184ab ||
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806184c0 ||
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806184c1 ||
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806184c2 ||
|-
|}
 
== SAIL errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SAIL_ERROR_INVALID_ARG || 0x80610701 ||
|-
| CELL_SAIL_ERROR_INVALID_STATE || 0x80610702 ||
|-
| CELL_SAIL_ERROR_UNSUPPORTED_STREAM || 0x80610703 ||
|-
| CELL_SAIL_ERROR_INDEX_OUT_OF_RANGE || 0x80610704 ||
|-
| CELL_SAIL_ERROR_EMPTY || 0x80610705 ||
|-
| CELL_SAIL_ERROR_FULLED || 0x80610706 ||
|-
| CELL_SAIL_ERROR_USING || 0x80610707 ||
|-
| CELL_SAIL_ERROR_NOT_AVAILABLE || 0x80610708 ||
|-
| CELL_SAIL_ERROR_CANCEL || 0x80610709 ||
|-
| CELL_SAIL_ERROR_MEMORY || (0x806107F0 ||
|-
| CELL_SAIL_ERROR_INVALID_FD || 0x806107F1 ||
|-
| CELL_SAIL_ERROR_FATAL || 0x806107FF ||
|-
|}
 
== ATRACMULTI errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ATRACMULTI_ERROR_FACILITY_ATRAC || 0x80610b00 ||
|-
| CELL_ATRACMULTI_ERROR_API_FAIL || 0x80610b01 ||
|-
| CELL_ATRACMULTI_ERROR_READSIZE_OVER_BUFFER || 0x80610b11 ||
|-
| CELL_ATRACMULTI_ERROR_UNKNOWN_FORMAT || 0x80610b12 ||
|-
| CELL_ATRACMULTI_ERROR_READSIZE_IS_TOO_SMALL || 0x80610b13 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610b14 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_DATA || 0x80610b15 ||
|-
| CELL_ATRACMULTI_ERROR_NO_DECODER || 0x80610b21 ||
|-
| CELL_ATRACMULTI_ERROR_UNSET_DATA || 0x80610b22 ||
|-
| CELL_ATRACMULTI_ERROR_DECODER_WAS_CREATED || 0x80610b23 ||
|-
| CELL_ATRACMULTI_ERROR_ALLDATA_WAS_DECODED || 0x80610b31 ||
|-
| CELL_ATRACMULTI_ERROR_NODATA_IN_BUFFER || 0x80610b32 ||
|-
| CELL_ATRACMULTI_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610b33 ||
|-
| CELL_ATRACMULTI_ERROR_NEED_SECOND_BUFFER || 0x80610b34 ||
|-
| CELL_ATRACMULTI_ERROR_ALLDATA_IS_ONMEMORY || 0x80610b41 ||
|-
| CELL_ATRACMULTI_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610b42 ||
|-
| CELL_ATRACMULTI_ERROR_NONEED_SECOND_BUFFER || 0x80610b51 ||
|-
| CELL_ATRACMULTI_ERROR_UNSET_LOOP_NUM || 0x80610b61 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLE || 0x80610b71 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_RESET_BYTE || 0x80610b72 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610b81 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610b82 ||
|-
| CELL_ATRACMULTI_ERROR_API_PARAMETER || 0x80610b91 ||
|-
|}
 
== LPCM errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_LPCM_FATAL || 0x80612001 ||
|-
| CELL_ADEC_ERROR_LPCM_SEQ || 0x80612002 ||
|-
| CELL_ADEC_ERROR_LPCM_ARG || 0x80612003 ||
|-
| CELL_ADEC_ERROR_LPCM_BUSY || 0x80612004 ||
|-
| CELL_ADEC_ERROR_LPCM_EMPTY || 0x80612005 ||
|-
|}
 
== AT3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_AT3_OFFSET || 0x80612100 ||
|-
| CELL_ADEC_ERROR_AT3_OK || 0x80612100 ||
|-
| CELL_ADEC_ERROR_AT3_BUSY || 0x80612164 ||
|-
| CELL_ADEC_ERROR_AT3_EMPTY || 0x80612165 ||
|-
| CELL_ADEC_ERROR_AT3_ERROR || 0x80612180 ||
|-
|}
 
== ATX errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_ATX_OK || 0x80612200 ||
|-
| CELL_ADEC_ERROR_ATX_BUSY || 0x80612264 ||
|-
| CELL_ADEC_ERROR_ATX_EMPTY || 0x80612265 ||
|-
| CELL_ADEC_ERROR_ATX_ATSHDR || 0x80612266 ||
|-
| CELL_ADEC_ERROR_ATX_NON_FATAL || 0x80612281 || undefined error
|-
| CELL_ADEC_ERROR_ATX_NOT_IMPLE || 0x80612282 || not implemented
|-
| CELL_ADEC_ERROR_ATX_PACK_CE_OVERFLOW || 0x80612283 || pack_channel_block_at5() in pack_at5.c
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_NPROCQUS || 0x80612284 || unpack_sheader() in pack_at5_sheader.c
|-
| CELL_ADEC_ERROR_ATX_FATAL || 0x8061228c || undefined error
|-
| CELL_ADEC_ERROR_ATX_ENC_OVERFLOW || 0x8061228d || at5enc_proc() in at5enc.c
|-
| CELL_ADEC_ERROR_ATX_PACK_CE_UNDERFLOW || 0x8061228e || pack_channel_block_at5() in pack_at5.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT || 0x8061228f || unpack_idct() in pack_at5_codetbl.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GAINADJ || 0x80612290 || unpack_gainadj() in pack_at5_gainadj.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF || 0x80612291 || unpack_idsf() in pack_at5_sfactor.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SPECTRA || 0x80612292 || unpack_spectra() in pack_at5_spectra.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL || 0x80612293 || unpack_idwl() in pack_at5_idwl.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GHWAVE || 0x80612294 || unpack_ghwave() in pack_at5_ghwave.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SHEADER || 0x80612295 || unpack_sheader() in pack_at5_sheader.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_A || 0x80612296 || idwl[][]{0-7} range error*/
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_B || 0x80612297 || idwl restriction error (wlc_encqu<=divqu<nprocqus,ich=0)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_C || 0x80612298 || idwl restriction error (0<=wlc_divqu<=wlc_encqu,ich=0)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_D || 0x80612299 || idwl restriction error (wlc_encqu<divqu<=nprocqus,ich=1)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_E || 0x8061229a || idwl restriction error (wlc_encqu<=nprocqus)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_A || 0x8061229b || idsf[][]{0-63} range error
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_B || 0x8061229c || sfc_nbitlen{0-6} range error
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_C || 0x8061229d || idsf restriction error (0<=sfc_divqu<=nrealqus)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_D || 0x8061229e || idsf restriction error (0<=sfc_sg_divqu<=nrealqus)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT_A || 0x8061229f || idct restriction error (0<=ctc_divqu<=nrealqus)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_NGC || 0x806122a0 || ngc[][]{0-7} range error
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_A || 0x806122a1 || idlev[][][]{0-15} range error
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_A || 0x806122a2 || idloc[][][]{0-31} range error
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_B || 0x806122a3 || gain_control_data restriction error (idlev[][][])
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_B || 0x806122a4 || gain_control_data restriction error (idloc[][][])
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SN_NWVS || 0x806122a5 || sinusoid_data restriction error
|-
| CELL_ADEC_ERROR_ATX_FATAL_HANDLE || 0x806122aa || undefined error at handle level
|-
| CELL_ADEC_ERROR_ATX_ASSERT_SAMPLING_FREQ || 0x806122ab || sampling freqeuency assertion error
|-
| CELL_ADEC_ERROR_ATX_ASSERT_CH_CONFIG_INDEX || 0x806122ac || channel_config_index assertion error
|-
| CELL_ADEC_ERROR_ATX_ASSERT_NBYTES || 0x806122ad || a number of bytes(nbytes) assertion error
|-
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_NUM || 0x806122ae || a number of blocks(block_num) assertion error
|-
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_ID || 0x806122af || block_id assertion error
|-
| CELL_ADEC_ERROR_ATX_ASSERT_CHANNELS || 0x806122b0 || a number of channels per block assertion error
|-
| CELL_ADEC_ERROR_ATX_UNINIT_BLOCK_SPECIFIED || 0x806122b1 || uninitialized block specified
|-
| CELL_ADEC_ERROR_ATX_POSCFG_PRESENT || 0x806122b2 ||  "position_config_data" presents(currently fatal error)
|-
| CELL_ADEC_ERROR_ATX_BUFFER_OVERFLOW || 0x806122b3 || buffer overflow
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_TYPE_ID || 0x806122b4 || illegal "block_type_id" detected
|-
| CELL_ADEC_ERROR_ATX_UNPACK_CHANNEL_BLK_FAILED || 0x806122b5 || unpack_channel_block() failed
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_1 || 0x806122b6 || illegal "block_id" used (more audio_channel_block)
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_2 || 0x806122b7 || illegal "block_id" used (less audio_channel_block)
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_ENC_SETTING || 0x806122b8 || illegal encoder setting(init_atrac5_encode())
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_DEC_SETTING || 0x806122b9 || illegal decoder setting(init_atrac5_decode())
|-
| CELL_ADEC_ERROR_ATX_ASSERT_NSAMPLES || 0x806122ba || a number of input PCM samples assertion error
|-
| CELL_ADEC_ERROR_ATX_ILL_SYNCWORD || 0x806122bb || illegal syncword used
|-
| CELL_ADEC_ERROR_ATX_ILL_SAMPLING_FREQ || 0x806122bc || illegal sampling_frequeny_index @ config_data()
|-
| CELL_ADEC_ERROR_ATX_ILL_CH_CONFIG_INDEX || 0x806122bd || illegal channel_config_index@ config_data()
|-
| CELL_ADEC_ERROR_ATX_RAW_DATA_FRAME_SIZE_OVER || 0x806122be || size of raw_data_frame > frame_length
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_ENHANCE_LENGTH_OVER || 0x806122bf || enhance_length {0,2046} range error
|-
| CELL_ADEC_ERROR_ATX_SPU_INTERNAL_FAIL || 0x806122c8 || spu-processing failed
|-
|}
 
== M4AAC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_M4AAC_FATAL || 0x80612401 ||
|-
| CELL_ADEC_ERROR_M4AAC_SEQ || 0x80612402 ||
|-
| CELL_ADEC_ERROR_M4AAC_ARG || 0x80612403 ||
|-
| CELL_ADEC_ERROR_M4AAC_BUSY || 0x80612404 ||
|-
| CELL_ADEC_ERROR_M4AAC_EMPTY || 0x80612405 ||
|-
| CELL_ADEC_ERROR_M4AAC_BUFFER_OVERFLOW || 0x80612406 ||
|-
| CELL_ADEC_ERROR_M4AAC_END_OF_BITSTREAM || 0x80612407 ||
|-
| CELL_ADEC_ERROR_M4AAC_CH_CONFIG_INCONSISTENCY || 0x80612410 ||
|-
| CELL_ADEC_ERROR_M4AAC_NO_CH_DEFAULT_POS || 0x80612411 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_CH_POS || 0x80612412 ||
|-
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_COUPLING_CH || 0x80612413 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_LAYER_ID || 0x80612414 ||
|-
| CELL_ADEC_ERROR_M4AAC_ADTS_SYNCWORD_ERROR || 0x80612415 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ADTS_ID || 0x80612416 ||
|-
| CELL_ADEC_ERROR_M4AAC_CH_CHANGED || 0x80612417 ||
|-
| CELL_ADEC_ERROR_M4AAC_SAMPLING_FREQ_CHANGED || 0x80612418 ||
|-
| CELL_ADEC_ERROR_M4AAC_WRONG_SBR_CH || 0x80612419 ||
|-
| CELL_ADEC_ERROR_M4AAC_WRONG_SCALE_FACTOR || 0x8061241a ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_BOOKS || 0x8061241b ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_SECTION_DATA || 0x8061241c ||
|-
| CELL_ADEC_ERROR_M4AAC_PULSE_IS_NOT_LONG || 0x8061241d ||
|-
| CELL_ADEC_ERROR_M4AAC_GC_IS_NOT_SUPPORTED || 0x8061241e ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ELEMENT_ID || 0x8061241f ||
|-
| CELL_ADEC_ERROR_M4AAC_NO_CH_CONFIG || 0x80612420 ||
|-
| CELL_ADEC_ERROR_M4AAC_UNEXPECTED_OVERLAP_CRC || 0x80612421 ||
|-
| CELL_ADEC_ERROR_M4AAC_CRC_BUFFER_EXCEEDED || 0x80612422 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_CRC || 0x80612423 ||
|-
| CELL_ADEC_ERROR_M4AAC_BAD_WINDOW_CODE || 0x80612424 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ADIF_HEADER_ID || 0x80612425 ||
|-
| CELL_ADEC_ERROR_M4AAC_NOT_SUPPORTED_PROFILE || 0x80612426 ||
|-
| CELL_ADEC_ERROR_M4AAC_PROG_NUMBER_NOT_FOUND || 0x80612427 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_SAMP_RATE_INDEX || 0x80612428 ||
|-
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_CH_CONFIG || 0x80612429 ||
|-
| CELL_ADEC_ERROR_M4AAC_PULSE_OVERFLOWED || 0x8061242a ||
|-
| CELL_ADEC_ERROR_M4AAC_CAN_NOT_UNPACK_INDEX || 0x8061242b ||
|-
| CELL_ADEC_ERROR_M4AAC_DEINTERLEAVE_FAILED || 0x8061242c ||
|-
| CELL_ADEC_ERROR_M4AAC_CALC_BAND_OFFSET_FAILED || 0x8061242d ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_SCALE_FACTOR_FAILED || 0x8061242e ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_CC_GAIN_FAILED || 0x8061242f ||
|-
| CELL_ADEC_ERROR_M4AAC_MIX_COUPLING_CH_FAILED || 0x80612430 ||
|-
| CELL_ADEC_ERROR_M4AAC_GROUP_IS_INVALID || 0x80612431 ||
|-
| CELL_ADEC_ERROR_M4AAC_PREDICT_FAILED || 0x80612432 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_PREDICT_RESET_PATTERN || 0x80612433 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_TNS_FRAME_INFO || 0x80612434 ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_MASK_FAILED || 0x80612435 ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_GROUP_FAILED || 0x80612436 ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_LPFLAG_FAILED || 0x80612437 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED || 0x80612438 ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED || 0x80612439 ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED || 0x8061243a ||
|-
| CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243b ||
|-
| CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243c ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW || 0x80612480 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH || 0x80612481 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PROGRAM || 0x80612482 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_TAG || 0x80612483 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_CHN_CONFIG || 0x80612484 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SECTION || 0x80612485 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SCFACTORS || 0x80612486 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PULSE_DATA || 0x80612487 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_MAIN_PROFILE_NOT_IMPLEMENTED || 0x80612488 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_GC_NOT_IMPLEMENTED || 0x80612489 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PLUS_ELE_ID || 0x8061248a ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_CREATE_ERROR || 0x8061248b ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_NOT_INITIALIZED || 0x8061248c ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_INVALID_ENVELOPE || 0x8061248d ||
|-
|}
 
== AC3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_AC3_BUSY || 0x80612500 ||
|-
| CELL_ADEC_ERROR_AC3_EMPTY || 0x80612501 ||
|-
| CELL_ADEC_ERROR_AC3_PARAM || 0x80612502 ||
|-
| CELL_ADEC_ERROR_AC3_FRAME || 0x80612503 ||
|-
|}
 
== MP3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_MP3_OK || 0x80612700 ||
|-
| CELL_ADEC_ERROR_MP3_BUSY || 0x80612764 ||
|-
| CELL_ADEC_ERROR_MP3_EMPTY || 0x80612765 ||
|-
| CELL_ADEC_ERROR_MP3_ERROR || 0x80612781 ||
|-
| CELL_ADEC_ERROR_MP3_LOST_SYNC || 0x80612782 ||
|-
| CELL_ADEC_ERROR_MP3_NOT_L3 || 0x80612783 ||
|-
| CELL_ADEC_ERROR_MP3_BAD_BITRATE || 0x80612784 ||
|-
| CELL_ADEC_ERROR_MP3_BAD_SFREQ || 0x80612785 ||
|-
| CELL_ADEC_ERROR_MP3_BAD_EMPHASIS || 0x80612786 ||
|-
| CELL_ADEC_ERROR_MP3_BAD_BLKTYPE || 0x80612787 ||
|-
| CELL_ADEC_ERROR_MP3_BAD_VERSION || 0x8061278c ||
|-
| CELL_ADEC_ERROR_MP3_BAD_MODE || 0x8061278d ||
|-
| CELL_ADEC_ERROR_MP3_BAD_MODE_EXT || 0x8061278e ||
|-
| CELL_ADEC_ERROR_MP3_HUFFMAN_NUM || 0x80612796 ||
|-
| CELL_ADEC_ERROR_MP3_HUFFMAN_CASE_ID || 0x80612797 ||
|-
| CELL_ADEC_ERROR_MP3_SCALEFAC_COMPRESS || 0x80612798 ||
|-
| CELL_ADEC_ERROR_MP3_HGETBIT || 0x80612799 ||
|-
| CELL_ADEC_ERROR_MP3_FLOATING_EXCEPTION || 0x8061279a ||
|-
| CELL_ADEC_ERROR_MP3_ARRAY_OVERFLOW || 0x8061279b ||
|-
| CELL_ADEC_ERROR_MP3_STEREO_PROCESSING || 0x8061279c ||
|-
| CELL_ADEC_ERROR_MP3_JS_BOUND || 0x8061279d ||
|-
| CELL_ADEC_ERROR_MP3_PCMOUT || 0x8061279e ||
|-
|}
 
== M2BC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_M2BC_FATAL || 0x80612b01 ||
|-
| CELL_ADEC_ERROR_M2BC_SEQ || 0x80612b02 ||
|-
| CELL_ADEC_ERROR_M2BC_ARG || 0x80612b03 ||
|-
| CELL_ADEC_ERROR_M2BC_BUSY || 0x80612b04 ||
|-
| CELL_ADEC_ERROR_M2BC_EMPTY || 0x80612b05 ||
|-
| CELL_ADEC_ERROR_M2BC_SYNCF || 0x80612b11 ||
|-
| CELL_ADEC_ERROR_M2BC_LAYER || 0x80612b12 ||
|-
| CELL_ADEC_ERROR_M2BC_BITRATE || 0x80612b13 ||
|-
| CELL_ADEC_ERROR_M2BC_SAMPLEFREQ || 0x80612b14 ||
|-
| CELL_ADEC_ERROR_M2BC_VERSION || 0x80612b15 ||
|-
| CELL_ADEC_ERROR_M2BC_MODE_EXT || 0x80612b16 ||
|-
| CELL_ADEC_ERROR_M2BC_UNSUPPORT || 0x80612b17 ||
|-
| CELL_ADEC_ERROR_M2BC_OPENBS_EX || 0x80612b21 ||
|-
| CELL_ADEC_ERROR_M2BC_SYNCF_EX || 0x80612b22 ||
|-
| CELL_ADEC_ERROR_M2BC_CRCGET_EX || 0x80612b23 ||
|-
| CELL_ADEC_ERROR_M2BC_CRC_EX || 0x80612b24 ||
|-
| CELL_ADEC_ERROR_M2BC_CRCGET || 0x80612b31 ||
|-
| CELL_ADEC_ERROR_M2BC_CRC || 0x80612b32 ||
|-
| CELL_ADEC_ERROR_M2BC_BITALLOC || 0x80612b33 ||
|-
| CELL_ADEC_ERROR_M2BC_SCALE || 0x80612b34 ||
|-
| CELL_ADEC_ERROR_M2BC_SAMPLE || 0x80612b35 ||
|-
| CELL_ADEC_ERROR_M2BC_OPENBS || 0x80612b36 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_CRCGET || 0x80612b41 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_CRC || 0x80612b42 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_BITALLOC || 0x80612b43 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_SCALE || 0x80612b44 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_SAMPLE || 0x80612b45 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_HEADER || 0x80612b46 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_STATUS || 0x80612b47 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_CCRCGET || 0x80612b51 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_CRC || 0x80612b52 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_BITALLOC || 0x80612b53 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_SCALE || 0x80612b54 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_SAMPLE || 0x80612b55 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_STATUS || 0x80612b57 ||
|-
|}
 
== CELP errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_CELP_BUSY || 0x80612e01 ||
|-
| CELL_ADEC_ERROR_CELP_EMPTY || 0x80612e02 ||
|-
| CELL_ADEC_ERROR_CELP_ARG || 0x80612e03 ||
|-
| CELL_ADEC_ERROR_CELP_SEQ || 0x80612e04 ||
|-
| CELL_ADEC_ERROR_CELP_CORE_FATAL || 0x80612e81 ||
|-
| CELL_ADEC_ERROR_CELP_CORE_ARG || 0x80612e82 ||
|-
| CELL_ADEC_ERROR_CELP_CORE_SEQ || 0x80612e83 ||
|-
|}
 
== CELP8 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_CELP8_BUSY || 0x80612ea1 ||
|-
| CELL_ADEC_ERROR_CELP8_EMPTY || 0x80612ea2 ||
|-
| CELL_ADEC_ERROR_CELP8_ARG || 0x80612ea3 ||
|-
| CELL_ADEC_ERROR_CELP8_SEQ || 0x80612ea4 ||
|-
| CELL_ADEC_ERROR_CELP8_CORE_FATAL || 0x80612eb1 ||
|-
| CELL_ADEC_ERROR_CELP8_CORE_ARG || 0x80612eb2 ||
|-
| CELL_ADEC_ERROR_CELP8_CORE_SEQ || 0x80612eb3 ||
|-
|}
 
== CELPENC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_CELPENC_ERROR_FAILED || 0x80614001 ||
|-
| CELL_CELPENC_ERROR_SEQ || 0x80614002 ||
|-
| CELL_CELPENC_ERROR_ARG || 0x80614003 ||
|-
| CELL_CELPENC_ERROR_CORE_FAILED || 0x80614081 ||
|-
| CELL_CELPENC_ERROR_CORE_SEQ || 0x80614082 ||
|-
| CELL_CELPENC_ERROR_CORE_ARG || 0x80614083 ||
|-
|}
 
== CELP8ENC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_CELP8ENC_ERROR_FAILED || 0x806140a1 ||
|-
| CELL_CELP8ENC_ERROR_SEQ || 0x806140a2 ||
|-
| CELL_CELP8ENC_ERROR_ARG || 0x806140a3 ||
|-
| CELL_CELP8ENC_ERROR_CORE_FAILED || 0x806140b1 ||
|-
| CELL_CELP8ENC_ERROR_CORE_SEQ || 0x806140b2 ||
|-
| CELL_CELP8ENC_ERROR_CORE_ARG || 0x806140b3 ||
|-
|}
 
== Console errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_CONSOLE_ERROR_BASE || 0xFFFFFFF0 ||
|-
|  || 0xFFFFFFFB || "An error occurred during the copy operation." When trying to copy an modify memory save (PS1, .PSV) with only option to create New Internal Memory Card (other path are not displayed).
|-
| CELL_CONSOLE_IO_ERROR || 0xFFFFFFFC ||
|-
| CELL_CONSOLE_ENOMEM || 0xFFFFFFFD ||
|-
| CELL_CONSOLE_EINVAL || 0xFFFFFFFE || "An error occurred during the delete operation." In this case, attempting (error display but deleted) to delete from XMB an already deleted (from FTP)virtual memory card. other message: see 0x81010002.
|-
| CELL_CONSOLE_NOT_INITIALIZED || 0xFFFFFFFF ||
|-
|}
 
== Other errors (not specified above) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
!colspan="3" | other errors
|-
|  PS3 install error || 0x80010048 || Internal memory error
|-
|  || 0x80010098 ||
|-
|  || 0x80010500 || Bad Packet ID
|-
| unspecified trophy error || 0x80010505 || Trophy error caused by "Allow access to all SS services (Needed for ps3dm-utils)" patch / Access Violation / Caused by attempting to read eeprom with only root flags
|-
|  || 0x80010506 || No Entry
|-
|  || 0x80010509 || Backup/Restore decryption and/or verification error / Invalid Parameter
|-
|  || 0x8001050B || Will not play demo hard drive games, (when blue-ray disc is inserted) - cause unknown
|-
|  || 0x8001050D || An error during the start operation; PS3 game swapped using the eject function and then play pressed quickly - PS3 game inserted again
|-
| Call Limit Exceeded || 0x8001050F || Hardware failure. Cannot update firmware or connect to internet.<br />You can get this on the date "29.02.2010" with firmwares containing the leapyear error
|-
|  || 0x80010510 || Will not play games installed on the hard drive
|-
| Database problem || 0x80010513 || System database corrupted or problem with internal flash memory
|-
| Issue reading discs || 0x80010514 || RSOD - Reading blu-ray disc problem // msg_errorcode_solution_check_other_bd msg_errorcode_solution_check_disc_clean
msg_errorcode_if_no_solution_ask_ic_with_errorcode / drm marlin - authorization / act.dat fetch fail
ERROR!! VersionFile::Get() (exdata/ver.txt,index.dat failures) "release" missmatch / OnActivatePageInitSetting failure / avatar userthumbnail.png failure / vtrm retrieve + store (root hsec+root hash doesnt match with syscon's one)
|-
|  || 0x80010516 || An error occurred during the start operation; PS1 game swapped using the eject function and then play pressed quickly - PS1 game inserted again
|-
| Clock error || 0x80010519 || The firmware time is incorrect, update via internet to set it. If this keeps happening try changing the CMOS cell, if that doesn't work your firmware is probably corrupted.
|-
| Saved data was corrupt || 0x8001051B ||
|-
|  || 0x8001051C || "The data is corrupted."
|-
| Time error || 0x80010601 || Time/Date has not been set
|-
| Connection error || 0x80022A07 || Cannot connect to server. Server overloaded?
|-
| Incorrect trophy data || 0x80022D00 || "Error in sync operation."
|-
| Incorrect trophy data || 0x80022D05 ||
|-
| Cannot sync trophies or register trophy data || 0x80022D11 || "Registration of the trophy information could not be completed. The game will quit (80022D11)". Delete SEN user and create a new one
|-
| Incorrect trophy data || 0x80022D1A ||
|-
| Trophy installation erased from hdd but indexed in "XMB database" || 0x80022D1E || "Registration of the trophy information could not be completed. The game will quit (80022D1E)". After error 0x80022D74 and after erasing the trophy folder manually, in the next boot the game tries to install trophies but the error appears (at this point "XMB database" is updated and the indexed copy of the installation is deleted), after this if trying to boot the game again the trophy installation is completed and the game works normally
|-
| Unable to sync trophy data || 0x80022D27 || Trophy server is down
|-
| Trophy installation not updateable || 0x80022D55 || "Registration of the trophy information could not be completed. The game will quit (80022D55)". Erase old trophy installation, rebuild database, and install new trophy version
|-
| Not signed into the PSN || 0x80022D64 ||
|-
| Trophy update installer missing || 0x80022D74 || "Registration of the trophy information could not be completed. The game will quit (80022D74)".
|-
| Unable to connect online || 0x80022D7C ||
|-
| Trophy Data is corrupted || 0x80022D86 || "Registration of the trophy information could not be completed. The game will quit (80022D86)" : Enter Safe Mode and select "Restore File system." / If you still have the issue, delete the User and re-create the User. Then sync the trophy data by logging in to your Sony Entertainment Network account, then go to [Trophy Collection] under (Games). / If error persist, replace harddrive. // can also be generated by setting wrong (old) date/time.
|-
| cVTRM error || 0x80022D90 || Bad cVTRM region in flash
|-
| Issue connecting to server || 0x80022F0A ||
|-
| DRM error || 0x80022F12 ||
|-
| Unable to connect online || 0x80022F16 || Possible congestion in internet service, try connecting later
|-
| Video license issue || 0x80022F2C ||
|-
| Issue connecting to server || 0x80022F2E ||
|-
| Content not detected || 0x80022F50 || Disc was ejected while game was updating
|-
| Unable to download PSN game || 0x80023300 || Internet service issues or corrupted data
|-
|  || 0x80023320 || "An error occurred during the download operation. (80023320)" (with external device selected as destination for storage).
|-
| DRM error || 0x80023507 ||
|-
| Video activation failed || 0x80023691 || Download failed due to activation error
|-
| PSN download error || 0x800236CC || If renting a video, too many videos on console; if purchasing the video, too many videos on hard drive
|-
| PSS access error || 0x8002400C || PSS down or having connection issues
|-
| Data transfer issue || 0x80024611 || Ethernet cable damaged or connected incorrectly
|-
| Partition error || 0x80028347 || There is no partition for installing another system on the harddisk (when selecting Install OtherOS from XMB on 1.02 or higher). Solution: make sure there is a partition with Harddisk Format Utility from XMB.
|-
| Removable storage media may be damaged || 0x800283EB || Check storage media for damage and replace it if this is the case. Try a different storage media to determine if there is damage to the USB slot. If there is damage, send console in for repairs.
|-
| Back-up data is corrupted || 0x800283F0 ||
|-
| Cannot find content || 0x80028510 || Content does not exist
|-
| File data error || 0x8002888C || File data may be corrupted
|-
| Message could not be sent to some players || 0x80028903 || Can be caused by too much data; try sending message individually to users instead.
|-
| Message could not be sent to some players || 0x80028907 || Can be caused by too much data; try sending message individually to users instead. Some of the Online ID's receiving the message may be incorrect.
|-
| Trying to play a game without an invite || 0x80028909 ||
|-
| Online ID already on block list || 0x8002890E || Incorrect Online ID
|-
| Cannot add yourself to block list || 0x8002890F || Incorrect Online ID
|-
| Cannot send another friend request || 0x80028913 || Incorrect Online ID; delete current request before sending another
|-
| Not signed into PSN || 0x80028917 || Sign in on XMB, then try again
|-
| Not enough free space to send message || 0x80028918 || Free up space (back up files as needed), then try sending the message again
|-
|  || 0x8002892B || Comes up when opening game invite or sending message
|-
| Cannot add yourself to block list || 0x80028A05 || You cannot add yourself to your own block list
|-
| Online ID already on block list || 0x80028A06 || Incorrect Online ID
|-
| Cannot add a friend to your block list || 0x80028A07 || Remove that person from your friend list, then add the person to your block list
|-
| Reached maximum number of people on block list || 0x80028A09 || Remove an account from your block list to add another
|-
| DNS error || 0x8002A0F ||
|-
| Not enough space on PS3 hard drive || 0x80028A11 || Free up space on hard drive, then try again
|-
| Block list error || 0x80028A12 ||
|-
| Unable to connect to network || 0x80028ED4 || Incorrect internet settings or connecting to an incorrect DNS or proxy server
|-
| Issue connecting to patch server || 0x80028ED6 || Patch server may be down; also comes up when the game cannot determine if it needs to be updated
|-
| Restore error || 0x800283F0 || "The restore operation could not be completed. The system will restart. (800283F0)" // solutions: ¨I have just found that this appears to have been due to my PSP being registered to my PS3.  Unregistered it, completed a backup, swapped in the new formatted HDD, restore completed successfully.¨ / "My protected saves did not copy over from a full restore from my back-up. Before I did my back-up I copied my protected saves over to PS+ cloud as this allows for locked/protected saves to be copied."
|-
|  || 0x80028F08 || "An error occurred during the start operation. (80028F08)", when related to PARAM.SFO (with unsupported or corrupted Data ICON), can be resolved (not every time) by pressing triangle one time and launch the game from start or back from the ICON. When related to eboot.bin, combined with error 80010006 / 80010009 / 80010017, check the path for this type of eboot.
|-
| Issue with video output setting || 0x80028F10 || "You cannot play this game at the current video output setting (80028F10)"
This occurs because the game you are trying to play will only work at 16:9 resolution, and your PS3 is set for 4:3 resolution. 2 solutions: <br />1) Go to Display Settings then HDMI (or whatever your connection is) and choose Automatic; -or- <br />2) Go to Display Settings and under select Video Display Output: select Composite or S-Video, whichever type of connection you use. Then choose 16:9 Resolution.
|-
|  || 0x80028F14 || "An error occurred during the start operation (80028f14)", mostly caused by bad laser / user trying to  directboot via app_home instead of mounting first / old/ancient payload / with malformed PARAM.SFO (unsupported or corrupted data ICON).
|-
|  PS2 mode error || 0x80028F17 || "An error occurred during the start operation (80028F17)," PlayStation 2 disc Boot Error, also happen with PS1 PSN games (either due to customed SFO or eboot.pbp<!--// will try to remember and reproduce to determinate if SFO or Eboot.pbp was the problem //-->).
|-
|  || 0x80028F18 || PS2 Disc Error, unsupported disc; eg. Utility discs, BB discs, IQ Remix game etc. ode).
|-
|  || 0x80028F19 || PS2 Disc Error, fsck; the internal PS2 disk got corrupted and I guess that you can use HDD utility disc to fix it
|-
|  || 0x80028F1A || PS2 Disc Error, invalbnnetcfg; network config error
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F17 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x81
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F18 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x82
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F19 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x83
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1A || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x84
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1B || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x85
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1C || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x86
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1D || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x87
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1E || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x88
|-
|  || 0x80028F22 || "An error occurred during the start operation" e.g.: Starting from BD emu (not from app_home) a game without PARAM.SFO, malformed /combined ATTRIBUTE flags.
|-
|  || 0x80029012 || Network error // Temporary congestion in service
|-
|  || 0x80029020 || Connection timed out // If using Wi-Fi, console not getting a signal from router.
|-
|  || 0x80029023 || Exchanging Key Information exchange has timed out
|-
|  || 0x80029024 || "The attempt to obtain an IP address has timed out". // Check internet connection.
|-
|  || 0x800290A1 || Unable to connect to network // Power-cycle router and console; if problems continue, may be a router issue
|-
| Game data is corrupted || 0x80029105 || Go into Safe Mode and select "Rebuild Database".
|-
| Unable to write data to storage media || 0x80029135 || Try transferring data from a computer to make sure data can be written to it; if this can't be done, device may be bad.
|-
| Game data is corrupted || 0x80029207 || Delete corrupt data; if this can't be done then go into Safe Mode and select "Restore File System". If issues continue try reformatting the hard drive (restore PS3 system).
|-
|  || 0x80029208 || Error loading user profile after update [http://www.ps3hax.net/showthread.php?t=69457]
|-
| Game data is corrupted || 0x80029209 ||
|-
| Game data is corrupted || 0x8002920A ||
|-
| Game data is corrupted || 0x8002920D ||
|-
|  || 0x80029301 || "An error occurred during the delete operation" (attempting to delete some ps2 homebrew from virtual mem card)
|-
|  || 0x80029303 || "An error occurred during the copy operation." (attempting to copy PS1 save data with header malformed(.PSV) to internal memory card)
|-
|  || 0x80029901 || "To play this BD, you must renew the encryption key. Perform a system software update to renew the encryption key."
|-
|  || 0x80029902 || Playback of BDs is prohibited on this system.
|-
| Issue playing disc || 0x80029903 || "This is an invalid disc (80029903)" // The disc may be dirty or scratched, try cleaning it
|-
|  || 0x80029904 || "To play this BD, you must renew the encryption key. Perform a system software update to renew the encryption key."
|-
|  || 0x80029905 || "This is an invalid disc (80029905)"
|-
| Can't read copyright protection on a Blu-ray disc || 0x80029906 || Can’t playback burn BD movie, missing PS3_VPRM.
|-
|  || 0x80029907 || "This video cannot be played (80029907)" // Playback of BDs is prohibited on this system.
|-
|  || 0x8002990C || The data type is not supported.
|-
|  || 0x8002990D || This video cannot be played.
|-
|  || 0x8002990E || Playback of this disc using the connected device is prohibited.
|-
|  || 0x8002990F || Playback of BDs is prohibited on this system.
|-
|  || 0x80029910 || Playback of this disc using the connected device is prohibited.
|-
|  || 0x80029911 || Playback of this disc using the connected device is prohibited.
|-
|  || 0x80029912 || This is an invalid disc.
|-
|  || 0x80029920 || This video cannot be played.
|-
|  || 0x80029921 || This video cannot be played.
|-
|  || 0x80029922 || This disc cannot be played. The region code is not correct.
|-
|  || 0x80029923 || "This video cannot be played."
|-
|  || 0x80029925 || "This video cannot be played."
|-
|  || 0x80029930 || "This video cannot be played."
|-
|  || 0x80029931 || "An error has occurred."
|-
|  || 0x80029932 || "This video cannot be played."
|-
| Can't read a disc || 0x80029940 || Disc is dirty/scratched or damaged. (Disable the Super-White settings)
|-
| Issue playing disc || 0x80029941 || The PS3 could not read the disc or the disc is not supported.
|-
|  || 0x80029942 || Video in the PAL broadcast standard is not supported.
|-
|  || 0x80029943 || Video in the NTSC broadcast standard is not supported.
|-
|  || 0x80029944 || "This disc cannot be played." // The region code is not correct.
|-
| Unable to play Blu-ray Disc || 0x80029945 || Can’t playback burn BD movie
|-
| Issue playing disc || 0x80029946 || Attempting to play burnt Dual layer NTSC disc on a PAL ps3 (workaround is to transfer files to ps3 via TVersity)
|-
|  || 0x80029947 || "An error has occurred."
|-
|  || 0x80029948 || "This content cannot be played." // There is not enough free space on the system storage
|-
|  || 0x80029949 || "This video cannot be played."
|-
|  || 0x8002994A || "Playback stopped. The content being played is protected by Cinavia™ and is not authorized for playback on this device. For more information, see http://www.cinavia.com. Message Code 1." // Audio track contains a Cinavia code meant for professional equipment only
|-
|  || 0x80029950 || "This video cannot be played."
|-
|  Issue writing to the hard drive || 0x8002995C || Hard drive may be corrupted or it is bad.
|-
|  || 0x80029962 || "This video cannot be played."
|-
|  Issue reading Blu-Ray disc? || 0x8002996E ||
|-
|  || 0x8002997B ||
|-
|  || 0x8002997D ||
|-
|  Issue reading Blu-Ray disc || 0x8002997F ||
|-
|  Issue reading Blu-Ray disc || 0x80029986 ||
|-
|  Issue reading Blu-Ray disc? || 0x80029988 ||
|-
|  || 0x800299A0 || "This video cannot be played". (Solution: Update AACS keys/Firmware)
|-
|  Unable to read the disc || 0x800299A1 || Disc may not be supported by PS3
|-
|  || 0x800299AA || "This video cannot be played (800299AA)".
|-
|  Blu-Ray disc drive error || 0x800299AE || "This video cannot be played (800299AE)". // Blu-Ray disc may be damaged or the Blu-Ray laser is bad
|-
|  || 0x800299E1 || "An error has occurred".
|-
|  || 0x800299E2 || "An error has occurred".
|-
|  || 0x800299E3 || "This video cannot be played".
|-
|  DRL error || 0x800299D2 || BD Player process startup failed. (BD/DVD/AVCHD MKB mismatch DRL error<!--//http://www.ps3devwiki.com/index.php?title=Downgrade_BluRay_Playback_Issue//--> (or trying to watch BD/DVD/AVCH on converted CEX&gt;DEX))
|-
| System update error || 0x80029C78 || Issue installing update
|-
| || 0x80029C7F || "An error has occurred." while accessing Update via System Storage/Delete Update Data on System Storage (e.g. when System Storage folder contains PUP without version to check lowest applicable firmware version).
|-
| || 0x80029CAA || Error occurred while checking update data. // Mostly caused by TargetID mismatch between EID and Firmware wanting to install - e.g. DEX or Rebug DEX kernel and installing a CEX firmware.
|-
| || 0x80029CCA || Error occurred while checking update data.
|-
| || 0x8002AE04 || Error occurred due the content ID in the XML is not the same as the pkg in the download link.
|-
|  Account already associated with another user || 0x8002AE05 || SEN account is already linked to another user, try logging in through that user instead.
|-
|  PSN sign-in error || 0x8002AE06 || Login failed due to out-of-date software
|-
| Online connection not established || 0x8002AE16 || Temporary congestion in internet service or issue with internet connection
|-
| Online connection timed out || 0x8002AE17 || Temporary congestion in internet service or issue with internet connection
|-
| Game application update failed || 0x8002AE22 || Download the update again; if problems continue, possibly an issue with the file itself
|-
| Issue connecting to PSN || 0x8002AEID ||
|-
|  DVI has no audio || 0x8002B241 || Hook up audio via SCART connection or digital cable
|-
|  || 0x8002B401 || Error when creating savedata. ("source" savedata files inside the game are not valid, e.g: PS3_GAME/USRDIR/CONTENT/SAVEDATA/PIC1.PNG with wrong size).
|-
| || 0X8002B603 || Corrupted system file
|-
|  || 0x8002B71A || Possible NAT Error, Can log onto Game Server but can’t join game and can’t host game
|-
! colspan="3" id="0x8002f..._-_PUP_.2F_Update_errors" | [[#0x8002f...  - PUP / Update errors]]
|-
| Update success || 0x8002F000 || Not an error: Success installing/downgrading in service mode. "manufacturing updating SUCCESS(0x8002f000)"
|-
| Update error || 0x8002F002 || [http://www.pastie.org/3724383 Update VSH Package done(0x8002f002) / Updating or Verifying failure 0x8002f002 / manufacturing updating FAILURE(0x8002f002)] // Possibly bad firmware PUP, bad USB stick or harddrive going bad in PS3. Check PUP, try other stick and replace harddrive.
|-
| Update error || 0x8002F020 || Update file corrupted
|-
| Update error || 0x8002F02B || Update file corrupted
|-
| Update error || 0x8002F02D || Update file corrupted
|-
| Update error || 0x8002F048 || Error with installing Firmware update in service mode: "start Updating Proccess. UpMng.UpdatePackage() failure. manufacturing updating FAILURE(0x8002f048)" // Check if PUP to install is in root of stick and named PS3UPDAT.PUP
|-
| Update error || 0x8002F057 || Error with installing Firmware update in service mode: "Bul-ray Disc Player Revoke done(0x8002f057). Updating or Verifying failure 0x8002f057. UpMng.UpdatePackage() failure. manufacturing updating FAILURE(0x8002f057)" // caused by downgrading and using [http://pastebin.com/j97SpE2J normal lv2_diag.self] and not a noBD firmware (using the [http://pastebin.com/9tTfAs2J jaicrab lv2_diag.self] as workaround will cause one ROS to be empty and can result in RLOD/GLOD/RSOD).
|-
| Update error || 0x8002F087 || Error with installing Firmware update in service mode: "Update VSH Package done(0x8002f087),
Updating or Verifying failure 0x8002f087, UpMng.UpdatePackage() failure, manufacturing updating FAILURE(0x8002f087)" // can be caused by bad vsh, broken harddrive or wrong spoofing.
|-
| Update error || 0x8002F0C1 || "An error occurred during the update operation. (8002F0C1)" -> Download error. Manual download the update with PC, put on /PS3/UPDATE/PS3UPDAT.PUP and install in recovery instead.
|-
| Update error || 0x8002F0E0 || Error with installing Firmware update. Harddrive is not found or disconnected.
|-
| Update error || 0x8002F107 || [http://www.pastie.org/3724398 Update VSH Package done(0x8002f107) / Updating or Verifying failure 0x8002f107 / manufacturing updating FAILURE(0x8002f107)] // Possibly bad firmware PUP, bad USB stick or harddrive going bad in PS3. Check PUP, try other stick and replace harddrive.
|-
| Update error || 0x8002F13E || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
| Update error || 0x8002F142 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
| Update error || 0x8002F147 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F149 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F14A || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
| Update error || 0x8002F14B || Error with installing Firmware update. Updating or Verifying failure of CoreOS on flash area (?bad flash blocks?) <!--//(stef:CECHK/DIA-002 Spansion S29GL128N90TFIR2 after successfull downgrade, tried to downgrade to 3.50 prepatched lv1-sysconhashes but errors out)//-->
|-
| Update error || 0x8002F14E || Error with installing Firmware update. (BD)Drive not found or disconnected. // or CoreOS region failure when in log "Update Core OS Package done(0x8002f14e)" or Revoke region failure when in log "Update Package Revoke list done(0x8002f14e)"
|-
| ?corrupt? || 0x8002F153 || firmware related error - can be generated by using the MinVerChk PUP in factory service mode (must NEVER do that!)
|-
| ?corrupt? || 0x8002F155 || solution: power down with power button remove the power cord for a few minutes then reboot (sony message:if this doesn't work contact sony)
|-
| ?corrupt? || 0x8002F156 || NAND Downgrade eror - [http://pastebin.com/sURmGqq3 UpMng.UpdatePackage() failure: manufacturing updating FAILURE(0x8002f156)]
|-
| ?corrupt? || 0x8002F157 || firmware related error / HDD Exchange error - 3.56-1st BUG.<!--//judges//--> Also happens when you try to Upgrade from 999 Downgrader to another Non-999 CFW. Go to OFW 3.55, then upgrade to the other CFW <!--//[email protected]>
|-
| ?corrupt? || 0x8002F15E || CoreOS firmware related error<!--//TiGra-Dri//-->
|-
| Update error || 0x8002F165 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Firmware data is corrupt || 0x8002F169 || Error when checking the firmware data (after unpacking)
|-
| Update error || 0x8002F174 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
| Update error || 0x8002F176 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F19D || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F1B0 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F1B3 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F1C1 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first - DFU Start Firmware Update failed.
|-
| Update error || 0x8002F1C3 || DFU End Firmware Update failed.
|-
| Update error || 0x8002F1F0 || Bluetooth/WLAN error. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
| Update error || 0x8002F1F9 || Error with installing Firmware update. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
| Update error || 0x8002F220 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
| Update error || 0x8002F225 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
| Update error || 0x8002F22F || Issue with the PS3 hard drive
|-
|  || 0x8002F235 || Error with installing Firmware update. "Data Is Corrupted"
|-
| Update error || 0x8002F23F || Error with installing Firmware update. The PUP is not recognised as valid update. (with 3.56 minver console)
|-
| Update error || 0x8002F26A || Error with installing Firmware update. [http://www.ps3hax.net/showthread.php?t=36913 "A serious error has occurred"]
|-
| Update error || 0x8002F271 || Error with installing Firmware update. "An error occurred during the format operation."
|-
| Update error || 0x8002F281 || Error with installing Firmware update. Check the connection of the Wifi/BT board.
|-
| Issue with the PS3 harddrive. || 0x8002F281 || Issue with the PS3 harddrive. Reboot system and use Recovery Menu options. If error persist, Format the hd on a pc, reinsert it to the ps3, install update (normal/recovery mode), format hd on install. If still not fixed: exchange harddrive.<br />Note: This error also comes up when trying to install a 1.5TB HDD as internal HDD.
Plug it into the pc, then open command prompt.
 
'''1)''' Type "diskpart"
'''2)''' Type "list disk" - Get the disk number for the drive you are fixing.
'''3)''' Type "select disk 1" - If the disk is not #1, change this accordingly.
'''4)''' Type "clean"
'''5)''' Type "create partition primary"
'''6)''' Type "select partition 1"
'''7)''' Type "active"
'''8)''' Type "assign" - When it asks you to format, click cancel.
'''9)''' Type "exit"
'''9)''' Type "exit"
'''10)''' Reinsert into your ps3, and boot it into safe mode, it may take awhile to boot into safe mode.
'''11)''' Choose to update, it should ask you to format, do so then update.
<br />
Issue with flash. R/B control signal for NAND not connected (leg, track, or via for R/B brokens when attempting to solder a flasher on it)
 
|-
| Update error || 0x8002F282 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
| Update error || 0x8002F285 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
| Update error || 0x8002F2B5 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
| Update error || 0x8002F2BF || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
| Downgrade error || 0x8002F2C4 || Error when downgrading below applicable firmware version with QA-flag from Recovery Mode
|-
| Update error || 0x8002F2C5 || Error with installing Firmware update. The PUP is not recognised as valid update. (Can be generated by pulling the storage device with the PUP when it is still in checking stage. DANGEROUS!). Or when trying to install MinVerCheck.PUP inmediatly after an hdd replacement in PS3 models with a NOR flash
|-
| Update error || 0x8002F2CF || Issue with the Mass Storage Device when installing firmware, or PS3 hard drive
|-
| || 0x8002F2E0 || HDD Probe/Init failed. (No HDD attached)
|-
| || 0x8002F2E2 ||
|-
| || 0x8002F2E3 || HDD Search Regions failed. (encrypted HDD incompatible with the consoles) (Formating...)
|-
| || 0x8002F2E4 || The data is corrupted. (e.g. bad promo_flags.txt flag set)
|-
| || 0x8002F2E5 || PUP filepath error.
|-
| || 0x8002F2E6 || No applicable Data found.
|-
| Update error || 0x8002F2F0 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
| Update error || 0x8002F2F2 || Error with installing Firmware update. The PUP is not recognised as valid update
|-
| Update error || 0x8002F310 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
| Update error || 0x8002F311 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
| Update error || 0x8002F312 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
| Update error || 0x8002F313 || Error with installing Firmware update. Shows up in Service Mode log as 'Update Core OS Package done(0x8002f313)' possible caused by bad ROS
|-
| Update error || 0x8002F314 || Timed out during update
|-
| Update error || 0x8002F325 || Error with installing Firmware update. data corrupted
|-
| Update error || 0x8002F333 || Error with installing Firmware update. data corrupted // Issue with the internal harddrive.
|-
| Update error || 0x8002F334 || Error with installing Firmware update. data corrupted // Issue with the internal harddrive.
|-
| Update error || 0x8002F842 || Unable to update the PS3 (HD issue)
|-
| Update error || 0x8002F878 || System update issue (issue reading update file)
|-
| Update error || 0x8002F87C || Update file may be corrupted // Reboot console and try updating again; if the error occurs again, try updating a different way (e.g if updating via the console, try via a PC with a USB stick); if issues continue then restore file system and try updating again
|-
| Update error || 0x8002F88C || Unable to update (issue saving update to console memory)
|-
| Update error || 0x8002F953 || Error with installing Firmware update.
|-
| Update error || 0x8002F956 || Error with installing Firmware update. (bad harddrive?)
|-
| Update error || 0x8002F957 || Error with installing Firmware update. The data is corrupted (firmware in flash does not allow the MFW installation as it does not contain the needed patches)
|-
| Update error || 0x8002F976 || Error with installing Firmware update. data corrupted
|-
| Update error || 0x8002F95E || Error with installing Firmware update (when using Rogero 3.55 DEX DG v1 on DEX 4.20 system).
|-
|  || 0x8002F967 || Error when checking PUP version (e.g. when using manipulated PUP without version to check lowest applicable firmware version)
|-
|  || 0x8002F969 || Error when checking PUP version (Seen on DECR-1400)
|-
|  || 0x8002F96F || Error when downgrading DEX console with special PUP. To solve: reset console by holding power button until it beeps
|-
|  || 0x8002F994 || Too many people downloading the update (download it later on)
|-
| An error has occurred || 0x8002FB22 || Error can be generated with a malformed license.xml file in PS3UPDAT.PUP
|-
|  || 0x8002F21x ||  (Set Recovery Mode Flag On (cex/dex/decr)) / (Connecting Controller)
|-
|  || 0x8002F22x || (Connect Media containing FW equal or higher)
|-
|  || 0x8002F23x || (System Partition formating) / (Search Updater)
|-
|  || 0x8002F24x || (Formatting)
|-
|  || 0x8002F25x || hdd probing
|-
|  || 0x8002F26x || region searching
|-
|  || 0x8002F27x || preparing partitions
|-
|  || 0x8002F28x || Setup Updating Environment
|-
|  || 0x8002F29x ||
|-
|  || 0x8002F2Ax ||
|-
|  || 0x8002F2Bx || (Turning Off Recovery Mode Flag)
|-
|  || 0x8002F2Cx || Search Updater (Formating preparing Update)
|-
|  || 0x8002F2Dx || (Formatting - Preparing to Update)
|-
|  || 0x8002F2Ex || (Turning On/Off Recovery Mode Flag)
|-
! colspan="3" id="0x8001..._RSOD.2FBSOD_errors" | [[#0x8001... RSOD/BSOD errors]]
|-
|  || 0x80010514 || RSOD - VersionFile::Get() (index.dat failures)
|-
|  || 0x80028C03 || BSOD - NPXS01003, net if ctl fail (game updates,commerce, friend stuff ...)
|-
|  || 0x80028C10 || BSOD - xregistry
|-
|  || 0x80028C12 || BSOD - xregistry
|-
|  || 0x80030506 || BSOD - empty sce net ctl ptr's
|-
|  || 0x8003050F || BSOD - create_open_database 0x25 failure, xregistry empty file descriptor
|-
|  || 0x80030517 || BSOD
|-
|  || 0x80031150 || BSOD- "Setting information is corrupted. Press the X button to repair and restore default"
|-
|  || 0x8003116D || BSOD - xregistry font related
|-
|  || 0x80031175 || BSOD - xregistry
|-
|  || &lt;0x80031200 || BSOD + >0x80031700 = rsod - xregistry: atrac+wma activate/dtcp ip enable/hdmi failure/menu bdvd config/(list) chat config/word register(dictionary)/edit np environment+marlin+ad catalog version+ad server url+application type+adhoc ssid prefix+update server url+np title id+fake limit size+gameutil dirname debug/ failure of swreset.self execution/Device Config/back prev setting/Display (+Output) Config/First Config/music+sound config (+wizard)
|-
|  || &gt;0x80031700 || RSOD
|-
!colspan="3" | other errors
|-
|  || 0x80030001 || Deleting messages from inbox
|-
|  || 0x80030400 || Issue locating files // Rebuild database
|-
|  || 0x8003041C || Issue locating files on the PS3
|-
|  || 0x8003041F || An error occurred during the copy operation (using media server)
|-
|  || 0x80030517 || It seems to happen when you copy large media files.
|-
|  || 0x8003051E || Game will not save
|-
|  || 0x80030920 || An error occurred during the copy operation, the file may be corrupt or there isn't enough memory (Try copying data from original source)
|-
|  || 0x80031208 || Disc has not loaded properly
|-
|  || 0x80031601 || Error Creating Account // seems to occur when the user number doesn't match
|-
|  || 0x80031602 || Error Renaming Account
|-
|  || 0x80031603 || Error No Account name given
|-
|  || 0x80031606 || PSN login failed due to corrupted files
|-
| PAC_INVALID_CONTENTTYPE || 0x80040001 ||
|-
| PAC_INVALID_OPERATION || 0x80040002 ||
|-
| PAC_UNKNOWN_CONTENT_TYPE || 0x80040003 ||
|-
| PAC_UNKNOWN_CATEGORY_TYPE || 0x80040004 ||
|-
| PAC_UNKNOWN_PRODUCT_TYPE || 0x80040005 ||
|-
| PAC_UNKNOWN_SKU_INFO_TYPE || 0x80040006 ||
|-
| PAC_UNKNOWN_VOUCHER_TYPE || 0x80040007 ||
|-
| PAC_UNKNOWN_DRM_CONTENT_TYPE || 0x80040008 ||
|-
| PAC_UNKNOWN_DRM_TYPE || 0x80040009 ||
|-
| PAC_INVALID_CAST_EXCEPTION || 0x8004000A ||
|-
| PAC_SESSION_NOT_ESTABLISHED || 0x8004000C ||
|-
| PAC_THREADINVOKER_EXCEPTION || 0x8004000D ||
|-
| PAC_DOWNLOADER_IS_ALREADY_ACTIVATED || 0x8004000D ||
|-
| PAC_CANNOT_DOWNLOAD_AGAIN || 0x8004000E ||
|-
| PAC_CRITICAL_OPERATION_IN_PROGRESS || 0x8004000F ||
|-
| PAC_URL_LOADER_WEB_EXCEPTION || 0x80040010 ||
|-
|  || 0x8004D844 || Remote Play Connection error (cannot connect to PS3)
|-
| PAC_ASSERT || 0x8004FFFF||
|-
| Activation error || 0x80109D80 || Console activated/deactivated too many times
|-
| PSS server error || 0x8010A12E || Deactivate console and then re-activate it, reboot console and download content
|-
| bluetooth || 0x80110104 || "An error occurred during the register operation. Try to register again." / Bluetooth device timeout error // (when Bluetooth device is disconnected during the register operation).
|-
| bluetooth || 0x80110106 || "An error occurred during the register operation. Try to register again." (when trying register Bluetooth device without pass key.
|-
| bluetooth || 0x80110108 || "An error occurred during the register operation. Try to register again." (with wrong pass key)
|-
| bluetooth || 0x80110113 || "An error occurred during the register operation. Try to register again." (with wrong pass key)
|-
| bluetooth || 0x80110118 || "An error occurred during the register operation. Try to register again." (time expired probably)
|-
|  || 0x80130121 || on PS3 Slim network error during Wireless connection - Caused by bad [[GbLAN]] IC <br /> Other symptoms are: Ethernet cable not detected; System does not shut down/restart during fw update; not responding Blue Screen of Death [[Boot_modes#BSOD]]
|-
| Network error || 0x80130128 || Console could not be activated because it was activated/deactivated too many times; wait seven days before trying to activate/deactivate the console again
|-
| Issue with AOSS setting || 0x80130143 || Follow instructions for setting up AOSS equipment correctly; if on Wi-Fi, signal may be too weak
|-
|-
|  || 0x80130203 || PS3 connects to internet but not to network - Typically means that the required ports are not open to connect to store but PS3 can connect to internet.
|  || 0x80130203 || PS3 connects to internet but not to network - Typically means that the required ports are not open to connect to store but PS3 can connect to internet.
Line 10,600: Line 5,341:
|  || 0x8013030? || System Error due to failed update download
|  || 0x8013030? || System Error due to failed update download
|-
|-
| Unable to detect access point || 0x8013030F ||  
| || 0x8013030F || Access Point not detected
|-
| Unable to detect access point || 0x80130310 ||
|-
| Problem connecting to wireless router || 0x8013031A || Try connecting to the router again; if problems continue, power cycle the router and reboot the console, then try connecting again
|-
| Unable to connect to wireless router || 0x8013031B || Router and console settings don't match
|-
| DHCP communication error || 0x80130501 || Reboot console and connect again; make sure modem/router supports DHCP
|-
| No response from DHCP server || 0x80130502 || Reboot console and connect again; make sure modem/router supports DHCP
|-
| DHCP communication error || 0x80130503 || Reboot console and connect again; make sure modem/router supports DHCP
|-
| DHCP communication error || 0x80130505 || Reboot console and connect again; make sure modem/router supports DHCP
|-
| Unable to connect to wireless router || 0x80130804 || Reboot router and console and try connecting again; if issues continue, may be a connection issue
|-
|-
|  || 0x8041040F || Communication with the server failed. A DNS error has occurred.
|  || 0x8041040F || Communication with the server failed. A dsn error has occured.
|-
|-
|  || 0x80410418 || DNS Error
|  || 0x80410418 || DNS Error
Line 10,624: Line 5,349:
|  || 0x80410A0B || Internal PSP error, hardware fault. Send back to be replaced/fixed.
|  || 0x80410A0B || Internal PSP error, hardware fault. Send back to be replaced/fixed.
|-
|-
| Network error || 0x80431021 || Software is out of date and needs to be updated; contact Sony if issues continue
| || 0x80610180 || Fatal error occurred with the decoder itself<br />CELL_VDEC_ERROR_FATAL indicates that an error having to do with the decoder itself occurred. For example, this error will occur if a data structure inside the decoder required for the decoding process becomes inconsistent due to an unknown reason and decoding cannot be continued. Statuses other than CELL_VDEC_ERROR_FATAL indicate that an unexpected error occurred with the OS or library used inside the decoder. In such cases, too, the decoding process cannot be continued. CELL_OK will never be returned for the status. [http://psx-scene.com/forums/f6/article-%5Bupdate%5D-multiman-v4-65-01-base-cex-deanks-showtime-builds-124904/index8.html#post1150131]
|-
| Unable to connect to the PSN || 0x80550F17 || PSN down for maintenance or congestion in internet connection
|-
|-
| PSS content error || 0x80551011 || Content on PSS is incorrect and will be replaced and corrected as soon as possible; try again later
| CELL_HTTP_ERROR_NET_RESOLVER || 0x80710101 || Connection error
|-
|-
| PSN wallet top-up issue or issue connecting to PSN || 0x80551021 ||
| CELL_HTTP_ERROR_NET_RESOLVER || 0x80710102 || DNS Error; No DNS server available. / IP conflict, PS3 Cannot connect to the router with current IP information. Try rebooting your router
|-
|-
| Issue adding a credit card || 0x8055105A || Credit card has too many accounts linked to it
| CELL_HTTP_ERROR_NET_RESOLVER || 0x80710104 || DNS Error / Experienced with Cobra CFW and trying PS3ITA/Rebug Spoof for PSN.
|-
|-
|  || 0x80610180 || Fatal error occurred with the decoder itself<br />CELL_VDEC_ERROR_FATAL indicates that an error having to do with the decoder itself occurred. For example, this error will occur if a data structure inside the decoder required for the decoding process becomes inconsistent due to an unknown reason and decoding cannot be continued. Statuses other than CELL_VDEC_ERROR_FATAL indicate that an unexpected error occurred with the OS or library used inside the decoder. In such cases, too, the decoding process cannot be continued. CELL_OK will never be returned for the status. [http://psx-scene.com/forums/f6/article-%5Bupdate%5D-multiman-v4-65-01-base-cex-deanks-showtime-builds-124904/index8.html#post1150131]
|  || 0x807101FF || An error occurred during communication with the server. This is a DNS error
|-
|-
| Issue connecting to PSN || 0x8071053D || Hard boot the PS3, turn off the PS3 to stand-by, flip off the back switch and completely remove the power cord. Shut off your modem/router, for approx. 5 minutes, then turn the modem back up first and let it sync. Then turn the router back on (if you're using one) and let it sync. Reconnect your power cable and flip the back switch up again. Then make a new network connection
| || 0x8071053D || Hard boot the PS3, turn off the PS3 to stand-by, flip off the back switch and completely remove the power cord. Shut off your modem/router, for approx. 5 minutes, then turn the modem back up first and let it sync. Then turn the router back on (if you're using one) and let it sync. Reconnect your power cable and flip the back switch up again. Then make a new network connection
|-
|-
|  || 0x80710541 || The connection to the server timed out.
|  || 0x80710541 || The connection to the server timed out.
|-
|-
| Network server timeout || 0x80710723 || Possible Port Error. Try opening ports, TCP port: 80, 443, 5223 and UDP port: 3478, 3479, 3658.
| || 0x80710723 || Possible Port Error. Try opening ports , TCP port: 80, 443, 5223 and UDP port: 3478, 3479, 3658.
|-
|-
| Network server timeout || 0x80710B23 || PS3 Network is down or PS3 Network is too busy to respond
| || 0x80710B23 || PS3 Network is Down or PS3 Network is too busy to respond
|-
|-
| Unable to connect to the server || 0x80710B36 || "An error has occurred." PS3 Network ("What's news) is too busy to respond.
| || 0x80710B36 || "An error has occured." PS3 Network ("What's news) is too busy to respond.
|-
|-
| Network server timeout || 0x80710D23 || Turn the PS3 off for approx. 30 minutes with the power toggle, not standby mode
| || 0x80710D23 || Turn the PS3 off for approx. 30 minutes with the power toggle, not standby mode
|-
|-
| Can't connect to the PSN || 0x80710D36 || HTTP header "content-length" is bigger than the actual content returned by the server
|  || 0x80710D36 || HTTP header "content-length" is bigger than the actual content returned by the server
|-
|-
| ||| 0x81010002 || "An error occurred during the copy operation." From internal corrupted/modified (overwrite previously the modified .VM1) save data (PS1, .VM1) to others internals memory card (them, error 0xFFFFFFFE with this message) or USB.
| ||| 0x81010002 || "An error occurred during the copy operation." From internal corrupted/modified (overwrite previously the modified .VM1) save data (PS1, .VM1) to others internals memory card (them, error 0xFFFFFFFE with this message) or USB.
Line 10,658: Line 5,381:
|  || 0x81019002 || Error copying saves from location A to location B not open to connect to store but PS3 can connect to Internet.
|  || 0x81019002 || Error copying saves from location A to location B not open to connect to store but PS3 can connect to Internet.
|-
|-
|  || 0xFFFFFFFB || "An error occurred during the copy operation." When trying to copy an modify memory save (PS1, .PSV) with only option to create New Internal Memory Card (other path are not displayed).
|-
|  || 0xFFFFFFFE || "An error occurred during the delete operation." In this case, attempting (error display but deleted) to delete from XMB an already deleted (from FTP)virtual memory card. other message: see 0x81010002.
|}
|}






{{Firmware}}<noinclude>[[Category:Main]]</noinclude>
{{Development}}<noinclude>[[Category:Main]]</noinclude>
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)