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_ENOMEM || 0x8002a004 ||  
|-
|-
| SCE_NP_AUTH_ESRCH || 0x8002A005 ||  
| SCE_NP_AUTH_ESRCH || 0x8002a005 ||  
|-
|-
| SCE_NP_AUTH_EBUSY || 0x8002A00A ||  
| SCE_NP_AUTH_EBUSY || 0x8002a00a ||  
|-
|-
| SCE_NP_AUTH_EABORT || 0x8002A00C ||  
| SCE_NP_AUTH_EABORT || 0x8002a00c ||  
|-
|-
| SCE_NP_AUTH_EEXIST || 0x8002A014 ||  
| SCE_NP_AUTH_EEXIST || 0x8002a014 ||  
|-
|-
| SCE_NP_AUTH_EINVALID_ARGUMENT || 0x8002A015 ||  
| SCE_NP_AUTH_EINVALID_ARGUMENT || 0x8002a015 ||  
|-
|-
!colspan="3" | Community client library error (0x8002a100 - 0x8002a1ff)
!colspan="3" | community client library error (0x8002a100 - 0x8002a1ff)
|-
|-
| SCE_NP_COMMUNITY_ERROR_ALREADY_INITIALIZED || 0x8002A101 ||  
| SCE_NP_COMMUNITY_ERROR_ALREADY_INITIALIZED || 0x8002a101 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NOT_INITIALIZED || 0x8002A102 ||  
| SCE_NP_COMMUNITY_ERROR_NOT_INITIALIZED || 0x8002a102 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_OUT_OF_MEMORY || 0x8002A103 ||  
| SCE_NP_COMMUNITY_ERROR_OUT_OF_MEMORY || 0x8002a103 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ARGUMENT || 0x8002A104 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_ARGUMENT || 0x8002a104 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_TITLE_SET || 0x8002A105 ||  
| SCE_NP_COMMUNITY_ERROR_NO_TITLE_SET || 0x8002a105 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_LOGIN || 0x8002A106 ||  
| SCE_NP_COMMUNITY_ERROR_NO_LOGIN || 0x8002a106 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_OBJECTS || 0x8002A107 ||
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_OBJECTS || 0x8002a107 ||
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_STILL_REFERENCED || 0x8002A108 || (obsolete)
| 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 || Shows up when trying to view friends trophies, profile, etc.
| SCE_NP_COMMUNITY_ERROR_BAD_RESPONSE || 0x8002a10b ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BODY_TOO_LARGE || 0x8002A10C ||  
| SCE_NP_COMMUNITY_ERROR_BODY_TOO_LARGE || 0x8002a10c ||  
|-
|-
| 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_HTTP_SERVER || 0x8002a10d ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_SIGNATURE || 0x8002A10E || Issue syncing trophy data; trophy servers may be down
| SCE_NP_COMMUNITY_ERROR_INVALID_SIGNATURE || 0x8002a10e ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TIMEOUT || 0x8002A10F || Server timeout
| SCE_NP_COMMUNITY_ERROR_TIMEOUT || 0x8002a10f ||  
|-
|-
| 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 || Not signed into PSN
| SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID || 0x8002a1a4 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_TICKET || 0x8002A1A5 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_TICKET || 0x8002a1a5 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_CLIENT_ALREADY_EXISTS<br />SCE_NP_COMMUNITY_ERROR_CLIENT_HANDLE_ALREADY_EXISTS || 0x8002A1A6 ||  
| SCE_NP_COMMUNITY_ERROR_CLIENT_ALREADY_EXISTS<br />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 || Use of PSN has been suspended (this is not an account suspension)
| SCE_NP_AUTH_ERROR_SERVICE_DOWN || 0x8002a201 ||  
|-
|-
| SCE_NP_AUTH_ERROR_SERVICE_BUSY || 0x8002A202 || PSN is busy
| SCE_NP_AUTH_ERROR_SERVICE_BUSY || 0x8002a202 ||  
|-
|-
| SCE_NP_AUTH_ERROR_SERVER_MAINTENANCE || 0x8002A203 || Issue connecting to server (PSN maintenance)
| SCE_NP_AUTH_ERROR_SERVER_MAINTENANCE || 0x8002a203 ||  
|-
|-
| 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 || "An error has occurred. You have been signed out of PSN" (8002A212)
| SCE_NP_AUTH_ERROR_INVALID_VERSION || 0x8002a212 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_SERVICE_ID || 0x8002A220 || Issue with PSN account // Invalid ID
| SCE_NP_AUTH_ERROR_INVALID_SERVICE_ID || 0x8002a220 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_CREDENTIAL || 0x8002A221 || Issue signing into the PSN // Invalid login (incorrect password or ID)
| SCE_NP_AUTH_ERROR_INVALID_CREDENTIAL || 0x8002a221 ||  
|-
|-
| 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 || "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_INVALID_CONSOLE_ID || 0x8002a224 || Happens when you try to sign into retail [[environments|environment]] with CEX2DEX'ed console
|-
|-
| 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_CONSOLE_ID_SUSPENDED || 0x8002a227 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_CLOSED || 0x8002A230 || Cannot use PSN // SEN account deleted
| SCE_NP_AUTH_ERROR_ACCOUNT_CLOSED || 0x8002a230 ||  
|-
|-
| 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_SUSPENDED || 0x8002a231 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_EULA || 0x8002A232 || Need to accept Terms of Service and User Agreement
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_EULA || 0x8002a232 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT1 || 0x8002A240 || Need to accept updated PSN Terms of Service
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT1 || 0x8002a240 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT2 || 0x8002A241 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT2 || 0x8002a241 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT3 || 0x8002A242 || Need to accept Terms of Service and User Agreement
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT3 || 0x8002a242 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT4 || 0x8002A243 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT4 || 0x8002a243 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT5 || 0x8002A244 || Invalid console ID?
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT5 || 0x8002a244 ||  
|-
|-
| 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<br />SCE_NP_AUTH_ERROR_SUB_ACCOUNT_RENEW_EULA || 0x8002A24F ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT16<br />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 297:
!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_NON_PLUS_MEMBER || 0x8002a45d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SEQUENCE || 0x8002A45E ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SEQUENCE || 0x8002a45e ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_SAVEDATA_NOT_FOUND || 0x8002A45F ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_SAVEDATA_NOT_FOUND || 0x8002a45f ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_SAVEDATA_FILES || 0x8002A460 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_SAVEDATA_FILES || 0x8002a460 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_TOTAL_SAVEDATA_SIZE || 0x8002A461 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_TOTAL_SAVEDATA_SIZE || 0x8002a461 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_YET_DOWNLOADABLE || 0x8002A462 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_YET_DOWNLOADABLE || 0x8002a462 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_TITLE || 0x8002A468 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_TITLE || 0x8002a468 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_ICONDATA || 0x8002A469 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_ICONDATA || 0x8002a469 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_SAVEDATA || 0x8002A46A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_SAVEDATA || 0x8002a46a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SIGNATURE || 0x8002A46B ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SIGNATURE || 0x8002a46b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_MD5SUM || 0x8002A46C ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_MD5SUM || 0x8002a46c ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_SAVEDATA_SIZE || 0x8002A46D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_SAVEDATA_SIZE || 0x8002a46d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_CONDITIONS_NOT_SATISFIED || 0x8002A473 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_CONDITIONS_NOT_SATISFIED || 0x8002a473 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSUPPORTED_PLATFORM || 0x8002A478 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSUPPORTED_PLATFORM || 0x8002a478 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_BEFORE_SERVICE || 0x8002A4A0 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_BEFORE_SERVICE || 0x8002a4a0 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_END_OF_SERVICE || 0x8002A4A1 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_END_OF_SERVICE || 0x8002a4a1 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_MAINTENANCE || 0x8002A4A2 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_MAINTENANCE || 0x8002a4a2 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BEFORE_SERVICE || 0x8002A4A3 || Score ranking not started yet
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BEFORE_SERVICE || 0x8002a4a3 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_END_OF_SERVICE || 0x8002A4A4 || Score ranking discontinued
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_END_OF_SERVICE || 0x8002a4a4 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MAINTENANCE || 0x8002A4A5 || Score ranking under maintenance
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MAINTENANCE || 0x8002a4a5 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_TITLE || 0x8002A4A6 || Issue connecting to game server
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_TITLE || 0x8002a4a6 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_BEFORE_SERVICE || 0x8002A4A7 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_BEFORE_SERVICE || 0x8002a4a7 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_END_OF_SERVICE || 0x8002A4A8 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_END_OF_SERVICE || 0x8002a4a8 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_MAINTENANCE || 0x8002A4A9 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_MAINTENANCE || 0x8002a4a9 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_BEFORE_SERVICE || 0x8002A4AA ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_BEFORE_SERVICE || 0x8002a4aa ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_END_OF_SERVICE || 0x8002A4AB ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_END_OF_SERVICE || 0x8002a4ab ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_MAINTENANCE || 0x8002A4AC ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_MAINTENANCE || 0x8002a4ac ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_BEFORE_SERVICE || 0x8002A4AD ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_BEFORE_SERVICE || 0x8002a4ad ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_END_OF_SERVICE || 0x8002A4AE ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_END_OF_SERVICE || 0x8002a4ae ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_MAINTENANCE || 0x8002A4AF ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_MAINTENANCE || 0x8002a4af ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_BEFORE_SERVICE || 0x8002A4B0 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_BEFORE_SERVICE || 0x8002a4b0 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_END_OF_SERVICE || 0x8002A4B1 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_END_OF_SERVICE || 0x8002a4b1 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_MAINTENANCE || 0x8002A4B2 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_MAINTENANCE || 0x8002a4b2 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BASIC_BLACKLISTED_USER_ID || 0x8002A4B3 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_BASIC_BLACKLISTED_USER_ID || 0x8002a4b3 ||  
|-
|-
!colspan="3" | Unspecified Error
!colspan="3" | Unspecified Error
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSPECIFIED || 0x8002A4FF ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSPECIFIED || 0x8002a4ff ||  
|-
|-
!colspan="3" | NP Core Error  
!colspan="3" | NP Core Error  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_ARGUMENT || 0x8002A501 ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_ARGUMENT || 0x8002a501 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_OUT_OF_MEMORY || 0x8002A502 ||  
| SCE_NP_CORE_UTIL_ERROR_OUT_OF_MEMORY || 0x8002a502 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INSUFFICIENT || 0x8002A503 ||  
| SCE_NP_CORE_UTIL_ERROR_INSUFFICIENT || 0x8002a503 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_PARSER_FAILED || 0x8002A504 ||  
| SCE_NP_CORE_UTIL_ERROR_PARSER_FAILED || 0x8002a504 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002A505 ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002a505 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_EXTENSION || 0x8002A506 ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_EXTENSION || 0x8002a506 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_TEXT || 0x8002A507 ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_TEXT || 0x8002a507 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN_TYPE || 0x8002A508 ||  
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN_TYPE || 0x8002a508 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN || 0x8002A509 ||  
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN || 0x8002a509 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_NOT_INITIALIZED || 0x8002A511 ||  
| SCE_NP_CORE_PARSER_ERROR_NOT_INITIALIZED || 0x8002a511 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_ALREADY_INITIALIZED || 0x8002A512 ||  
| SCE_NP_CORE_PARSER_ERROR_ALREADY_INITIALIZED || 0x8002a512 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_OUT_OF_MEMORY || 0x8002A513 ||  
| SCE_NP_CORE_PARSER_ERROR_OUT_OF_MEMORY || 0x8002a513 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INSUFFICIENT || 0x8002A514 ||  
| SCE_NP_CORE_PARSER_ERROR_INSUFFICIENT || 0x8002a514 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_FORMAT || 0x8002A515 ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_FORMAT || 0x8002a515 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_ARGUMENT || 0x8002A516 ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_ARGUMENT || 0x8002a516 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_HANDLE || 0x8002A517 ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_HANDLE || 0x8002a517 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_ICON || 0x8002A518 ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_ICON || 0x8002a518 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_UNKNOWN || 0x8002A519 ||  
| SCE_NP_CORE_PARSER_ERROR_UNKNOWN || 0x8002a519 ||  
|-
|-
| SCE_NP_CORE_ERROR_ALREADY_INITIALIZED || 0x8002A521 || Issue connecting online
| SCE_NP_CORE_ERROR_ALREADY_INITIALIZED || 0x8002a521 ||  
|-
|-
| SCE_NP_CORE_ERROR_NOT_INITIALIZED || 0x8002A522 ||  
| SCE_NP_CORE_ERROR_NOT_INITIALIZED || 0x8002a522 ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_ARGUMENT || 0x8002A523 ||  
| SCE_NP_CORE_ERROR_INVALID_ARGUMENT || 0x8002a523 ||  
|-
|-
| SCE_NP_CORE_ERROR_OUT_OF_MEMORY || 0x8002A524 || System memory too low. Reboot console.
| SCE_NP_CORE_ERROR_OUT_OF_MEMORY || 0x8002a524 ||  
|-
|-
| SCE_NP_CORE_ERROR_ID_NOT_AVAILABLE || 0x8002A525 ||  
| SCE_NP_CORE_ERROR_ID_NOT_AVAILABLE || 0x8002a525 ||  
|-
|-
| SCE_NP_CORE_ERROR_USER_OFFLINE || 0x8002A526 || "A network error has occurred." (8002A526)
| SCE_NP_CORE_ERROR_USER_OFFLINE || 0x8002a526 ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_RUNNING || 0x8002A527 ||  
| SCE_NP_CORE_ERROR_SESSION_RUNNING || 0x8002a527 ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_NOT_ESTABLISHED || 0x8002A528 ||  
| SCE_NP_CORE_ERROR_SESSION_NOT_ESTABLISHED || 0x8002a528 ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_INVALID_STATE || 0x8002A529 ||  
| SCE_NP_CORE_ERROR_SESSION_INVALID_STATE || 0x8002a529 ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_ID_TOO_LONG || 0x8002A52A ||  
| SCE_NP_CORE_ERROR_SESSION_ID_TOO_LONG || 0x8002a52a ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_INVALID_NAMESPACE || 0x8002A52B ||  
| SCE_NP_CORE_ERROR_SESSION_INVALID_NAMESPACE || 0x8002a52b ||  
|-
|-
| SCE_NP_CORE_ERROR_CONNECTION_TIMEOUT || 0x8002A52C ||  
| SCE_NP_CORE_ERROR_CONNECTION_TIMEOUT || 0x8002a52c ||  
|-
|-
| SCE_NP_CORE_ERROR_GETSOCKOPT || 0x8002A52D ||  
| SCE_NP_CORE_ERROR_GETSOCKOPT || 0x8002a52d ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_NOT_INITIALIZED || 0x8002A52E ||  
| SCE_NP_CORE_ERROR_SSL_NOT_INITIALIZED || 0x8002a52e ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_ALREADY_INITIALIZED || 0x8002A52F ||  
| SCE_NP_CORE_ERROR_SSL_ALREADY_INITIALIZED || 0x8002a52f ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_NO_CERT || 0x8002A530 ||  
| SCE_NP_CORE_ERROR_SSL_NO_CERT || 0x8002a530 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_NO_TRUSTWORTHY_CA || 0x8002A531 ||  
| SCE_NP_CORE_ERROR_SSL_NO_TRUSTWORTHY_CA || 0x8002a531 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_INVALID_CERT || 0x8002A532 ||  
| SCE_NP_CORE_ERROR_SSL_INVALID_CERT || 0x8002a532 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_CERT_VERIFY || 0x8002A533 ||  
| SCE_NP_CORE_ERROR_SSL_CERT_VERIFY || 0x8002a533 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_CN_CHECK || 0x8002A534 ||  
| SCE_NP_CORE_ERROR_SSL_CN_CHECK || 0x8002a534 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_HANDSHAKE_FAILED || 0x8002A535 || Issue connecting to PSN
| SCE_NP_CORE_ERROR_SSL_HANDSHAKE_FAILED || 0x8002a535 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_SEND || 0x8002A536 ||  
| SCE_NP_CORE_ERROR_SSL_SEND || 0x8002a536 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_RECV || 0x8002A537 || "An error has occurred. You have been signed out of PSN" (8002A537)
| SCE_NP_CORE_ERROR_SSL_RECV || 0x8002a537 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_CREATE_CTX || 0x8002A538 ||  
| SCE_NP_CORE_ERROR_SSL_CREATE_CTX || 0x8002a538 ||  
|-
|-
| SCE_NP_CORE_ERROR_PARSE_PEM || 0x8002A539 ||  
| SCE_NP_CORE_ERROR_PARSE_PEM || 0x8002a539 ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_INITIATE_STREAM || 0x8002A53A ||  
| SCE_NP_CORE_ERROR_INVALID_INITIATE_STREAM || 0x8002a53a ||  
|-
|-
| SCE_NP_CORE_ERROR_SASL_NOT_SUPPORTED || 0x8002A53B ||  
| SCE_NP_CORE_ERROR_SASL_NOT_SUPPORTED || 0x8002a53b ||  
|-
|-
| SCE_NP_CORE_ERROR_NAMESPACE_ALREADY_EXISTS || 0x8002A53C ||  
| SCE_NP_CORE_ERROR_NAMESPACE_ALREADY_EXISTS || 0x8002a53c ||  
|-
|-
| SCE_NP_CORE_ERROR_FROM_ALREADY_EXISTS || 0x8002A53D ||  
| SCE_NP_CORE_ERROR_FROM_ALREADY_EXISTS || 0x8002a53d ||  
|-
|-
| SCE_NP_CORE_ERROR_MODULE_NOT_REGISTERED || 0x8002A53E ||  
| SCE_NP_CORE_ERROR_MODULE_NOT_REGISTERED || 0x8002a53e ||  
|-
|-
| SCE_NP_CORE_ERROR_MODULE_FROM_NOT_FOUND || 0x8002A53F ||  
| SCE_NP_CORE_ERROR_MODULE_FROM_NOT_FOUND || 0x8002a53f ||  
|-
|-
| SCE_NP_CORE_ERROR_UNKNOWN_NAMESPACE || 0x8002A540 ||  
| SCE_NP_CORE_ERROR_UNKNOWN_NAMESPACE || 0x8002a540 ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_VERSION || 0x8002A541 ||  
| SCE_NP_CORE_ERROR_INVALID_VERSION || 0x8002a541 ||  
|-
|-
| SCE_NP_CORE_ERROR_LOGIN_TIMEOUT || 0x8002A542 || Connection to PSN timed out
| SCE_NP_CORE_ERROR_LOGIN_TIMEOUT || 0x8002a542 ||  
|-
|-
| SCE_NP_CORE_ERROR_TOO_MANY_SESSIONS || 0x8002A543 || Issue connecting to PSN
| SCE_NP_CORE_ERROR_TOO_MANY_SESSIONS || 0x8002a543 ||  
|-
|-
| SCE_NP_CORE_ERROR_SENDLIST_NOT_FOUND || 0x8002A544 ||  
| SCE_NP_CORE_ERROR_SENDLIST_NOT_FOUND || 0x8002a544 ||  
|-
|-
| SCE_NP_CORE_ERROR_NO_ID || 0x8002A545 ||  
| SCE_NP_CORE_ERROR_NO_ID || 0x8002a545 ||  
|-
|-
| SCE_NP_CORE_ERROR_LOAD_CERTS || 0x8002A546 ||  
| SCE_NP_CORE_ERROR_LOAD_CERTS || 0x8002a546 ||  
|-
|-
| SCE_NP_CORE_ERROR_NET_SELECT || 0x8002A547 ||  
| SCE_NP_CORE_ERROR_NET_SELECT || 0x8002a547 ||  
|-
|-
| 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_ERROR_DISCONNECTED || 0x8002a548 ||  
|-
|-
| SCE_NP_CORE_ERROR_TICKET_TOO_SMALL || 0x8002A549 ||  
| SCE_NP_CORE_ERROR_TICKET_TOO_SMALL || 0x8002a549 ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_TICKET || 0x8002A54A ||  
| SCE_NP_CORE_ERROR_INVALID_TICKET || 0x8002a54a ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_ONLINEID<br />SCE_NP_CORE_ERROR_INVALID_PSHANDLE || 0x8002A54B ||  
| SCE_NP_CORE_ERROR_INVALID_ONLINEID<br />SCE_NP_CORE_ERROR_INVALID_PSHANDLE || 0x8002a54b ||  
|-
|-
| SCE_NP_CORE_ERROR_GETHOSTBYNAME || 0x8002A54C ||  
| SCE_NP_CORE_ERROR_GETHOSTBYNAME || 0x8002a54c ||  
|-
|-
| SCE_NP_CORE_ERROR_UNDEFINED_STREAM_ERROR || 0x8002A54D ||  
| SCE_NP_CORE_ERROR_UNDEFINED_STREAM_ERROR || 0x8002a54d ||  
|-
|-
| SCE_NP_CORE_ERROR_INTERNAL || 0x8002A5FF ||  
| SCE_NP_CORE_ERROR_INTERNAL || 0x8002a5ff ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPERM || 0x8002AD01 ||  
| SCE_NP_CORE_NET_ERROR_EPERM || 0x8002ad01 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOENT || 0x8002AD02 ||  
| SCE_NP_CORE_NET_ERROR_ENOENT || 0x8002ad02 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ESRCH || 0x8002AD03 ||  
| SCE_NP_CORE_NET_ERROR_ESRCH || 0x8002ad03 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EINTR || 0x8002AD04 ||  
| SCE_NP_CORE_NET_ERROR_EINTR || 0x8002ad04 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EIO || 0x8002AD05 ||  
| SCE_NP_CORE_NET_ERROR_EIO || 0x8002ad05 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENXIO || 0x8002AD06 ||  
| SCE_NP_CORE_NET_ERROR_ENXIO || 0x8002ad06 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_E2BIG || 0x8002AD07 ||  
| SCE_NP_CORE_NET_ERROR_E2BIG || 0x8002ad07 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOEXC || 0x8002AD08 ||  
| SCE_NP_CORE_NET_ERROR_ENOEXC || 0x8002ad08 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EBADF || 0x8002AD09 ||  
| SCE_NP_CORE_NET_ERROR_EBADF || 0x8002ad09 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ECHILD || 0x8002AD0A ||  
| SCE_NP_CORE_NET_ERROR_ECHILD || 0x8002ad0a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EDEADLK || 0x8002AD0B ||  
| SCE_NP_CORE_NET_ERROR_EDEADLK || 0x8002ad0b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOMEM || 0x8002AD0C || Network memory running low. Reboot console.
| SCE_NP_CORE_NET_ERROR_ENOMEM || 0x8002ad0c ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EACCES || 0x8002AD0D ||  
| SCE_NP_CORE_NET_ERROR_EACCES || 0x8002ad0d ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EFAULT || 0x8002AD0E ||  
| SCE_NP_CORE_NET_ERROR_EFAULT || 0x8002ad0e ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTBLK || 0x8002AD0F ||  
| SCE_NP_CORE_NET_ERROR_ENOTBLK || 0x8002ad0f ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EBUSY || 0x8002AD10 ||  
| SCE_NP_CORE_NET_ERROR_EBUSY || 0x8002ad10 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EEXIST || 0x8002AD11 ||  
| SCE_NP_CORE_NET_ERROR_EEXIST || 0x8002ad11 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EXDEV || 0x8002AD12 ||  
| SCE_NP_CORE_NET_ERROR_EXDEV || 0x8002ad12 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENODEV || 0x8002AD13 ||  
| SCE_NP_CORE_NET_ERROR_ENODEV || 0x8002ad13 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTDIR || 0x8002AD14 ||  
| SCE_NP_CORE_NET_ERROR_ENOTDIR || 0x8002ad14 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EISDIR || 0x8002AD15 ||  
| SCE_NP_CORE_NET_ERROR_EISDIR || 0x8002ad15 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EINVAL || 0x8002AD16 ||  
| SCE_NP_CORE_NET_ERROR_EINVAL || 0x8002ad16 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENFILE || 0x8002AD17 ||  
| SCE_NP_CORE_NET_ERROR_ENFILE || 0x8002ad17 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EMFILE || 0x8002AD18 ||  
| SCE_NP_CORE_NET_ERROR_EMFILE || 0x8002ad18 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTTY || 0x8002AD19 ||  
| SCE_NP_CORE_NET_ERROR_ENOTTY || 0x8002ad19 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ETXTBSY || 0x8002AD1A ||  
| SCE_NP_CORE_NET_ERROR_ETXTBSY || 0x8002ad1a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EFBIG || 0x8002AD1B ||  
| SCE_NP_CORE_NET_ERROR_EFBIG || 0x8002ad1b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOSPC || 0x8002AD1C ||  
| SCE_NP_CORE_NET_ERROR_ENOSPC || 0x8002ad1c ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ESPIPE || 0x8002AD1D ||  
| SCE_NP_CORE_NET_ERROR_ESPIPE || 0x8002ad1d ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EROFS || 0x8002AD1E ||  
| SCE_NP_CORE_NET_ERROR_EROFS || 0x8002ad1e ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EMLINK || 0x8002AD1F ||  
| SCE_NP_CORE_NET_ERROR_EMLINK || 0x8002ad1f ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPIPE || 0x8002AD20 ||  
| SCE_NP_CORE_NET_ERROR_EPIPE || 0x8002ad20 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EDOM || 0x8002AD21 ||  
| SCE_NP_CORE_NET_ERROR_EDOM || 0x8002ad21 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ERANGE || 0x8002AD22 || Issue connecting to PSN; possible congestion in internet connection
| SCE_NP_CORE_NET_ERROR_ERANGE || 0x8002ad22 ||  
|-
|-
| 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_EAGAIN || 0x8002ad23 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EINPROGRESS || 0x8002AD24 ||  
| SCE_NP_CORE_NET_ERROR_EINPROGRESS || 0x8002ad24 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EALREADY || 0x8002AD25 || Issue connecting to PSN
| SCE_NP_CORE_NET_ERROR_EALREADY || 0x8002ad25 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTSOCK || 0x8002AD26 ||  
| SCE_NP_CORE_NET_ERROR_ENOTSOCK || 0x8002ad26 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EDESTADDRREQ || 0x8002AD27 ||  
| SCE_NP_CORE_NET_ERROR_EDESTADDRREQ || 0x8002ad27 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EMSGSIZE || 0x8002AD28 ||  
| SCE_NP_CORE_NET_ERROR_EMSGSIZE || 0x8002ad28 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROTOTYPE || 0x8002AD29 ||  
| SCE_NP_CORE_NET_ERROR_EPROTOTYPE || 0x8002ad29 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOPROTOOPT || 0x8002AD2A ||  
| SCE_NP_CORE_NET_ERROR_ENOPROTOOPT || 0x8002ad2a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROTONOSUPPORT || 0x8002AD2B ||  
| SCE_NP_CORE_NET_ERROR_EPROTONOSUPPORT || 0x8002ad2b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ESOCKTNOSUPPORT || 0x8002AD2C ||  
| SCE_NP_CORE_NET_ERROR_ESOCKTNOSUPPORT || 0x8002ad2c ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EOPNOTSUPP || 0x8002AD2D ||  
| SCE_NP_CORE_NET_ERROR_EOPNOTSUPP || 0x8002ad2d ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPFNOSUPPORT || 0x8002AD2E ||  
| SCE_NP_CORE_NET_ERROR_EPFNOSUPPORT || 0x8002ad2e ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EAFNOSUPPORT || 0x8002AD2F ||  
| SCE_NP_CORE_NET_ERROR_EAFNOSUPPORT || 0x8002ad2f ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EADDRINUSE || 0x8002AD30 ||  
| SCE_NP_CORE_NET_ERROR_EADDRINUSE || 0x8002ad30 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EADDRNOTAVAIL || 0x8002AD31 ||  
| SCE_NP_CORE_NET_ERROR_EADDRNOTAVAIL || 0x8002ad31 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENETDOWN || 0x8002AD32 ||  
| SCE_NP_CORE_NET_ERROR_ENETDOWN || 0x8002ad32 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENETUNREACH || 0x8002AD33 ||  
| SCE_NP_CORE_NET_ERROR_ENETUNREACH || 0x8002ad33 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENETRESET || 0x8002AD34 ||  
| SCE_NP_CORE_NET_ERROR_ENETRESET || 0x8002ad34 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ECONNABORTED || 0x8002AD35 ||  
| SCE_NP_CORE_NET_ERROR_ECONNABORTED || 0x8002ad35 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ECONNRESET || 0x8002AD36 || Login to PSN was reset
| SCE_NP_CORE_NET_ERROR_ECONNRESET || 0x8002ad36 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOBUFS || 0x8002AD37 ||  
| SCE_NP_CORE_NET_ERROR_ENOBUFS || 0x8002ad37 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EISCONN || 0x8002AD38 ||  
| SCE_NP_CORE_NET_ERROR_EISCONN || 0x8002ad38 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTCONN || 0x8002AD39 ||  
| SCE_NP_CORE_NET_ERROR_ENOTCONN || 0x8002ad39 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ESHUTDOWN || 0x8002AD3A ||  
| SCE_NP_CORE_NET_ERROR_ESHUTDOWN || 0x8002ad3a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ETOOMANYREFS || 0x8002AD3B ||  
| SCE_NP_CORE_NET_ERROR_ETOOMANYREFS || 0x8002ad3b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ETIMEDOUT || 0x8002AD3C ||  
| SCE_NP_CORE_NET_ERROR_ETIMEDOUT || 0x8002ad3c ||  
|-
|-
| 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_ECONNREFUSED || 0x8002ad3d ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ELOOP || 0x8002AD3E ||  
| SCE_NP_CORE_NET_ERROR_ELOOP || 0x8002ad3e ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENAMETOOLONG || 0x8002AD3F ||  
| SCE_NP_CORE_NET_ERROR_ENAMETOOLONG || 0x8002ad3f ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EHOSTDOWN || 0x8002AD40 ||  
| SCE_NP_CORE_NET_ERROR_EHOSTDOWN || 0x8002ad40 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EHOSTUNREACH || 0x8002AD41 ||  
| SCE_NP_CORE_NET_ERROR_EHOSTUNREACH || 0x8002ad41 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTEMPTY || 0x8002AD42 ||  
| SCE_NP_CORE_NET_ERROR_ENOTEMPTY || 0x8002ad42 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROCLIM || 0x8002AD43 ||  
| SCE_NP_CORE_NET_ERROR_EPROCLIM || 0x8002ad43 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EUSERS || 0x8002AD44 ||  
| SCE_NP_CORE_NET_ERROR_EUSERS || 0x8002ad44 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EDQUOT || 0x8002AD45 ||  
| SCE_NP_CORE_NET_ERROR_EDQUOT || 0x8002ad45 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ESTALE || 0x8002AD46 ||  
| SCE_NP_CORE_NET_ERROR_ESTALE || 0x8002ad46 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EREMOTE || 0x8002AD47 ||  
| SCE_NP_CORE_NET_ERROR_EREMOTE || 0x8002ad47 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EBADRPC || 0x8002AD48 ||  
| SCE_NP_CORE_NET_ERROR_EBADRPC || 0x8002ad48 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ERPCMISMATCH || 0x8002AD49 ||  
| SCE_NP_CORE_NET_ERROR_ERPCMISMATCH || 0x8002ad49 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROGUNAVAIL || 0x8002AD4A ||  
| SCE_NP_CORE_NET_ERROR_EPROGUNAVAIL || 0x8002ad4a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROGMISMATCH || 0x8002AD4B ||  
| SCE_NP_CORE_NET_ERROR_EPROGMISMATCH || 0x8002ad4b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EPROCUNAVAIL || 0x8002AD4C ||  
| SCE_NP_CORE_NET_ERROR_EPROCUNAVAIL || 0x8002ad4c ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOLCK || 0x8002AD4D ||  
| SCE_NP_CORE_NET_ERROR_ENOLCK || 0x8002ad4d ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOSYS || 0x8002AD4E ||  
| SCE_NP_CORE_NET_ERROR_ENOSYS || 0x8002ad4e ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EFTYPE || 0x8002AD4F ||  
| SCE_NP_CORE_NET_ERROR_EFTYPE || 0x8002ad4f ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EAUTH || 0x8002AD50 ||  
| SCE_NP_CORE_NET_ERROR_EAUTH || 0x8002ad50 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENEEDAUTH || 0x8002AD51 ||  
| SCE_NP_CORE_NET_ERROR_ENEEDAUTH || 0x8002ad51 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EIDRM || 0x8002AD52 ||  
| SCE_NP_CORE_NET_ERROR_EIDRM || 0x8002ad52 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOMSG || 0x8002AD53 ||  
| SCE_NP_CORE_NET_ERROR_ENOMSG || 0x8002ad53 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EOVERFLOW || 0x8002AD54 ||  
| SCE_NP_CORE_NET_ERROR_EOVERFLOW || 0x8002ad54 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EILSEQ || 0x8002AD55 ||  
| SCE_NP_CORE_NET_ERROR_EILSEQ || 0x8002ad55 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOTSUP || 0x8002AD56 ||  
| SCE_NP_CORE_NET_ERROR_ENOTSUP || 0x8002ad56 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ECANCELED || 0x8002AD57 ||  
| SCE_NP_CORE_NET_ERROR_ECANCELED || 0x8002ad57 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_EBADMSG || 0x8002AD58 ||  
| SCE_NP_CORE_NET_ERROR_EBADMSG || 0x8002ad58 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENODATA || 0x8002AD59 ||  
| SCE_NP_CORE_NET_ERROR_ENODATA || 0x8002ad59 ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOSR || 0x8002AD5A ||  
| SCE_NP_CORE_NET_ERROR_ENOSR || 0x8002ad5a ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ENOSTR || 0x8002AD5B ||  
| SCE_NP_CORE_NET_ERROR_ENOSTR || 0x8002ad5b ||  
|-
|-
| SCE_NP_CORE_NET_ERROR_ETIME || 0x8002AD5C ||  
| SCE_NP_CORE_NET_ERROR_ETIME || 0x8002ad5c ||  
|-
|-
!colspan="3" | NP Core DNS Error
!colspan="3" | NP Core DNS Error
|-
|-
| SCE_NP_CORE_ERROR_DNS_HOST_NOT_FOUND || 0x8002AF01 ||  
| SCE_NP_CORE_ERROR_DNS_HOST_NOT_FOUND || 0x8002af01 ||  
|-
|-
| SCE_NP_CORE_ERROR_DNS_TRY_AGAIN || 0x8002AF02 ||  
| SCE_NP_CORE_ERROR_DNS_TRY_AGAIN || 0x8002af02 ||  
|-
|-
| SCE_NP_CORE_ERROR_DNS_NO_RECOVERY || 0x8002AF03 ||  
| SCE_NP_CORE_ERROR_DNS_NO_RECOVERY || 0x8002af03 ||  
|-
|-
| SCE_NP_CORE_ERROR_DNS_NO_DATA || 0x8002AF04 ||  
| SCE_NP_CORE_ERROR_DNS_NO_DATA || 0x8002af04 ||  
|-
|-
| SCE_NP_CORE_ERROR_DNS_NO_ADDRESS || 0x8002AFFF ||  
| SCE_NP_CORE_ERROR_DNS_NO_ADDRESS || 0x8002afff ||  
|-
|-
!colspan="3" | NP Basic Error
!colspan="3" | NP Basic Error
|-
|-
| SCE_NP_BASIC_ERROR_ALREADY_INITIALIZED || 0x8002A661 ||  
| SCE_NP_BASIC_ERROR_ALREADY_INITIALIZED || 0x8002a661 ||  
|-
|-
| SCE_NP_BASIC_ERROR_NOT_INITIALIZED || 0x8002A662 ||  
| SCE_NP_BASIC_ERROR_NOT_INITIALIZED || 0x8002a662 ||  
|-
|-
| SCE_NP_BASIC_ERROR_NOT_SUPPORTED || 0x8002A663 ||  
| SCE_NP_BASIC_ERROR_NOT_SUPPORTED || 0x8002a663 ||  
|-
|-
| SCE_NP_BASIC_ERROR_OUT_OF_MEMORY || 0x8002A664 ||  
| SCE_NP_BASIC_ERROR_OUT_OF_MEMORY || 0x8002a664 ||  
|-
|-
| SCE_NP_BASIC_ERROR_INVALID_ARGUMENT || 0x8002A665 ||  
| SCE_NP_BASIC_ERROR_INVALID_ARGUMENT || 0x8002a665 ||  
|-
|-
| SCE_NP_BASIC_ERROR_BAD_ID || 0x8002A666 ||  
| SCE_NP_BASIC_ERROR_BAD_ID || 0x8002a666 ||  
|-
|-
| SCE_NP_BASIC_ERROR_IDS_DIFFER || 0x8002A667 ||  
| SCE_NP_BASIC_ERROR_IDS_DIFFER || 0x8002a667 ||  
|-
|-
| SCE_NP_BASIC_ERROR_PARSER_FAILED || 0x8002A668 ||  
| SCE_NP_BASIC_ERROR_PARSER_FAILED || 0x8002a668 ||  
|-
|-
| SCE_NP_BASIC_ERROR_TIMEOUT || 0x8002A669 || Server timed out; PSN may be down or having connectivity problems
| SCE_NP_BASIC_ERROR_TIMEOUT || 0x8002a669 ||  
|-
|-
| SCE_NP_BASIC_ERROR_NO_EVENT || 0x8002A66A ||  
| SCE_NP_BASIC_ERROR_NO_EVENT || 0x8002a66a ||  
|-
|-
| SCE_NP_BASIC_ERROR_EXCEEDS_MAX || 0x8002A66B ||  
| SCE_NP_BASIC_ERROR_EXCEEDS_MAX || 0x8002a66b ||  
|-
|-
| SCE_NP_BASIC_ERROR_INSUFFICIENT || 0x8002A66C ||  
| SCE_NP_BASIC_ERROR_INSUFFICIENT || 0x8002a66c ||  
|-
|-
| SCE_NP_BASIC_ERROR_NOT_REGISTERED || 0x8002A66D ||  
| SCE_NP_BASIC_ERROR_NOT_REGISTERED || 0x8002a66d ||  
|-
|-
| SCE_NP_BASIC_ERROR_DATA_LOST || 0x8002A66E ||  
| SCE_NP_BASIC_ERROR_DATA_LOST || 0x8002a66e ||  
|-
|-
| SCE_NP_BASIC_ERROR_BUSY || 0x8002A66F ||  
| SCE_NP_BASIC_ERROR_BUSY || 0x8002a66f ||  
|-
|-
| SCE_NP_BASIC_ERROR_STATUS || 0x8002A670 ||  
| SCE_NP_BASIC_ERROR_STATUS || 0x8002a670 ||  
|-
|-
| SCE_NP_BASIC_ERROR_CANCEL || 0x8002A671 ||  
| SCE_NP_BASIC_ERROR_CANCEL || 0x8002a671 ||  
|-
|-
| SCE_NP_BASIC_ERROR_INVALID_MEMORY_CONTAINER || 0x8002A672 ||  
| SCE_NP_BASIC_ERROR_INVALID_MEMORY_CONTAINER || 0x8002a672 ||  
|-
|-
| SCE_NP_BASIC_ERROR_INVALID_DATA_ID || 0x8002A673 ||  
| SCE_NP_BASIC_ERROR_INVALID_DATA_ID || 0x8002a673 ||  
|-
|-
| SCE_NP_BASIC_ERROR_BROKEN_DATA || 0x8002A674 ||  
| SCE_NP_BASIC_ERROR_BROKEN_DATA || 0x8002a674 ||  
|-
|-
| SCE_NP_BASIC_ERROR_BLOCKLIST_ADD_FAILED || 0x8002A675 ||  
| SCE_NP_BASIC_ERROR_BLOCKLIST_ADD_FAILED || 0x8002a675 ||  
|-
|-
| SCE_NP_BASIC_ERROR_BLOCKLIST_IS_FULL || 0x8002A676 ||  
| SCE_NP_BASIC_ERROR_BLOCKLIST_IS_FULL || 0x8002a676 ||  
|-
|-
| SCE_NP_BASIC_ERROR_SEND_FAILED || 0x8002A677 ||  
| SCE_NP_BASIC_ERROR_SEND_FAILED || 0x8002a677 ||  
|-
|-
| SCE_NP_BASIC_ERROR_NOT_CONNECTED || 0x8002A678 ||  
| SCE_NP_BASIC_ERROR_NOT_CONNECTED || 0x8002a678 ||  
|-
|-
| SCE_NP_BASIC_ERROR_INSUFFICIENT_DISK_SPACE || 0x8002A679 ||  
| SCE_NP_BASIC_ERROR_INSUFFICIENT_DISK_SPACE || 0x8002a679 ||  
|-
|-
| SCE_NP_BASIC_ERROR_INTERNAL_FAILURE || 0x8002A67A ||  
| SCE_NP_BASIC_ERROR_INTERNAL_FAILURE || 0x8002a67a ||  
|-
|-
| SCE_NP_BASIC_ERROR_DOES_NOT_EXIST || 0x8002A67b ||  
| SCE_NP_BASIC_ERROR_DOES_NOT_EXIST || 0x8002a67b ||  
|-
|-
| SCE_NP_BASIC_ERROR_INVALID || 0x8002A67C ||  
| SCE_NP_BASIC_ERROR_INVALID || 0x8002a67c ||  
|-
|-
| SCE_NP_BASIC_ERROR_ABORT || 0x8002A67D ||  
| SCE_NP_BASIC_ERROR_ABORT || 0x8002a67d ||  
|-
|-
| SCE_NP_BASIC_ERROR_UNKNOWN || 0x8002A6BF ||  
| SCE_NP_BASIC_ERROR_UNKNOWN || 0x8002a6bf ||  
|-
|-
| SCE_NP_EXT_ERROR_CONTEXT_DOES_NOT_EXIST || 0x8002A6A1 ||  
| SCE_NP_EXT_ERROR_CONTEXT_DOES_NOT_EXIST || 0x8002a6a1 ||  
|-
|-
| SCE_NP_EXT_ERROR_CONTEXT_ALREADY_EXISTS || 0x8002A6A2 ||  
| SCE_NP_EXT_ERROR_CONTEXT_ALREADY_EXISTS || 0x8002a6a2 ||  
|-
|-
| SCE_NP_EXT_ERROR_NO_CONTEXT || 0x8002A6A3 ||  
| SCE_NP_EXT_ERROR_NO_CONTEXT || 0x8002a6a3 ||  
|-
|-
| SCE_NP_EXT_ERROR_NO_ORIGIN || 0x8002A6A4 ||  
| SCE_NP_EXT_ERROR_NO_ORIGIN || 0x8002a6a4 ||  
|-
|-
!colspan="3" | NP Matching Error  
!colspan="3" | NP Matching Error  
|-
|-
| SCE_NP_MATCHING_ERROR_NOT_INITIALIZED || 0x8002A701 ||  
| SCE_NP_MATCHING_ERROR_NOT_INITIALIZED || 0x8002a701 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ALREADY_INITIALIZED || 0x8002A702 ||  
| SCE_NP_MATCHING_ERROR_ALREADY_INITIALIZED || 0x8002a702 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_ARG || 0x8002A703 ||  
| SCE_NP_MATCHING_ERROR_INVALID_ARG || 0x8002a703 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_TERMINATED || 0x8002A704 ||  
| SCE_NP_MATCHING_ERROR_TERMINATED || 0x8002a704 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_TIMEOUT || 0x8002A705 || Issue connecting to PSN
| SCE_NP_MATCHING_ERROR_TIMEOUT || 0x8002a705 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_OUT_OF_MEMORY || 0x8002A706 ||  
| SCE_NP_MATCHING_ERROR_OUT_OF_MEMORY || 0x8002a706 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CTXID_NOT_AVAIL || 0x8002A707 ||  
| SCE_NP_MATCHING_ERROR_CTXID_NOT_AVAIL || 0x8002a707 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CTX_ALREADY_EXIST || 0x8002A708 ||  
| SCE_NP_MATCHING_ERROR_CTX_ALREADY_EXIST || 0x8002a708 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CTX_NOT_FOUND || 0x8002A709 || Issue connecting to PSN
| SCE_NP_MATCHING_ERROR_CTX_NOT_FOUND || 0x8002a709 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_LOBBY_NOT_FOUND || 0x8002A70A ||  
| SCE_NP_MATCHING_ERROR_LOBBY_NOT_FOUND || 0x8002a70a ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ROOM_NOT_FOUND || 0x8002A70B || Room no longer exists
| SCE_NP_MATCHING_ERROR_ROOM_NOT_FOUND || 0x8002a70b ||  
|-
|-
| SCE_NP_MATCHING_ERROR_MEMBER_NOT_FOUND || 0x8002A70C ||  
| SCE_NP_MATCHING_ERROR_MEMBER_NOT_FOUND || 0x8002a70c ||  
|-
|-
| SCE_NP_MATCHING_ERROR_TOO_BIG_VALUE || 0x8002A70D ||  
| SCE_NP_MATCHING_ERROR_TOO_BIG_VALUE || 0x8002a70d ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_TYPE || 0x8002A70E ||  
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_TYPE || 0x8002a70e ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_ID || 0x8002A70F ||  
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_ID || 0x8002a70f ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ALREADY_REQUESTED || 0x8002A710 ||  
| SCE_NP_MATCHING_ERROR_ALREADY_REQUESTED || 0x8002a710 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_LIMITTED_SEATING || 0x8002A711 || Room is full
| SCE_NP_MATCHING_ERROR_LIMITTED_SEATING || 0x8002a711 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_LOCKED || 0x8002A712 ||  
| SCE_NP_MATCHING_ERROR_LOCKED || 0x8002a712 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CTX_STILL_RUNNING || 0x8002A713 ||  
| SCE_NP_MATCHING_ERROR_CTX_STILL_RUNNING || 0x8002a713 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INSUFFICIENT_BUFFER || 0x8002A714 ||  
| SCE_NP_MATCHING_ERROR_INSUFFICIENT_BUFFER || 0x8002a714 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_REQUEST_NOT_ALLOWED || 0x8002A715 ||  
| SCE_NP_MATCHING_ERROR_REQUEST_NOT_ALLOWED || 0x8002a715 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CTX_MAX || 0x8002A716 ||  
| SCE_NP_MATCHING_ERROR_CTX_MAX || 0x8002a716 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_REQ_ID || 0x8002A717 ||  
| SCE_NP_MATCHING_ERROR_INVALID_REQ_ID || 0x8002a717 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_RESULT_NOT_FOUND || 0x8002A718 ||  
| SCE_NP_MATCHING_ERROR_RESULT_NOT_FOUND || 0x8002a718 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_BUSY || 0x8002A719 ||  
| SCE_NP_MATCHING_ERROR_BUSY || 0x8002a719 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ALREADY_JOINED_ROOM || 0x8002A71A ||  
| SCE_NP_MATCHING_ERROR_ALREADY_JOINED_ROOM || 0x8002a71a ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ROOM_MAX || 0x8002A71B || Maximum number of rooms reached
| SCE_NP_MATCHING_ERROR_ROOM_MAX || 0x8002a71b ||  
|-
|-
| SCE_NP_MATCHING_ERROR_QUICK_MATCH_PLAYER_NOT_FOUND || 0x8002A71C || No players found
| SCE_NP_MATCHING_ERROR_QUICK_MATCH_PLAYER_NOT_FOUND || 0x8002a71c ||  
|-
|-
| SCE_NP_MATCHING_ERROR_COND_MAX || 0x8002A71D ||  
| SCE_NP_MATCHING_ERROR_COND_MAX || 0x8002a71d ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_COND || 0x8002A71E ||  
| SCE_NP_MATCHING_ERROR_INVALID_COND || 0x8002a71e ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_ATTR || 0x8002A71F ||  
| SCE_NP_MATCHING_ERROR_INVALID_ATTR || 0x8002a71f ||  
|-
|-
| SCE_NP_MATCHING_ERROR_COMP_OP_INEQUALITY_MAX || 0x8002A720 ||  
| SCE_NP_MATCHING_ERROR_COMP_OP_INEQUALITY_MAX || 0x8002a720 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_RESULT_OVERFLOWED || 0x8002A721 ||  
| SCE_NP_MATCHING_ERROR_RESULT_OVERFLOWED || 0x8002a721 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_HTTPXML_TIMEOUT || 0x8002A722 ||  
| SCE_NP_MATCHING_ERROR_HTTPXML_TIMEOUT || 0x8002a722 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_CANCELED || 0x8002A723 ||  
| SCE_NP_MATCHING_ERROR_CANCELED || 0x8002a723 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_SEARCH_JOIN_ROOM_NOT_FOUND || 0x8002A724 || No rooms found
| SCE_NP_MATCHING_ERROR_SEARCH_JOIN_ROOM_NOT_FOUND || 0x8002a724 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_COMP_OP || 0x8002A725 ||  
| SCE_NP_MATCHING_ERROR_INVALID_COMP_OP || 0x8002a725 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_COMP_TYPE || 0x8002A726 ||  
| SCE_NP_MATCHING_ERROR_INVALID_COMP_TYPE || 0x8002a726 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_REQUEST_NOT_FOUND || 0x8002A727 ||  
| SCE_NP_MATCHING_ERROR_REQUEST_NOT_FOUND || 0x8002a727 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INTERNAL_ERROR || 0x8002A728 ||  
| SCE_NP_MATCHING_ERROR_INTERNAL_ERROR || 0x8002a728 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_PROTOCOL_ID || 0x8002A729 ||  
| SCE_NP_MATCHING_ERROR_INVALID_PROTOCOL_ID || 0x8002a729 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_ATTR_NOT_SPECIFIED || 0x8002A72A ||  
| SCE_NP_MATCHING_ERROR_ATTR_NOT_SPECIFIED || 0x8002a72a ||  
|-
|-
| SCE_NP_MATCHING_ERROR_SYSUTIL_INVALID_RESULT || 0x8002A72B ||  
| SCE_NP_MATCHING_ERROR_SYSUTIL_INVALID_RESULT || 0x8002a72b ||  
|-
|-
| SCE_NP_MATCHING_ERROR_PLUGIN_LOAD_FAILURE || 0x8002A72C ||  
| SCE_NP_MATCHING_ERROR_PLUGIN_LOAD_FAILURE || 0x8002a72c ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_VALUE || 0x8002A72D ||  
| SCE_NP_MATCHING_ERROR_INVALID_ATTR_VALUE || 0x8002a72d ||  
|-
|-
| SCE_NP_MATCHING_ERROR_DUPLICATE || 0x8002A72E ||  
| SCE_NP_MATCHING_ERROR_DUPLICATE || 0x8002a72e ||  
|-
|-
| SCE_NP_MATCHING_ERROR_INVALID_MEMORY_CONTAINER || 0x8002A72F ||  
| SCE_NP_MATCHING_ERROR_INVALID_MEMORY_CONTAINER || 0x8002a72f ||  
|-
|-
| SCE_NP_MATCHING_ERROR_SHUTDOWN || 0x8002A730 ||  
| SCE_NP_MATCHING_ERROR_SHUTDOWN || 0x8002a730 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_SYSUTIL_SERVER_BUSY || 0x8002A731 ||  
| SCE_NP_MATCHING_ERROR_SYSUTIL_SERVER_BUSY || 0x8002a731 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_SEND_INVITATION_PARTIALLY_FAILED || 0x8002A732 ||  
| SCE_NP_MATCHING_ERROR_SEND_INVITATION_PARTIALLY_FAILED || 0x8002a732 ||  
|-
|-
| SCE_NP_MATCHING_ERROR_UTILITY_UNAVAILABLE || 0x8002A733 ||  
| SCE_NP_MATCHING_ERROR_UTILITY_UNAVAILABLE || 0x8002a733 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_OUT_OF_SERVICE || 0x8002A740 || Matching service ended
| SCE_NP_MATCHING_SERVER_ERROR_OUT_OF_SERVICE || 0x8002a740 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_MAINTENANCE || 0x8002A741 || Matching service under maintenance
| SCE_NP_MATCHING_SERVER_ERROR_MAINTENANCE || 0x8002a741 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_SERVER_BUSY || 0x8002A742 || Matching server down
| SCE_NP_MATCHING_SERVER_ERROR_SERVER_BUSY || 0x8002a742 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_ACCESS_FORBIDDEN || 0x8002A743 || Account banned from matching service
| SCE_NP_MATCHING_SERVER_ERROR_ACCESS_FORBIDDEN || 0x8002a743 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_SERVER || 0x8002A744 ||  
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_SERVER || 0x8002a744 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_LOBBY || 0x8002A745 ||  
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_LOBBY || 0x8002a745 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_ROOM || 0x8002A746 || Room no longer exists
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_ROOM || 0x8002a746 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_USER || 0x8002A747 ||  
| SCE_NP_MATCHING_SERVER_ERROR_NO_SUCH_USER || 0x8002a747 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_NOT_ALLOWED || 0x8002A748 ||  
| SCE_NP_MATCHING_SERVER_ERROR_NOT_ALLOWED || 0x8002a748 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_UNKNOWN || 0x8002A749 ||  
| SCE_NP_MATCHING_SERVER_ERROR_UNKNOWN || 0x8002a749 ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_BAD_REQUEST_STANZA || 0x8002A74A ||  
| SCE_NP_MATCHING_SERVER_ERROR_BAD_REQUEST_STANZA || 0x8002a74a ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_REQUEST_FORBIDDEN || 0x8002A74B ||  
| SCE_NP_MATCHING_SERVER_ERROR_REQUEST_FORBIDDEN || 0x8002a74b ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_INTERNAL_ERROR || 0x8002A74C ||  
| SCE_NP_MATCHING_SERVER_ERROR_INTERNAL_ERROR || 0x8002a74c ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_ROOM_OVER || 0x8002A74D || Maximum number of rooms reached
| SCE_NP_MATCHING_SERVER_ERROR_ROOM_OVER || 0x8002a74d ||  
|-
|-
| SCE_NP_MATCHING_SERVER_ERROR_ROOM_CLOSED || 0x8002A74E ||  
| SCE_NP_MATCHING_SERVER_ERROR_ROOM_CLOSED || 0x8002a74e ||  
|-
|-
!colspan="3" | NP Signaling Error  
!colspan="3" | NP Signaling Error  
|-
|-
| SCE_NP_SIGNALING_ERROR_NOT_INITIALIZED || 0x8002A801 ||  
| SCE_NP_SIGNALING_ERROR_NOT_INITIALIZED || 0x8002a801 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_ALREADY_INITIALIZED || 0x8002A802 ||  
| SCE_NP_SIGNALING_ERROR_ALREADY_INITIALIZED || 0x8002a802 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_OUT_OF_MEMORY || 0x8002A803 ||  
| SCE_NP_SIGNALING_ERROR_OUT_OF_MEMORY || 0x8002a803 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CTXID_NOT_AVAILABLE || 0x8002A804 ||  
| SCE_NP_SIGNALING_ERROR_CTXID_NOT_AVAILABLE || 0x8002a804 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CTX_NOT_FOUND || 0x8002A805 ||  
| SCE_NP_SIGNALING_ERROR_CTX_NOT_FOUND || 0x8002a805 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_REQID_NOT_AVAILABLE || 0x8002A806 ||  
| SCE_NP_SIGNALING_ERROR_REQID_NOT_AVAILABLE || 0x8002a806 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_REQ_NOT_FOUND || 0x8002A807 ||  
| SCE_NP_SIGNALING_ERROR_REQ_NOT_FOUND || 0x8002a807 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_PARSER_CREATE_FAILED || 0x8002A808 ||  
| SCE_NP_SIGNALING_ERROR_PARSER_CREATE_FAILED || 0x8002a808 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_PARSER_FAILED || 0x8002A809 ||  
| SCE_NP_SIGNALING_ERROR_PARSER_FAILED || 0x8002a809 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_INVALID_NAMESPACE || 0x8002A80A ||  
| SCE_NP_SIGNALING_ERROR_INVALID_NAMESPACE || 0x8002a80a ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_NETINFO_NOT_AVAILABLE || 0x8002A80B ||  
| SCE_NP_SIGNALING_ERROR_NETINFO_NOT_AVAILABLE || 0x8002a80b ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_PEER_NOT_RESPONDING || 0x8002A80C ||  
| SCE_NP_SIGNALING_ERROR_PEER_NOT_RESPONDING || 0x8002a80c ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CONNID_NOT_AVAILABLE || 0x8002A80D ||  
| SCE_NP_SIGNALING_ERROR_CONNID_NOT_AVAILABLE || 0x8002a80d ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CONN_NOT_FOUND || 0x8002A80E ||  
| SCE_NP_SIGNALING_ERROR_CONN_NOT_FOUND || 0x8002a80e ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_PEER_UNREACHABLE || 0x8002A80F ||  
| SCE_NP_SIGNALING_ERROR_PEER_UNREACHABLE || 0x8002a80f ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_TERMINATED_BY_PEER || 0x8002A810 ||  
| SCE_NP_SIGNALING_ERROR_TERMINATED_BY_PEER || 0x8002a810 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_TIMEOUT || 0x8002A811 ||  
| SCE_NP_SIGNALING_ERROR_TIMEOUT || 0x8002a811 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CTX_MAX || 0x8002A812 ||  
| SCE_NP_SIGNALING_ERROR_CTX_MAX || 0x8002a812 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_RESULT_NOT_FOUND || 0x8002A813 ||  
| SCE_NP_SIGNALING_ERROR_RESULT_NOT_FOUND || 0x8002a813 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_CONN_IN_PROGRESS<br />SCE_NP_SIGNALING_ERROR_CONN_NOT_ACTIVE || 0x8002A814 ||  
| SCE_NP_SIGNALING_ERROR_CONN_IN_PROGRESS<br />SCE_NP_SIGNALING_ERROR_CONN_NOT_ACTIVE || 0x8002a814 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_INVALID_ARGUMENT || 0x8002A815 ||  
| SCE_NP_SIGNALING_ERROR_INVALID_ARGUMENT || 0x8002a815 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_OWN_NP_ID || 0x8002A816 ||  
| SCE_NP_SIGNALING_ERROR_OWN_NP_ID || 0x8002a816 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_TOO_MANY_CONN || 0x8002A817 ||  
| SCE_NP_SIGNALING_ERROR_TOO_MANY_CONN || 0x8002a817 ||  
|-
|-
| SCE_NP_SIGNALING_ERROR_TERMINATED_BY_MYSELF || 0x8002A818 ||  
| SCE_NP_SIGNALING_ERROR_TERMINATED_BY_MYSELF || 0x8002a818 ||  
|-
|-
!colspan="3" | NP Manager Error  
!colspan="3" | NP Manager Error  
|-
|-
| SCE_NP_ERROR_NOT_INITIALIZED || 0x8002AA01 ||  
| SCE_NP_ERROR_NOT_INITIALIZED || 0x8002aa01 ||  
|-
|-
| SCE_NP_ERROR_ALREADY_INITIALIZED || 0x8002AA02 ||  
| SCE_NP_ERROR_ALREADY_INITIALIZED || 0x8002aa02 ||  
|-
|-
| SCE_NP_ERROR_INVALID_ARGUMENT || 0x8002AA03 ||  
| SCE_NP_ERROR_INVALID_ARGUMENT || 0x8002aa03 ||  
|-
|-
| SCE_NP_ERROR_OUT_OF_MEMORY || 0x8002AA04 ||  
| SCE_NP_ERROR_OUT_OF_MEMORY || 0x8002aa04 ||  
|-
|-
| SCE_NP_ERROR_ID_NO_SPACE || 0x8002AA05 ||  
| SCE_NP_ERROR_ID_NO_SPACE || 0x8002aa05 ||  
|-
|-
| SCE_NP_ERROR_ID_NOT_FOUND || 0x8002AA06 ||  
| SCE_NP_ERROR_ID_NOT_FOUND || 0x8002aa06 ||  
|-
|-
| SCE_NP_ERROR_SESSION_RUNNING || 0x8002AA07 ||  
| SCE_NP_ERROR_SESSION_RUNNING || 0x8002aa07 ||  
|-
|-
| SCE_NP_ERROR_LOGINID_ALREADY_EXISTS || 0x8002AA08 ||  
| SCE_NP_ERROR_LOGINID_ALREADY_EXISTS || 0x8002aa08 ||  
|-
|-
| SCE_NP_ERROR_INVALID_TICKET_SIZE || 0x8002AA09 ||  
| SCE_NP_ERROR_INVALID_TICKET_SIZE || 0x8002aa09 ||  
|-
|-
| SCE_NP_ERROR_INVALID_STATE || 0x8002AA0A ||  
| SCE_NP_ERROR_INVALID_STATE || 0x8002aa0a ||  
|-
|-
| SCE_NP_ERROR_ABORTED || 0x8002AA0B ||  
| SCE_NP_ERROR_ABORTED || 0x8002aa0b ||  
|-
|-
| 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_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_VARIANT_ACCOUNT_ID || 0x8002AA0D || Signing in using another PSN account
| SCE_NP_ERROR_VARIANT_ACCOUNT_ID || 0x8002aa0d ||  
|-
|-
| SCE_NP_ERROR_GET_CLOCK || 0x8002AA0E ||  
| SCE_NP_ERROR_GET_CLOCK || 0x8002aa0e ||  
|-
|-
| SCE_NP_ERROR_INSUFFICIENT_BUFFER || 0x8002AA0F ||  
| SCE_NP_ERROR_INSUFFICIENT_BUFFER || 0x8002aa0f ||  
|-
|-
| SCE_NP_ERROR_EXPIRED_TICKET || 0x8002AA10 ||  
| SCE_NP_ERROR_EXPIRED_TICKET || 0x8002aa10 ||  
|-
|-
| SCE_NP_ERROR_TICKET_PARAM_NOT_FOUND || 0x8002AA11 ||  
| SCE_NP_ERROR_TICKET_PARAM_NOT_FOUND || 0x8002aa11 ||  
|-
|-
| SCE_NP_ERROR_UNSUPPORTED_TICKET_VERSION || 0x8002AA12 ||  
| SCE_NP_ERROR_UNSUPPORTED_TICKET_VERSION || 0x8002aa12 ||  
|-
|-
| SCE_NP_ERROR_TICKET_STATUS_CODE_INVALID || 0x8002AA13 ||  
| SCE_NP_ERROR_TICKET_STATUS_CODE_INVALID || 0x8002aa13 ||  
|-
|-
| SCE_NP_ERROR_INVALID_TICKET_VERSION || 0x8002AA14 ||  
| SCE_NP_ERROR_INVALID_TICKET_VERSION || 0x8002aa14 ||  
|-
|-
| SCE_NP_ERROR_ALREADY_USED || 0x8002AA15 ||  
| SCE_NP_ERROR_ALREADY_USED || 0x8002aa15 ||  
|-
|-
| SCE_NP_ERROR_DIFFERENT_USER || 0x8002AA16 ||  
| SCE_NP_ERROR_DIFFERENT_USER || 0x8002aa16 ||  
|-
|-
| SCE_NP_ERROR_ALREADY_DONE || 0x8002AA17 ||  
| SCE_NP_ERROR_ALREADY_DONE || 0x8002aa17 ||  
|-
|-
| SCE_NP_ERROR_SESSION_INVALID_STATE || 0x8002AA81 ||  
| SCE_NP_ERROR_SESSION_INVALID_STATE || 0x8002aa81 ||  
|-
|-
| SCE_NP_ERROR_CTX_NOT_FOUND || 0x8002AA82 ||   
| SCE_NP_ERROR_CTX_NOT_FOUND || 0x8002aa82 ||   
|-
|-
| SCE_NP_ERROR_UNKNOWN_PROTOCOL_EVENT || 0x8002AA83 ||   
| SCE_NP_ERROR_UNKNOWN_PROTOCOL_EVENT || 0x8002aa83 ||   
|-
|-
| SCE_NP_ERROR_REGISTRY || 0x8002AA84 ||   
| SCE_NP_ERROR_REGISTRY || 0x8002aa84 ||   
|-
|-
| SCE_NP_ERROR_BAD_ACCOUNTID || 0x8002AA85 ||   
| SCE_NP_ERROR_BAD_ACCOUNTID || 0x8002aa85 ||   
|-
|-
| SCE_NP_ERROR_INTERNAL || 0x8002AAFF ||
| SCE_NP_ERROR_INTERNAL || 0x8002aaff ||
|-
|-
!colspan="3" | NP Utility Error  
!colspan="3" | NP Utility Error  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_ARGUMENT || 0x8002AB01 ||  
| SCE_NP_UTIL_ERROR_INVALID_ARGUMENT || 0x8002ab01 ||  
|-
|-
| SCE_NP_UTIL_ERROR_OUT_OF_MEMORY || 0x8002AB02 ||  
| SCE_NP_UTIL_ERROR_OUT_OF_MEMORY || 0x8002ab02 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INSUFFICIENT || 0x8002AB03 ||  
| SCE_NP_UTIL_ERROR_INSUFFICIENT || 0x8002ab03 ||  
|-
|-
| SCE_NP_UTIL_ERROR_PARSER_FAILED || 0x8002AB04 ||  
| SCE_NP_UTIL_ERROR_PARSER_FAILED || 0x8002ab04 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002AB05 ||  
| SCE_NP_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002ab05 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_ID || 0x8002AB06 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_ID || 0x8002ab06 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_LOBBY_ID || 0x8002AB07 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_LOBBY_ID || 0x8002ab07 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_ROOM_ID || 0x8002AB08 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_ROOM_ID || 0x8002ab08 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_ENV || 0x8002AB09 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_ENV || 0x8002ab09 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_TITLEID || 0x8002AB0A ||  
| SCE_NP_UTIL_ERROR_INVALID_TITLEID || 0x8002ab0a ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_CHARACTER || 0x8002AB0B ||  
| SCE_NP_UTIL_ERROR_INVALID_CHARACTER || 0x8002ab0b ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_ESCAPE_STRING || 0x8002AB0C ||  
| SCE_NP_UTIL_ERROR_INVALID_ESCAPE_STRING || 0x8002ab0c ||  
|-
|-
| SCE_NP_UTIL_ERROR_UNKNOWN_TYPE || 0x8002AB0D ||  
| SCE_NP_UTIL_ERROR_UNKNOWN_TYPE || 0x8002ab0d ||  
|-
|-
| SCE_NP_UTIL_ERROR_UNKNOWN || 0x8002AB0E ||  
| SCE_NP_UTIL_ERROR_UNKNOWN || 0x8002ab0e ||  
|-
|-
| SCE_NP_UTIL_ERROR_NOT_MATCH || 0x8002AB0F ||  
| SCE_NP_UTIL_ERROR_NOT_MATCH || 0x8002ab0f ||  
|-
|-
| SCE_NP_UTIL_ERROR_UNKNOWN_PLATFORM_TYPE || 0x8002AB10 ||  
| SCE_NP_UTIL_ERROR_UNKNOWN_PLATFORM_TYPE || 0x8002ab10 ||  
|-
|-
!colspan="3" | NP Friendlist Error  
!colspan="3" | NP Friendlist Error  
|-
|-
| SCE_NP_FRIENDLIST_ERROR_ALREADY_INITIALIZED || 0x8002AB20 ||  
| SCE_NP_FRIENDLIST_ERROR_ALREADY_INITIALIZED || 0x8002ab20 ||  
|-
|-
| SCE_NP_FRIENDLIST_ERROR_NOT_INITIALIZED || 0x8002AB21 ||  
| SCE_NP_FRIENDLIST_ERROR_NOT_INITIALIZED || 0x8002ab21 ||  
|-
|-
| SCE_NP_FRIENDLIST_ERROR_OUT_OF_MEMORY || 0x8002AB22 ||  
| SCE_NP_FRIENDLIST_ERROR_OUT_OF_MEMORY || 0x8002ab22 ||  
|-
|-
| SCE_NP_FRIENDLIST_ERROR_INVALID_MEMORY_CONTAINER || 0x8002AB23 ||  
| SCE_NP_FRIENDLIST_ERROR_INVALID_MEMORY_CONTAINER || 0x8002ab23 ||  
|-
|-
| SCE_NP_FRIENDLIST_ERROR_INSUFFICIENT || 0x8002AB24 ||  
| SCE_NP_FRIENDLIST_ERROR_INSUFFICIENT || 0x8002ab24 ||  
|-
|-
| SCE_NP_FRIENDLIST_ERROR_CANCEL || 0x8002AB25 ||  
| SCE_NP_FRIENDLIST_ERROR_CANCEL || 0x8002ab25 ||  
|-
|-
| SCE_NP_FRIENDLIST_ERROR_STATUS || 0x8002AB26 ||  
| SCE_NP_FRIENDLIST_ERROR_STATUS || 0x8002ab26 ||  
|-
|-
| SCE_NP_FRIENDLIST_ERROR_BUSY || 0x8002AB27 ||  
| SCE_NP_FRIENDLIST_ERROR_BUSY || 0x8002ab27 ||  
|-
|-
| SCE_NP_FRIENDLIST_ERROR_INVALID_ARGUMENT || 0x8002AB28 ||  
| SCE_NP_FRIENDLIST_ERROR_INVALID_ARGUMENT || 0x8002ab28 ||  
|-
|-
| SCE_NP_FRIENDLIST_ERROR_ABORT || 0x8002AB29 ||  
| 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,358:
| 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,390:
| 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,456:
| 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,504:
| 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,529:
| 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,546:
|-
|-
| 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,551:
| 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,569:
| 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,579:
| 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,611:
| 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,627:
| 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,643:
| 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,675:
| 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 ||
| 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,825:
| 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,841:
| 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,857:
| 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,875:
| 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,885:
| 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)
Line 1,993: Line 1,937:
| 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,953:
| 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,967:
| 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,049: Line 1,993:
| 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 2,017:
| 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 2,025:
| 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,049:
| 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_INVALID_CLEN || 0x80023090 ||  
Line 2,121: Line 2,065:
| SCE_NP_COMMERCE2_ERROR_UNKNOWN_COUNTRY_CODE || 0x80023091 ||  
| SCE_NP_COMMERCE2_ERROR_UNKNOWN_COUNTRY_CODE || 0x80023091 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_SEE_INPUT_ERROR || 0x80023092 || Unable to connect to PSN
| SCE_NP_COMMERCE2_ERROR_SEE_INPUT_ERROR || 0x80023092 ||  
|-
|-
| SCE_NP_COMMERCE2_CS_ERROR_ABORTED || 0x800230C0 ||  
| SCE_NP_COMMERCE2_CS_ERROR_ABORTED || 0x800230c0 ||  
|-
|-
| SCE_NP_COMMERCE2_SC_ERROR_INVALID_RESPONSE || 0x800230E1 ||  
| 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,087:
| 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,107:
| 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_ATTR_REQUIRED_FOR_TAX_CALC || 0x80023163 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_ONLINEID || 0x80023149 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SECURITY_ANSWER || 0x80023150 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CORRUPTED_DATA || 0x8002314A || PSN server data corrupted
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PARENT || 0x80023151 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_TOO_MANY_SUB_ACCOUNTS || 0x8002314B ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INCORRECT_REGION || 0x80023152 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CONSOLE_REG_EXCEEDED || 0x8002314C ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CHILD_NOT_ALLOWED || 0x80023153 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCOUNT_BINDING_DISABLED || 0x8002314D ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_CONSOLE_ID || 0x80023154 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_KOREAN_RRN || 0x8002314E ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_RATE_LIMIT_EXCEEDED || 0x80023156 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_LOGIN_OR_DOB || 0x8002314F ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_VALID_REWARD_ENT_NOT_FOUND || 0x80023157 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SECURITY_ANSWER || 0x80023150 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_UPGRADE_REQUIRED || 0x80023158 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PARENT || 0x80023151 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_SUBACCOUNT_UPGRADE_REQUIRED || 0x80023159 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INCORRECT_REGION || 0x80023152 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDED_LIMIT_NUMBER_OF_CC || 0x8002315a ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CHILD_NOT_ALLOWED || 0x80023153 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CC_REVERIFICATION_REQUIRED || 0x8002315b ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_CONSOLE_ID || 0x80023154 || Invalid console ID
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_DOMAIN_PROVIDED || 0x8002315c ||  
|-
|-
| 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_NO_CONTENTFILE_ID_FOUND || 0x8002315d ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VALID_REWARD_ENT_NOT_FOUND || 0x80023157 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_AUTO_DEPOSIT_FLAG_REQUIRED || 0x8002315f ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_UPGRADE_REQUIRED || 0x80023158 || Issue accessing SEN account; account needs to be updated
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_ALREADY_CONSUMED || 0x80023130 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_SUBACCOUNT_UPGRADE_REQUIRED || 0x80023159 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_TRANSACTION_OVER_LIMIT || 0x80023131 ||  
|-
|-
| 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_FAILED_AGE_REQUIREMENT || 0x80023132 ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CC_REVERIFICATION_REQUIRED || 0x8002315B ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_EXPIRED || 0x80023133 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_DOMAIN_PROVIDED || 0x8002315C ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_SKU_REGION_MISMATCH || 0x80023134 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_CONTENTFILE_ID_FOUND || 0x8002315D ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_SKU_PRICE_NOT_FOUND || 0x80023135 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_AUTO_DEPOSIT_FLAG_REQUIRED || 0x8002315F ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_DEPOSIT_IN_PROGRESS_ERROR || 0x80023136 ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CREDIT_CARD_REQUIRED || 0x80023162 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_EDY_TRANSACTION_FAILED || 0x80023137 ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_ATTR_REQUIRED_FOR_TAX_CALC || 0x80023163 || Issue with credit card (card turned down?)
| SCE_NP_COMMERCE2_SERVER_ERROR_DEPOSIT_FAILED || 0x80023138 ||  
|-
|-  
| || 0x80023171 || Issue with credit card (invalid card on file)
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDS_AGE_LIMIT_IN_BROWSING || 0x80023139 ||  
|-
|-
!colspan="3" | NP Trophy Errors
!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_ALREADY_INITIALIZED || 0x80022901 || sceNpTrophyInit() has already been called, or it has been called again before the call of sceNpTrophyTerm().
Line 2,309: Line 2,252:
| 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,284:
| 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,316:
| 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_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,447: Line 2,390:
| 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_OAUTH_ERROR_REQUEST_MAX || 0x80025F11 ||
| SCE_NP_SNS_FB_ERROR_UNLOADED_THROTTLE || 0x8002451b ||  
|-
|-
!colspan="3" | LS (Login Service)
| SCE_NP_SNS_FB_ERROR_ACCESS_NOT_ALLOWED || 0x8002451c ||
|-
|-
| || 0x80028C07 || You need to be signed in to continue.
!colspan="3" | LS
|-
|-
| SCE_NP_LS_ERROR_INVALID_VERSION || 0x80028C0D || A system software update is required.
| SCE_NP_LS_ERROR_INVALID_VERSION || 0x80028c0d || A system software update is required.
|-
|-
!colspan="3" | other
!colspan="3" | other
Line 2,475: Line 2,404:
| 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,419:
! 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
|-
|  || 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.
|-
|-
|  || 0x80028E05 || Format of image list file is invalid.
|  || 0x80028e02 || No response from the server for Content-Length.
|-
|-
| 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
| || 0x80028e03 || Size of image list file is larger than 64KB.
|-
|-
|  || 0x80028E07 || Frequent disconnections by the server while downloading the updater.
|  || 0x80028e04 || Content-Length of image list file and the file size that can actually be received are invalid.
|-
|-
| 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
| || 0x80028e05 || Format of image list file is invalid.
|-
|-
|  || 0x80028EA2 || Problem with network settings or network status.
|  || 0x80028e06 || Image list file does not include the Dest parameter that indicates the destination.
|-
|-
|  || 0x80028EA3 || Problem with network settings or network status.
|  || 0x80028e07 || Frequent disconnections by the server while downloading the updater.
|-
|-
| Latest system software has already been installed || 0x80028EA4 || No update is needed
| || 0x80028ea1 || 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
| || 0x80028ea2 || 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
| || 0x80028ea3 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA7 || Problem with network settings or network status.
|  || 0x80028ea4 || 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
|  || 0x80028ea5 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA9 || Problem with network settings or network status.
|  || 0x80028ea6 || Problem with network settings or network status.
|-
|-
|  || 0x80028EAA || Problem with network settings or network status.
|  || 0x80028ea7 || Problem with network settings or network status.
|-
|-
|  || 0x80028EAB || Problem with network settings or network status.
|  || 0x80028ea8 || Problem with network settings or network status.
|-
|-
|  || 0x80028EAC || Problem with network settings or network status.
|  || 0x80028ea9 || Problem with network settings or network status.
|-
|-
|  || 0x80028EAD || Problem with network settings or network status.
|  || 0x80028eaa || 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
| || 0x80028eab || Problem with network settings or network status.
|-
|-
| 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
| || 0x80028eac || Problem with network settings or network status.
|-
|-
|  || 0x80029C48 || Error occurred while accessing the HDD.
|  || 0x80028ead || Problem with network settings or network status.
|-
|-
|  || 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
|-
|-
Issues updating the PS3 || 0x80029C55 || 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.
|-
|-
|  || 0x80029C65 || Error occurred while accessing storage media.
|  || 0x80029c68 || Error occurred while checking update data.
|-
|-
| Cannot update the PS3 || 0x80029C68 || Error occurred while accessing storage media.
| || 0x8002f828 || Error occurred while checking update data.
|-
|-
|  || 0x80029C75 || Error occurred while accessing storage media.
|  || 0x8002f82b || Error occurred while checking update data.
|-
|-
| 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.
| || 0x8002f997 || Error occurred while checking update data.
|-
|-
| System update error || 0x80029C78 || Reboot console, then update via Safe Mode; if issues continue then console may need repair
| || 0x80029c41 || 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
|  || 0x80029c44 || Error occurred while accessing the HDD.
|-
|-
| 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
| || 0x80029c48 || Error occurred while accessing the HDD.
|-
|-
|  || 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.
|  || 0x80029c54 || Error occurred while accessing the HDD.
|-
|-
| 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
| || 0x80029c55 || Error occurred while accessing storage media.
|-
|-
| 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
| || 0x80029c65 || Error occurred while accessing storage media.
|-
|-
| 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
| || 0x80029c75 || Error occurred while accessing storage media.
|-
|-
| 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,511:
|-
|-
| 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,720: Line 2,630:
| 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,816: Line 2,726:
| CELL_NET_CTL_ERROR_NOT_AVAIL || 0x80130109 || Not in state where information can be obtained
| CELL_NET_CTL_ERROR_NOT_AVAIL || 0x80130109 || Not in state where information can be obtained
|-
|-
| CELL_NET_CTL_ERROR_INVALID_TYPE || 0x8013010A || Type specified as argument is invalid
| CELL_NET_CTL_ERROR_INVALID_TYPE || 0x8013010a || Type specified as argument is invalid
|-
|-
| CELL_NET_CTL_ERROR_INVALID_SIZE || 0x8013010B || Value of the size member of the structure is invalid
| CELL_NET_CTL_ERROR_INVALID_SIZE || 0x8013010b || Value of the size member of the structure is invalid
|-
|-
| CELL_NET_CTL_ERROR_WLAN_DEAUTHED || 0x80130137 || Disconnected from the AP
| CELL_NET_CTL_ERROR_WLAN_DEAUTHED || 0x80130137 || Disconnected from the AP
|-
|-
| 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_NET_CTL_ERROR_WLAN_KEYINFO_EXCHNAGE_TIMEOUT || 0x8013013d || Key information exchange of WPA timed out
|-
|-
| CELL_NET_CTL_ERROR_WLAN_ASSOC_FAILED || 0x8013013E || Association failed
| CELL_NET_CTL_ERROR_WLAN_ASSOC_FAILED || 0x8013013e || Association failed
|-
|-
| CELL_NET_CTL_ERROR_WLAN_AP_DISAPPEARED || 0x8013013F || Beacons from the AP stopped arriving
| CELL_NET_CTL_ERROR_WLAN_AP_DISAPPEARED || 0x8013013f || Beacons from the AP stopped arriving
|-
|-
| CELL_NET_CTL_ERROR_NET_DISABLED || 0x80130181 || Internet connection is disabled
| CELL_NET_CTL_ERROR_NET_DISABLED || 0x80130181 || Internet connection is disabled
|-
|-
| 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_NET_CTL_ERROR_NET_NOT_CONNECTED || 0x80130182 || Network connection is not established
|-
|-
| CELL_NET_CTL_ERROR_NP_NO_ACCOUNT || 0x80130183 || NP account is not set
| CELL_NET_CTL_ERROR_NP_NO_ACCOUNT || 0x80130183 || NP account is not set
Line 2,838: Line 2,748:
| CELL_NET_CTL_ERROR_NP_RESERVED2 || 0x80130185 || Unused
| CELL_NET_CTL_ERROR_NP_RESERVED2 || 0x80130185 || Unused
|-
|-
| CELL_NET_CTL_ERROR_NET_CABLE_NOT_CONNECTED || 0x80130186 || Ethernet cable not connected correctly
| CELL_NET_CTL_ERROR_NET_CABLE_NOT_CONNECTED || 0x80130186 || Ethernet cable is not connected
|-
|-
| CELL_NET_CTL_ERROR_DIALOG_CANCELED || 0x80130190 || Dialog was cancelled
| CELL_NET_CTL_ERROR_DIALOG_CANCELED || 0x80130190 || Dialog was cancelled
Line 2,846: Line 2,756:
| CELL_NET_CTL_ERROR_PPPOE_SESSION_INIT || 0x80130409 || PPP INIT state error
| CELL_NET_CTL_ERROR_PPPOE_SESSION_INIT || 0x80130409 || PPP INIT state error
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_NO_PADO || 0x8013040A || PADO could not be received
| CELL_NET_CTL_ERROR_PPPOE_SESSION_NO_PADO || 0x8013040a || PADO could not be received
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_NO_PADS || 0x8013040B || PADS could not be received
| CELL_NET_CTL_ERROR_PPPOE_SESSION_NO_PADS || 0x8013040b || PADS could not be received
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_GET_PADT || 0x8013040D || PADT was received
| CELL_NET_CTL_ERROR_PPPOE_SESSION_GET_PADT || 0x8013040d || PADT was received
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_SERVICE_NAME || 0x8013040F || Service Name error was received
| CELL_NET_CTL_ERROR_PPPOE_SESSION_SERVICE_NAME || 0x8013040f || Service Name error was received
|-
|-
| CELL_NET_CTL_ERROR_PPPOE_SESSION_AC_SYSTEM || 0x80130410 || AC System error was received
| CELL_NET_CTL_ERROR_PPPOE_SESSION_AC_SYSTEM || 0x80130410 || AC System error was received
Line 2,864: Line 2,774:
| CELL_NET_CTL_ERROR_PPPOE_STATUS_TERMINATE || 0x80130414 || PPP TERMINATE state error
| CELL_NET_CTL_ERROR_PPPOE_STATUS_TERMINATE || 0x80130414 || PPP TERMINATE state error
|-
|-
| CELL_NET_CTL_ERROR_DHCP_LEASE_TIME || 0x80130504 || "A connection error has occurred" // IP address lease time expired
| CELL_NET_CTL_ERROR_DHCP_LEASE_TIME || 0x80130504 || IP address lease time expired
|-
|-
!colspan="3" | Cell Ftp Service errors (libftp)
!colspan="3" | Cell Http errors (libhttp)  
|-
|-
| CELL_FTP_SERVICE_ERROR_NETWORK_NOT_INITIALIZED || 0x80130701 || Network access has not been initialized
| CELL_HTTP_ERROR_ALREADY_INITIALIZED || 0x80710001 || Library has already been initialized and cannot be initialized again.
|-
|-
| CELL_FTP_SERVICE_ERROR_STORAGE_NOT_INITIALIZED || 0x80130702 || HDD access has not been initialized
| CELL_HTTP_ERROR_NOT_INITIALIZED || 0x80710002 || Library has not yet been initialized. Please initialize before use.
|-
| CELL_FTP_SERVICE_ERROR_RTCLOCK_NOT_INITIALIZED || 0x80130703 || Real-time Clock has not been initialized
|-
| CELL_FTP_SERVICE_ERROR_ALREADY_RUNNING || 0x80130704 || An instance of the service is already running
|-
| CELL_FTP_SERVICE_ERROR_NOT_RUNNING || 0x80130705 || Service is not currently running
|-
| CELL_FTP_SERVICE_ERROR_NETWORK_ERROR || 0x80130706 || A core network error has occurred
|-
| CELL_FTP_SERVICE_ERROR_NULL_POINTER  || 0x80130707 || Null pointer error
|-
| CELL_FTP_SERVICE_ERROR_INTERNAL  || 0x801307FF || An internal error has occurred
|-
!colspan="3" | Cell Http errors (libhttp)
|-
| CELL_HTTP_ERROR_ALREADY_INITIALIZED || 0x80710001 || Library has already been initialized and cannot be initialized again.
|-
| CELL_HTTP_ERROR_NOT_INITIALIZED || 0x80710002 || Library has not yet been initialized. Please initialize before use.
|-
|-
| CELL_HTTP_ERROR_NO_MEMORY || 0x80710003 || Call to allocate memory failed (returns NULL)
| CELL_HTTP_ERROR_NO_MEMORY || 0x80710003 || Call to allocate memory failed (returns NULL)
Line 2,974: Line 2,866:
| CELL_HTTP_ERROR_BROKEN_CHUNK || 0x8071005a || Unexpectedly interrupted while processing chunk encoding
| CELL_HTTP_ERROR_BROKEN_CHUNK || 0x8071005a || Unexpectedly interrupted while processing chunk encoding
|-
|-
| CELL_HTTP_ERROR_DECODE_SETUP || 0x8071005b || error occurred in setting up for decoding
| CELL_HTTP_ERROR_DECODE_SETUP || 0x8071005b || error occured in setting up for decoding
|-
|-
| CELL_HTTP_ERROR_DECODE_STREAM || 0x8071005c || error occurred in setting up for decoding
| CELL_HTTP_ERROR_DECODE_STREAM || 0x8071005c || error occured in setting up for decoding
|-
|-
| CELL_HTTP_ERROR_BROKEN_DECODE_STREAM || 0x8071005d || the decode stream has been interrupted
| CELL_HTTP_ERROR_BROKEN_DECODE_STREAM || 0x8071005d || the decode stream has been interrupted
Line 3,044: Line 2,936:
| CELL_HTTP_ERROR_NET_FIN || 0x80710091 || Received EOF (FIN) from the socket
| CELL_HTTP_ERROR_NET_FIN || 0x80710091 || Received EOF (FIN) from the socket
|-
|-
| 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_HTTP_ERROR_NET_CONNECT_TIMEOUT || 0x80710092 || Timed out while connecting
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_TIMEOUT || 0x80710093 || Timed out while polling
| CELL_HTTP_ERROR_NET_SELECT_TIMEOUT || 0x80710093 || Timed out while polling
Line 3,052: Line 2,944:
| CELL_HTTP_ERROR_NET_RESOLVER || 0x80710100 || Error calling gethostbyname(). Error code is net_h_errno.
| CELL_HTTP_ERROR_NET_RESOLVER || 0x80710100 || Error calling gethostbyname(). Error code is net_h_errno.
|-
|-
| CELL_HTTP_ERROR_NET_RESOLVER_HOST_NOT_FOUND || 0x80710101 || Cannot connect to internet (incorrect configuration, incorrect URL or lag in service)
| CELL_HTTP_ERROR_NET_RESOLVER_HOST_NOT_FOUND || 0x80710101 || Connection error
|-
|-
| 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_HTTP_ERROR_NET_RESOLVER_TRY_AGAIN || 0x80710102 || DNS Error; No DNS server available. / IP conflict, PS3 Cannot connect to the router with current IP information. Try rebooting your router
|-
|-
| CELL_HTTP_ERROR_NET_RESOLVER_NO_RECOVERY || 0x80710103 || Server timed out
| CELL_HTTP_ERROR_NET_RESOLVER_NO_RECOVERY || 0x80710103 ||  
|-
|-
| 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_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_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_HTTP_ERROR_NET_RESOLVER_NETDB_INTERNAL || 0x807101FF || An error occurred during communication with the server. This is a DNS error
|-
|-
| CELL_HTTP_ERROR_NET_ABORT || 0x80710200 || Error calling network abort. Error code is net_errno.
| CELL_HTTP_ERROR_NET_ABORT || 0x80710200 || Error calling network abort. Error code is net_errno.
Line 3,066: Line 2,958:
| CELL_HTTP_ERROR_NET_ABORT_EPERM || 0x80710201 ||  
| CELL_HTTP_ERROR_NET_ABORT_EPERM || 0x80710201 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ENOENT || 0x80710202 || Disconnection error
| CELL_HTTP_ERROR_NET_ABORT_ENOENT || 0x80710202 ||  
|-
|-
| CELL_HTTP_ERROR_NET_ABORT_ESRCH || 0x80710203 ||  
| CELL_HTTP_ERROR_NET_ABORT_ESRCH || 0x80710203 ||  
Line 3,458: Line 3,350:
| CELL_HTTP_ERROR_NET_SOCKET_EBADF || 0x80710409 ||  
| CELL_HTTP_ERROR_NET_SOCKET_EBADF || 0x80710409 ||  
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ECHILD || 0x8071040A ||  
| CELL_HTTP_ERROR_NET_SOCKET_ECHILD || 0x8071040a ||  
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EDEADLK || 0x8071040B ||  
| CELL_HTTP_ERROR_NET_SOCKET_EDEADLK || 0x8071040b ||  
|-
|-
| 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
| CELL_HTTP_ERROR_NET_SOCKET_ENOMEM || 0x8071040c ||  
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EACCES || 0x8071040D ||  
| CELL_HTTP_ERROR_NET_SOCKET_EACCES || 0x8071040d ||  
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EFAULT || 0x8071040E ||  
| CELL_HTTP_ERROR_NET_SOCKET_EFAULT || 0x8071040e ||  
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_ENOTBLK || 0x8071040F ||  
| CELL_HTTP_ERROR_NET_SOCKET_ENOTBLK || 0x8071040f ||  
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EBUSY || 0x80710410 ||  
| CELL_HTTP_ERROR_NET_SOCKET_EBUSY || 0x80710410 ||  
Line 3,550: Line 3,442:
| CELL_HTTP_ERROR_NET_SOCKET_ECONNRESET || 0x80710436 ||  
| CELL_HTTP_ERROR_NET_SOCKET_ECONNRESET || 0x80710436 ||  
|-
|-
| 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
| CELL_HTTP_ERROR_NET_SOCKET_ENOBUFS || 0x80710437 ||  
|-
|-
| CELL_HTTP_ERROR_NET_SOCKET_EISCONN || 0x80710438 ||  
| CELL_HTTP_ERROR_NET_SOCKET_EISCONN || 0x80710438 ||  
Line 3,634: Line 3,526:
| CELL_HTTP_ERROR_NET_CONNECT_ESRCH || 0x80710503 ||  
| CELL_HTTP_ERROR_NET_CONNECT_ESRCH || 0x80710503 ||  
|-
|-
| 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_HTTP_ERROR_NET_CONNECT_EINTR || 0x80710504 ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EIO || 0x80710505 ||  
| CELL_HTTP_ERROR_NET_CONNECT_EIO || 0x80710505 ||  
Line 3,726: Line 3,618:
| CELL_HTTP_ERROR_NET_CONNECT_EADDRINUSE || 0x80710530 ||  
| CELL_HTTP_ERROR_NET_CONNECT_EADDRINUSE || 0x80710530 ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_EADDRNOTAVAIL || 0x80710531 || "An error occurred during the download operation" (80710531)
| CELL_HTTP_ERROR_NET_CONNECT_EADDRNOTAVAIL || 0x80710531 ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ENETDOWN || 0x80710532 ||  
| CELL_HTTP_ERROR_NET_CONNECT_ENETDOWN || 0x80710532 ||  
Line 3,732: Line 3,624:
| CELL_HTTP_ERROR_NET_CONNECT_ENETUNREACH || 0x80710533 ||  
| CELL_HTTP_ERROR_NET_CONNECT_ENETUNREACH || 0x80710533 ||  
|-
|-
| 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
| CELL_HTTP_ERROR_NET_CONNECT_ENETRESET || 0x80710534 ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ECONNABORTED || 0x80710535 ||  
| CELL_HTTP_ERROR_NET_CONNECT_ECONNABORTED || 0x80710535 ||  
Line 3,746: Line 3,638:
| CELL_HTTP_ERROR_NET_CONNECT_ESHUTDOWN || 0x8071053a ||  
| CELL_HTTP_ERROR_NET_CONNECT_ESHUTDOWN || 0x8071053a ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ETOOMANYREFS || 0x8071053B || Network error // Issue with http connection // Reboot console
| CELL_HTTP_ERROR_NET_CONNECT_ETOOMANYREFS || 0x8071053b ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ETIMEDOUT || 0x8071053D || Server timed out
| CELL_HTTP_ERROR_NET_CONNECT_ETIMEDOUT || 0x8071053c ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ECONNREFUSED || 0x8071053D || Issue connecting to PSN
| CELL_HTTP_ERROR_NET_CONNECT_ECONNREFUSED || 0x8071053d ||  
|-
|-
| CELL_HTTP_ERROR_NET_CONNECT_ELOOP || 0x8071053e ||  
| CELL_HTTP_ERROR_NET_CONNECT_ELOOP || 0x8071053e ||  
Line 3,936: Line 3,828:
| CELL_HTTP_ERROR_NET_SEND_ETOOMANYREFS || 0x8071063b ||  
| CELL_HTTP_ERROR_NET_SEND_ETOOMANYREFS || 0x8071063b ||  
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ETIMEDOUT || 0x8071063C || Network server timeout
| CELL_HTTP_ERROR_NET_SEND_ETIMEDOUT || 0x8071063c ||  
|-
|-
| CELL_HTTP_ERROR_NET_SEND_ECONNREFUSED || 0x8071063d ||  
| CELL_HTTP_ERROR_NET_SEND_ECONNREFUSED || 0x8071063d ||  
Line 4,112: Line 4,004:
| CELL_HTTP_ERROR_NET_RECV_ECONNABORTED || 0x80710735 ||  
| CELL_HTTP_ERROR_NET_RECV_ECONNABORTED || 0x80710735 ||  
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ECONNRESET || 0x80710736 || Caused by a poor/unstable connection, usually while receiving large amounts of data from server
| CELL_HTTP_ERROR_NET_RECV_ECONNRESET || 0x80710736 ||  
|-
|-
| CELL_HTTP_ERROR_NET_RECV_ENOBUFS || 0x80710737 || Network memory too low. If still playing a game, restart it
| CELL_HTTP_ERROR_NET_RECV_ENOBUFS || 0x80710737 ||  
|-
|-
| CELL_HTTP_ERROR_NET_RECV_EISCONN || 0x80710738 ||  
| CELL_HTTP_ERROR_NET_RECV_EISCONN || 0x80710738 ||  
Line 4,312: Line 4,204:
| CELL_HTTP_ERROR_NET_SELECT_ETOOMANYREFS || 0x8071083b ||  
| CELL_HTTP_ERROR_NET_SELECT_ETOOMANYREFS || 0x8071083b ||  
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ETIMEDOUT || 0x8071083C || Server timed out
| CELL_HTTP_ERROR_NET_SELECT_ETIMEDOUT || 0x8071083c ||  
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ECONNREFUSED || 0x8071083d ||  
| CELL_HTTP_ERROR_NET_SELECT_ECONNREFUSED || 0x8071083d ||  
Line 4,372: Line 4,264:
| CELL_HTTP_ERROR_NET_SELECT_ENODATA || 0x80710859 ||  
| CELL_HTTP_ERROR_NET_SELECT_ENODATA || 0x80710859 ||  
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOSR || 0x8071085A ||  
| CELL_HTTP_ERROR_NET_SELECT_ENOSR || 0x8071085a ||  
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ENOSTR || 0x8071085B ||  
| CELL_HTTP_ERROR_NET_SELECT_ENOSTR || 0x8071085b ||  
|-
|-
| CELL_HTTP_ERROR_NET_SELECT_ETIME || 0x8071085C ||  
| CELL_HTTP_ERROR_NET_SELECT_ETIME || 0x8071085c ||  
|-
|-
!colspan="3" | Cell Https errors (libhttps)  
!colspan="3" | Cell Https errors (libhttps)  
|-
|-
| CELL_HTTPS_ERROR_CERTIFICATE_LOAD || 0x80710A01 || Not able to load SSL certificates
| CELL_HTTPS_ERROR_CERTIFICATE_LOAD || 0x80710a01 || Not able to load SSL certificates
|-
|-
| CELL_HTTPS_ERROR_BAD_MEMORY || 0x80710A02 || SSL memory call failed
| CELL_HTTPS_ERROR_BAD_MEMORY || 0x80710a02 || SSL memory call failed
|-
|-
| 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_HTTPS_ERROR_CONTEXT_CREATION || 0x80710a03 || Failed to create SSL context
|-
|-
| CELL_HTTPS_ERROR_CONNECTION_CREATION || 0x80710A04 || Failed to create SSL connection
| CELL_HTTPS_ERROR_CONNECTION_CREATION || 0x80710a04 || Failed to create SSL connection
|-
|-
| CELL_HTTPS_ERROR_SOCKET_ASSOCIATION || 0x80710A05 || Failed to associate socket with SSL connection
| CELL_HTTPS_ERROR_SOCKET_ASSOCIATION || 0x80710a05 || Failed to associate socket with SSL connection
|-
|-
| CELL_HTTPS_ERROR_HANDSHAKE || 0x80710A06 || SSL Connect Handshake error, or SSL certificate verification failed // Console issue, contact support
| CELL_HTTPS_ERROR_HANDSHAKE || 0x80710a06 || SSL Connect Handshake error, or SSL certificate verification failed
|-
|-
| CELL_HTTPS_ERROR_LOOKUP_CERTIFICATE || 0x80710A07 || Failed to retrieve SSL certificate
| CELL_HTTPS_ERROR_LOOKUP_CERTIFICATE || 0x80710a07 || Failed to retrieve SSL certificate
|-
|-
| CELL_HTTPS_ERROR_NO_SSL || 0x80710A08 || libssl is not available or has not been initialized
| CELL_HTTPS_ERROR_NO_SSL || 0x80710a08 || libssl is not available or has not been initialized
|-
|-
| CELL_HTTPS_ERROR_KEY_LOAD || 0x80710A09 || Cannot load the private key
| CELL_HTTPS_ERROR_KEY_LOAD || 0x80710a09 || Cannot load the private key
|-
|-
| CELL_HTTPS_ERROR_CERT_KEY_MISMATCH || 0x80710A0A || The private key and client certificate do not match
| CELL_HTTPS_ERROR_CERT_KEY_MISMATCH || 0x80710a0a || The private key and client certificate do not match
|-
|-
| CELL_HTTPS_ERROR_KEY_NEEDS_CERT || 0x80710A0B || The private key needs a client certificate
| CELL_HTTPS_ERROR_KEY_NEEDS_CERT || 0x80710a0b || The private key needs a client certificate
|-
|-
| CELL_HTTPS_ERROR_CERT_NEEDS_KEY || 0x80710A0C || The client certificate needs a private key
| CELL_HTTPS_ERROR_CERT_NEEDS_KEY || 0x80710a0c || The client certificate needs a private key
|-
|-
| CELL_HTTPS_ERROR_RETRY_CONNECTION || 0x80710A0D || internal error code
| CELL_HTTPS_ERROR_RETRY_CONNECTION || 0x80710a0d || internal error code
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT || 0x80710B00 || Error calling connect(). Error code is net_errno.  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT || 0x80710b00 || Error calling connect(). Error code is net_errno.  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPERM || 0x80710B01 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPERM || 0x80710b01 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOENT || 0x80710B02 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOENT || 0x80710b02 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESRCH || 0x80710B03 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESRCH || 0x80710b03 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EINTR || 0x80710B04 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EINTR || 0x80710b04 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EIO || 0x80710B05 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EIO || 0x80710b05 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENXIO || 0x80710B06 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENXIO || 0x80710b06 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_E2BIG || 0x80710B07 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_E2BIG || 0x80710b07 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOEXC || 0x80710B08 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOEXC || 0x80710b08 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EBADF || 0x80710B09 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EBADF || 0x80710b09 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECHILD || 0x80710B0A ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECHILD || 0x80710b0a ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDEADLK || 0x80710B0B ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDEADLK || 0x80710b0b ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOMEM || 0x80710B0C ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOMEM || 0x80710b0c ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EACCES || 0x80710B0D ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EACCES || 0x80710b0d ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EFAULT || 0x80710B0E ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EFAULT || 0x80710b0e ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTBLK || 0x80710B0F ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTBLK || 0x80710b0f ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EBUSY || 0x80710B10 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EBUSY || 0x80710b10 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EEXIST || 0x80710B11 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EEXIST || 0x80710b11 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EXDEV || 0x80710B12 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EXDEV || 0x80710b12 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENODEV || 0x80710B13 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENODEV || 0x80710b13 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTDIR || 0x80710B14 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTDIR || 0x80710b14 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EISDIR || 0x80710B15 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EISDIR || 0x80710b15 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EINVAL || 0x80710B16 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EINVAL || 0x80710b16 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENFILE || 0x80710B17 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENFILE || 0x80710b17 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EMFILE || 0x80710B18 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EMFILE || 0x80710b18 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTTY || 0x80710B19 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTTY || 0x80710b19 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETXTBSY || 0x80710B1A ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETXTBSY || 0x80710b1a ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EFBIG || 0x80710B1B ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EFBIG || 0x80710b1b ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOSPC || 0x80710B1C ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOSPC || 0x80710b1c ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESPIPE || 0x80710B1D ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESPIPE || 0x80710b1d ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EROFS || 0x80710B1E ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EROFS || 0x80710b1e ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EMLINK || 0x80710B1F ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EMLINK || 0x80710b1f ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPIPE || 0x80710B20 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPIPE || 0x80710b20 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDOM || 0x80710B21 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDOM || 0x80710b21 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ERANGE || 0x80710B22 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ERANGE || 0x80710b22 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EAGAIN || 0x80710B23 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EAGAIN || 0x80710b23 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EWOULDBLOCK || 0x80710B23 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EWOULDBLOCK || 0x80710b23 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EINPROGRESS || 0x80710B24 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EINPROGRESS || 0x80710b24 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EALREADY || 0x80710B25 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EALREADY || 0x80710b25 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTSOCK || 0x80710B26 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTSOCK || 0x80710b26 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDESTADDRREQ || 0x80710B27 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDESTADDRREQ || 0x80710b27 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EMSGSIZE || 0x80710B28 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EMSGSIZE || 0x80710b28 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROTOTYPE || 0x80710B29 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROTOTYPE || 0x80710b29 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOPROTOOPT || 0x80710B2A ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOPROTOOPT || 0x80710b2a ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROTONOSUPPORT || 0x80710B2B ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROTONOSUPPORT || 0x80710b2b ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESOCKTNOSUPPORT || 0x80710B2C ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESOCKTNOSUPPORT || 0x80710b2c ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EOPNOTSUPP || 0x80710B2D ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EOPNOTSUPP || 0x80710b2d ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPFNOSUPPORT || 0x80710B2E ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPFNOSUPPORT || 0x80710b2e ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EAFNOSUPPORT || 0x80710B2F ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EAFNOSUPPORT || 0x80710b2f ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EADDRINUSE || 0x80710B30 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EADDRINUSE || 0x80710b30 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EADDRNOTAVAIL || 0x80710B31 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EADDRNOTAVAIL || 0x80710b31 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENETDOWN || 0x80710B32 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENETDOWN || 0x80710b32 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENETUNREACH || 0x80710B33 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENETUNREACH || 0x80710b33 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENETRESET || 0x80710B34 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENETRESET || 0x80710b34 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECONNABORTED || 0x80710B35 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECONNABORTED || 0x80710b35 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECONNRESET || 0x80710B36 || "An error has occurred." (80710B36) // Game server down or website is blocked
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECONNRESET || 0x80710b36 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOBUFS || 0x80710B37 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOBUFS || 0x80710b37 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EISCONN || 0x80710B38 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EISCONN || 0x80710b38 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTCONN || 0x80710B39 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTCONN || 0x80710b39 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESHUTDOWN || 0x80710B3A ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESHUTDOWN || 0x80710b3a ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETOOMANYREFS || 0x80710B3B ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETOOMANYREFS || 0x80710b3b ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETIMEDOUT || 0x80710B3C || Server timeout
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETIMEDOUT || 0x80710b3c ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECONNREFUSED || 0x80710B3D ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ECONNREFUSED || 0x80710b3d ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ELOOP || 0x80710B3E ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ELOOP || 0x80710b3e ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENAMETOOLONG || 0x80710B3F ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENAMETOOLONG || 0x80710b3f ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EHOSTDOWN || 0x80710B40 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EHOSTDOWN || 0x80710b40 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EHOSTUNREACH || 0x80710B41 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EHOSTUNREACH || 0x80710b41 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTEMPTY || 0x80710B42 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOTEMPTY || 0x80710b42 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROCLIM || 0x80710B43 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROCLIM || 0x80710b43 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EUSERS || 0x80710B44 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EUSERS || 0x80710b44 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDQUOT || 0x80710B45 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EDQUOT || 0x80710b45 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESTALE || 0x80710B46 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ESTALE || 0x80710b46 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EREMOTE || 0x80710B47 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EREMOTE || 0x80710b47 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EBADRPC || 0x80710B48 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EBADRPC || 0x80710b48 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ERPCMISMATCH || 0x80710B49 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ERPCMISMATCH || 0x80710b49 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROGUNAVAIL || 0x80710B4A ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROGUNAVAIL || 0x80710b4a ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROGMISMATCH || 0x80710B4B ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROGMISMATCH || 0x80710b4b ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROCUNAVAIL || 0x80710B4C ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_EPROCUNAVAIL || 0x80710b4c ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOLCK || 0x80710b4d ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOLCK || 0x80710b4d ||  
Line 4,588: Line 4,480:
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENODATA || 0x80710b59 ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENODATA || 0x80710b59 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOSR || 0x80710B5A ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOSR || 0x80710b5a ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOSTR || 0x80710B5B ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ENOSTR || 0x80710b5b ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETIME || 0x80710B5C ||  
| CELL_HTTPS_ERROR_NET_SSL_CONNECT_ETIME || 0x80710b5c ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND || 0x80710C00 || Error calling send(). Error code is net_errno.  
| CELL_HTTPS_ERROR_NET_SSL_SEND || 0x80710c00 || Error calling send(). Error code is net_errno.  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPERM || 0x80710c01 ||  
| CELL_HTTPS_ERROR_NET_SSL_SEND_EPERM || 0x80710c01 ||  
Line 4,716: Line 4,608:
| CELL_HTTPS_ERROR_NET_SSL_SEND_ETOOMANYREFS || 0x80710c3b ||  
| CELL_HTTPS_ERROR_NET_SSL_SEND_ETOOMANYREFS || 0x80710c3b ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ETIMEDOUT || 0x80710C3C || Server timeout
| CELL_HTTPS_ERROR_NET_SSL_SEND_ETIMEDOUT || 0x80710c3c ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_SEND_ECONNREFUSED || 0x80710c3d ||  
| CELL_HTTPS_ERROR_NET_SSL_SEND_ECONNREFUSED || 0x80710c3d ||  
Line 4,782: Line 4,674:
| CELL_HTTPS_ERROR_NET_SSL_SEND_ETIME || 0x80710c5c ||  
| CELL_HTTPS_ERROR_NET_SSL_SEND_ETIME || 0x80710c5c ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV || 0x80710D00 || Error calling recv(). Error code is net_errno.  
| CELL_HTTPS_ERROR_NET_SSL_RECV || 0x80710d00 || Error calling recv(). Error code is net_errno.  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPERM || 0x80710d01 ||  
| CELL_HTTPS_ERROR_NET_SSL_RECV_EPERM || 0x80710d01 ||  
Line 4,892: Line 4,784:
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECONNABORTED || 0x80710d35 ||  
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECONNABORTED || 0x80710d35 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECONNRESET || 0x80710D36 || PSN down or internet connection issues
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECONNRESET || 0x80710d36 ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOBUFS || 0x80710d37 ||  
| CELL_HTTPS_ERROR_NET_SSL_RECV_ENOBUFS || 0x80710d37 ||  
Line 4,904: Line 4,796:
| CELL_HTTPS_ERROR_NET_SSL_RECV_ETOOMANYREFS || 0x80710d3b ||  
| CELL_HTTPS_ERROR_NET_SSL_RECV_ETOOMANYREFS || 0x80710d3b ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ETIMEDOUT || 0x80710d3c || Server timeout
| CELL_HTTPS_ERROR_NET_SSL_RECV_ETIMEDOUT || 0x80710d3c ||  
|-
|-
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECONNREFUSED || 0x80710d3d ||  
| CELL_HTTPS_ERROR_NET_SSL_RECV_ECONNREFUSED || 0x80710d3d ||  
Line 4,980: Line 4,872:
| CELL_HTTP_UTIL_ERROR_INSUFFICIENT || 0x80711004 || Buffer space was insufficient to write into
| CELL_HTTP_UTIL_ERROR_INSUFFICIENT || 0x80711004 || Buffer space was insufficient to write into
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_URI || 0x80711005 || Malformed URI // URL contains bad characters or DLNA settings are incorrect
| CELL_HTTP_UTIL_ERROR_INVALID_URI || 0x80711005 || Malformed URI
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_HEADER || 0x80711006 || Malformed header
| CELL_HTTP_UTIL_ERROR_INVALID_HEADER || 0x80711006 || Malformed header
Line 4,986: Line 4,878:
| CELL_HTTP_UTIL_ERROR_INVALID_REQUEST || 0x80711007 || Malformed request line
| CELL_HTTP_UTIL_ERROR_INVALID_REQUEST || 0x80711007 || Malformed request line
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_RESPONSE || 0x80711008 || Malformed response (status line) // Can happen if server doesnt respond with 'Connection: close' header
| CELL_HTTP_UTIL_ERROR_INVALID_RESPONSE || 0x80711008 || Malformed response (status line)
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_LENGTH || 0x80711009 || Invalid length of buffer
| CELL_HTTP_UTIL_ERROR_INVALID_LENGTH || 0x80711009 || Invalid length of buffer
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER || 0x8071100A || Illegal character
| CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER || 0x8071100a || Illegal character
|-
|-
!colspan="3" | Cell SSL errors (libssl)  
!colspan="3" | Cell SSL errors (libssl)  
Line 5,276: Line 5,168:
|-
|-
| CELL_AVC2_ERROR_NO_SESSION || 0x8002b70d || Function was called when the user has not joined an AV chat session
| 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_WINDOW_ALREADY_EXISTS || 0x8002b70f || Window has already been created
Line 5,283: Line 5,173:
| CELL_AVC2_ERROR_TOO_MANY_WINDOWS || 0x8002b710 || Number of windows has reached the maximum allowed
| 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_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_ERROR_WINDOW_NOT_FOUND || 0x8002b712 || Window has not been created
Line 5,386: Line 5,276:
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_INVALID_STATE || 0x8002d024 || Function was called in an incorrect state
| 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 ||
|-
|-
|}
|}
Line 7,629: Line 7,515:
|-
|-
| CELL_RTC_ERROR_INVALID_MICROSECOND || 0x80010627 || The microsecond 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 ||
|-
|-
|}
|}
Line 7,782: Line 7,653:
|-
|-
| CELL_REC_ERROR_FILE_NO_DATA || 0x8002c507||  
| 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 ||
|-
|-
|}
|}
Line 7,876: Line 7,692:
|-
|-
| CELL_SYSUTIL_ERROR_MEMORY || 0x8002b107 || Sufficient memory could not be allocated for the requested service
| 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 ==
== System BGM Control Error ==
Line 7,903: Line 7,718:
|}
|}


== COMBOPLAY errors ==
== CXML Error ==
 
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_CANCEL || 0x8002cd80 ||  
| CXML_RESULT_OK || 0x0 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_NETWORK || 0x8002cd81 ||  
| CXML_RESULT_ERROR_CANT_OPEN || 0x8002E001 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_OUT_OF_MEMORY || 0x8002cd90 ||  
| CXML_RESULT_ERROR_CANT_READ || 0x8002E002 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_FATAL || 0x8002cd91 ||  
| CXML_RESULT_ERROR_CANT_WRITE || 0x8002E003 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_PKG_FILENAME || 0x8002cd92 ||  
| CXML_RESULT_ERROR_CANT_SEEK || 0x8002E004 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_SIG_FILENAME || 0x8002cd93 ||  
| CXML_RESULT_ERROR_CANT_ALLOC || 0x8002E005 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_ICON_FILENAME || 0x8002cd94 ||  
| CXML_RESULT_ERROR_FORMAT || 0x8002E006 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_VALUE || 0x8002cd95 ||  
| CXML_RESULT_ERROR_VERSION || 0x8002E007 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_PKG_FILE_OPEN || 0x8002cd96 ||  
| CXML_RESULT_ERROR_INVALID_NODE || 0x8002E008 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_SIG_FILE_OPEN || 0x8002cd97 ||  
| CXML_RESULT_ERROR_NOT_ENOUGH_BUF || 0x8002E009 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_ICON_FILE_OPEN || 0x8002cd98 ||  
| CXML_RESULT_ERROR_ACCESS_MODE || 0x8002E010 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_STATE || 0x8002cd99 ||  
| CXML_RESULT_ERROR_NOT_EXIST || 0x8002E011 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_PKG_FILE || 0x8002cd9a ||  
| CXML_RESULT_ERROR_TYPE || 0x8002E012 ||
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INTERNAL || 0x8002cda0 ||  
| CXML_RESULT_ERROR_CANT_MODIFY || 0x8002E013 ||
|-
| CXML_RESULT_ERROR_NO_ALLOCATOR || 0x8002E014 ||
|-
|-
|}
|}


== SYSTEMPARAM errors ==
== Media? Player Video Player Error ==
 
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_VIDEO_OUT_ERROR_NOT_IMPLEMENTED || 0x8002b220 ||  
| MP_SUCCESS|| 0x0 ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_ILLEGAL_CONFIGURATION || 0x8002b221 ||  
| 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_VIDEO_OUT_ERROR_ILLEGAL_PARAMETER || 0x8002b222 ||  
| MP_VP_NO_MORE_ITEM_ERROR|| 0x80028802  ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b223 ||  
| MP_VP_DATA_TOP_ERROR|| 0x80028803 ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_DEVICE_NOT_FOUND || 0x8002b224 ||  
| MP_VP_DATA_END_ERROR|| 0x80028804  ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_UNSUPPORTED_VIDEO_OUT || 0x8002b225 ||  
| MP_VP_NO_DATA_ERROR|| 0x80028805  ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_UNSUPPORTED_DISPLAY_MODE || 0x8002b226 ||  
| MP_VP_BUFFER_FULL_ERROR||0x80028806  ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_CONDITION_BUSY || 0x8002b227 ||  
| MP_VP_FILE_OPEN_ERROR || 0x80028807  ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_VALUE_IS_NOT_SET || 0x8002b228 ||  
| MP_VP_FILE_READ_ERROR|| 0x80028808  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_NOT_IMPLEMENTED || 0x8002b240 ||  
| MP_VP_FILE_SEEK_ERROR|| 0x80028809  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_ILLEGAL_CONFIGURATION || 0x8002b241 ||  
| MP_VP_NO_SUPPORTED_ERROR || 0x8002880A  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_ILLEGAL_PARAMETER || 0x8002b242 ||  
| MP_VP_DECODE_ERROR || 0x8002880B  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b243 ||  
| MP_VP_V_DECODE_ERROR || 0x8002880C  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_DEVICE_NOT_FOUND || 0x8002b244 ||  
| MP_VP_A_DECODE_ERROR|| 0x8002880D  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_UNSUPPORTED_AUDIO_OUT || 0x8002b245 ||  
| MP_VP_DATA_SET_FAILED_ERROR|| 0x8002880E  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_UNSUPPORTED_SOUND_MODE || 0x8002b246 ||  
| MP_VP_NOTFOUND_NEXT_DATA_ERROR||0x8002880F  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_CONDITION_BUSY || 0x8002b247 ||  
| MP_VP_NOTFOUND_PREV_DATA_ERROR|| 0x80028810  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_NOT_IMPLEMENTED || 0x8002b260 ||  
| MP_VP_ANALYZE_ERROR || 0x80028811  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_ILLEGAL_CONFIGURATION || 0x8002b261 ||  
| MP_VP_LACK_OF_BUFFER_ERROR ||0x80028812  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_ILLEGAL_PARAMETER || 0x8002b262 ||  
| MP_VP_LICENSE_ERROR || 0x80028813  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b263 ||  
| MP_VP_LICENSE_NOT_YET_AVAILABLE_ERROR || 0x80028814  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_DEVICE_NOT_FOUND || 0x8002b264 ||  
| MP_VP_LICENSE_EXPIRED_ERROR|| 0x80028815  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_UNSUPPORTED_AUDIO_IN || 0x8002b265 ||  
| MP_VP_LICENSE_VOID_SECURE_CLOCK_ERROR || 0x80028816  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_UNSUPPORTED_SOUND_MODE || 0x8002b266 ||  
| MP_VP_GET_PICTURE_ERROR|| 0x80028817  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_CONDITION_BUSY || 0x8002b267 ||  
| MP_VP_VPOST_ERROR|| 0x80028818  ||  
|-
|-
|}
| MP_VP_IMAGE_LOAD_FAILED_ERROR || 0x80028819  ||  
 
== 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
| MP_VP_NO_EXECUTE_ERROR|| 0x80028881  ||  
|-
|-
| CELL_MSGDIALOG_ERROR_DIALOG_NOT_OPENED || 0x8002b302 || The dialogue is not opened
| MP_VP_OUT_OF_RANGE_ERROR|| 0x8002888D  ||  
|-
|}
 
== 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 ||  
| MP_VP_FILE_NOT_EXIST_ERROR || 0x80028882  ||  
|-
|-
| CELL_SAVEDATA_ERROR_ACCESS_ERROR || 0x8002B402 ||  
| MP_VP_LICENSE_EXCLUDED_ERROR|| 0x80028883  ||  
|-
|-
| CELL_SAVEDATA_ERROR_INTERNAL || 0x8002B403 || Game save issue // Reboot console
| MP_VP_CREATE_SHORT_ICON_ERROR || 0x80028884  ||  
|-
|-
| CELL_SAVEDATA_ERROR_PARAM || 0x8002B404 ||  
| MP_VP_CREATE_ICON_ERROR|| 0x80028885  ||  
|-
|-
| CELL_SAVEDATA_ERROR_NOSPACE || 0x8002B405 ||  
| MP_VP_VTRM_BROKEN_ERROR|| 0x80028886  ||  
|-
|-
| CELL_SAVEDATA_ERROR_BROKEN || 0x8002B406 ||  
| MP_VP_INCOMPAT_ADAPTER_ERROR|| 0x80028887  || MagicGate device required
|-
|-
| CELL_SAVEDATA_ERROR_FAILURE || 0x8002B407 ||  
| MP_VP_MEDIA_INCOMPAT_ERROR|| 0x80028888  ||  
|-
|-
| CELL_SAVEDATA_ERROR_BUSY || 0x8002B408 ||  
| MP_VP_GID_NO_SET_ERROR|| 0x80028889  ||  
|-
|-
| CELL_SAVEDATA_ERROR_NOUSER || 0x8002B409 ||  
| MP_VP_PREMATURE_GID_ERROR|| 0x8002888A  ||  
|-
|-
| CELL_SAVEDATA_ERROR_SIZEOVER || 0x8002B40A ||  
| MP_VP_BELATED_GID_ERROR|| 0x8002888B  ||  
|-
|-
| CELL_SAVEDATA_ERROR_NODATA || 0x8002b40b ||  
| MP_VP_PSN_NOLICENSE_ERROR|| 0x8002888E  || Authenticate via PsStore
|-
|-
| CELL_SAVEDATA_ERROR_NOTSUPPORTED || 0x8002b40c ||  
| MP_VP_PSN_NEED_ACTIVATION_ERROR|| 0x8002888F  || Need Certification
|-
|-
|}
| MP_VP_PSN_UNEXPECTED_AIV_ERROR|| 0x80028890  || Wrong Certification Data
 
== 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 ||  
| MP_VP_INVALID_FORMAT_ERROR || 0x80028891  ||  
|-
|-
| CELL_OSKDIALOG_ERROR_GET_SIZE_ERROR || 0x8002b502 ||  
| MP_VP_ACCESS_DENIED_ERROR|| 0x80028892  ||  
|-
|-
| CELL_OSKDIALOG_ERROR_UNKNOWN || 0x8002b503 ||  
| MP_VP_HTTP_SERVER_NOT_FOUND_ERROR|| 0x80028893  ||  
|-
|-
| CELL_OSKDIALOG_ERROR_PARAM || 0x8002b504 ||  
| MP_VP_HTTP_GENERIC_ERROR || 0x80028894  || HTTP MediaServer Error
|-
|-
|}
| MP_VP_NOT_ENOUGH_MEMORY_ERROR|| 0x80028895  ||  
 
== 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 ||  
| MP_VP_NO_AUDIO_STREAM_ERROR || 0x80028896  || No Audio
|-
|-
| CELL_WEBBROWSER_ERROR_INVALID || 0x8002b902 ||  
| MP_VP_NO_SUBTITLE_ERROR || 0x80028897  || No Subtitle
|-
|-
| CELL_WEBBROWSER_ERROR_EXCLUSIVE || 0x8002b903 ||  
| MP_VP_NETWORK_ERROR|| 0x80028898  ||  
|-
|-
|}
| MP_VP_A_ENCODE_ERROR|| 0x80028899  ||  
 
== 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 ||  
| MP_VP_V_ENCODE_ERROR|| 0x8002889A  ||  
|-
|-
|}
| MP_VP_FILE_WRITE_ERROR || 0x8002889B  ||  
 
== 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 ||  
| MP_VP_FILE_WRITE_RES_ERROR||0x8002889C  ||  
|-
|-
| CELL_SYSCACHE_ERROR_INTERNAL || 0x8002bc02 ||  
| MP_VP_S_DECODE_ERROR|| 0x8002889D  ||  
|-
|-
| CELL_SYSCACHE_ERROR_PARAM || 0x8002bc03 ||  
| MP_VP_FILE_IO_CANCELLED_ERROR || 0x8002889E  ||  
|-
|-
| CELL_SYSCACHE_ERROR_NOTMOUNTED || 0x8002bc04 ||  
| MP_VP_HTTP_CONTENT_NOT_FOUND_ERROR|| 0x8002889F  ||  
|-
|-
|}
| MP_VP_EXPIRED_ERROR|| 0x800288A0  ||  
 
== 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 ||  
| MP_VP_WMA_NOT_ENABLED_ERROR || 0x800288A1  || WMA Playback not enabled.
|-
|-
| CELL_STORAGEDATA_ERROR_INTERNAL || 0x8002be02 ||  
| MP_VP_ACCESS_NOT_DOWNLOADED_AREA_ERROR|| 0x800288A2  ||  
|-
|-
| CELL_STORAGEDATA_ERROR_PARAM || 0x8002be03 ||  
| MP_VP_DTCP_IP_AUTH_INVALID_HOSTNAME_ERROR|| 0x800288A3  ||  
|-
|-
| CELL_STORAGEDATA_ERROR_ACCESS_ERROR || 0x8002be04 ||  
| MP_VP_DTCP_IP_AUTH_SERVER_NOT_FOUND_ERROR||0x800288A4  ||  
|-
|-
| CELL_STORAGEDATA_ERROR_FAILURE || 0x8002be05 ||  
| MP_VP_DTCP_IP_AUTH_CANNOT_ACCESS_ERROR|| 0x800288A5  ||  
|-
|-
|}
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR|| 0x800288A6  ||  
 
== 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 ||
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR_WLAN|| 0x800288A7  || DTCPIP Error set WEP/WPA
|-
|-
| CXML_RESULT_ERROR_CANT_OPEN || 0x8002E001 ||
| MP_VP_DTCP_IP_DEVCERT_EXPIRED_ERROR|| 0x800288A8  ||  
|-
|-
| CXML_RESULT_ERROR_CANT_READ || 0x8002E002 ||
| MP_VP_DTCP_IP_INVALID_URL_ERROR || 0x800288A9  ||  
|-
|-
| CXML_RESULT_ERROR_CANT_WRITE || 0x8002E003 ||
| MP_VP_DTCP_IP_KM_NEED_ACTIVATE_ERROR|| 0x800288AA  ||  
|-
|-
| CXML_RESULT_ERROR_CANT_SEEK || 0x8002E004 ||
| MP_VP_DTCP_IP_KM_NEED_UPDATE_ERROR|| 0x800288AB  ||  
|-
|-
| CXML_RESULT_ERROR_CANT_ALLOC || 0x8002E005 ||
| MP_VP_DTCP_IP_KM_FATAL_ERROR|| 0x800288AC  ||  
|-
|-
| CXML_RESULT_ERROR_FORMAT || 0x8002E006 ||
| MP_VP_DTCP_IP_KM_FATAL_ERROR_REGISTRY|| 0x800288AD  ||  
|-
|-
| CXML_RESULT_ERROR_VERSION || 0x8002E007 ||
| MP_VP_DTCP_IP_KM_FATAL_ERROR_BUFFER|| 0x800288AE  ||  
|-
|-
| CXML_RESULT_ERROR_INVALID_NODE || 0x8002E008 ||
| MP_VP_DTCP_IP_KM_FATAL_ERROR_SRM||0x800288AF  ||  
|-
|-
| CXML_RESULT_ERROR_NOT_ENOUGH_BUF || 0x8002E009 ||
| MP_VP_DTCP_IP_KM_NEED_CLOCK_SETUP_ERROR || 0x800288B0  ||  
|-
|-
| CXML_RESULT_ERROR_ACCESS_MODE || 0x8002E010 ||
| MP_VP_HTTP_SEEK_NOT_ALLOWED_ERROR|| 0x800288B1  ||  
|-
|-
| CXML_RESULT_ERROR_NOT_EXIST || 0x8002E011 ||
| MP_VP_DTCP_IP_UNKNOWN_ERROR || 0x800288B2  ||  
|-
|-
| CXML_RESULT_ERROR_TYPE || 0x8002E012 ||
| MP_VP_DTCP_IP_INVALID_ARG_ERROR|| 0x800288B3  ||  
|-
|-
| CXML_RESULT_ERROR_CANT_MODIFY || 0x8002E013 ||
| MP_VP_DTCP_IP_INVALID_STATE_ERROR|| 0x800288B4  ||  
|-
|-
| CXML_RESULT_ERROR_NO_ALLOCATOR || 0x8002E014 ||
| MP_VP_DTCP_IP_NOT_IMPLEMENTED_ERROR|| 0x800288B5 ||  
|-
|-
|}
| MP_VP_DTCP_IP_INTERNAL_ERROR || 0x800288B6  ||  
 
== 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_DTCP_IP_STREAM_GENERIC_ERROR||0x800288B7  ||  
|-
|-
| 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_REGISTRY_ERROR|| 0x800288B8  ||  
|-
|-
| MP_VP_NO_MORE_ITEM_ERROR|| 0x80028802 ||  
| MP_VP_HDCP_OFF_ERROR|| 0x800288B9 ||  
|-
|-
| MP_VP_DATA_TOP_ERROR|| 0x80028803 ||  
| MP_VP_DTCP_IP_EMI_CCI_ERROR|| 0x800288BA  ||  
|-
|-
| MP_VP_DATA_END_ERROR|| 0x80028804  ||  
| MP_VP_NET_CTL_ERROR||0x800288BB  ||  
|-
|-
| MP_VP_NO_DATA_ERROR|| 0x80028805 ||  
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_LARGE|| 0x800288BC ||  
|-
|-
| MP_VP_BUFFER_FULL_ERROR||0x80028806  ||  
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_SMALL|| 0x800288BD  ||  
|-
|-
| MP_VP_FILE_OPEN_ERROR || 0x80028807  ||  
| MP_VP_NO_SUPPORTED_ERROR_PROFILE||0x800288BE  ||  
|-
|-
| MP_VP_FILE_READ_ERROR|| 0x80028808 ||  
| MP_VP_NO_SUPPORTED_ERROR_TOOL || 0x800288BF ||  
|-
|-
| MP_VP_FILE_SEEK_ERROR|| 0x80028809 ||  
| MP_VP_NO_SUPPORTED_ERROR_VIDEO_CODEC || 0x800288C0 || "The data type is not supported." Related to video.
|-
|-
| MP_VP_NO_SUPPORTED_ERROR || 0x8002880A ||  
| MP_VP_NO_SUPPORTED_ERROR_AUDIO_CODEC|| 0x800288C1 ||  
|-
|-
| MP_VP_DECODE_ERROR || 0x8002880B  ||  
| MP_VP_NO_SUPPORTED_ERROR_AU_SIZE ||0x800288C2  ||  
|-
|-
| MP_VP_V_DECODE_ERROR || 0x8002880C ||  
| MP_VP_HTTP_NO_CONTENT_LENGTH_ERROR|| 0x800288C3 ||  
|-
|-
| MP_VP_A_DECODE_ERROR|| 0x8002880D ||  
| MP_VP_DIGITAL_ONLY_ERROR|| 0x800288C4 || Cannot output video other than hdmi
|-
|-
| MP_VP_DATA_SET_FAILED_ERROR|| 0x8002880E ||  
| MP_VP_PSN_UNSUPPORTED_DEVICE_ERROR|| 0x800288C5 ||  
|-
|-
| MP_VP_NOTFOUND_NEXT_DATA_ERROR||0x8002880F   ||  
| MP_VP_DIVX_DRM_RENTAL_EXPIRED_ERROR||0x800288C6   || divx vod rental expired
|-
|-
| MP_VP_NOTFOUND_PREV_DATA_ERROR|| 0x80028810  ||  
| MP_VP_DIVX_DRM_AUTHORIZATION_ERROR ||0x800288C7  || divx vod reg visit website
|-
|-
| MP_VP_ANALYZE_ERROR || 0x80028811 ||  
| MP_VP_CANNOT_PLAY_CONTENT_ERROR || 0x800288C8 ||  
|-
|-
| MP_VP_LACK_OF_BUFFER_ERROR ||0x80028812  ||  
| MP_VP_NO_SUPPORTED_ERROR_BRAND || 0x800288C9  ||  
|-
|-
| MP_VP_LICENSE_ERROR || 0x80028813  ||  
| MP_VP_NO_SUPPORTED_ERROR_DURATION_TOO_LONG|| 0x800288CF  ||  
|-
|-
| MP_VP_LICENSE_NOT_YET_AVAILABLE_ERROR || 0x80028814 ||  
| MP_VP_NO_SUPPORTED_ERROR_TRACKS_TOO_MANY|| 0x800288D0 ||  
|-
|-
| MP_VP_LICENSE_EXPIRED_ERROR|| 0x80028815   ||  
| MP_VP_NO_SUPPORTED_ERROR_LICENSE||0x800288D1   ||  
|-
|-
| MP_VP_LICENSE_VOID_SECURE_CLOCK_ERROR || 0x80028816  ||  
| MP_VP_NO_SUPPORTED_ERROR_MVP_SEPARATED_PVL ||0x800288D2  ||  
|-
|-
| MP_VP_GET_PICTURE_ERROR|| 0x80028817 ||  
| MP_VP_NO_SUPPORTED_ERROR_PROHIBITED_DAO|| 0x800288D3 ||  
|-
|-
| MP_VP_VPOST_ERROR|| 0x80028818 ||  
| MP_VP_NO_SUPPORTED_ERROR_FORMAT_VERSION || 0x800288D4 ||  
|-
|-
| MP_VP_IMAGE_LOAD_FAILED_ERROR || 0x80028819 ||  
| MP_VP_NO_SUPPORTED_ERROR_MEDIA|| 0x800288D5 ||  
|-
|-
| MP_VP_NO_EXECUTE_ERROR|| 0x80028881 ||  
| MP_VP_NO_SUPPORTED_ERROR_64BIT_BOXSIZE|| 0x800288D6 ||  
|-
|-
| MP_VP_OUT_OF_RANGE_ERROR|| 0x8002888D ||  
| MP_VP_CONTENTS_NOT_EXIST_ERROR ||0x800288CA ||  
|-
|-
| MP_VP_FILE_NOT_EXIST_ERROR || 0x80028882 ||  
| MP_VP_NO_NEXT_CONTENTS_ERROR|| 0x800288CC ||  
|-
|-
| MP_VP_LICENSE_EXCLUDED_ERROR|| 0x80028883  ||  
| MP_VP_NO_PREV_CONTENTS_ERROR ||0x800288CD  ||  
|-
|-
| MP_VP_CREATE_SHORT_ICON_ERROR || 0x80028884  ||  
| MP_VP_SEQUENTIAL_PLAY_NOT_ALLOWED_ERROR||0x800288D7  ||  
|-
|-
| MP_VP_CREATE_ICON_ERROR|| 0x80028885 ||  
| MP_VP_DELETE_CONTENTS_ERROR|| 0x800288DA ||  
|-
|-
| MP_VP_VTRM_BROKEN_ERROR|| 0x80028886 ||  
| MP_VP_AACS_WM_TRUSTED_SOURCE_STATE_ERROR|| 0x800288DB ||  
|-
|-
| MP_VP_INCOMPAT_ADAPTER_ERROR|| 0x80028887 || MagicGate device required
| MP_VP_AACS_WM_NO_HOME_USE_ERROR || 0x800288DC || cinavia msg code 1
|-
|-
| MP_VP_MEDIA_INCOMPAT_ERROR|| 0x80028888 ||  
| MP_VP_NO_SUPPORTED_ERROR_SCREEN_SAVER|| 0x800288DE ||  
|-
|-
| MP_VP_GID_NO_SET_ERROR|| 0x80028889 ||  
| MP_VP_SELFLICENSE_NONE_ERROR|| 0x800288DF || Content owner account signin please
|-
|-
| MP_VP_PREMATURE_GID_ERROR|| 0x8002888A ||  
| MP_VP_NOT_SUPPORT_REMOTEPLAY_ERROR|| 0x800288E0 || Content does not support remoteplay
|-
|-
| MP_VP_BELATED_GID_ERROR|| 0x8002888B ||  
| MP_VP_READ_FIRST_BLOCK_SIZE_0_ERROR|| 0x800288E1 ||  
|-
|-
| MP_VP_PSN_NOLICENSE_ERROR|| 0x8002888E || Authenticate via PsStore
| MP_VP_DTCP_IP_CABLE_NOT_CONNECTED_ERROR|| 0x800288E2 ||  
|-
|-
| MP_VP_PSN_NEED_ACTIVATION_ERROR|| 0x8002888F || Need Certification
| MP_VP_FILE_IO_TIMEOUT_ERROR|| 0x800288E3 ||  
|-
|-
| MP_VP_PSN_UNEXPECTED_AIV_ERROR|| 0x80028890  || Wrong Certification Data
|}
 
== 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
|-
|-
| MP_VP_INVALID_FORMAT_ERROR || 0x80028891  ||  
| CELL_SYNC_ERROR_AGAIN || 0x80410101 ||  
|-
|-
| MP_VP_ACCESS_DENIED_ERROR|| 0x80028892  ||  
| CELL_SYNC_ERROR_INVAL || 0x80410102 ||  
|-
|-
| MP_VP_HTTP_SERVER_NOT_FOUND_ERROR|| 0x80028893  ||  
| CELL_SYNC_ERROR_NOSYS || 0x80410103 ||  
|-
|-
| MP_VP_HTTP_GENERIC_ERROR || 0x80028894  || HTTP MediaServer Error
| CELL_SYNC_ERROR_NOMEM || 0x80410104 ||  
|-
|-
| MP_VP_NOT_ENOUGH_MEMORY_ERROR|| 0x80028895  ||  
| CELL_SYNC_ERROR_SRCH || 0x80410105 ||  
|-
|-
| MP_VP_NO_AUDIO_STREAM_ERROR || 0x80028896  || No Audio
| CELL_SYNC_ERROR_NOENT || 0x80410106 ||  
|-
|-
| MP_VP_NO_SUBTITLE_ERROR || 0x80028897  || No Subtitle
| CELL_SYNC_ERROR_NOEXEC || 0x80410107 ||  
|-
|-
| MP_VP_NETWORK_ERROR|| 0x80028898  ||  
| CELL_SYNC_ERROR_DEADLK || 0x80410108 ||  
|-
|-
| MP_VP_A_ENCODE_ERROR|| 0x80028899  ||  
| CELL_SYNC_ERROR_PERM || 0x80410109 ||  
|-
|-
| MP_VP_V_ENCODE_ERROR|| 0x8002889A  ||  
| CELL_SYNC_ERROR_BUSY || 0x8041010A ||  
|-
|-
| MP_VP_FILE_WRITE_ERROR || 0x8002889B  ||  
| CELL_SYNC_ERROR_ABORT || 0x8041010C ||  
|-
|-
| MP_VP_FILE_WRITE_RES_ERROR||0x8002889C  ||  
| CELL_SYNC_ERROR_FAULT || 0x8041010D ||  
|-
|-
| MP_VP_S_DECODE_ERROR|| 0x8002889D  ||  
| CELL_SYNC_ERROR_CHILD || 0x8041010E ||  
|-
|-
| MP_VP_FILE_IO_CANCELLED_ERROR || 0x8002889E  ||  
| CELL_SYNC_ERROR_STAT || 0x8041010F ||  
|-
|-
| MP_VP_HTTP_CONTENT_NOT_FOUND_ERROR|| 0x8002889F  ||  
| CELL_SYNC_ERROR_ALIGN || 0x80410110 ||  
|-
|-
| MP_VP_EXPIRED_ERROR|| 0x800288A0  ||  
| CELL_SYNC_ERROR_NULL_POINTER || 0x80410111 ||  
|-
|-
| MP_VP_WMA_NOT_ENABLED_ERROR || 0x800288A1  || WMA Playback not enabled.
| CELL_SYNC_ERROR_SHOTAGE || 0x80410112 ||  
|-
|-
| MP_VP_ACCESS_NOT_DOWNLOADED_AREA_ERROR|| 0x800288A2  ||  
| CELL_SYNC_ERROR_UNKNOWNKEY || 0x80410113 ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_INVALID_HOSTNAME_ERROR|| 0x800288A3  ||  
|}
 
== 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
|-
|-
| MP_VP_DTCP_IP_AUTH_SERVER_NOT_FOUND_ERROR||0x800288A4  ||  
| CELL_SHEAP_ERROR_AGAIN || 0x80410301 || The resource is temporarily unavailable
|-
|-
| MP_VP_DTCP_IP_AUTH_CANNOT_ACCESS_ERROR|| 0x800288A5  ||  
| CELL_SHEAP_ERROR_INVAL || 0x80410302 || An invalid argument value is specified
|-
|-
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR|| 0x800288A6  ||  
| CELL_SHEAP_ERROR_NOSYS || 0x80410303 || The feature is not yet implemented
|-
|-
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR_WLAN|| 0x800288A7  || DTCPIP Error set WEP/WPA
| CELL_SHEAP_ERROR_NOMEM || 0x80410304 || Memory allocation failure
|-
|-
| MP_VP_DTCP_IP_DEVCERT_EXPIRED_ERROR|| 0x800288A8  ||  
| CELL_SHEAP_ERROR_SRCH || 0x80410305 || The resource (process, thread, sheaphronous object, etc) with the specified identifier does not exist.
|-
|-
| MP_VP_DTCP_IP_INVALID_URL_ERROR || 0x800288A9  ||  
| CELL_SHEAP_ERROR_NOENT || 0x80410306 || The file does not exist
|-
|-
| MP_VP_DTCP_IP_KM_NEED_ACTIVATE_ERROR|| 0x800288AA  ||  
| CELL_SHEAP_ERROR_NOEXEC || 0x80410307 || The file is not a valid ELF file. (The file is in unrecognized format.)
|-
|-
| MP_VP_DTCP_IP_KM_NEED_UPDATE_ERROR|| 0x800288AB  ||  
| CELL_SHEAP_ERROR_DEADLK || 0x80410308 || Resource deadlock is avoided
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR|| 0x800288AC  ||  
| CELL_SHEAP_ERROR_PERM || 0x80410309 || The operation is not permitted
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_REGISTRY|| 0x800288AD  ||  
| CELL_SHEAP_ERROR_BUSY || 0x8041030A || The device or resource is busy
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_BUFFER|| 0x800288AE  ||  
| CELL_SHEAP_ERROR_ABORT || 0x8041030C || The operation is aborted
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_SRM||0x800288AF  ||  
| CELL_SHEAP_ERROR_FAULT || 0x8041030D || Invalid memory access
|-
|-
| MP_VP_DTCP_IP_KM_NEED_CLOCK_SETUP_ERROR || 0x800288B0  ||  
| CELL_SHEAP_ERROR_CHILD || 0x8041030E || Failed in awaiting a child, or no such child exists
|-
|-
| MP_VP_HTTP_SEEK_NOT_ALLOWED_ERROR|| 0x800288B1  ||  
| CELL_SHEAP_ERROR_STAT || 0x8041030F || State of the target thread is invalid
|-
|-
| MP_VP_DTCP_IP_UNKNOWN_ERROR || 0x800288B2  ||  
| CELL_SHEAP_ERROR_ALIGN || 0x80410310 || Alignment is invalid
|-
|-
| MP_VP_DTCP_IP_INVALID_ARG_ERROR|| 0x800288B3  ||  
| CELL_SHEAP_ERROR_KRESOURCE || 0x80410311 || Shortage of the kernel resources
|-
|-
| MP_VP_DTCP_IP_INVALID_STATE_ERROR || 0x800288B4 ||  
| CELL_SHEAP_ERROR_SHORTAGE || 0x80410312 || Shortage of the kernel resources
|-
|-
| MP_VP_DTCP_IP_NOT_IMPLEMENTED_ERROR || 0x800288B5 ||  
| CELL_SHEAP_ERROR_UNKNOWNKEY || 0x80410313 || Shortage of the kernel resources
|-
|-
| MP_VP_DTCP_IP_INTERNAL_ERROR || 0x800288B6 ||  
|}
 
== 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
|-
|-
| MP_VP_DTCP_IP_STREAM_GENERIC_ERROR||0x800288B7 ||  
| CELL_OVIS_ERROR_INVAL || 0x80410402 || An invalid argument value is specified.
|-
|-
| MP_VP_REGISTRY_ERROR || 0x800288B8 ||  
| CELL_OVIS_ERROR_ALIGN || 0x80410416 || Alignment is invalid
|-
|-
| MP_VP_HDCP_OFF_ERROR || 0x800288B9 ||  
|}
|-
 
| MP_VP_DTCP_IP_EMI_CCI_ERROR || 0x800288BA ||
== 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
|-
|-
| MP_VP_NET_CTL_ERROR || 0x800288BB ||  
| CELL_DAISY_ERROR_NO_BEGIN || 0x80410501 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_LARGE || 0x800288BC ||  
| CELL_DAISY_ERROR_INVALID_PORT_ATTACH || 0x80410502 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_SMALL || 0x800288BD ||  
| CELL_DAISY_ERROR_NOT_IMPLEMENTED || 0x80410503 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PROFILE || 0x800288BE ||  
| CELL_DAISY_ERROR_PERM || 0x80410509 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_TOOL || 0x800288BF || PS3 cannot play this file type
| CELL_DAISY_ERROR_STAT || 0x8041050f ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_VIDEO_CODEC || 0x800288C0 || "The data type is not supported." Related to video.
| CELL_DAISY_ERROR_AGAIN || 0x80410511 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_AUDIO_CODEC || 0x800288C1 || PS3 cannot play this file type
| CELL_DAISY_ERROR_INVAL || 0x80410512 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_AU_SIZE ||0x800288C2 ||  
| CELL_DAISY_ERROR_BUSY || 0x8041051a ||  
|-
|-
| MP_VP_HTTP_NO_CONTENT_LENGTH_ERROR|| 0x800288C3 ||  
|}
 
== 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
|-
|-
| MP_VP_DIGITAL_ONLY_ERROR|| 0x800288C4  || Cannot output video other than HDMI
| CELL_SPUDLL_ERROR_AGAIN || 0x80410601 ||  
|-
|-
| MP_VP_PSN_UNSUPPORTED_DEVICE_ERROR || 0x800288C5 ||  
| CELL_SPUDLL_ERROR_INVAL || 0x80410602 ||  
|-
|-
| MP_VP_DIVX_DRM_RENTAL_EXPIRED_ERROR || 0x800288C6 || divx vod rental expired
| CELL_SPUDLL_ERROR_NOSYS || 0x80410603 ||  
|-
|-
| MP_VP_DIVX_DRM_AUTHORIZATION_ERROR || 0x800288C7 || divx vod reg visit website
| CELL_SPUDLL_ERROR_NOMEM || 0x80410604 ||  
|-
|-
| MP_VP_CANNOT_PLAY_CONTENT_ERROR || 0x800288C8  ||  
| CELL_SPUDLL_ERROR_SRCH || 0x80410605 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_BRAND || 0x800288C9  ||  
| CELL_SPUDLL_ERROR_NOENT || 0x80410606 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_DURATION_TOO_LONG|| 0x800288CF  ||  
| CELL_SPUDLL_ERROR_NOEXEC || 0x80410607 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_TRACKS_TOO_MANY|| 0x800288D0  ||  
| CELL_SPUDLL_ERROR_DEADLK || 0x80410608 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_LICENSE ||0x800288D1 ||  
| CELL_SPUDLL_ERROR_PERM || 0x80410609 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_MVP_SEPARATED_PVL || 0x800288D2 ||  
| CELL_SPUDLL_ERROR_BUSY || 0x8041060a ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PROHIBITED_DAO || 0x800288D3 ||  
| CELL_SPUDLL_ERROR_ABORT || 0x8041060c ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_FORMAT_VERSION || 0x800288D4 ||  
| CELL_SPUDLL_ERROR_FAULT || 0x8041060d ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_MEDIA || 0x800288D5 ||  
| CELL_SPUDLL_ERROR_CHILD || 0x8041060e ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_64BIT_BOXSIZE|| 0x800288D6 ||  
| CELL_SPUDLL_ERROR_STAT || 0x8041060f ||  
|-
|-
| MP_VP_CONTENTS_NOT_EXIST_ERROR || 0x800288CA ||  
| CELL_SPUDLL_ERROR_ALIGN || 0x80410610 ||  
|-
|-
| MP_VP_NO_NEXT_CONTENTS_ERROR || 0x800288CC ||  
| CELL_SPUDLL_ERROR_NULL_POINTER || 0x80410611 ||  
|-
|-
| MP_VP_NO_PREV_CONTENTS_ERROR ||0x800288CD || Content not found
| CELL_SPUDLL_ERROR_UNDEF || 0x80410612 ||  
|-
|-
| MP_VP_SEQUENTIAL_PLAY_NOT_ALLOWED_ERROR || 0x800288D7 ||  
| CELL_SPUDLL_ERROR_FATAL || 0x80410613 ||  
|-
|-
| MP_VP_DELETE_CONTENTS_ERROR || 0x800288DA ||  
|}
 
== 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
|-
|-
| MP_VP_AACS_WM_TRUSTED_SOURCE_STATE_ERROR|| 0x800288DB ||  
| CELL_SPURS_CORE_ERROR_AGAIN || 0x80410701 ||  
|-
|-
| MP_VP_AACS_WM_NO_HOME_USE_ERROR || 0x800288DC  || cinavia msg code 1
| CELL_SPURS_CORE_ERROR_INVAL || 0x80410702 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_SCREEN_SAVER|| 0x800288DE  ||  
| CELL_SPURS_CORE_ERROR_NOSYS || 0x80410703 ||  
|-
|-
| MP_VP_SELFLICENSE_NONE_ERROR|| 0x800288DF  || Content owner account signin please
| CELL_SPURS_CORE_ERROR_NOMEM || 0x80410704 ||  
|-
|-
| MP_VP_NOT_SUPPORT_REMOTEPLAY_ERROR|| 0x800288E0  || Content does not support remoteplay
| CELL_SPURS_CORE_ERROR_SRCH || 0x80410705 ||  
|-
|-
| MP_VP_READ_FIRST_BLOCK_SIZE_0_ERROR|| 0x800288E1  ||  
| CELL_SPURS_CORE_ERROR_NOENT || 0x80410706 ||  
|-
|-
| MP_VP_DTCP_IP_CABLE_NOT_CONNECTED_ERROR|| 0x800288E2  ||  
| CELL_SPURS_CORE_ERROR_NOEXEC || 0x80410707 ||  
|-
|-
| MP_VP_FILE_IO_TIMEOUT_ERROR|| 0x800288E3  ||  
| CELL_SPURS_CORE_ERROR_DEADLK || 0x80410708 ||  
|-
|-
|}
| CELL_SPURS_CORE_ERROR_PERM || 0x80410709 ||  
 
== 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 ||  
| CELL_SPURS_CORE_ERROR_BUSY || 0x8041070A ||  
|-
|-
|}
| CELL_SPURS_CORE_ERROR_ABORT || 0x8041070C ||  
 
== 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_SPURS_CORE_ERROR_FAULT || 0x8041070D ||  
|-
|-
| CELL_SYNC_ERROR_INVAL || 0x80410102 ||  
| CELL_SPURS_CORE_ERROR_CHILD || 0x8041070E ||  
|-
|-
| CELL_SYNC_ERROR_NOSYS || 0x80410103 ||  
| CELL_SPURS_CORE_ERROR_STAT || 0x8041070F ||  
|-
|-
| CELL_SYNC_ERROR_NOMEM || 0x80410104 ||  
| CELL_SPURS_CORE_ERROR_ALIGN || 0x80410710 ||  
|-
|-
| CELL_SYNC_ERROR_SRCH || 0x80410105 ||  
| CELL_SPURS_CORE_ERROR_NULL_POINTER || 0x80410711 ||  
|-
|-
| CELL_SYNC_ERROR_NOENT || 0x80410106 ||  
| CELL_SPURS_POLICY_MODULE_ERROR_AGAIN || 0x80410801 ||  
|-
|-
| CELL_SYNC_ERROR_NOEXEC || 0x80410107 ||  
| CELL_SPURS_POLICY_MODULE_ERROR_INVAL || 0x80410802 ||  
|-
|-
| CELL_SYNC_ERROR_DEADLK || 0x80410108 ||  
| CELL_SPURS_POLICY_MODULE_ERROR_NOSYS || 0x80410803 ||  
|-
|-
| CELL_SYNC_ERROR_PERM || 0x80410109 ||  
| CELL_SPURS_POLICY_MODULE_ERROR_NOMEM || 0x80410804 ||  
|-
|-
| CELL_SYNC_ERROR_BUSY || 0x8041010A ||  
| CELL_SPURS_POLICY_MODULE_ERROR_SRCH || 0x80410805 ||  
|-
|-
| CELL_SYNC_ERROR_ABORT || 0x8041010C ||  
| CELL_SPURS_POLICY_MODULE_ERROR_NOENT || 0x80410806 ||  
|-
|-
| CELL_SYNC_ERROR_FAULT || 0x8041010D ||  
| CELL_SPURS_POLICY_MODULE_ERROR_NOEXEC || 0x80410807 ||  
|-
|-
| CELL_SYNC_ERROR_CHILD || 0x8041010E ||  
| CELL_SPURS_POLICY_MODULE_ERROR_DEADLK || 0x80410808 ||  
|-
|-
| CELL_SYNC_ERROR_STAT || 0x8041010F ||  
| CELL_SPURS_POLICY_MODULE_ERROR_PERM || 0x80410809 ||  
|-
|-
| CELL_SYNC_ERROR_ALIGN || 0x80410110 ||  
| CELL_SPURS_POLICY_MODULE_ERROR_BUSY || 0x8041080A ||  
|-
|-
| CELL_SYNC_ERROR_NULL_POINTER || 0x80410111 ||  
| CELL_SPURS_POLICY_MODULE_ERROR_ABORT || 0x8041080C ||  
|-
|-
| CELL_SYNC_ERROR_SHOTAGE || 0x80410112 ||  
| CELL_SPURS_POLICY_MODULE_ERROR_FAULT || 0x8041080D ||  
|-
|-
| CELL_SYNC_ERROR_UNKNOWNKEY || 0x80410113 ||  
| CELL_SPURS_POLICY_MODULE_ERROR_CHILD || 0x8041080E ||  
|-
|-
|}
| CELL_SPURS_POLICY_MODULE_ERROR_STAT || 0x8041080F ||  
 
== 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_SPURS_POLICY_MODULE_ERROR_ALIGN || 0x80410810 ||  
|-
|-
| CELL_SHEAP_ERROR_INVAL || 0x80410302 || An invalid argument value is specified
| CELL_SPURS_POLICY_MODULE_ERROR_NULL_POINTER || 0x80410811 ||  
|-
|-
| CELL_SHEAP_ERROR_NOSYS || 0x80410303 || The feature is not yet implemented
| CELL_SPURS_TASK_ERROR_AGAIN || 0x80410901 ||  
|-
|-
| CELL_SHEAP_ERROR_NOMEM || 0x80410304 || Memory allocation failure
| CELL_SPURS_TASK_ERROR_INVAL || 0x80410902 ||  
|-
|-
| CELL_SHEAP_ERROR_SRCH || 0x80410305 || The resource (process, thread, sheaphronous object, etc) with the specified identifier does not exist.
| CELL_SPURS_TASK_ERROR_NOSYS || 0x80410903 ||  
|-
|-
| CELL_SHEAP_ERROR_NOENT || 0x80410306 || The file does not exist
| CELL_SPURS_TASK_ERROR_NOMEM || 0x80410904 ||  
|-
|-
| CELL_SHEAP_ERROR_NOEXEC || 0x80410307 || The file is not a valid ELF file. (The file is in unrecognized format.)
| CELL_SPURS_TASK_ERROR_SRCH || 0x80410905 ||  
|-
|-
| CELL_SHEAP_ERROR_DEADLK || 0x80410308 || Resource deadlock is avoided
| CELL_SPURS_TASK_ERROR_NOENT || 0x80410906 ||  
|-
|-
| CELL_SHEAP_ERROR_PERM || 0x80410309 || The operation is not permitted
| CELL_SPURS_TASK_ERROR_NOEXEC || 0x80410907 ||  
|-
|-
| CELL_SHEAP_ERROR_BUSY || 0x8041030A || The device or resource is busy
| CELL_SPURS_TASK_ERROR_DEADLK || 0x80410908 ||  
|-
|-
| CELL_SHEAP_ERROR_ABORT || 0x8041030C || The operation is aborted
| CELL_SPURS_TASK_ERROR_PERM || 0x80410909 ||  
|-
|-
| CELL_SHEAP_ERROR_FAULT || 0x8041030D || Invalid memory access
| CELL_SPURS_TASK_ERROR_BUSY || 0x8041090A ||  
|-
|-
| CELL_SHEAP_ERROR_CHILD || 0x8041030E || Failed in awaiting a child, or no such child exists
| CELL_SPURS_TASK_ERROR_ABORT || 0x8041090C ||  
|-
|-
| CELL_SHEAP_ERROR_STAT || 0x8041030F || State of the target thread is invalid
| CELL_SPURS_TASK_ERROR_FAULT || 0x8041090D ||  
|-
|-
| CELL_SHEAP_ERROR_ALIGN || 0x80410310 || Alignment is invalid
| CELL_SPURS_TASK_ERROR_CHILD || 0x8041090E ||  
|-
|-
| CELL_SHEAP_ERROR_KRESOURCE || 0x80410311 || Shortage of the kernel resources
| CELL_SPURS_TASK_ERROR_STAT || 0x8041090F ||  
|-
|-
| CELL_SHEAP_ERROR_SHORTAGE || 0x80410312 || Shortage of the kernel resources
| CELL_SPURS_TASK_ERROR_ALIGN || 0x80410910 ||  
|-
|-
| CELL_SHEAP_ERROR_UNKNOWNKEY || 0x80410313 || Shortage of the kernel resources
| CELL_SPURS_TASK_ERROR_NULL_POINTER || 0x80410911 ||  
|-
|-
|}
| CELL_SPURS_TASK_ERROR_FATAL || 0x80410914 ||  
 
== 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_SPURS_TASK_ERROR_SHUTDOWN || 0x80410920 ||  
|-
|-
| CELL_OVIS_ERROR_ABORT || 0x8041040C ||  
| CELL_SPURS_JOB_ERROR_AGAIN || 0x80410A01 ||  
|-
|-
| CELL_OVIS_ERROR_ALIGN || 0x80410416 || Alignment is invalid
| CELL_SPURS_JOB_ERROR_INVAL || 0x80410A02 ||  
|-
|-
|}
| CELL_SPURS_JOB_ERROR_NOSYS || 0x80410A03 ||  
 
== 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_SPURS_JOB_ERROR_NOMEM || 0x80410A04 ||  
|-
|-
| CELL_DAISY_ERROR_INVALID_PORT_ATTACH || 0x80410502 ||  
| CELL_SPURS_JOB_ERROR_SRCH || 0x80410A05 ||  
|-
|-
| CELL_DAISY_ERROR_NOT_IMPLEMENTED || 0x80410503 ||  
| CELL_SPURS_JOB_ERROR_NOENT || 0x80410A06 ||  
|-
|-
| CELL_DAISY_ERROR_PERM || 0x80410509 ||  
| CELL_SPURS_JOB_ERROR_NOEXEC || 0x80410A07 ||  
|-
|-
| CELL_DAISY_ERROR_STAT || 0x8041050f ||  
| CELL_SPURS_JOB_ERROR_DEADLK || 0x80410A08 ||  
|-
|-
| CELL_DAISY_ERROR_AGAIN || 0x80410511 ||  
| CELL_SPURS_JOB_ERROR_PERM || 0x80410A09 ||  
|-
|-
| CELL_DAISY_ERROR_INVAL || 0x80410512 ||  
| CELL_SPURS_JOB_ERROR_BUSY || 0x80410A0A ||  
|-
|-
| CELL_DAISY_ERROR_BUSY || 0x8041051a ||  
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR || 0x80410A0B ||  
|-
|-
|}
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR_SIZE || 0x80410A0C ||  
 
== 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_SPURS_JOB_ERROR_FAULT || 0x80410A0D ||  
|-
|-
| CELL_SPUDLL_ERROR_INVAL || 0x80410602 ||  
| CELL_SPURS_JOB_ERROR_CHILD || 0x80410A0E ||  
|-
|-
| CELL_SPUDLL_ERROR_NOSYS || 0x80410603 ||  
| CELL_SPURS_JOB_ERROR_STAT || 0x80410A0F ||  
|-
|-
| CELL_SPUDLL_ERROR_NOMEM || 0x80410604 ||  
| CELL_SPURS_JOB_ERROR_ALIGN || 0x80410A10 ||  
|-
|-
| CELL_SPUDLL_ERROR_SRCH || 0x80410605 ||  
| CELL_SPURS_JOB_ERROR_NULL_POINTER || 0x80410A11 ||  
|-
|-
| CELL_SPUDLL_ERROR_NOENT || 0x80410606 ||  
| CELL_SPURS_JOB_ERROR_MEMORY_CORRUPTED || 0x80410A12 ||  
|-
|-
| CELL_SPUDLL_ERROR_NOEXEC || 0x80410607 ||  
| CELL_SPURS_JOB_ERROR_MEMORY_SIZE || 0x80410A17 ||  
|-
|-
| CELL_SPUDLL_ERROR_DEADLK || 0x80410608 ||  
| CELL_SPURS_JOB_ERROR_UNKNOWN_COMMAND || 0x80410A18 ||  
|-
|-
| CELL_SPUDLL_ERROR_PERM || 0x80410609 ||  
| CELL_SPURS_JOB_ERROR_JOBLIST_ALIGNMENT || 0x80410A19 ||  
|-
|-
| CELL_SPUDLL_ERROR_BUSY || 0x8041060a ||  
| CELL_SPURS_JOB_ERROR_JOB_ALIGNMENT || 0x80410A1a ||  
|-
|-
| CELL_SPUDLL_ERROR_ABORT || 0x8041060c ||  
| CELL_SPURS_JOB_ERROR_CALL_OVERFLOW || 0x80410A1b ||  
|-
|-
| CELL_SPUDLL_ERROR_FAULT || 0x8041060d ||  
| CELL_SPURS_JOB_ERROR_ABORT || 0x80410A1c ||  
|-
|-
| CELL_SPUDLL_ERROR_CHILD || 0x8041060e ||  
| CELL_SPURS_JOB_ERROR_DMALIST_ELEMENT || 0x80410A1d ||  
|-
|-
| CELL_SPUDLL_ERROR_STAT || 0x8041060f ||  
| CELL_SPURS_JOB_ERROR_NUM_CACHE || 0x80410A1e ||  
|-
|-
| CELL_SPUDLL_ERROR_ALIGN || 0x80410610 ||
| CELL_SPURS_JOB_ERROR_INVALID_BINARY || 0x80410A1f ||  
|-
| CELL_SPUDLL_ERROR_NULL_POINTER || 0x80410611 ||
|-
| CELL_SPUDLL_ERROR_UNDEF || 0x80410612 ||
|-
| CELL_SPUDLL_ERROR_FATAL || 0x80410613 ||  
|-
|-
|}
|}


== SPURS errors ==
== SWCACHE errors ==
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SPURS_CORE_ERROR_AGAIN || 0x80410701 ||  
| CELL_SWCACHE_ERROR_AGAIN || 0x80410b01 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_INVAL || 0x80410702 ||  
| CELL_SWCACHE_ERROR_INVAL || 0x80410b02 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_NOSYS || 0x80410703 ||  
| CELL_SWCACHE_ERROR_NOSYS || 0x80410b03 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_NOMEM || 0x80410704 ||  
| CELL_SWCACHE_ERROR_NOMEM || 0x80410b04 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_SRCH || 0x80410705 ||  
| CELL_SWCACHE_ERROR_SRCH || 0x80410b05 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_NOENT || 0x80410706 ||  
| CELL_SWCACHE_ERROR_NOENT || 0x80410b06 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_NOEXEC || 0x80410707 ||  
| CELL_SWCACHE_ERROR_NOEXEC || 0x80410b07 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_DEADLK || 0x80410708 ||  
| CELL_SWCACHE_ERROR_DEADLK || 0x80410b08 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_PERM || 0x80410709 ||  
| CELL_SWCACHE_ERROR_PERM || 0x80410b09 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_BUSY || 0x8041070A ||  
| CELL_SWCACHE_ERROR_BUSY || 0x80410b0A ||  
|-
|-
| CELL_SPURS_CORE_ERROR_ABORT || 0x8041070C ||  
| CELL_SWCACHE_ERROR_ABORT || 0x80410b0C ||  
|-
|-
| CELL_SPURS_CORE_ERROR_FAULT || 0x8041070D ||  
| CELL_SWCACHE_ERROR_FAULT || 0x80410b0D ||  
|-
|-
| CELL_SPURS_CORE_ERROR_CHILD || 0x8041070E ||  
| CELL_SWCACHE_ERROR_CHILD || 0x80410b0E ||  
|-
|-
| CELL_SPURS_CORE_ERROR_STAT || 0x8041070F ||  
| CELL_SWCACHE_ERROR_STAT || 0x80410b0F ||  
|-
|-
| CELL_SPURS_CORE_ERROR_ALIGN || 0x80410710 ||  
| CELL_SWCACHE_ERROR_ALIGN || 0x80410b10 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_NULL_POINTER || 0x80410711 ||  
| CELL_SWCACHE_ERROR_NULL_POINTER || 0x80410b11 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_AGAIN || 0x80410801 ||  
| CELL_SWCACHE_ERROR_NON_CACHED_POINTER || 0x80410b12 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_INVAL || 0x80410802 ||  
| CELL_SWCACHE_ERROR_NO_HTAB || 0x80410b13 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOSYS || 0x80410803 ||  
| CELL_SWCACHE_ERROR_MEM_LEAKED || 0x80410b14 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOMEM || 0x80410804 ||  
| CELL_SWCACHE_ERROR_VTAB || 0x80410b15 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_SRCH || 0x80410805 ||  
|}
 
== 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_SPURS_POLICY_MODULE_ERROR_NOENT || 0x80410806 ||  
| CELL_SYNC2_ERROR_AGAIN || 0x80410C01 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOEXEC || 0x80410807 ||  
| CELL_SYNC2_ERROR_INVAL || 0x80410C02 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_DEADLK || 0x80410808 ||  
| CELL_SYNC2_ERROR_NOSYS || 0x80410C03 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_PERM || 0x80410809 ||  
| CELL_SYNC2_ERROR_NOMEM || 0x80410C04 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_BUSY || 0x8041080A ||  
| CELL_SYNC2_ERROR_SRCH || 0x80410C05 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_ABORT || 0x8041080C ||  
| CELL_SYNC2_ERROR_NOENT || 0x80410C06 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_FAULT || 0x8041080D ||  
| CELL_SYNC2_ERROR_NOEXEC || 0x80410C07 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_CHILD || 0x8041080E ||  
| CELL_SYNC2_ERROR_DEADLK || 0x80410C08 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_STAT || 0x8041080F ||  
| CELL_SYNC2_ERROR_PERM || 0x80410C09 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_ALIGN || 0x80410810 ||  
| CELL_SYNC2_ERROR_BUSY || 0x80410C0A ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NULL_POINTER || 0x80410811 ||  
| CELL_SYNC2_ERROR_ABORT || 0x80410C0C ||  
|-
|-
| CELL_SPURS_TASK_ERROR_AGAIN || 0x80410901 ||  
| CELL_SYNC2_ERROR_FAULT || 0x80410C0D ||  
|-
|-
| CELL_SPURS_TASK_ERROR_INVAL || 0x80410902 ||  
| CELL_SYNC2_ERROR_INTR || 0x80410C0E ||  
|-
|-
| CELL_SPURS_TASK_ERROR_NOSYS || 0x80410903 ||  
| CELL_SYNC2_ERROR_STAT || 0x80410C0F ||  
|-
|-
| CELL_SPURS_TASK_ERROR_NOMEM || 0x80410904 ||  
| CELL_SYNC2_ERROR_ALIGN || 0x80410C10 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_SRCH || 0x80410905 ||  
| CELL_SYNC2_ERROR_NULL_POINTER || 0x80410C11 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_NOENT || 0x80410906 ||  
| CELL_SYNC2_ERROR_NOT_SUPPORTED_THREAD || 0x80410C12 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_NOEXEC || 0x80410907 ||  
| CELL_SYNC2_ERROR_NO_NOTIFIER || 0x80410C13 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_DEADLK || 0x80410908 ||  
| CELL_SYNC2_ERROR_NO_SPU_CONTEXT_STORAGE || 0x80410C14 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_PERM || 0x80410909 ||  
|}
 
== 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_SPURS_TASK_ERROR_BUSY || 0x8041090A ||  
| CELL_FIBER_ERROR_AGAIN || 0x80760001 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_ABORT || 0x8041090C ||  
| CELL_FIBER_ERROR_INVAL || 0x80760002 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_FAULT || 0x8041090D ||  
| CELL_FIBER_ERROR_NOSYS || 0x80760003 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_CHILD || 0x8041090E ||  
| CELL_FIBER_ERROR_NOMEM || 0x80760004 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_STAT || 0x8041090F ||  
| CELL_FIBER_ERROR_SRCH || 0x80760005 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_ALIGN || 0x80410910 ||  
| CELL_FIBER_ERROR_NOENT || 0x80760006 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_NULL_POINTER || 0x80410911 ||  
| CELL_FIBER_ERROR_NOEXEC || 0x80760007 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_FATAL || 0x80410914 ||  
| CELL_FIBER_ERROR_DEADLK || 0x80760008 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_SHUTDOWN || 0x80410920 ||  
| CELL_FIBER_ERROR_PERM || 0x80760009 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_AGAIN || 0x80410A01 ||  
| CELL_FIBER_ERROR_BUSY || 0x8076000a ||  
|-
|-
| CELL_SPURS_JOB_ERROR_INVAL || 0x80410A02 ||  
| CELL_FIBER_ERROR_ABORT || 0x8076000c ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NOSYS || 0x80410A03 ||  
| CELL_FIBER_ERROR_FAULT || 0x8076000d ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NOMEM || 0x80410A04 ||  
| CELL_FIBER_ERROR_CHILD || 0x8076000e ||  
|-
|-
| CELL_SPURS_JOB_ERROR_SRCH || 0x80410A05 ||  
| CELL_FIBER_ERROR_STAT || 0x8076000f ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NOENT || 0x80410A06 ||  
| CELL_FIBER_ERROR_ALIGN || 0x80760010 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NOEXEC || 0x80410A07 ||  
| CELL_FIBER_ERROR_NULL_POINTER || 0x80760011 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_DEADLK || 0x80410A08 ||  
| CELL_FIBER_ERROR_NOSYSINIT || 0x80760020 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_PERM || 0x80410A09 ||  
|}
 
== 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_SPURS_JOB_ERROR_BUSY || 0x80410A0A ||  
| CELL_ADEC_ERROR_SEQ || 0x80610002 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR || 0x80410A0B ||  
| CELL_ADEC_ERROR_ARG || 0x80610003 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR_SIZE || 0x80410A0C ||  
| CELL_ADEC_ERROR_BUSY || 0x80610004 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_FAULT || 0x80410A0D ||  
| CELL_ADEC_ERROR_EMPTY || 0x80610005 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_CHILD || 0x80410A0E ||  
|}
 
== 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_SPURS_JOB_ERROR_STAT || 0x80410A0F ||  
| CELL_VDEC_ERROR_ARG || 0x80610101 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_ALIGN || 0x80410A10 ||  
| CELL_VDEC_ERROR_SEQ || 0x80610102 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NULL_POINTER || 0x80410A11 ||  
| CELL_VDEC_ERROR_BUSY || 0x80610103 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_MEMORY_CORRUPTED || 0x80410A12 ||  
| CELL_VDEC_ERROR_EMPTY || 0x80610104 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_MEMORY_SIZE || 0x80410A17 ||  
| CELL_VDEC_ERROR_AU || 0x80610105 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_UNKNOWN_COMMAND || 0x80410A18 ||  
| CELL_VDEC_ERROR_PIC || 0x80610106 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_JOBLIST_ALIGNMENT || 0x80410A19 ||  
| 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]
|-
|-
| CELL_SPURS_JOB_ERROR_JOB_ALIGNMENT || 0x80410A1a ||  
|}
 
== 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_SPURS_JOB_ERROR_CALL_OVERFLOW || 0x80410A1b ||  
| CELL_DMUX_ERROR_ARG || 0x80610201 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_ABORT || 0x80410A1c ||  
| CELL_DMUX_ERROR_SEQ || 0x80610202 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_DMALIST_ELEMENT || 0x80410A1d ||  
| CELL_DMUX_ERROR_BUSY || 0x80610203 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NUM_CACHE || 0x80410A1e ||  
| CELL_DMUX_ERROR_EMPTY || 0x80610204 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_INVALID_BINARY || 0x80410A1f ||  
| CELL_DMUX_ERROR_FATAL || 0x80610205 ||  
|-
|-
|}
|}


== SWCACHE errors ==
== ATRAC errors ==
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SWCACHE_ERROR_AGAIN || 0x80410b01 ||  
| CELL_ATRAC_ERROR_FACILITY_ATRAC || 0x80610300 ||  
|-
|-
| CELL_SWCACHE_ERROR_INVAL || 0x80410b02 ||  
| CELL_ATRAC_ERROR_API_FAIL || 0x80610301 ||
|-
| CELL_ATRAC_ERROR_READSIZE_OVER_BUFFER || 0x80610311 ||
|-
| CELL_ATRAC_ERROR_UNKNOWN_FORMAT || 0x80610312 ||  
|-
|-
| CELL_SWCACHE_ERROR_NOSYS || 0x80410b03 ||  
| CELL_ATRAC_ERROR_READSIZE_IS_TOO_SMALL || 0x80610313 ||  
|-
|-
| CELL_SWCACHE_ERROR_NOMEM || 0x80410b04 ||  
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610314 ||  
|-
|-
| CELL_SWCACHE_ERROR_SRCH || 0x80410b05 ||  
| CELL_ATRAC_ERROR_ILLEGAL_DATA || 0x80610315 ||  
|-
|-
| CELL_SWCACHE_ERROR_NOENT || 0x80410b06 ||  
| CELL_ATRAC_ERROR_NO_DECODER || 0x80610321 ||  
|-
|-
| CELL_SWCACHE_ERROR_NOEXEC || 0x80410b07 ||  
| CELL_ATRAC_ERROR_UNSET_DATA || 0x80610322 ||  
|-
|-
| CELL_SWCACHE_ERROR_DEADLK || 0x80410b08 ||  
| CELL_ATRAC_ERROR_DECODER_WAS_CREATED || 0x80610323 ||  
|-
|-
| CELL_SWCACHE_ERROR_PERM || 0x80410b09 ||  
| CELL_ATRAC_ERROR_ALLDATA_WAS_DECODED || 0x80610331 ||  
|-
|-
| CELL_SWCACHE_ERROR_BUSY || 0x80410b0A ||  
| CELL_ATRAC_ERROR_NODATA_IN_BUFFER || 0x80610332 ||  
|-
|-
| CELL_SWCACHE_ERROR_ABORT || 0x80410b0C ||  
| CELL_ATRAC_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610333 ||  
|-
|-
| CELL_SWCACHE_ERROR_FAULT || 0x80410b0D ||  
| CELL_ATRAC_ERROR_NEED_SECOND_BUFFER || 0x80610334 ||  
|-
|-
| CELL_SWCACHE_ERROR_CHILD || 0x80410b0E ||  
| CELL_ATRAC_ERROR_ALLDATA_IS_ONMEMORY || 0x80610341 ||  
|-
|-
| CELL_SWCACHE_ERROR_STAT || 0x80410b0F ||  
| CELL_ATRAC_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610342 ||  
|-
|-
| CELL_SWCACHE_ERROR_ALIGN || 0x80410b10 ||  
| CELL_ATRAC_ERROR_NONEED_SECOND_BUFFER || 0x80610351 ||  
|-
|-
| CELL_SWCACHE_ERROR_NULL_POINTER || 0x80410b11 ||  
| CELL_ATRAC_ERROR_UNSET_LOOP_NUM || 0x80610361 ||  
|-
|-
| CELL_SWCACHE_ERROR_NON_CACHED_POINTER || 0x80410b12 ||  
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLE || 0x80610371 ||  
|-
|-
| CELL_SWCACHE_ERROR_NO_HTAB || 0x80410b13 ||  
| CELL_ATRAC_ERROR_ILLEGAL_RESET_BYTE || 0x80610372 ||  
|-
|-
| CELL_SWCACHE_ERROR_MEM_LEAKED || 0x80410b14 ||  
| CELL_ATRAC_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610381 ||  
|-
|-
| CELL_SWCACHE_ERROR_VTAB || 0x80410b15 ||  
| CELL_ATRAC_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610382 ||  
|-
|-
|}
|}


== SYNC2 errors ==
== PAMF errors ==
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SYNC2_ERROR_AGAIN || 0x80410C01 ||  
| CELL_PAMF_ERROR_STREAM_NOT_FOUND || 0x80610501 ||  
|-
|-
| CELL_SYNC2_ERROR_INVAL || 0x80410C02 ||  
| CELL_PAMF_ERROR_INVALID_PAMF || 0x80610502 ||  
|-
|-
| CELL_SYNC2_ERROR_NOSYS || 0x80410C03 ||  
| CELL_PAMF_ERROR_INVALID_ARG || 0x80610503 ||  
|-
|-
| CELL_SYNC2_ERROR_NOMEM || 0x80410C04 ||  
| CELL_PAMF_ERROR_UNKNOWN_TYPE || 0x80610504 ||  
|-
|-
| CELL_SYNC2_ERROR_SRCH || 0x80410C05 ||  
| CELL_PAMF_ERROR_UNSUPPORTED_VERSION || 0x80610505 ||  
|-
|-
| CELL_SYNC2_ERROR_NOENT || 0x80410C06 ||  
| CELL_PAMF_ERROR_UNKNOWN_STREAM || 0x80610506 ||  
|-
|-
| CELL_SYNC2_ERROR_NOEXEC || 0x80410C07 ||  
| CELL_PAMF_ERROR_EP_NOT_FOUND || 0x80610507 ||  
|-
|-
| CELL_SYNC2_ERROR_DEADLK || 0x80410C08 ||  
| CELL_PAMF_ERROR_NOT_AVAILABLE || 0x80610508 ||  
|-
|-
| CELL_SYNC2_ERROR_PERM || 0x80410C09 ||  
|}
 
== 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
|-
|-
| CELL_SYNC2_ERROR_BUSY || 0x80410C0A ||
! colspan="3" | for cellVpostQueryAttr()
|-
|-
| CELL_SYNC2_ERROR_ABORT || 0x80410C0C ||  
| CELL_VPOST_ERROR_Q_ARG_CFG_NULL    || 0x80610410 ||  
|-
|-
| CELL_SYNC2_ERROR_FAULT || 0x80410C0D ||  
| CELL_VPOST_ERROR_Q_ARG_CFG_INVALID  || 0x80610411 ||  
|-
|-
| CELL_SYNC2_ERROR_INTR || 0x80410C0E ||  
| CELL_VPOST_ERROR_Q_ARG_ATTR_NULL    || 0x80610412 ||  
|-
|-
| CELL_SYNC2_ERROR_STAT || 0x80410C0F ||
! colspan="3" | for cellVpostOpen()
|-
|-
| CELL_SYNC2_ERROR_ALIGN || 0x80410C10 ||  
| CELL_VPOST_ERROR_O_ARG_CFG_NULL          || 0x80610440 ||  
|-
|-
| CELL_SYNC2_ERROR_NULL_POINTER || 0x80410C11 ||  
| CELL_VPOST_ERROR_O_ARG_CFG_INVALID      || 0x80610441 ||  
|-
|-
| CELL_SYNC2_ERROR_NOT_SUPPORTED_THREAD || 0x80410C12 ||  
| CELL_VPOST_ERROR_O_ARG_RSRC_NULL        || 0x80610442 ||  
|-
|-
| CELL_SYNC2_ERROR_NO_NOTIFIER || 0x80410C13 ||  
| CELL_VPOST_ERROR_O_ARG_RSRC_INVALID      || 0x80610443 ||  
|-
|-
| CELL_SYNC2_ERROR_NO_SPU_CONTEXT_STORAGE || 0x80410C14 ||  
| CELL_VPOST_ERROR_O_ARG_HDL_NULL          || 0x80610444 ||  
|-
|-
|}
| CELL_VPOST_ERROR_O_FATAL_QUERY_FAIL      || 0x80610460 ||  
 
== 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_VPOST_ERROR_O_FATAL_CREATEMON_FAIL  || 0x80610461 ||  
|-
|-
| CELL_FIBER_ERROR_INVAL || 0x80760002 ||  
| CELL_VPOST_ERROR_O_FATAL_INITSPURS_FAIL  || 0x80610462 ||  
|-
|-
| CELL_FIBER_ERROR_NOSYS || 0x80760003 ||
! colspan="3" | for cellVpostClose()
|-
|-
| CELL_FIBER_ERROR_NOMEM || 0x80760004 ||  
| CELL_VPOST_ERROR_C_ARG_HDL_NULL          || 0x80610470 ||  
|-
|-
| CELL_FIBER_ERROR_SRCH || 0x80760005 ||  
| CELL_VPOST_ERROR_C_ARG_HDL_INVALID        || 0x80610471 ||  
|-
|-
| CELL_FIBER_ERROR_NOENT || 0x80760006 ||  
| CELL_VPOST_ERROR_C_FATAL_LOCKMON_FAIL    || 0x80610490 ||  
|-
|-
| CELL_FIBER_ERROR_NOEXEC || 0x80760007 ||  
| CELL_VPOST_ERROR_C_FATAL_UNLOCKMON_FAIL  || 0x80610491 ||  
|-
|-
| CELL_FIBER_ERROR_DEADLK || 0x80760008 ||  
| CELL_VPOST_ERROR_C_FATAL_DESTROYMON_FAIL  || 0x80610492 ||  
|-
|-
| CELL_FIBER_ERROR_PERM || 0x80760009 ||  
| CELL_VPOST_ERROR_C_FATAL_FINSPURS_FAIL    || 0x80610463 ||  
|-
|-
| CELL_FIBER_ERROR_BUSY || 0x8076000a ||
! colspan="3" | for cellVpostExec()
|-
|-
| CELL_FIBER_ERROR_ABORT || 0x8076000c ||  
| CELL_VPOST_ERROR_E_ARG_HDL_NULL            || 0x806104a0 ||  
|-
|-
| CELL_FIBER_ERROR_FAULT || 0x8076000d ||  
| CELL_VPOST_ERROR_E_ARG_HDL_INVALID        || 0x806104a1 ||  
|-
|-
| CELL_FIBER_ERROR_CHILD || 0x8076000e ||  
| CELL_VPOST_ERROR_E_ARG_INPICBUF_NULL      || 0x806104a2 ||  
|-
|-
| CELL_FIBER_ERROR_STAT || 0x8076000f ||  
| CELL_VPOST_ERROR_E_ARG_INPICBUF_INVALID    || 0x806104a3 ||  
|-
|-
| CELL_FIBER_ERROR_ALIGN || 0x80760010 ||  
| CELL_VPOST_ERROR_E_ARG_CTRL_NULL          || 0x806104a4 ||  
|-
|-
| CELL_FIBER_ERROR_NULL_POINTER || 0x80760011 ||  
| CELL_VPOST_ERROR_E_ARG_CTRL_INVALID        || 0x806104a5 ||  
|-
|-
| CELL_FIBER_ERROR_NOSYSINIT || 0x80760020 ||  
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806104a6 ||  
|-
|-
|}
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806104a7 ||  
 
== 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_VPOST_ERROR_E_ARG_PICINFO_NULL        || 0x806104a8 ||  
|-
|-
| CELL_ADEC_ERROR_SEQ || 0x80610002 ||  
| CELL_VPOST_ERROR_E_FATAL_LOCKMON_FAIL      || 0x806104c0 ||  
|-
|-
| CELL_ADEC_ERROR_ARG || 0x80610003 ||
| CELL_VPOST_ERROR_E_FATAL_UNLOCKMON_FAIL    || 0x806104c1 ||  
|-
| CELL_ADEC_ERROR_BUSY || 0x80610004 ||
|-
| CELL_ADEC_ERROR_EMPTY || 0x80610005 ||  
|-
|-
|}
|}


== VDEC errors ==
=== VPOST Library (Entry Module) errors ===
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_VDEC_ERROR_ARG || 0x80610101 ||
! colspan="3" | for cellVpostEntQueryAttr()
|-
|-
| CELL_VDEC_ERROR_SEQ || 0x80610102 ||  
| CELL_VPOST_ENT_ERROR_Q_ARG_ATTR_NULL  || 0x80618110 ||  
|-
|-
| CELL_VDEC_ERROR_BUSY || 0x80610103 ||
! colspan="3" | for cellVpostEntOpen()
|-
|-
| CELL_VDEC_ERROR_EMPTY || 0x80610104 ||  
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_NULL        || 0x80618140 ||  
|-
|-
| CELL_VDEC_ERROR_AU || 0x80610105 ||  
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_INVALID      || 0x80618141 ||  
|-
|-
| CELL_VDEC_ERROR_PIC || 0x80610106 ||  
| CELL_VPOST_ENT_ERROR_O_ARG_HDL_NULL          || 0x80618142 ||  
|-
|-
| 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]
| CELL_VPOST_ENT_ERROR_O_FATAL_QUERY_FAIL      || 0x80618160 ||  
|-
|-
|}
| CELL_VPOST_ENT_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618161 ||  
 
== 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 ||
! colspan="3" | for cellVpostEntClose()
|-
|-
| CELL_DMUX_ERROR_SEQ || 0x80610202 ||  
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_NULL          || 0x80618170 ||  
|-
|-
| CELL_DMUX_ERROR_BUSY || 0x80610203 ||  
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_INVALID        || 0x80618171 ||  
|-
|-
| CELL_DMUX_ERROR_EMPTY || 0x80610204 ||  
| CELL_VPOST_ENT_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618190 ||  
|-
|-
| CELL_DMUX_ERROR_FATAL || 0x80610205 ||  
| CELL_VPOST_ENT_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618191 ||  
|-
|-
|}
| CELL_VPOST_ENT_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618192 ||  
 
== 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 ||
! colspan="3" | for cellVpostEntExec()
|-
|-
| CELL_ATRAC_ERROR_API_FAIL || 0x80610301 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_NULL            || 0x806181a0 ||  
|-
|-
| CELL_ATRAC_ERROR_READSIZE_OVER_BUFFER || 0x80610311 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_INVALID        || 0x806181a1 ||  
|-
|-
| CELL_ATRAC_ERROR_UNKNOWN_FORMAT || 0x80610312 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_NULL      || 0x806181a2 ||  
|-
|-
| CELL_ATRAC_ERROR_READSIZE_IS_TOO_SMALL || 0x80610313 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_INVALID    || 0x806181a3 ||  
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610314 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_NULL      || 0x806181a4 ||  
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_DATA || 0x80610315 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_INVALID  || 0x806181a5 ||  
|-
|-
| CELL_ATRAC_ERROR_NO_DECODER || 0x80610321 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_NULL          || 0x806181a6 ||  
|-
|-
| CELL_ATRAC_ERROR_UNSET_DATA || 0x80610322 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_INVALID        || 0x806181a7 ||  
|-
|-
| CELL_ATRAC_ERROR_DECODER_WAS_CREATED || 0x80610323 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_COMB_INVALID        || 0x806181a8 ||  
|-
|-
| CELL_ATRAC_ERROR_ALLDATA_WAS_DECODED || 0x80610331 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806181a9 ||  
|-
|-
| CELL_ATRAC_ERROR_NODATA_IN_BUFFER || 0x80610332 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806181aa ||  
|-
|-
| CELL_ATRAC_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610333 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806181ab ||  
|-
|-
| CELL_ATRAC_ERROR_NEED_SECOND_BUFFER || 0x80610334 ||  
| CELL_VPOST_ENT_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806181c0 ||  
|-
|-
| CELL_ATRAC_ERROR_ALLDATA_IS_ONMEMORY || 0x80610341 ||  
| CELL_VPOST_ENT_ERROR_E_FATAL_RCVRES_FAIL      || 0x806181c1 ||  
|-
|-
| CELL_ATRAC_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610342 ||
| CELL_VPOST_ENT_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806181c2 ||  
|-
| 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 ==
=== VPOST Library (IPC) errors ===
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PAMF_ERROR_STREAM_NOT_FOUND || 0x80610501 ||
! colspan="3" | for cellVpostIpcQueryAttr()
|-
|-
| CELL_PAMF_ERROR_INVALID_PAMF || 0x80610502 ||  
| CELL_VPOST_IPC_ERROR_Q_ARG_ATTR_NULL  || 0x80618210 ||  
|-
|-
| CELL_PAMF_ERROR_INVALID_ARG || 0x80610503 ||
! colspan="3" | for cellVpostIpcOpen()
|-
|-
| CELL_PAMF_ERROR_UNKNOWN_TYPE || 0x80610504 ||  
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_NULL        || 0x80618240 ||  
|-
|-
| CELL_PAMF_ERROR_UNSUPPORTED_VERSION || 0x80610505 ||  
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_INVALID      || 0x80618241 ||  
|-
|-
| CELL_PAMF_ERROR_UNKNOWN_STREAM || 0x80610506 ||  
| CELL_VPOST_IPC_ERROR_O_ARG_HDL_NULL          || 0x80618242 ||  
|-
|-
| CELL_PAMF_ERROR_EP_NOT_FOUND || 0x80610507 ||  
| CELL_VPOST_IPC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618260 ||  
|-
|-
| CELL_PAMF_ERROR_NOT_AVAILABLE || 0x80610508 ||  
| CELL_VPOST_IPC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618261 ||  
|-
|-
|}
! colspan="3" | for cellVpostIpcClose()
 
== 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_IPC_ERROR_C_ARG_HDL_NULL          || 0x80618270 ||
|-
|-
| CELL_VPOST_ERROR_Q_ARG_CFG_NULL    || 0x80610410 ||  
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_INVALID        || 0x80618271 ||  
|-
|-
| CELL_VPOST_ERROR_Q_ARG_CFG_INVALID  || 0x80610411 ||  
| CELL_VPOST_IPC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618290 ||  
|-
|-
| CELL_VPOST_ERROR_Q_ARG_ATTR_NULL    || 0x80610412 ||  
| CELL_VPOST_IPC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618291 ||  
|-
|-
! colspan="3" | for cellVpostOpen()
| CELL_VPOST_IPC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618292 ||
|-
|-
| CELL_VPOST_ERROR_O_ARG_CFG_NULL          || 0x80610440 ||
! colspan="3" | for cellVpostIpcExec()
|-
|-
| CELL_VPOST_ERROR_O_ARG_CFG_INVALID      || 0x80610441 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_NULL            || 0x806182a0 ||  
|-
|-
| CELL_VPOST_ERROR_O_ARG_RSRC_NULL         || 0x80610442 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_INVALID         || 0x806182a1 ||  
|-
|-
| CELL_VPOST_ERROR_O_ARG_RSRC_INVALID      || 0x80610443 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_NULL      || 0x806182a2 ||  
|-
|-
| CELL_VPOST_ERROR_O_ARG_HDL_NULL          || 0x80610444 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806182a3 ||  
|-
|-
| CELL_VPOST_ERROR_O_FATAL_QUERY_FAIL     || 0x80610460 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_NULL     || 0x806182a4 ||  
|-
|-
| CELL_VPOST_ERROR_O_FATAL_CREATEMON_FAIL  || 0x80610461 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806182a5 ||  
|-
|-
| CELL_VPOST_ERROR_O_FATAL_INITSPURS_FAIL  || 0x80610462 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_NULL          || 0x806182a6 ||  
|-
|-
! colspan="3" | for cellVpostClose()
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_INVALID        || 0x806182a7 ||
|-
|-
| CELL_VPOST_ERROR_C_ARG_HDL_NULL          || 0x80610470 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_COMB_INVALID        || 0x806182a8 ||  
|-
|-
| CELL_VPOST_ERROR_C_ARG_HDL_INVALID        || 0x80610471 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806182a9 ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_LOCKMON_FAIL    || 0x80610490 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806182aa ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_UNLOCKMON_FAIL  || 0x80610491 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806182ab ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_DESTROYMON_FAIL  || 0x80610492 ||  
| CELL_VPOST_IPC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806182c0 ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_FINSPURS_FAIL    || 0x80610463 ||  
| CELL_VPOST_IPC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806182c1 ||  
|-
|-
! colspan="3" | for cellVpostExec()
| CELL_VPOST_IPC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806182c2 ||
|-
|-
| CELL_VPOST_ERROR_E_ARG_HDL_NULL            || 0x806104a0 ||  
|}
 
=== 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
|-
|-
| CELL_VPOST_ERROR_E_ARG_HDL_INVALID        || 0x806104a1 ||
! colspan="3" | for cellVpostVscQueryAttr()
|-
|-
| CELL_VPOST_ERROR_E_ARG_INPICBUF_NULL      || 0x806104a2 ||  
| CELL_VPOST_VSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618310 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_INPICBUF_INVALID    || 0x806104a3 ||
! colspan="3" | for cellVpostVscOpen()
|-
|-
| CELL_VPOST_ERROR_E_ARG_CTRL_NULL          || 0x806104a4 ||  
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_NULL        || 0x80618340 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_CTRL_INVALID        || 0x806104a5 ||  
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618341 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806104a6 ||  
| CELL_VPOST_VSC_ERROR_O_ARG_HDL_NULL          || 0x80618342 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806104a7 ||  
| CELL_VPOST_VSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618360 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_PICINFO_NULL        || 0x806104a8 ||  
| CELL_VPOST_VSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618361 ||  
|-
|-
| CELL_VPOST_ERROR_E_FATAL_LOCKMON_FAIL      || 0x806104c0 ||
! colspan="3" | for cellVpostVscClose()
|-
|-
| CELL_VPOST_ERROR_E_FATAL_UNLOCKMON_FAIL    || 0x806104c1 ||  
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_NULL          || 0x80618370 ||  
|-
|-
|}
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_INVALID        || 0x80618371 ||  
 
=== 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_VSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618390 ||
|-
|-
| CELL_VPOST_ENT_ERROR_Q_ARG_ATTR_NULL  || 0x80618110 ||  
| CELL_VPOST_VSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618391 ||  
|-
|-
! colspan="3" | for cellVpostEntOpen()
| CELL_VPOST_VSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618392 ||
|-
|-
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_NULL        || 0x80618140 ||
! colspan="3" | for cellVpostVscExec()
|-
|-
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_INVALID      || 0x80618141 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_NULL            || 0x806183a0 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_O_ARG_HDL_NULL          || 0x80618142 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_INVALID        || 0x806183a1 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_O_FATAL_QUERY_FAIL      || 0x80618160 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806183a2 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618161 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806183a3 ||  
|-
|-
! colspan="3" | for cellVpostEntClose()
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806183a4 ||
|-
|-
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_NULL          || 0x80618170 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806183a5 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_INVALID        || 0x80618171 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_NULL          || 0x806183a6 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618190 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_INVALID        || 0x806183a7 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618191 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_COMB_INVALID        || 0x806183a8 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618192 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806183a9 ||  
|-
|-
! colspan="3" | for cellVpostEntExec()
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806183aa ||
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_NULL            || 0x806181a0 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806183ab ||  
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_INVALID        || 0x806181a1 ||  
| CELL_VPOST_VSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806183c0 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_NULL       || 0x806181a2 ||  
| CELL_VPOST_VSC_ERROR_E_FATAL_RCVRES_FAIL       || 0x806183c1 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_INVALID    || 0x806181a3 ||  
| CELL_VPOST_VSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806183c2 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_NULL      || 0x806181a4 ||  
|}
 
=== 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
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_INVALID  || 0x806181a5 ||
! colspan="3" | for cellVpostCscQueryAttr()
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_NULL          || 0x806181a6 ||  
| CELL_VPOST_CSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618410 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_INVALID        || 0x806181a7 ||
! colspan="3" | for cellVpostCscOpen()
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_COMB_INVALID        || 0x806181a8 ||  
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_NULL        || 0x80618440 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_NULL     || 0x806181a9 ||  
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_INVALID     || 0x80618441 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806181aa ||  
| CELL_VPOST_CSC_ERROR_O_ARG_HDL_NULL          || 0x80618442 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806181ab ||  
| CELL_VPOST_CSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618460 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806181c0 ||  
| CELL_VPOST_CSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618461 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_RCVRES_FAIL      || 0x806181c1 ||
! colspan="3" | for cellVpostCscClose()
|-
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806181c2 ||  
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_NULL          || 0x80618470 ||  
|-
|-
|}
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_INVALID        || 0x80618471 ||  
 
=== 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_CSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618490 ||
|-
|-
| CELL_VPOST_IPC_ERROR_Q_ARG_ATTR_NULL  || 0x80618210 ||  
| CELL_VPOST_CSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618491 ||  
|-
|-
! colspan="3" | for cellVpostIpcOpen()
| CELL_VPOST_CSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618492 ||
|-
|-
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_NULL        || 0x80618240 ||
! colspan="3" | for cellVpostCscExec()
|-
|-
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_INVALID      || 0x80618241 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_NULL            || 0x806184a0 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_O_ARG_HDL_NULL          || 0x80618242 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_INVALID        || 0x806184a1 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618260 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806184a2 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618261 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806184a3 ||  
|-
|-
! colspan="3" | for cellVpostIpcClose()
| 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_IPC_ERROR_C_ARG_HDL_NULL          || 0x80618270 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_INVALID        || 0x806184a7 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_INVALID       || 0x80618271 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_COMB_INVALID       || 0x806184a8 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_SNDCMD_FAIL     || 0x80618290 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_NULL     || 0x806184a9 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618291 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806184aa ||  
|-
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618292 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806184ab ||  
|-
|-
! colspan="3" | for cellVpostIpcExec()
| CELL_VPOST_CSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806184c0 ||
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_NULL            || 0x806182a0 ||  
| CELL_VPOST_CSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806184c1 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_INVALID        || 0x806182a1 ||  
| CELL_VPOST_CSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806184c2 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_NULL      || 0x806182a2 ||  
|}
 
== 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_VPOST_IPC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806182a3 ||  
| CELL_SAIL_ERROR_INVALID_ARG || 0x80610701 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_NULL      || 0x806182a4 ||  
| CELL_SAIL_ERROR_INVALID_STATE || 0x80610702 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806182a5 ||  
| CELL_SAIL_ERROR_UNSUPPORTED_STREAM || 0x80610703 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_NULL          || 0x806182a6 ||  
| CELL_SAIL_ERROR_INDEX_OUT_OF_RANGE || 0x80610704 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_INVALID        || 0x806182a7 ||  
| CELL_SAIL_ERROR_EMPTY || 0x80610705 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_COMB_INVALID        || 0x806182a8 ||  
| CELL_SAIL_ERROR_FULLED || 0x80610706 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806182a9 ||  
| CELL_SAIL_ERROR_USING || 0x80610707 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806182aa ||  
| CELL_SAIL_ERROR_NOT_AVAILABLE || 0x80610708 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806182ab ||  
| CELL_SAIL_ERROR_CANCEL || 0x80610709 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806182c0 ||  
| CELL_SAIL_ERROR_MEMORY || (0x806107F0 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806182c1 ||  
| CELL_SAIL_ERROR_INVALID_FD || 0x806107F1 ||  
|-
|-
| CELL_VPOST_IPC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806182c2 ||  
| CELL_SAIL_ERROR_FATAL || 0x806107FF ||  
|-
|-
|}
|}


=== VPOST Library (Video Scaler) errors ===
== ATRACMULTI errors ==
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
! colspan="3" | for cellVpostVscQueryAttr()
| CELL_ATRACMULTI_ERROR_FACILITY_ATRAC || 0x80610b00 ||
|-
|-
| CELL_VPOST_VSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618310 ||  
| CELL_ATRACMULTI_ERROR_API_FAIL || 0x80610b01 ||  
|-
|-
! colspan="3" | for cellVpostVscOpen()
| CELL_ATRACMULTI_ERROR_READSIZE_OVER_BUFFER || 0x80610b11 ||
|-
|-
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_NULL        || 0x80618340 ||  
| CELL_ATRACMULTI_ERROR_UNKNOWN_FORMAT || 0x80610b12 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618341 ||  
| CELL_ATRACMULTI_ERROR_READSIZE_IS_TOO_SMALL || 0x80610b13 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_O_ARG_HDL_NULL          || 0x80618342 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610b14 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618360 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_DATA || 0x80610b15 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618361 ||  
| CELL_ATRACMULTI_ERROR_NO_DECODER || 0x80610b21 ||  
|-
|-
! colspan="3" | for cellVpostVscClose()
| CELL_ATRACMULTI_ERROR_UNSET_DATA || 0x80610b22 ||
|-
|-
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_NULL          || 0x80618370 ||  
| CELL_ATRACMULTI_ERROR_DECODER_WAS_CREATED || 0x80610b23 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_INVALID        || 0x80618371 ||  
| CELL_ATRACMULTI_ERROR_ALLDATA_WAS_DECODED || 0x80610b31 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618390 ||  
| CELL_ATRACMULTI_ERROR_NODATA_IN_BUFFER || 0x80610b32 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618391 ||  
| CELL_ATRACMULTI_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610b33 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618392 ||  
| CELL_ATRACMULTI_ERROR_NEED_SECOND_BUFFER || 0x80610b34 ||  
|-
|-
! colspan="3" | for cellVpostVscExec()
| CELL_ATRACMULTI_ERROR_ALLDATA_IS_ONMEMORY || 0x80610b41 ||
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_NULL            || 0x806183a0 ||  
| CELL_ATRACMULTI_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610b42 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_INVALID        || 0x806183a1 ||  
| CELL_ATRACMULTI_ERROR_NONEED_SECOND_BUFFER || 0x80610b51 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806183a2 ||  
| CELL_ATRACMULTI_ERROR_UNSET_LOOP_NUM || 0x80610b61 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806183a3 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLE || 0x80610b71 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806183a4 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_RESET_BYTE || 0x80610b72 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806183a5 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610b81 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_NULL          || 0x806183a6 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610b82 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_INVALID        || 0x806183a7 ||  
| CELL_ATRACMULTI_ERROR_API_PARAMETER || 0x80610b91 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_COMB_INVALID        || 0x806183a8 ||  
|}
 
== 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_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806183a9 ||  
| CELL_ADEC_ERROR_LPCM_FATAL || 0x80612001 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806183aa ||  
| CELL_ADEC_ERROR_LPCM_SEQ || 0x80612002 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806183ab ||  
| CELL_ADEC_ERROR_LPCM_ARG || 0x80612003 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806183c0 ||  
| CELL_ADEC_ERROR_LPCM_BUSY || 0x80612004 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806183c1 ||
| CELL_ADEC_ERROR_LPCM_EMPTY || 0x80612005 ||  
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806183c2 ||  
|-
|-
|}
|}


=== VPOST Library (CSC) errors ===
== AT3 errors ==
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
! colspan="3" | for cellVpostCscQueryAttr()
| CELL_ADEC_ERROR_AT3_OFFSET || 0x80612100 ||
|-
|-
| CELL_VPOST_CSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618410 ||  
| CELL_ADEC_ERROR_AT3_OK || 0x80612100 ||  
|-
|-
! colspan="3" | for cellVpostCscOpen()
| CELL_ADEC_ERROR_AT3_BUSY || 0x80612164 ||
|-
|-
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_NULL        || 0x80618440 ||  
| CELL_ADEC_ERROR_AT3_EMPTY || 0x80612165 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618441 ||  
| CELL_ADEC_ERROR_AT3_ERROR || 0x80612180 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_O_ARG_HDL_NULL          || 0x80618442 ||  
|}
 
== 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_VPOST_CSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618460 ||  
| CELL_ADEC_ERROR_ATX_OK || 0x80612200 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618461 ||  
| CELL_ADEC_ERROR_ATX_BUSY || 0x80612264 ||  
|-
|-
! colspan="3" | for cellVpostCscClose()
| CELL_ADEC_ERROR_ATX_EMPTY || 0x80612265 ||
|-
|-
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_NULL          || 0x80618470 ||  
| CELL_ADEC_ERROR_ATX_ATSHDR || 0x80612266 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_INVALID        || 0x80618471 ||  
| CELL_ADEC_ERROR_ATX_NON_FATAL || 0x80612281 || undefined error
|-
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618490 ||  
| CELL_ADEC_ERROR_ATX_NOT_IMPLE || 0x80612282 || not implemented
|-
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618491 ||  
| CELL_ADEC_ERROR_ATX_PACK_CE_OVERFLOW || 0x80612283 || pack_channel_block_at5() in pack_at5.c
|-
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618492 ||  
| CELL_ADEC_ERROR_ATX_ILLEGAL_NPROCQUS || 0x80612284 || unpack_sheader() in pack_at5_sheader.c
|-
|-
! colspan="3" | for cellVpostCscExec()
| CELL_ADEC_ERROR_ATX_FATAL || 0x8061228c || undefined error
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_NULL            || 0x806184a0 ||  
| CELL_ADEC_ERROR_ATX_ENC_OVERFLOW || 0x8061228d || at5enc_proc() in at5enc.c
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_INVALID        || 0x806184a1 ||  
| CELL_ADEC_ERROR_ATX_PACK_CE_UNDERFLOW || 0x8061228e || pack_channel_block_at5() in pack_at5.c
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806184a2 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT || 0x8061228f || unpack_idct() in pack_at5_codetbl.c
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806184a3 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GAINADJ || 0x80612290 || unpack_gainadj() in pack_at5_gainadj.c
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806184a4 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF || 0x80612291 || unpack_idsf() in pack_at5_sfactor.c
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806184a5 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_SPECTRA || 0x80612292 || unpack_spectra() in pack_at5_spectra.c
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_NULL          || 0x806184a6 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL || 0x80612293 || unpack_idwl() in pack_at5_idwl.c
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_INVALID        || 0x806184a7 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GHWAVE || 0x80612294 || unpack_ghwave() in pack_at5_ghwave.c
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_COMB_INVALID        || 0x806184a8 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_SHEADER || 0x80612295 || unpack_sheader() in pack_at5_sheader.c
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806184a9 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_A || 0x80612296 || idwl[][]{0-7} range error*/
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806184aa ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_B || 0x80612297 || idwl restriction error (wlc_encqu<=divqu<nprocqus,ich=0)
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806184ab ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_C || 0x80612298 || idwl restriction error (0<=wlc_divqu<=wlc_encqu,ich=0)
|-
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806184c0 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_D || 0x80612299 || idwl restriction error (wlc_encqu<divqu<=nprocqus,ich=1)
|-
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806184c1 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_E || 0x8061229a || idwl restriction error (wlc_encqu<=nprocqus)
|-
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806184c2 ||  
| 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
 
== 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_ADEC_ERROR_ATX_SYNTAX_IDSF_C || 0x8061229d || idsf restriction error (0<=sfc_divqu<=nrealqus)
|-
|-
| CELL_SAIL_ERROR_INVALID_STATE || 0x80610702 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_D || 0x8061229e || idsf restriction error (0<=sfc_sg_divqu<=nrealqus)
|-
|-
| CELL_SAIL_ERROR_UNSUPPORTED_STREAM || 0x80610703 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT_A || 0x8061229f || idct restriction error (0<=ctc_divqu<=nrealqus)
|-
|-
| CELL_SAIL_ERROR_INDEX_OUT_OF_RANGE || 0x80610704 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_NGC || 0x806122a0 || ngc[][]{0-7} range error
|-
|-
| CELL_SAIL_ERROR_EMPTY || 0x80610705 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_A || 0x806122a1 || idlev[][][]{0-15} range error
|-
|-
| CELL_SAIL_ERROR_FULLED || 0x80610706 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_A || 0x806122a2 || idloc[][][]{0-31} range error
|-
|-
| CELL_SAIL_ERROR_USING || 0x80610707 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_B || 0x806122a3 || gain_control_data restriction error (idlev[][][])
|-
|-
| CELL_SAIL_ERROR_NOT_AVAILABLE || 0x80610708 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_B || 0x806122a4 || gain_control_data restriction error (idloc[][][])
|-
|-
| CELL_SAIL_ERROR_CANCEL || 0x80610709 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_SN_NWVS || 0x806122a5 || sinusoid_data restriction error
|-
|-
| CELL_SAIL_ERROR_MEMORY || (0x806107F0 ||  
| CELL_ADEC_ERROR_ATX_FATAL_HANDLE || 0x806122aa || undefined error at handle level
|-
|-
| CELL_SAIL_ERROR_INVALID_FD || 0x806107F1 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_SAMPLING_FREQ || 0x806122ab || sampling freqeuency assertion error
|-
|-
| CELL_SAIL_ERROR_FATAL || 0x806107FF ||  
| 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
 
== 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_ADEC_ERROR_ATX_ASSERT_BLOCK_NUM || 0x806122ae || a number of blocks(block_num) assertion error
|-
|-
| CELL_ATRACMULTI_ERROR_API_FAIL || 0x80610b01 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_ID || 0x806122af || block_id assertion error
|-
|-
| CELL_ATRACMULTI_ERROR_READSIZE_OVER_BUFFER || 0x80610b11 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_CHANNELS || 0x806122b0 || a number of channels per block assertion error
|-
|-
| CELL_ATRACMULTI_ERROR_UNKNOWN_FORMAT || 0x80610b12 ||  
| CELL_ADEC_ERROR_ATX_UNINIT_BLOCK_SPECIFIED || 0x806122b1 || uninitialized block specified
|-
|-
| CELL_ATRACMULTI_ERROR_READSIZE_IS_TOO_SMALL || 0x80610b13 ||  
| CELL_ADEC_ERROR_ATX_POSCFG_PRESENT || 0x806122b2 || "position_config_data" presents(currently fatal error)
|-
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610b14 ||  
| CELL_ADEC_ERROR_ATX_BUFFER_OVERFLOW || 0x806122b3 || buffer overflow
|-
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_DATA || 0x80610b15 ||  
| CELL_ADEC_ERROR_ATX_ILL_BLK_TYPE_ID || 0x806122b4 || illegal "block_type_id" detected
|-
|-
| CELL_ATRACMULTI_ERROR_NO_DECODER || 0x80610b21 ||  
| CELL_ADEC_ERROR_ATX_UNPACK_CHANNEL_BLK_FAILED || 0x806122b5 || unpack_channel_block() failed
|-
|-
| CELL_ATRACMULTI_ERROR_UNSET_DATA || 0x80610b22 ||  
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_1 || 0x806122b6 || illegal "block_id" used (more audio_channel_block)
|-
|-
| CELL_ATRACMULTI_ERROR_DECODER_WAS_CREATED || 0x80610b23 ||  
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_2 || 0x806122b7 || illegal "block_id" used (less audio_channel_block)
|-
|-
| CELL_ATRACMULTI_ERROR_ALLDATA_WAS_DECODED || 0x80610b31 ||  
| CELL_ADEC_ERROR_ATX_ILLEGAL_ENC_SETTING || 0x806122b8 || illegal encoder setting(init_atrac5_encode())
|-
|-
| CELL_ATRACMULTI_ERROR_NODATA_IN_BUFFER || 0x80610b32 ||  
| CELL_ADEC_ERROR_ATX_ILLEGAL_DEC_SETTING || 0x806122b9 || illegal decoder setting(init_atrac5_decode())
|-
|-
| CELL_ATRACMULTI_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610b33 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_NSAMPLES || 0x806122ba || a number of input PCM samples assertion error
|-
|-
| CELL_ATRACMULTI_ERROR_NEED_SECOND_BUFFER || 0x80610b34 ||  
| CELL_ADEC_ERROR_ATX_ILL_SYNCWORD || 0x806122bb || illegal syncword used
|-
|-
| CELL_ATRACMULTI_ERROR_ALLDATA_IS_ONMEMORY || 0x80610b41 ||  
| CELL_ADEC_ERROR_ATX_ILL_SAMPLING_FREQ || 0x806122bc || illegal sampling_frequeny_index @ config_data()
|-
|-
| CELL_ATRACMULTI_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610b42 ||  
| CELL_ADEC_ERROR_ATX_ILL_CH_CONFIG_INDEX || 0x806122bd || illegal channel_config_index@ config_data()
|-
|-
| CELL_ATRACMULTI_ERROR_NONEED_SECOND_BUFFER || 0x80610b51 ||  
| CELL_ADEC_ERROR_ATX_RAW_DATA_FRAME_SIZE_OVER || 0x806122be || size of raw_data_frame > frame_length
|-
|-
| CELL_ATRACMULTI_ERROR_UNSET_LOOP_NUM || 0x80610b61 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_ENHANCE_LENGTH_OVER || 0x806122bf || enhance_length {0,2046} range error
|-
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLE || 0x80610b71 ||  
| CELL_ADEC_ERROR_ATX_SPU_INTERNAL_FAIL || 0x806122c8 || spu-processing failed
|-
| 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 ==
== M4AAC errors ==
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ADEC_ERROR_LPCM_FATAL || 0x80612001 ||  
| CELL_ADEC_ERROR_M4AAC_FATAL || 0x80612401 ||  
|-
|-
| CELL_ADEC_ERROR_LPCM_SEQ || 0x80612002 ||  
| CELL_ADEC_ERROR_M4AAC_SEQ || 0x80612402 ||  
|-
|-
| CELL_ADEC_ERROR_LPCM_ARG || 0x80612003 ||  
| CELL_ADEC_ERROR_M4AAC_ARG || 0x80612403 ||  
|-
|-
| CELL_ADEC_ERROR_LPCM_BUSY || 0x80612004 ||  
| CELL_ADEC_ERROR_M4AAC_BUSY || 0x80612404 ||  
|-
|-
| CELL_ADEC_ERROR_LPCM_EMPTY || 0x80612005 ||  
| CELL_ADEC_ERROR_M4AAC_EMPTY || 0x80612405 ||  
|-
|-
|}
| CELL_ADEC_ERROR_M4AAC_BUFFER_OVERFLOW || 0x80612406 ||  
 
== 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_M4AAC_END_OF_BITSTREAM || 0x80612407 ||  
|-
|-
| CELL_ADEC_ERROR_AT3_OK || 0x80612100 ||  
| CELL_ADEC_ERROR_M4AAC_CH_CONFIG_INCONSISTENCY || 0x80612410 ||  
|-
|-
| CELL_ADEC_ERROR_AT3_BUSY || 0x80612164 ||  
| CELL_ADEC_ERROR_M4AAC_NO_CH_DEFAULT_POS || 0x80612411 ||  
|-
|-
| CELL_ADEC_ERROR_AT3_EMPTY || 0x80612165 ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_CH_POS || 0x80612412 ||  
|-
|-
| CELL_ADEC_ERROR_AT3_ERROR || 0x80612180 ||  
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_COUPLING_CH || 0x80612413 ||  
|-
|-
|}
| CELL_ADEC_ERROR_M4AAC_INVALID_LAYER_ID || 0x80612414 ||  
 
== 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_M4AAC_ADTS_SYNCWORD_ERROR || 0x80612415 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_BUSY || 0x80612264 ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_ADTS_ID || 0x80612416 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_EMPTY || 0x80612265 ||  
| CELL_ADEC_ERROR_M4AAC_CH_CHANGED || 0x80612417 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ATSHDR || 0x80612266 ||  
| CELL_ADEC_ERROR_M4AAC_SAMPLING_FREQ_CHANGED || 0x80612418 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_NON_FATAL || 0x80612281 || undefined error
| CELL_ADEC_ERROR_M4AAC_WRONG_SBR_CH || 0x80612419 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_NOT_IMPLE || 0x80612282 || not implemented
| CELL_ADEC_ERROR_M4AAC_WRONG_SCALE_FACTOR || 0x8061241a ||  
|-
|-
| CELL_ADEC_ERROR_ATX_PACK_CE_OVERFLOW || 0x80612283 || pack_channel_block_at5() in pack_at5.c
| CELL_ADEC_ERROR_M4AAC_INVALID_BOOKS || 0x8061241b ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_NPROCQUS || 0x80612284 || unpack_sheader() in pack_at5_sheader.c
| CELL_ADEC_ERROR_M4AAC_INVALID_SECTION_DATA || 0x8061241c ||  
|-
|-
| CELL_ADEC_ERROR_ATX_FATAL || 0x8061228c || undefined error
| CELL_ADEC_ERROR_M4AAC_PULSE_IS_NOT_LONG || 0x8061241d ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ENC_OVERFLOW || 0x8061228d || at5enc_proc() in at5enc.c
| CELL_ADEC_ERROR_M4AAC_GC_IS_NOT_SUPPORTED || 0x8061241e ||  
|-
|-
| CELL_ADEC_ERROR_ATX_PACK_CE_UNDERFLOW || 0x8061228e || pack_channel_block_at5() in pack_at5.c
| CELL_ADEC_ERROR_M4AAC_INVALID_ELEMENT_ID || 0x8061241f ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT || 0x8061228f || unpack_idct() in pack_at5_codetbl.c
| CELL_ADEC_ERROR_M4AAC_NO_CH_CONFIG || 0x80612420 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GAINADJ || 0x80612290 || unpack_gainadj() in pack_at5_gainadj.c
| CELL_ADEC_ERROR_M4AAC_UNEXPECTED_OVERLAP_CRC || 0x80612421 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF || 0x80612291 || unpack_idsf() in pack_at5_sfactor.c
| CELL_ADEC_ERROR_M4AAC_CRC_BUFFER_EXCEEDED || 0x80612422 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SPECTRA || 0x80612292 || unpack_spectra() in pack_at5_spectra.c
| CELL_ADEC_ERROR_M4AAC_INVALID_CRC || 0x80612423 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL || 0x80612293 || unpack_idwl() in pack_at5_idwl.c
| CELL_ADEC_ERROR_M4AAC_BAD_WINDOW_CODE || 0x80612424 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GHWAVE || 0x80612294 || unpack_ghwave() in pack_at5_ghwave.c
| CELL_ADEC_ERROR_M4AAC_INVALID_ADIF_HEADER_ID || 0x80612425 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SHEADER || 0x80612295 || unpack_sheader() in pack_at5_sheader.c
| CELL_ADEC_ERROR_M4AAC_NOT_SUPPORTED_PROFILE || 0x80612426 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_A || 0x80612296 || idwl[][]{0-7} range error*/
| CELL_ADEC_ERROR_M4AAC_PROG_NUMBER_NOT_FOUND || 0x80612427 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_B || 0x80612297 || idwl restriction error (wlc_encqu<=divqu<nprocqus,ich=0)
| CELL_ADEC_ERROR_M4AAC_INVALID_SAMP_RATE_INDEX || 0x80612428 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_C || 0x80612298 || idwl restriction error (0<=wlc_divqu<=wlc_encqu,ich=0)
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_CH_CONFIG || 0x80612429 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_D || 0x80612299 || idwl restriction error (wlc_encqu<divqu<=nprocqus,ich=1)
| CELL_ADEC_ERROR_M4AAC_PULSE_OVERFLOWED || 0x8061242a ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_E || 0x8061229a || idwl restriction error (wlc_encqu<=nprocqus)
| CELL_ADEC_ERROR_M4AAC_CAN_NOT_UNPACK_INDEX || 0x8061242b ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_A || 0x8061229b || idsf[][]{0-63} range error
| CELL_ADEC_ERROR_M4AAC_DEINTERLEAVE_FAILED || 0x8061242c ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_B || 0x8061229c || sfc_nbitlen{0-6} range error
| CELL_ADEC_ERROR_M4AAC_CALC_BAND_OFFSET_FAILED || 0x8061242d ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_C || 0x8061229d || idsf restriction error (0<=sfc_divqu<=nrealqus)
| CELL_ADEC_ERROR_M4AAC_GET_SCALE_FACTOR_FAILED || 0x8061242e ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_D || 0x8061229e || idsf restriction error (0<=sfc_sg_divqu<=nrealqus)
| CELL_ADEC_ERROR_M4AAC_GET_CC_GAIN_FAILED || 0x8061242f ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT_A || 0x8061229f || idct restriction error (0<=ctc_divqu<=nrealqus)
| CELL_ADEC_ERROR_M4AAC_MIX_COUPLING_CH_FAILED || 0x80612430 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_NGC || 0x806122a0 || ngc[][]{0-7} range error
| CELL_ADEC_ERROR_M4AAC_GROUP_IS_INVALID || 0x80612431 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_A || 0x806122a1 || idlev[][][]{0-15} range error
| CELL_ADEC_ERROR_M4AAC_PREDICT_FAILED || 0x80612432 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_A || 0x806122a2 || idloc[][][]{0-31} range error
| CELL_ADEC_ERROR_M4AAC_INVALID_PREDICT_RESET_PATTERN || 0x80612433 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_B || 0x806122a3 || gain_control_data restriction error (idlev[][][])
| CELL_ADEC_ERROR_M4AAC_INVALID_TNS_FRAME_INFO || 0x80612434 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_B || 0x806122a4 || gain_control_data restriction error (idloc[][][])
| CELL_ADEC_ERROR_M4AAC_GET_MASK_FAILED || 0x80612435 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SN_NWVS || 0x806122a5 || sinusoid_data restriction error
| CELL_ADEC_ERROR_M4AAC_GET_GROUP_FAILED || 0x80612436 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_FATAL_HANDLE || 0x806122aa || undefined error at handle level
| CELL_ADEC_ERROR_M4AAC_GET_LPFLAG_FAILED || 0x80612437 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_SAMPLING_FREQ || 0x806122ab || sampling freqeuency assertion error
| CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED || 0x80612438 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_CH_CONFIG_INDEX || 0x806122ac || channel_config_index assertion error
| CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED || 0x80612439 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_NBYTES || 0x806122ad || a number of bytes(nbytes) assertion error
| CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED || 0x8061243a ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_NUM || 0x806122ae || a number of blocks(block_num) assertion error
| CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243b ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_ID || 0x806122af || block_id assertion error
| CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243c ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_CHANNELS || 0x806122b0 || a number of channels per block assertion error
| CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW || 0x80612480 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_UNINIT_BLOCK_SPECIFIED || 0x806122b1 || uninitialized block specified
| CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH || 0x80612481 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_POSCFG_PRESENT || 0x806122b2 || "position_config_data" presents(currently fatal error)
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PROGRAM || 0x80612482 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_BUFFER_OVERFLOW || 0x806122b3 || buffer overflow
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_TAG || 0x80612483 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_TYPE_ID || 0x806122b4 || illegal "block_type_id" detected
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_CHN_CONFIG || 0x80612484 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_UNPACK_CHANNEL_BLK_FAILED || 0x806122b5 || unpack_channel_block() failed
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SECTION || 0x80612485 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_1 || 0x806122b6 || illegal "block_id" used (more audio_channel_block)
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SCFACTORS || 0x80612486 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_2 || 0x806122b7 || illegal "block_id" used (less audio_channel_block)
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PULSE_DATA || 0x80612487 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_ENC_SETTING || 0x806122b8 || illegal encoder setting(init_atrac5_encode())
| CELL_ADEC_ERROR_M4AAC_SBR_MAIN_PROFILE_NOT_IMPLEMENTED || 0x80612488 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_DEC_SETTING || 0x806122b9 || illegal decoder setting(init_atrac5_decode())
| CELL_ADEC_ERROR_M4AAC_SBR_GC_NOT_IMPLEMENTED || 0x80612489 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_NSAMPLES || 0x806122ba || a number of input PCM samples assertion error
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PLUS_ELE_ID || 0x8061248a ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_SYNCWORD || 0x806122bb || illegal syncword used
| CELL_ADEC_ERROR_M4AAC_SBR_CREATE_ERROR || 0x8061248b ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_SAMPLING_FREQ || 0x806122bc || illegal sampling_frequeny_index @ config_data()
| CELL_ADEC_ERROR_M4AAC_SBR_NOT_INITIALIZED || 0x8061248c ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_CH_CONFIG_INDEX || 0x806122bd || illegal channel_config_index@ config_data()
| CELL_ADEC_ERROR_M4AAC_SBR_INVALID_ENVELOPE || 0x8061248d ||  
|-
| 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 ==
== AC3 errors ==
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ADEC_ERROR_M4AAC_FATAL || 0x80612401 ||  
| CELL_ADEC_ERROR_AC3_BUSY || 0x80612500 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SEQ || 0x80612402 ||  
| CELL_ADEC_ERROR_AC3_EMPTY || 0x80612501 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_ARG || 0x80612403 ||  
| CELL_ADEC_ERROR_AC3_PARAM || 0x80612502 ||
|-
|-
| CELL_ADEC_ERROR_M4AAC_BUSY || 0x80612404 ||  
| CELL_ADEC_ERROR_AC3_FRAME || 0x80612503 ||
|-
|-
| CELL_ADEC_ERROR_M4AAC_EMPTY || 0x80612405 ||  
|}
 
== 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_M4AAC_BUFFER_OVERFLOW || 0x80612406 ||  
| CELL_ADEC_ERROR_MP3_OK || 0x80612700 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_END_OF_BITSTREAM || 0x80612407 ||  
| CELL_ADEC_ERROR_MP3_BUSY || 0x80612764 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_CH_CONFIG_INCONSISTENCY || 0x80612410 ||  
| CELL_ADEC_ERROR_MP3_EMPTY || 0x80612765 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_NO_CH_DEFAULT_POS || 0x80612411 ||  
| CELL_ADEC_ERROR_MP3_ERROR || 0x80612781 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_CH_POS || 0x80612412 ||  
| CELL_ADEC_ERROR_MP3_LOST_SYNC || 0x80612782 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_COUPLING_CH || 0x80612413 ||  
| CELL_ADEC_ERROR_MP3_NOT_L3 || 0x80612783 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_LAYER_ID || 0x80612414 ||  
| CELL_ADEC_ERROR_MP3_BAD_BITRATE || 0x80612784 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_ADTS_SYNCWORD_ERROR || 0x80612415 ||  
| CELL_ADEC_ERROR_MP3_BAD_SFREQ || 0x80612785 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ADTS_ID || 0x80612416 ||  
| CELL_ADEC_ERROR_MP3_BAD_EMPHASIS || 0x80612786 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_CH_CHANGED || 0x80612417 ||  
| CELL_ADEC_ERROR_MP3_BAD_BLKTYPE || 0x80612787 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SAMPLING_FREQ_CHANGED || 0x80612418 ||  
| CELL_ADEC_ERROR_MP3_BAD_VERSION || 0x8061278c ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_WRONG_SBR_CH || 0x80612419 ||  
| CELL_ADEC_ERROR_MP3_BAD_MODE || 0x8061278d ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_WRONG_SCALE_FACTOR || 0x8061241a ||  
| CELL_ADEC_ERROR_MP3_BAD_MODE_EXT || 0x8061278e ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_BOOKS || 0x8061241b ||  
| CELL_ADEC_ERROR_MP3_HUFFMAN_NUM || 0x80612796 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_SECTION_DATA || 0x8061241c ||  
| CELL_ADEC_ERROR_MP3_HUFFMAN_CASE_ID || 0x80612797 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_PULSE_IS_NOT_LONG || 0x8061241d ||  
| CELL_ADEC_ERROR_MP3_SCALEFAC_COMPRESS || 0x80612798 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_GC_IS_NOT_SUPPORTED || 0x8061241e ||  
| CELL_ADEC_ERROR_MP3_HGETBIT || 0x80612799 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ELEMENT_ID || 0x8061241f ||  
| CELL_ADEC_ERROR_MP3_FLOATING_EXCEPTION || 0x8061279a ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_NO_CH_CONFIG || 0x80612420 ||  
| CELL_ADEC_ERROR_MP3_ARRAY_OVERFLOW || 0x8061279b ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_UNEXPECTED_OVERLAP_CRC || 0x80612421 ||  
| CELL_ADEC_ERROR_MP3_STEREO_PROCESSING || 0x8061279c ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_CRC_BUFFER_EXCEEDED || 0x80612422 ||  
| CELL_ADEC_ERROR_MP3_JS_BOUND || 0x8061279d ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_CRC || 0x80612423 ||  
| CELL_ADEC_ERROR_MP3_PCMOUT || 0x8061279e ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_BAD_WINDOW_CODE || 0x80612424 ||  
|}
 
== 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_M4AAC_INVALID_ADIF_HEADER_ID || 0x80612425 ||  
| CELL_ADEC_ERROR_M2BC_FATAL || 0x80612b01 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_NOT_SUPPORTED_PROFILE || 0x80612426 ||  
| CELL_ADEC_ERROR_M2BC_SEQ || 0x80612b02 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_PROG_NUMBER_NOT_FOUND || 0x80612427 ||  
| CELL_ADEC_ERROR_M2BC_ARG || 0x80612b03 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_SAMP_RATE_INDEX || 0x80612428 ||  
| CELL_ADEC_ERROR_M2BC_BUSY || 0x80612b04 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_CH_CONFIG || 0x80612429 ||  
| CELL_ADEC_ERROR_M2BC_EMPTY || 0x80612b05 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_PULSE_OVERFLOWED || 0x8061242a ||  
| CELL_ADEC_ERROR_M2BC_SYNCF || 0x80612b11 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_CAN_NOT_UNPACK_INDEX || 0x8061242b ||  
| CELL_ADEC_ERROR_M2BC_LAYER || 0x80612b12 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_DEINTERLEAVE_FAILED || 0x8061242c ||  
| CELL_ADEC_ERROR_M2BC_BITRATE || 0x80612b13 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_CALC_BAND_OFFSET_FAILED || 0x8061242d ||  
| CELL_ADEC_ERROR_M2BC_SAMPLEFREQ || 0x80612b14 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_SCALE_FACTOR_FAILED || 0x8061242e ||  
| CELL_ADEC_ERROR_M2BC_VERSION || 0x80612b15 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_CC_GAIN_FAILED || 0x8061242f ||  
| CELL_ADEC_ERROR_M2BC_MODE_EXT || 0x80612b16 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_MIX_COUPLING_CH_FAILED || 0x80612430 ||  
| CELL_ADEC_ERROR_M2BC_UNSUPPORT || 0x80612b17 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_GROUP_IS_INVALID || 0x80612431 ||  
| CELL_ADEC_ERROR_M2BC_OPENBS_EX || 0x80612b21 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_PREDICT_FAILED || 0x80612432 ||  
| CELL_ADEC_ERROR_M2BC_SYNCF_EX || 0x80612b22 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_PREDICT_RESET_PATTERN || 0x80612433 ||  
| CELL_ADEC_ERROR_M2BC_CRCGET_EX || 0x80612b23 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_TNS_FRAME_INFO || 0x80612434 ||  
| CELL_ADEC_ERROR_M2BC_CRC_EX || 0x80612b24 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_MASK_FAILED || 0x80612435 ||  
| CELL_ADEC_ERROR_M2BC_CRCGET || 0x80612b31 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_GROUP_FAILED || 0x80612436 ||  
| CELL_ADEC_ERROR_M2BC_CRC || 0x80612b32 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_LPFLAG_FAILED || 0x80612437 ||  
| CELL_ADEC_ERROR_M2BC_BITALLOC || 0x80612b33 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED || 0x80612438 ||  
| CELL_ADEC_ERROR_M2BC_SCALE || 0x80612b34 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED || 0x80612439 ||  
| CELL_ADEC_ERROR_M2BC_SAMPLE || 0x80612b35 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED || 0x8061243a ||  
| CELL_ADEC_ERROR_M2BC_OPENBS || 0x80612b36 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243b ||  
| CELL_ADEC_ERROR_M2BC_MC_CRCGET || 0x80612b41 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243c ||  
| CELL_ADEC_ERROR_M2BC_MC_CRC || 0x80612b42 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW || 0x80612480 ||  
| CELL_ADEC_ERROR_M2BC_MC_BITALLOC || 0x80612b43 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH || 0x80612481 ||  
| CELL_ADEC_ERROR_M2BC_MC_SCALE || 0x80612b44 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PROGRAM || 0x80612482 ||  
| CELL_ADEC_ERROR_M2BC_MC_SAMPLE || 0x80612b45 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_TAG || 0x80612483 ||  
| CELL_ADEC_ERROR_M2BC_MC_HEADER || 0x80612b46 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_CHN_CONFIG || 0x80612484 ||  
| CELL_ADEC_ERROR_M2BC_MC_STATUS || 0x80612b47 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SECTION || 0x80612485 ||  
| CELL_ADEC_ERROR_M2BC_AG_CCRCGET || 0x80612b51 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SCFACTORS || 0x80612486 ||  
| CELL_ADEC_ERROR_M2BC_AG_CRC || 0x80612b52 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PULSE_DATA || 0x80612487 ||  
| CELL_ADEC_ERROR_M2BC_AG_BITALLOC || 0x80612b53 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_MAIN_PROFILE_NOT_IMPLEMENTED || 0x80612488 ||  
| CELL_ADEC_ERROR_M2BC_AG_SCALE || 0x80612b54 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_GC_NOT_IMPLEMENTED || 0x80612489 ||  
| CELL_ADEC_ERROR_M2BC_AG_SAMPLE || 0x80612b55 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PLUS_ELE_ID || 0x8061248a ||
| CELL_ADEC_ERROR_M2BC_AG_STATUS || 0x80612b57 ||  
|-
| 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 ==
== CELP errors ==
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ADEC_ERROR_AC3_BUSY || 0x80612500 ||  
| 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_AC3_EMPTY || 0x80612501 ||  
| CELL_ADEC_ERROR_CELP_CORE_FATAL || 0x80612e81 ||  
|-
|-
| CELL_ADEC_ERROR_AC3_PARAM || 0x80612502 ||
| CELL_ADEC_ERROR_CELP_CORE_ARG || 0x80612e82 ||  
|-
|-
| CELL_ADEC_ERROR_AC3_FRAME || 0x80612503 ||
| CELL_ADEC_ERROR_CELP_CORE_SEQ || 0x80612e83 ||  
|-
|-
|}
|}


== MP3 errors ==
== CELP8 errors ==
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ADEC_ERROR_MP3_OK || 0x80612700 ||  
| CELL_ADEC_ERROR_CELP8_BUSY || 0x80612ea1 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_BUSY || 0x80612764 ||  
| CELL_ADEC_ERROR_CELP8_EMPTY || 0x80612ea2 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_EMPTY || 0x80612765 ||  
| CELL_ADEC_ERROR_CELP8_ARG || 0x80612ea3 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_ERROR || 0x80612781 ||  
| CELL_ADEC_ERROR_CELP8_SEQ || 0x80612ea4 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_LOST_SYNC || 0x80612782 ||  
| CELL_ADEC_ERROR_CELP8_CORE_FATAL || 0x80612eb1 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_NOT_L3 || 0x80612783 ||  
| CELL_ADEC_ERROR_CELP8_CORE_ARG || 0x80612eb2 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_BAD_BITRATE || 0x80612784 ||  
| CELL_ADEC_ERROR_CELP8_CORE_SEQ || 0x80612eb3 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_BAD_SFREQ || 0x80612785 ||  
|}
|-
 
| CELL_ADEC_ERROR_MP3_BAD_EMPHASIS || 0x80612786 ||
== 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_ADEC_ERROR_MP3_BAD_BLKTYPE || 0x80612787 ||  
| CELL_CELPENC_ERROR_FAILED || 0x80614001 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_BAD_VERSION || 0x8061278c ||  
| CELL_CELPENC_ERROR_SEQ || 0x80614002 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_BAD_MODE || 0x8061278d ||  
| CELL_CELPENC_ERROR_ARG || 0x80614003 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_BAD_MODE_EXT || 0x8061278e ||  
| CELL_CELPENC_ERROR_CORE_FAILED || 0x80614081 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_HUFFMAN_NUM || 0x80612796 ||  
| CELL_CELPENC_ERROR_CORE_SEQ || 0x80614082 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_HUFFMAN_CASE_ID || 0x80612797 ||  
| CELL_CELPENC_ERROR_CORE_ARG || 0x80614083 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_SCALEFAC_COMPRESS || 0x80612798 ||  
|}
 
== 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_ADEC_ERROR_MP3_HGETBIT || 0x80612799 ||  
| CELL_CELP8ENC_ERROR_FAILED || 0x806140a1 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_FLOATING_EXCEPTION || 0x8061279a ||  
| CELL_CELP8ENC_ERROR_SEQ || 0x806140a2 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_ARRAY_OVERFLOW || 0x8061279b ||  
| CELL_CELP8ENC_ERROR_ARG || 0x806140a3 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_STEREO_PROCESSING || 0x8061279c ||  
| CELL_CELP8ENC_ERROR_CORE_FAILED || 0x806140b1 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_JS_BOUND || 0x8061279d ||  
| CELL_CELP8ENC_ERROR_CORE_SEQ || 0x806140b2 ||  
|-
|-
| CELL_ADEC_ERROR_MP3_PCMOUT || 0x8061279e ||  
| CELL_CELP8ENC_ERROR_CORE_ARG || 0x806140b3 ||  
|-
|-
|}
|}


== M2BC errors ==
== Console errors ==
{| 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"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ADEC_ERROR_M2BC_FATAL || 0x80612b01 ||  
| CELL_CONSOLE_ERROR_BASE || 0xFFFFFFF0 ||  
|-
|-
| CELL_ADEC_ERROR_M2BC_SEQ || 0x80612b02 ||  
| || 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_ADEC_ERROR_M2BC_ARG || 0x80612b03 ||  
| CELL_CONSOLE_IO_ERROR || 0xFFFFFFFC ||  
|-
|-
| CELL_ADEC_ERROR_M2BC_BUSY || 0x80612b04 ||  
| CELL_CONSOLE_ENOMEM || 0xFFFFFFFD ||  
|-
|-
| CELL_ADEC_ERROR_M2BC_EMPTY || 0x80612b05 ||  
| 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_ADEC_ERROR_M2BC_SYNCF || 0x80612b11 ||  
| CELL_CONSOLE_NOT_INITIALIZED || 0xFFFFFFFF ||  
|-
|-
| CELL_ADEC_ERROR_M2BC_LAYER || 0x80612b12 ||  
|}
 
== 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_ADEC_ERROR_M2BC_BITRATE || 0x80612b13 ||
!colspan="3" | other errors
|-
|-
| CELL_ADEC_ERROR_M2BC_SAMPLEFREQ || 0x80612b14 ||  
| || 0x80010500 || Bad Packet ID
|-
|-
| CELL_ADEC_ERROR_M2BC_VERSION || 0x80612b15 ||  
| unspecified trophy error || 0x80010505 || Trophy error caused by "Allow access to all SS services (Needed for ps3dm-utils)" patch / Access Violation
|-
|-
| CELL_ADEC_ERROR_M2BC_MODE_EXT || 0x80612b16 ||  
| || 0x80010506 || No Entry
|-
|-
| CELL_ADEC_ERROR_M2BC_UNSUPPORT || 0x80612b17 ||  
| || 0x80010509 || Backup/Restore decryption and/or verification error / Invalid Parameter
|-
|-
| CELL_ADEC_ERROR_M2BC_OPENBS_EX || 0x80612b21 ||  
| || 0x8001050B || Will not play demo hard drive games, (when blue-ray disc is inserted) - cause unknown
|-
|-
| CELL_ADEC_ERROR_M2BC_SYNCF_EX || 0x80612b22 ||  
| || 0x8001050D || An error during the start operation; Ps3 game swapped using the eject function and then play pressed quickly - ps3 game inserted again
|-
|-
| CELL_ADEC_ERROR_M2BC_CRCGET_EX || 0x80612b23 ||  
| 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_ADEC_ERROR_M2BC_CRC_EX || 0x80612b24 ||  
| || 0x80010510 || Will not play games installed on the hard drive
|-
|-
| CELL_ADEC_ERROR_M2BC_CRCGET || 0x80612b31 ||  
| || 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_ADEC_ERROR_M2BC_CRC || 0x80612b32 ||  
| || 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_ADEC_ERROR_M2BC_BITALLOC || 0x80612b33 ||  
| || 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_ADEC_ERROR_M2BC_SCALE || 0x80612b34 ||  
| || 0x8001051C || "The data is corrupted."
|-
|-
| CELL_ADEC_ERROR_M2BC_SAMPLE || 0x80612b35 ||  
| Time error || 0x80010601 || Time/Date has not been set
|-
|-
| CELL_ADEC_ERROR_M2BC_OPENBS || 0x80612b36 ||  
| Connection error || 0x80022A07 || Cannot connect to server. Server overloaded?
|-
|-
| CELL_ADEC_ERROR_M2BC_MC_CRCGET || 0x80612b41 ||  
| Trophy related || 0x80022D11 || "Registration of the trophy information could not be completed. The game will quit (80022D11)".
|-
|-
| CELL_ADEC_ERROR_M2BC_MC_CRC || 0x80612b42 ||  
| 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_ADEC_ERROR_M2BC_MC_BITALLOC || 0x80612b43 ||  
| 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_ADEC_ERROR_M2BC_MC_SCALE || 0x80612b44 ||  
| Trophy update installer missing || 0x80022D74 || "Registration of the trophy information could not be completed. The game will quit (80022D74)".
|-
|-
| CELL_ADEC_ERROR_M2BC_MC_SAMPLE || 0x80612b45 ||  
| 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_ADEC_ERROR_M2BC_MC_HEADER || 0x80612b46 ||  
| cVTRM error || 0x80022d90 || bad cVTRM region in flash
|-
|-
| CELL_ADEC_ERROR_M2BC_MC_STATUS || 0x80612b47 ||  
| || 0x80023320 || "An error occurred during the download operation. (80023320)" (with external device selected as destination for storage).
|-
|-
| CELL_ADEC_ERROR_M2BC_AG_CCRCGET || 0x80612b51 ||  
| 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_ADEC_ERROR_M2BC_AG_CRC || 0x80612b52 ||  
| 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_ADEC_ERROR_M2BC_AG_BITALLOC || 0x80612b53 ||  
| || 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_ADEC_ERROR_M2BC_AG_SCALE || 0x80612b54 ||  
| || 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_ADEC_ERROR_M2BC_AG_SAMPLE || 0x80612b55 ||  
| || 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_ADEC_ERROR_M2BC_AG_STATUS || 0x80612b57 ||  
| 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).
 
== 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 ||  
| || 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_ADEC_ERROR_CELP_EMPTY || 0x80612e02 ||  
| || 0x80028F1A || Ps2 Disc Error , invalbnnetcfg; network config error
|-
|-
| CELL_ADEC_ERROR_CELP_ARG || 0x80612e03 ||  
| 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_ADEC_ERROR_CELP_SEQ || 0x80612e04 ||  
| 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_ADEC_ERROR_CELP_CORE_FATAL || 0x80612e81 ||  
| 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_ADEC_ERROR_CELP_CORE_ARG || 0x80612e82 ||  
| 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
|-
|-
| CELL_ADEC_ERROR_CELP_CORE_SEQ || 0x80612e83 ||  
| 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
 
== 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 ||  
| 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_ADEC_ERROR_CELP8_EMPTY || 0x80612ea2 ||  
| || 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_ADEC_ERROR_CELP8_ARG || 0x80612ea3 ||  
| || 0x80029023 || Exchanging Key Information exchange has timed out
|-
|-
| CELL_ADEC_ERROR_CELP8_SEQ || 0x80612ea4 ||  
| || 0x80029024 || "The attempt to obtain an IP address has timed out".
|-
|-
| CELL_ADEC_ERROR_CELP8_CORE_FATAL || 0x80612eb1 ||  
| || 0x80029208 || Error loading user profile after update [http://www.ps3hax.net/showthread.php?t=69457]
|-
|-
| CELL_ADEC_ERROR_CELP8_CORE_ARG || 0x80612eb2 ||  
| || 0x80029301 || An error occurred during the delete operation (attempting to delete some ps2 homebrew from virtual mem card)
|-
|-
| CELL_ADEC_ERROR_CELP8_CORE_SEQ || 0x80612eb3 ||  
| || 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."
== 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 ||  
| || 0x80029902 || Playback of BDs is prohibited on this system.
|-
|-
| CELL_CELPENC_ERROR_SEQ || 0x80614002 ||  
| || 0x80029903 || This is an invalid disc.
|-
|-
| CELL_CELPENC_ERROR_ARG || 0x80614003 ||  
| || 0x80029904 || "To play this BD, you must renew the encryption key.
Perform a system software update to renew the encryption key."
|-
|-
| CELL_CELPENC_ERROR_CORE_FAILED || 0x80614081 ||  
| || 0x80029905 || This is an invalid disc.
|-
|-
| CELL_CELPENC_ERROR_CORE_SEQ || 0x80614082 ||  
| || 0x80029906 || Can’t playback burn BD movie, missing PS3_VPRM.
|-
|-
| CELL_CELPENC_ERROR_CORE_ARG || 0x80614083 ||  
| || 0x80029907 || Playback of BDs is prohibited on this system.
|-
|-
|}
| || 0x8002990C || The data type is not supported.
 
== 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 ||  
| || 0x8002990D || This video cannot be played.
|-
|-
| CELL_CELP8ENC_ERROR_SEQ || 0x806140a2 ||  
| || 0x8002990E || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_CELP8ENC_ERROR_ARG || 0x806140a3 ||  
| || 0x8002990F || Playback of BDs is prohibited on this system.
|-
|-
| CELL_CELP8ENC_ERROR_CORE_FAILED || 0x806140b1 ||  
| || 0x80029910 || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_CELP8ENC_ERROR_CORE_SEQ || 0x806140b2 ||  
| || 0x80029911 || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_CELP8ENC_ERROR_CORE_ARG || 0x806140b3 ||  
| || 0x80029912 || This is an invalid disc.
|-
|-
|}
| || 0x80029920 || This video cannot be played.
 
== 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 ||  
| || 0x80029921 || This video cannot be played.
|-
|-
|  || 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).
|  || 0x80029922 || This disc cannot be played. The region code is not correct.
|-
|-
| CELL_CONSOLE_IO_ERROR || 0xFFFFFFFC ||  
| || 0x80029923 || This video cannot be played.
|-
|-
| CELL_CONSOLE_ENOMEM || 0xFFFFFFFD ||  
| || 0x80029925 || This video cannot be played.
|-
|-
| 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.
| || 0x80029930 || This video cannot be played.
|-
|-
| CELL_CONSOLE_NOT_INITIALIZED || 0xFFFFFFFF ||  
| || 0x80029931 || An error has occurred.
|-
|-
|}
| || 0x80029932 || This video cannot be played.
 
== 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
| Can't read a disc || 0x80029940 || The PS3 could not read the disc or the disc is dirty/scratched. (Disable the Super-White settings)
|-
|-
| PS3 install error || 0x80010048 || Internal memory error
| Issue playing disc || 0x80029941 || The PS3 could not read the disc or the disc is not supported.
|-
|-
|  || 0x80010098 ||
|  || 0x80029942 || Video in the PAL broadcast standard is not supported.
|-
|-
|  || 0x80010500 || Bad Packet ID
|  || 0x80029943 || Video in the NTSC broadcast standard is not supported.
|-
|-
| 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
| || 0x80029944 || This disc cannot be played. The region code is not correct.
|-
|-
| || 0x80010506 || No Entry
| Unable to play Blu-ray Disc || 0x80029945 || Can’t playback burn BD movie
|-
|-
| || 0x80010509 || Backup/Restore decryption and/or verification error / Invalid Parameter
| 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)
|-
|-
|  || 0x8001050B || Will not play demo hard drive games, (when blue-ray disc is inserted) - cause unknown
|  || 0x80029947 || An error has occurred.
|-
|-
|  || 0x8001050D || An error during the start operation; PS3 game swapped using the eject function and then play pressed quickly - PS3 game inserted again
|  || 0x80029948 || This content cannot be played. There is not enough free space on the system storage
|-
|-
| 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
| || 0x80029949 || This video cannot be played.
|-
|-
|  || 0x80010510 || Will not play games installed on the hard drive
|  || 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.
|-
|-
| Database problem || 0x80010513 || System database corrupted or problem with internal flash memory
| || 0x80029950 || This video cannot be played.
|-
|-
| Issue reading discs || 0x80010514 || RSOD - Reading blu-ray disc problem // msg_errorcode_solution_check_other_bd msg_errorcode_solution_check_disc_clean
| || 0x80029962 || This video cannot be played.
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
|  || 0x8002997B ||  
|-
|-
| 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.
| || 0x8002997D ||  
|-
|-
| Saved data was corrupt || 0x8001051B ||
| || 0x800299AA || This video cannot be played.
|-
|-
|  || 0x8001051C || "The data is corrupted."
|  || 0x800299AE || This video cannot be played.
|-
|-
| Time error || 0x80010601 || Time/Date has not been set
| || 0x800299E1 || An error has occurred.
|-
|-
| Connection error || 0x80022A07 || Cannot connect to server. Server overloaded?
| || 0x800299E2 || An error has occurred.
|-
|-
| Incorrect trophy data || 0x80022D00 || "Error in sync operation."
| || 0x800299E3 || This video cannot be played.
|-
|-
| Incorrect trophy data || 0x80022D05 ||
| 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)
|-
|-
| 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
| || 0x80029c78 || Error occurred while accessing storage media.  
|-
|-
| Incorrect trophy data || 0x80022D1A ||
| || 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).
|-
|-
| 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
| || 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.
|-
|-
| Unable to sync trophy data || 0x80022D27 || Trophy server is down
| || 0x80029CCA || Error occurred while checking update data.
|-
|-
| 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
| || 0x8002B241 || DVI has no audio.
|-
|-
| Not signed into the PSN || 0x80022D64 ||
| || 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).
|-
|-
| Trophy update installer missing || 0x80022D74 || "Registration of the trophy information could not be completed. The game will quit (80022D74)".
| || 0x8002B71A || Possible NAT Error , Can log onto Game Server but can’t join game and can’t host game
|-
|-
| Unable to connect online || 0x80022D7C ||
! colspan="3" id="0x8002f..._-_PUP_.2F_Update_errors" | [[#0x8002f...  - PUP / Update errors]]
|-
|-
| 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.
| Update success || 0x8002F000 || Not an error: Success installing/downgrading in service mode. "manufacturing updating SUCCESS(0x8002f000)"
|-
|-
| cVTRM error || 0x80022D90 || Bad cVTRM region in flash
| 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.
|-
|-
| Issue connecting to server || 0x80022F0A ||  
| 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
|-
|-
| DRM error || 0x80022F12 ||
| 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).
|-
|-
| Unable to connect online || 0x80022F16 || Possible congestion in internet service, try connecting later
| 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.
|-
|-
| Video license issue || 0x80022F2C ||
| 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.
|-
|-
| Issue connecting to server || 0x80022F2E ||  
| Update error || 0x8002F0E0 || Error with installing Firmware update. Harddrive is not found or disconnected.
|-
|-
| Content not detected || 0x80022F50 || Disc was ejected while game was updating
| 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.
|-
|-
| Unable to download PSN game || 0x80023300 || Internet service issues or corrupted data
| Update error || 0x8002F13E || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| || 0x80023320 || "An error occurred during the download operation. (80023320)" (with external device selected as destination for storage).
| Update error || 0x8002F142 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| DRM error || 0x80023507 ||
| Update error || 0x8002F147 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| Video activation failed || 0x80023691 || Download failed due to activation error
| Update error || 0x8002F149 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| PSN download error || 0x800236CC || If renting a video, too many videos on console; if purchasing the video, too many videos on hard drive
| Update error || 0x8002F14A || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| PSS access error || 0x8002400C || PSS down or having connection issues
| 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)//-->
|-
|-
| Data transfer issue || 0x80024611 || Ethernet cable damaged or connected incorrectly
| 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)"
|-
|-
| 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.
| ?corrupt? || 0x8002F153 || firmware related error - can be generated by using the MinVerChk PUP in factory service mode (must NEVER do that!)
|-
|-
| 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.
| ?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)
|-
|-
| Back-up data is corrupted || 0x800283F0 ||
| ?corrupt? || 0x8002F156 || NAND Downgrade eror - [http://pastebin.com/sURmGqq3 UpMng.UpdatePackage() failure: manufacturing updating FAILURE(0x8002f156)]
|-
|-
| Cannot find content || 0x80028510 || Content does not exist
| ?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]>
|-
|-
| File data error || 0x8002888C || File data may be corrupted
| ?corrupt? || 0x8002F15E || CoreOS firmware related error<!--//TiGra-Dri//-->
|-
|-
| Message could not be sent to some players || 0x80028903 || Can be caused by too much data; try sending message individually to users instead.
| Update error || 0x8002F165 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| 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.
| Firmware data is corrupt || 0x8002F169 || Error when checking the firmware data (after unpacking)
|-
| Trying to play a game without an invite || 0x80028909 ||
|-
|-
| Online ID already on block list || 0x8002890E || Incorrect Online ID
| Update error || 0x8002F174 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| Cannot add yourself to block list || 0x8002890F || Incorrect Online ID
| Update error || 0x8002F176 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| Cannot send another friend request || 0x80028913 || Incorrect Online ID; delete current request before sending another
| Update error || 0x8002F19D || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| Not signed into PSN || 0x80028917 || Sign in on XMB, then try again
| Update error || 0x8002F1B0 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| Not enough free space to send message || 0x80028918 || Free up space (back up files as needed), then try sending the message again
| Update error || 0x8002F1B3 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| || 0x8002892B || Comes up when opening game invite or sending message
| 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.
|-
|-
| Cannot add yourself to block list || 0x80028A05 || You cannot add yourself to your own block list
| Update error || 0x8002F1C3 || DFU End Firmware Update failed.
|-
|-
| Online ID already on block list || 0x80028A06 || Incorrect Online ID
| Update error || 0x8002F1F0 || Bluetooth/WLAN error. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
|-
| Cannot add a friend to your block list || 0x80028A07 || Remove that person from your friend list, then add the person to your block list
| Update error || 0x8002F1F9 || Error with installing Firmware update. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
|-
| Reached maximum number of people on block list || 0x80028A09 || Remove an account from your block list to add another
| Update error || 0x8002F220 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| DNS error || 0x8002A0F ||
| Update error || 0x8002F225 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
|-
| Not enough space on PS3 hard drive || 0x80028A11 || Free up space on hard drive, then try again
| Update error || 0x8002F22F || Issue with the PS3 hard drive
|-
|-
| Block list error || 0x80028A12 ||
| || 0x8002F235 || Error with installing Firmware update. "Data Is Corrupted"
|-
|-
| Unable to connect to network || 0x80028ED4 || Incorrect internet settings or connecting to an incorrect DNS or proxy server
| Update error || 0x8002F23F || Error with installing Firmware update. The PUP is not recognised as valid update. (with 3.56 minver console)
|-
|-
| 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
| Update error || 0x8002F26A || Error with installing Firmware update. [http://www.ps3hax.net/showthread.php?t=36913 "A serious error has occurred"]
|-
|-
| 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."
| Update error || 0x8002F271 || Error with installing Firmware update. "An error occurred during the format operation."
|-
|-
| || 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.
| Update error || 0x8002F281 || Error with installing Firmware update. Check the connection of the Wifi/BT board.
|-
|-
| Issue with video output setting || 0x80028F10 || "You cannot play this game at the current video output setting (80028F10)"
| 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.
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.
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.
 
|-
|-
| || 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).
| Update error || 0x8002F282 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| 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 //-->).
| Update error || 0x8002F285 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| || 0x80028F18 || PS2 Disc Error, unsupported disc; eg. Utility discs, BB discs, IQ Remix game etc. ode).
| Update error || 0x8002F2B5 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
|-
| || 0x80028F19 || PS2 Disc Error, fsck; the internal PS2 disk got corrupted and I guess that you can use HDD utility disc to fix it
| Update error || 0x8002F2BF || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| || 0x80028F1A || PS2 Disc Error, invalbnnetcfg; network config error
| Downgrade error || 0x8002F2C4 || Error when downgrading below applicable firmware version with QA-flag from Recovery Mode
|-
|-
| 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
| 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
|-
|-
| 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
| Update error || 0x8002F2CF || Issue with the Mass Storage Device when installing firmware, or PS3 hard drive
|-
|-
| 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
| || 0x8002F2E0 || HDD Probe/Init failed. (No HDD attached)
|-
|-
| 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
| || 0x8002F2E2 ||  
|-
|-
| 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
| || 0x8002F2E3 || HDD Search Regions failed. (encrypted HDD incompatible with the consoles) (Formating...)
|-
|-
| 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
| || 0x8002F2E4 || The data is corrupted. (e.g. bad promo_flags.txt flag set)
|-
|-
| 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
| || 0x8002F2E5 || PUP filepath error.
|-
|-
| 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
| || 0x8002F2E6 || No applicable Data found.
|-
|-
| || 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.  
| Update error || 0x8002F2F0 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
|-
| || 0x80029012 || Network error // Temporary congestion in service
| Update error || 0x8002F2F2 || Error with installing Firmware update. The PUP is not recognised as valid update
|-
|-
| || 0x80029020 || Connection timed out // If using Wi-Fi, console not getting a signal from router.
| Update error || 0x8002F310 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| || 0x80029023 || Exchanging Key Information exchange has timed out
| Update error || 0x8002F311 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| || 0x80029024 || "The attempt to obtain an IP address has timed out". // Check internet connection.
| Update error || 0x8002F312 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| || 0x800290A1 || Unable to connect to network // Power-cycle router and console; if problems continue, may be a router issue
| 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
|-
|-
| Game data is corrupted || 0x80029105 || Go into Safe Mode and select "Rebuild Database".
| Update error || 0x8002F325 || Error with installing Firmware update. data corrupted
|-
|-
| 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.
| Update error || 0x8002F333 || Error with installing Firmware update. data corrupted // Issue with the internal harddrive.
|-
|-
| 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).
| Update error || 0x8002F953 || Error with installing Firmware update.
|-
|-
| || 0x80029208 || Error loading user profile after update [http://www.ps3hax.net/showthread.php?t=69457]
| Update error || 0x8002F956 || Error with installing Firmware update. (bad harddrive?)
|-
|-
| Game data is corrupted || 0x80029209 ||
| 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)
|-
|-
| Game data is corrupted || 0x8002920A ||
| Update error || 0x8002F976 || Error with installing Firmware update. data corrupted
|-
|-
| Game data is corrupted || 0x8002920D ||
| Update error || 0x8002F95E || Error with installing Firmware update (when using Rogero 3.55 DEX DG v1 on DEX 4.20 system).
|-
|-
|  || 0x80029301 || "An error occurred during the delete operation" (attempting to delete some ps2 homebrew from virtual mem card)
|  || 0x8002F967 || Error when checking PUP version (e.g. when using manipulated PUP without version to check lowest applicable firmware version)
|-
|-
|  || 0x80029303 || "An error occurred during the copy operation." (attempting to copy PS1 save data with header malformed(.PSV) to internal memory card)
|  || 0x8002F96F || Error when downgrading DEX console with special PUP. To solve: reset console by holding power button until it beeps
|-
|-
|  || 0x80029901 || "To play this BD, you must renew the encryption key. Perform a system software update to renew the encryption key."
|  || 0x8002F994 || Too many people downloading the update (download it later on)
|-
|-
| || 0x80029902 || Playback of BDs is prohibited on this system.
| An error has occured || 0x8002FB22 || Error can be generated with a malformed license.xml file in PS3UPDAT.PUP
|-
|-
| Issue playing disc || 0x80029903 || "This is an invalid disc (80029903)" // The disc may be dirty or scratched, try cleaning it
| || 0x8002F21x || (Set Recovery Mode Flag On (cex/dex/decr)) / (Connecting Controller)
|-
|-
|  || 0x80029904 || "To play this BD, you must renew the encryption key. Perform a system software update to renew the encryption key."
|  || 0x8002F22x || (Connect Media containing FW equal or higher)
|-
|-
|  || 0x80029905 || "This is an invalid disc (80029905)"
|  || 0x8002F23x || (System Partition formating) / (Search Updater)  
|-
|-
| Can't read copyright protection on a Blu-ray disc || 0x80029906 || Can’t playback burn BD movie, missing PS3_VPRM.
| || 0x8002F24x || (Formatting)
|-
|-
|  || 0x80029907 || "This video cannot be played (80029907)" // Playback of BDs is prohibited on this system.
|  || 0x8002F25x || hdd probing
|-
|-
|  || 0x8002990C || The data type is not supported.
|  || 0x8002F26x || region searching
|-
|-
|  || 0x8002990D || This video cannot be played.
|  || 0x8002F27x || preparing partitions
|-
|-
|  || 0x8002990E || Playback of this disc using the connected device is prohibited.
|  || 0x8002F28x || Setup Updating Environment
|-
|-
|  || 0x8002990F || Playback of BDs is prohibited on this system.
|  || 0x8002F29x ||  
|-
|-
|  || 0x80029910 || Playback of this disc using the connected device is prohibited.
|  || 0x8002F2Ax ||  
|-
|-
|  || 0x80029911 || Playback of this disc using the connected device is prohibited.
|  || 0x8002F2Bx || (Turning Off Recovery Mode Flag)
|-
|-
|  || 0x80029912 || This is an invalid disc.
|  || 0x8002F2Cx || Search Updater (Formating preparing Update)
|-
|-
|  || 0x80029920 || This video cannot be played.
|  || 0x8002F2Dx || (Formatting - Preparing to Update)
|-
|-
|  || 0x80029921 || This video cannot be played.
|  || 0x8002F2Ex || (Turning On/Off Recovery Mode Flag)
|-
|-
| || 0x80029922 || This disc cannot be played. The region code is not correct.
! colspan="3" id="0x8001..._RSOD.2FBSOD_errors" | [[#0x8001... RSOD/BSOD errors]]
|-
|-
|  || 0x80029923 || "This video cannot be played."
|  || 0x80010514 || RSOD - VersionFile::Get() (index.dat failures)
|-
|-
|  || 0x80029925 || "This video cannot be played."
|  || 0x80028C03 || BSOD - NPXS01003, net if ctl fail (game updates,commerce, friend stuff ...)
|-
|-
|  || 0x80029930 || "This video cannot be played."
|  || 0x80028C10 || BSOD - xregistry
|-
|-
|  || 0x80029931 || "An error has occurred."
|  || 0x80028C12 || BSOD - xregistry
|-
|-
|  || 0x80029932 || "This video cannot be played."
|  || 0x80030001 || Deleting messages from inbox
|-
|-
| Can't read a disc || 0x80029940 || Disc is dirty/scratched or damaged. (Disable the Super-White settings)
| || 0x8003041F || An error occurred during the copy operation (using media server)
|-
|-
| Issue playing disc || 0x80029941 || The PS3 could not read the disc or the disc is not supported.
| || 0x80030506 || BSOD - empty sce net ctl ptr's
|-
|-
|  || 0x80029942 || Video in the PAL broadcast standard is not supported.
|  || 0x8003050F || BSOD - create_open_database 0x25 failure, xregistry empty file descriptor
|-
|-
|  || 0x80029943 || Video in the NTSC broadcast standard is not supported.
|  || 0x80030517 || BSOD
|-
|-
|  || 0x80029944 || "This disc cannot be played." // The region code is not correct.
|  || 0x8003116D || BSOD - xregistry font related
|-
|-
| Unable to play Blu-ray Disc || 0x80029945 || Can’t playback burn BD movie
| || 0x80031175 || BSOD - xregistry
|-
|-
| 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)
| || &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)
|-
|-
|  || 0x80029947 || "An error has occurred."
|  || &gt;0x80031700 || RSOD
|-
|-
|  || 0x80029948 || "This content cannot be played." // There is not enough free space on the system storage
!colspan="3" | other errors
|-
|-
|  || 0x80029949 || "This video cannot be played."
|  || 0x80030517 || It seems to happen when you copy large media files.
|-
|-
|  || 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
|  || 0x8003051E || Game will not save
|-
|-
|  || 0x80029950 || "This video cannot be played."
|  || 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)
|-
|-
Issue writing to the hard drive || 0x8002995C || Hard drive may be corrupted or it is bad.
|  || 0x80031150 || "Setting information is corrupted.Press the x button to repair and restore default"
|-
|-
|  || 0x80029962 || "This video cannot be played."
|  || 0x80031601 || Error Creating Account // seems to occur when the user number doesn't match
|-
|-
Issue reading Blu-Ray disc? || 0x8002996E ||  
|  || 0x80031602 || Error Renaming Account
|-
|-
|  || 0x8002997B ||  
|  || 0x80031603 || Error No Account name given
|-
|-
| || 0x8002997D ||  
| PAC_ASSERT || 0x8004ffff ||  
|-
|-
| Issue reading Blu-Ray disc || 0x8002997F ||  
| PAC_CANNOT_DOWNLOAD_AGAIN || 0x8004000e ||  
|-
|-
| Issue reading Blu-Ray disc || 0x80029986 ||  
| PAC_CRITICAL_OPERATION_IN_PROGRESS || 0x8004000f ||  
|-
|-
| Issue reading Blu-Ray disc? || 0x80029988 ||  
| PAC_DOWNLOADER_IS_ALREADY_ACTIVATED || 0x8004000d ||  
|-
|-
| || 0x800299A0 || "This video cannot be played". (Solution: Update AACS keys/Firmware)
| PAC_INVALID_CAST_EXCEPTION || 0x8004000a ||  
|-
|-
| Unable to read the disc || 0x800299A1 || Disc may not be supported by PS3
| PAC_INVALID_CONTENTTYPE || 0x80040001 ||  
|-
|-
| || 0x800299AA || "This video cannot be played (800299AA)".
| PAC_INVALID_OPERATION || 0x80040002 ||  
|-
|-
| 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
| PAC_SESSION_NOT_ESTABLISHED || 0x8004000c ||  
|-
|-
| || 0x800299E1 || "An error has occurred".
| PAC_THREADINVOKER_EXCEPTION || 0x8004000b ||  
|-
|-
| || 0x800299E2 || "An error has occurred".
| PAC_UNKNOWN_CATEGORY_TYPE || 0x80040004 ||  
|-
|-
| || 0x800299E3 || "This video cannot be played".
| PAC_UNKNOWN_CONTENT_TYPE || 0x80040003 ||  
|-
|-
| 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))
| PAC_UNKNOWN_DRM_CONTENT_TYPE || 0x80040008 ||  
|-
|-
| System update error || 0x80029C78 || Issue installing update
| PAC_UNKNOWN_DRM_TYPE || 0x80040009 ||  
|-
|-
| || 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).
| PAC_UNKNOWN_PRODUCT_TYPE || 0x80040005 ||  
|-
|-
| || 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.
| PAC_UNKNOWN_SKU_INFO_TYPE || 0x80040006 ||  
|-
|-
| || 0x80029CCA || Error occurred while checking update data.
| PAC_UNKNOWN_VOUCHER_TYPE || 0x80040007 ||  
|-
|-
| || 0x8002AE04 || Error occurred due the content ID in the XML is not the same as the pkg in the download link.
| PAC_URL_LOADER_WEB_EXCEPTION || 0x80040010 ||  
|-
|-
Account already associated with another user || 0x8002AE05 || SEN account is already linked to another user, try logging in through that user instead.
|  || 0x8004d844 || Remote Play Connection error (cannot connect to PS3)
|-
|-
| PSN sign-in error || 0x8002AE06 || Login failed due to out-of-date software
| bluetooth || 0x80110104 || "An error occured during the register operation. Try to register again." (when bluetooth device is disconnected during the register operation).
|-
|-
| Online connection not established || 0x8002AE16 || Temporary congestion in internet service or issue with internet connection
| bluetooth || 0x80110106 || "An error occured during the register operation. Try to register again." (when trying register bluetooth device without pass key.
|-
|-
| Online connection timed out || 0x8002AE17 || Temporary congestion in internet service or issue with internet connection
| bluetooth || 0x80110108 || "An error occured during the register operation. Try to register again." (with wrong pass key)
|-
|-
| Game application update failed || 0x8002AE22 || Download the update again; if problems continue, possibly an issue with the file itself
| bluetooth || 0x80110113 || "An error occured during the register operation. Try to register again." (with wrong pass key)
|-
|-
| Issue connecting to PSN || 0x8002AEID ||  
| bluetooth || 0x80110118 || "An error occured during the register operation. Try to register again." (time expired probably)
|-
|-
DVI has no audio || 0x8002B241 || Hook up audio via SCART connection or digital cable
|  || 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.
|-
|-
|  || 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).
|  || 0x8013030? || System Error due to failed update download
|-
|-
| || 0X8002B603 || Corrupted system file
| || 0x8013030F || Access Point not detected
|-
|-
|  || 0x8002B71A || Possible NAT Error, Can log onto Game Server but can’t join game and can’t host game
|  || 0x8041040F || Communication with the server failed. A dsn error has occured.
|-
|-
! colspan="3" id="0x8002f..._-_PUP_.2F_Update_errors" | [[#0x8002f... - PUP / Update errors]]
|| 0x80410418 || DNS Error
|-
|-
| Update success || 0x8002F000 || Not an error: Success installing/downgrading in service mode. "manufacturing updating SUCCESS(0x8002f000)"
|  || 0x80410A0B || Internal PSP error, hardware fault. Send back to be replaced/fixed.
|-
| 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.
|-
|  || 0x8013030? || System Error due to failed update download
|-
| Unable to detect access point || 0x8013030F ||
|-
| 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.
|-
|  || 0x80410418 || DNS Error
|-
|  || 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
|-
| 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
|-
| PSN wallet top-up issue or issue connecting to PSN || 0x80551021 ||
|-
| Issue adding a credit card || 0x8055105A || Credit card has too many accounts linked to it
|-
|-
|  || 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]
|  || 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]
|-
|-
| 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,662: Line 10,064:




{{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)