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)
!colspan="3" | (obsolete)
|-
|-
| SCE_NP_COMMUNITY_ERROR_ABORTED || 0x8002A109 ||  
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_STILL_REFERENCED || 0x8002a108 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_RESOURCE || 0x8002A10A ||  
| SCE_NP_COMMUNITY_ERROR_ABORTED || 0x8002a109 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BAD_RESPONSE || 0x8002A10B || Shows up when trying to view friends trophies, profile, etc.
| SCE_NP_COMMUNITY_ERROR_NO_RESOURCE || 0x8002a10a ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BODY_TOO_LARGE || 0x8002A10C ||  
| SCE_NP_COMMUNITY_ERROR_BAD_RESPONSE || 0x8002a10b ||  
|-
|-
| 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_BODY_TOO_LARGE || 0x8002a10c ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_SIGNATURE || 0x8002A10E || Issue syncing trophy data; trophy servers may be down
| SCE_NP_COMMUNITY_ERROR_HTTP_SERVER || 0x8002a10d ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TIMEOUT || 0x8002A10F || Server timeout
| SCE_NP_COMMUNITY_ERROR_INVALID_SIGNATURE || 0x8002a10e ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_ARGUMENT || 0x8002A1A1 ||  
| SCE_NP_COMMUNITY_ERROR_TIMEOUT || 0x8002a10f ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_UNKNOWN_TYPE || 0x8002A1A2 ||  
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_ARGUMENT || 0x8002a1a1 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ID || 0x8002A1A3 ||  
| SCE_NP_COMMUNITY_ERROR_UNKNOWN_TYPE || 0x8002a1a2 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID || 0x8002A1A4 || Not signed into PSN
| SCE_NP_COMMUNITY_ERROR_INVALID_ID || 0x8002a1a3 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_TICKET || 0x8002A1A5 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID || 0x8002a1a4 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_CLIENT_ALREADY_EXISTS<br />SCE_NP_COMMUNITY_ERROR_CLIENT_HANDLE_ALREADY_EXISTS || 0x8002A1A6 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_TICKET || 0x8002a1a5 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_BUFFER || 0x8002A1A7 ||  
| SCE_NP_COMMUNITY_ERROR_CLIENT_ALREADY_EXISTS || 0x8002a1a6 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_TYPE || 0x8002A1A8 ||  
| SCE_NP_COMMUNITY_ERROR_CLIENT_HANDLE_ALREADY_EXISTS || 0x8002a1a6 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_ALREADY_END || 0x8002A1A9 ||  
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_BUFFER || 0x8002a1a7 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_BEFORE_END || 0x8002A1AA ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_TYPE || 0x8002a1a8 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BUSY_BY_ANOTHER_TRANSACTION || 0x8002A1AB ||  
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_ALREADY_END || 0x8002a1a9 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ALIGNMENT || 0x8002A1AC ||  
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_BEFORE_END || 0x8002a1aa ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_NPID || 0x8002A1AD ||  
| SCE_NP_COMMUNITY_ERROR_BUSY_BY_ANOTEHR_TRANSACTION || 0x8002a1ab ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_LARGE_RANGE || 0x8002A1AE ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_ALIGNMENT || 0x8002a1ac ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_PARTITION || 0x8002A1AF ||  
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_NPID || 0x8002a1ad ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_SLOTID || 0x8002A1B1
| SCE_NP_COMMUNITY_ERROR_TOO_LARGE_RANGE || 0x8002a1ae ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_PSHANDLE || 0x8002A1A4 || obsolete (replaced by SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID)
| SCE_NP_COMMUNITY_ERROR_INVALID_PARTITION || 0x8002a1af ||
|-
| 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)
|-
|-
!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 || 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_RENEW_EULA || 0x8002a24f ||
|-
| SCE_NP_AUTH_ERROR_SUB_ACCOUNT_PW_???<br />SCE_NP_AUTH_ERROR_PASSWORD_RESET_REQUIRED || 0x8002a260 || occours when you try to log in with wrong?/old? or not-renewed? password. fix: xmb->psn->forgot my pass->reset via email->confirm
|-
|-
| SCE_NP_AUTH_ERROR_UNKNOWN || 0x8002a280 || When privacypatching with MFW Builder partly and try to sign in spoofed
| SCE_NP_AUTH_ERROR_UNKNOWN || 0x8002a280 || When privacypatching with MFW Builder partly and try to sign in spoofed
Line 348: Line 303:
!colspan="3" | NP Core Server Error
!colspan="3" | NP Core Server Error
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BASE || 0x8002A300 ||  
| SCE_NP_CORE_SERVER_ERROR_BASE || 0x8002a300 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BAD_FORMAT || 0x8002A301 ||  
| SCE_NP_CORE_SERVER_ERROR_BAD_FORMAT || 0x8002a301 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BAD_NAMESPACE_PREFIX || 0x8002A302 ||  
| SCE_NP_CORE_SERVER_ERROR_BAD_NAMESPACE_PREFIX || 0x8002a302 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_CONFLICT || 0x8002A303 || Already logged into another console
| SCE_NP_CORE_SERVER_ERROR_CONFLICT || 0x8002a303 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_CONNECTION_TIMEOUT || 0x8002A304 ||  
| SCE_NP_CORE_SERVER_ERROR_CONNECTION_TIMEOUT || 0x8002a304 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_HOST_GONE || 0x8002A305 ||  
| SCE_NP_CORE_SERVER_ERROR_HOST_GONE || 0x8002a305 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_HOST_UNKNOWN || 0x8002A306 ||  
| SCE_NP_CORE_SERVER_ERROR_HOST_UNKNOWN || 0x8002a306 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_IMPROPER_ADDRESSING || 0x8002A307 ||  
| SCE_NP_CORE_SERVER_ERROR_IMPROPER_ADDRESSING || 0x8002a307 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002A308 || PSN dropped out with this error after pulled [[4.45-1-CEX]] before [[4.45-2-CEX]] release
| SCE_NP_CORE_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002a308 || PSN dropped out with this error after pulled [[4.45-1-CEX]] before [[4.45-2-CEX]] release
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_FROM || 0x8002A309 ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_FROM || 0x8002a309 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_ID || 0x8002A30A ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_ID || 0x8002a30a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_NAMESPACE || 0x8002A30B ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_NAMESPACE || 0x8002a30b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_XML || 0x8002A30C ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_XML || 0x8002a30c ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_NOT_AUTHORIZED || 0x8002A30D ||  
| SCE_NP_CORE_SERVER_ERROR_NOT_AUTHORIZED || 0x8002a30d ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_POLICY_VIOLATION || 0x8002A30E ||  
| SCE_NP_CORE_SERVER_ERROR_POLICY_VIOLATION || 0x8002a30e ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_REMOTE_CONNECTION_FAILED || 0x8002A30F ||  
| SCE_NP_CORE_SERVER_ERROR_REMOTE_CONNECTION_FAILED || 0x8002a30f ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_RESOURCE_CONSTRAINT || 0x8002A310 ||  
| SCE_NP_CORE_SERVER_ERROR_RESOURCE_CONSTRAINT || 0x8002a310 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_RESTRICTED_XML || 0x8002A311 ||  
| SCE_NP_CORE_SERVER_ERROR_RESTRICTED_XML || 0x8002a311 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SEE_OTHER_HOST || 0x8002A312 ||  
| SCE_NP_CORE_SERVER_ERROR_SEE_OTHER_HOST || 0x8002a312 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SYSTEM_SHUTDOWN || 0x8002A313 ||  
| SCE_NP_CORE_SERVER_ERROR_SYSTEM_SHUTDOWN || 0x8002a313 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNDEFINED_CONDITION || 0x8002A314 ||   
| SCE_NP_CORE_SERVER_ERROR_UNDEFINED_CONDITION || 0x8002a314 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_ENCODING || 0x8002A315 ||   
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_ENCODING || 0x8002a315 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_STANZA_TYPE || 0x8002A316 ||   
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_STANZA_TYPE || 0x8002a316 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_VERSION || 0x8002A317 ||  
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_VERSION || 0x8002a317 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_XML_NOT_WELL_FORMED || 0x8002A318 ||   
| SCE_NP_CORE_SERVER_ERROR_XML_NOT_WELL_FORMED || 0x8002a318 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_CLIENT_VERSION || 0x8002A319 ||   
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_CLIENT_VERSION || 0x8002a319 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_ACCOUNT_ID || 0x8002A31A ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_ACCOUNT_ID || 0x8002a31a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_JID_NODE || 0x8002A31B ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_JID_NODE || 0x8002a31b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BANNED_TICKET || 0x8002A31C ||  
| SCE_NP_CORE_SERVER_ERROR_BANNED_TICKET || 0x8002a31c ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_ABORTED || 0x8002A320 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_ABORTED || 0x8002a320 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INCORRECT_ENCODING || 0x8002A321 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INCORRECT_ENCODING || 0x8002a321 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_AUTHORIZED || 0x8002A322 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_AUTHORIZED || 0x8002a322 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_MECHANISM || 0x8002A323 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_MECHANISM || 0x8002a323 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_MECHANISM_TOO_WEAK || 0x8002A324 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_MECHANISM_TOO_WEAK || 0x8002a324 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_NOT_AUTHORIZED || 0x8002A325 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_NOT_AUTHORIZED || 0x8002a325 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_TEMPORARY_AUTH_FAILURE || 0x8002A326 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_TEMPORARY_AUTH_FAILURE || 0x8002a326 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_TICKET_SIGNATURE ||0x8002A327 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_TICKET_SIGNATURE || 0x8002a327 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_EXPIRED_TICKET || 0x8002A328 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_EXPIRED_TICKET || 0x8002a328 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_BANNED || 0x8002A329 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_BANNED || 0x8002a329 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_DOMAIN_NOT_SUPPORTED || 0x8002A32A ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_DOMAIN_NOT_SUPPORTED || 0x8002a32a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_JID || 0x8002A32B ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_JID || 0x8002a32b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAD_REQUEST || 0x8002A330 || Comes up when responding to friend request or deleting someone from block list
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAD_REQUEST || 0x8002a330 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_CONFLICT || 0x8002A331 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_CONFLICT || 0x8002a331 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FEATURE_NOT_IMPLEMENTED || 0x8002A332 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FEATURE_NOT_IMPLEMENTED || 0x8002a332 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FORBIDDEN || 0x8002A333 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FORBIDDEN || 0x8002a333 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_GONE || 0x8002A334 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_GONE || 0x8002a334 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_INTERNAL_SERVER_ERROR || 0x8002A335 || Could not connect to network server // Try connecting later; contact Sony if issues continue
| SCE_NP_CORE_SERVER_ERROR_STANZA_INTERNAL_SERVER_ERROR || 0x8002a335 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_ITEM_NOT_FOUND || 0x8002A336 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_ITEM_NOT_FOUND || 0x8002a336 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_JID_MALFORMED || 0x8002A337 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_JID_MALFORMED || 0x8002a337 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ACCEPTABLE || 0x8002A338 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ACCEPTABLE || 0x8002a338 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ALLOWED || 0x8002A339 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ALLOWED || 0x8002a339 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_AUTHORIZED || 0x8002A33A
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_AUTHORIZED || 0x8002a33a
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_PAYMENT_REQUIRED || 0x8002A33B ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_PAYMENT_REQUIRED || 0x8002a33b ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_RECIPIENT_UNAVAILABLE || 0x8002A33C ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_RECIPIENT_UNAVAILABLE || 0x8002a33c ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REDIRECT || 0x8002A33D ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_REDIRECT || 0x8002a33d ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REGISTRATION_REQUIRED || 0x8002A33E ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_REGISTRATION_REQUIRED || 0x8002a33e ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_NOT_FOUND || 0x8002A33F || "The message to [person] could not be sent (8002A33F)" // DNS error
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_NOT_FOUND || 0x8002a33f ||
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_TIMEOUT || 0x8002A340 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_TIMEOUT || 0x8002a340 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_RESOURCE_CONSTRAINT || 0x8002A341 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_RESOURCE_CONSTRAINT || 0x8002a341 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_SERVICE_UNAVAILABLE || 0x8002A342 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_SERVICE_UNAVAILABLE || 0x8002a342 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_SUBSCRIPTION_REQUIRED || 0x8002A343 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_SUBSCRIPTION_REQUIRED || 0x8002a343 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNDEFINED_CONDITION || 0x8002A344 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNDEFINED_CONDITION || 0x8002a344 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNEXPECTED_REQUEST || 0x8002A345 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNEXPECTED_REQUEST || 0x8002a345 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_LOBBY || 0x8002A346 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_LOBBY || 0x8002a346 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_ROOM || 0x8002A347 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_ROOM || 0x8002a347 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_USER || 0x8002A348 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_USER || 0x8002a348 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NO_SPACE || 0x8002A349 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NO_SPACE || 0x8002a349 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MAX_ROSTER || 0x8002A34A || Maximum number of friends reached
| SCE_NP_CORE_SERVER_ERROR_STANZA_MAX_ROSTER || 0x8002a34a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_SERVICE_UNAVAILABLE || 0x8002A34B ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_SERVICE_UNAVAILABLE || 0x8002a34b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_RESOURCE_CONSTRAINT || 0x8002A34C ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_RESOURCE_CONSTRAINT || 0x8002a34c ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NOT_AUTHORIZED || 0x8002A34D ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NOT_AUTHORIZED || 0x8002a34d ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_ROOM_UNAVAILABLE || 0x8002A34E ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_ROOM_UNAVAILABLE || 0x8002a34e ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_MAX || 0x8002A34F ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_MAX || 0x8002a34f ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAN || 0x8002A350 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAN || 0x8002a350 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MISMATCH || 0x8002A351 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MISMATCH || 0x8002a351 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MAINTENANCE || 0x8002A352 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MAINTENANCE || 0x8002a352 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_NOT_FOUND || 0x8002A353 || Comes up when trying to delete or accept friend requests
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_NOT_FOUND || 0x8002a353 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_OPTIONAL || 0x8002A3ff ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_OPTIONAL || 0x8002a3ff ||   
|-
|-
!colspan="3" | NP Community Server error (0x8002A400 - 0x8002A4FF)
 
|-
 
| SCE_NP_COMMUNITY_SERVER_ERROR_BAD_REQUEST || 0x8002A401 || Issue with game attempting to access PSN
 
|-
!colspan="3" | community server error (0x8002a400 - 0x8002a4ff)
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_TICKET || 0x8002A402 || Issue accessing PSN
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SIGNATURE || 0x8002A403 ||
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_EXPIRED_TICKET || 0x8002A404 ||
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_NPID || 0x8002A405 ||
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FORBIDDEN || 0x8002A406 ||
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002A407 ||
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_VERSION_NOT_SUPPORTED || 0x8002A408 ||
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x8002A409 ||
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_PLAYER_BANNED || 0x8002A40A || Player banned
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_CENSORED || 0x8002A40B || Text contains inappropriate words; rephrase what you entered
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_RECORD_FORBIDDEN || 0x8002A40C || Account banned from using score ranking
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_PROFILE_NOT_FOUND || 0x8002A40D || User doesn't exist? Profile may have been deleted
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UPLOADER_DATA_NOT_FOUND || 0x8002A40E || Attached file deleted from server
|-
| 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_BLACKLISTED_USER_ID || 0x8002A411 || User ID blacklisted
|-
| 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_BAD_REQUEST || 0x8002a401 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_BEST_SCORE || 0x8002A415 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_TICKET || 0x8002a402 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_LATEST_UPDATE_NOT_FOUND || 0x8002A416 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SIGNATURE || 0x8002a403 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BOARD_MASTER_NOT_FOUND || 0x8002A417 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_EXPIRED_TICKET || 0x8002a404 ||  
|-
|-
| 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_INVALID_NPID || 0x8002a405 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ANTICHEAT_DATA || 0x8002A419 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FORBIDDEN || 0x8002a406 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_DATA || 0x8002A41A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002a407 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_USER_NPID || 0x8002A41B || Online ID does not exist; ID may be incorrect
| SCE_NP_COMMUNITY_SERVER_ERROR_VERSION_NOT_SUPPORTED || 0x8002a408 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ENVIRONMENT || 0x8002A41D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x8002a409 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_CHARACTER || 0x8002A41F ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_PLAYER_BANNED || 0x8002a40a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_LENGTH || 0x8002A420 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_CENSORED || 0x8002a40b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_CHARACTER || 0x8002A421 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_RECORD_FORBIDDEN || 0x8002a40c ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_LENGTH || 0x8002A422 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_PROFILE_NOT_FOUND || 0x8002a40d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SCORE || 0x8002A423 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UPLOADER_DATA_NOT_FOUND || 0x8002a40e ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_RANKING_LIMIT || 0x8002A424 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_QUOTA_MASTER_NOT_FOUND || 0x8002a40f ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FAIL_TO_CREATE_SIGNATURE || 0x8002A426 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_TITLE_NOT_FOUND || 0x8002a410 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MASTER_INFO_NOT_FOUND || 0x8002A427 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_USER_ID || 0x8002a411 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_GAME_DATA_LIMIT || 0x8002A428 || Too much data being uploaded
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_RANKING_NOT_FOUND || 0x8002a412 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_SELF_DATA_NOT_FOUND || 0x8002A42A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_STORE_NOT_FOUND || 0x8002a414 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_NOT_ASSIGNED || 0x8002A42B ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_BEST_SCORE || 0x8002a415 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_DATA_ALREADY_EXISTS || 0x8002A42C ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_LATEST_UPDATE_NOT_FOUND || 0x8002a416 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_RESULTS || 0x8002A42D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BOARD_MASTER_NOT_FOUND || 0x8002a417 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_RECORDABLE_VERSION || 0x8002A42E ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_GAME_DATA_MASTER_NOT_FOUND  || 0x8002a418 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_TITLE_MASTER_NOT_FOUND || 0x8002A448 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ANTICHEAT_DATA || 0x8002a419 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_VIRTUAL_USER || 0x8002A449 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_DATA || 0x8002a41a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_DATA_NOT_FOUND || 0x8002A44A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_USER_NPID || 0x8002a41b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_AVATAR_PAP || 0x8002A457 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ENVIRONMENT || 0x8002a41d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NON_PLUS_MEMBER || 0x8002A45D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_CHARACTER || 0x8002a41f ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SEQUENCE || 0x8002A45E ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_LENGTH || 0x8002a420 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_SAVEDATA_NOT_FOUND || 0x8002A45F ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_CHARACTER || 0x8002a421 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_SAVEDATA_FILES || 0x8002A460 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_LENGTH || 0x8002a422 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_TOTAL_SAVEDATA_SIZE || 0x8002A461 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SCORE || 0x8002a423 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_YET_DOWNLOADABLE || 0x8002A462 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_RANKING_LIMIT || 0x8002a424 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_TITLE || 0x8002A468 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FAIL_TO_CREATE_SIGNATURE || 0x8002a426 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_ICONDATA || 0x8002A469 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MASTER_INFO_NOT_FOUND || 0x8002a427 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_SAVEDATA || 0x8002A46A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_GAME_DATA_LIMIT || 0x8002a428 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SIGNATURE || 0x8002A46B ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_SELF_DATA_NOT_FOUND || 0x8002a42a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_MD5SUM || 0x8002A46C ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_NOT_ASSIGNED || 0x8002a42b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_SAVEDATA_SIZE || 0x8002A46D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_DATA_ALREADY_EXISTS || 0x8002a42c ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_CONDITIONS_NOT_SATISFIED || 0x8002A473 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_RESULTS || 0x8002a42d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSUPPORTED_PLATFORM || 0x8002A478 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_RECORDABLE_VERSION || 0x8002a42e ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_BEFORE_SERVICE || 0x8002A4A0 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_TITLE_MASTER_NOT_FOUND || 0x8002a448 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_END_OF_SERVICE || 0x8002A4A1 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_VIRTUAL_USER || 0x8002a449 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_MAINTENANCE || 0x8002A4A2 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_DATA_NOT_FOUND || 0x8002a44a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BEFORE_SERVICE || 0x8002A4A3 || Score ranking not started yet
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_AVATAR_PAP || 0x8002a457 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_END_OF_SERVICE || 0x8002A4A4 || Score ranking discontinued
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_BEFORE_SERVICE || 0x8002a4a0 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MAINTENANCE || 0x8002A4A5 || Score ranking under maintenance
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_END_OF_SERVICE || 0x8002a4a1 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_TITLE || 0x8002A4A6 || Issue connecting to game server
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_MAINTENANCE || 0x8002a4a2 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_BEFORE_SERVICE || 0x8002A4A7 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BEFORE_SERVICE || 0x8002a4a3 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_END_OF_SERVICE || 0x8002A4A8 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_END_OF_SERVICE || 0x8002a4a4 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_MAINTENANCE || 0x8002A4A9 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MAINTENANCE || 0x8002a4a5 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_BEFORE_SERVICE || 0x8002A4AA ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_TITLE || 0x8002a4a6 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_END_OF_SERVICE || 0x8002A4AB ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_BEFORE_SERVICE || 0x8002a4a7 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_MAINTENANCE || 0x8002A4AC ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_END_OF_SERVICE || 0x8002a4a8 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_BEFORE_SERVICE || 0x8002A4AD ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_MAINTENANCE || 0x8002a4a9 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_END_OF_SERVICE || 0x8002A4AE ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_BEFORE_SERVICE || 0x8002a4aa ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_MAINTENANCE || 0x8002A4AF ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_END_OF_SERVICE || 0x8002a4ab ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_BEFORE_SERVICE || 0x8002A4B0 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_MAINTENANCE || 0x8002a4ac ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_END_OF_SERVICE || 0x8002A4B1 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_BEFORE_SERVICE || 0x8002a4ad ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_MAINTENANCE || 0x8002A4B2 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_END_OF_SERVICE || 0x8002a4ae ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BASIC_BLACKLISTED_USER_ID || 0x8002A4B3 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_MAINTENANCE || 0x8002a4af ||  
|-
|-
!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 || 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 || 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 ||  
| SCE_NP_SIGNALING_ERROR_CONN_NOT_ACTIVE || 0x8002a814 ||  
|-
|-
!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_INSUFFICIENT || 0x8002AB03 ||  
| SCE_NP_UTIL_ERROR_OUT_OF_MEMORY || 0x8002ab02 ||  
|-
|-
| SCE_NP_UTIL_ERROR_PARSER_FAILED || 0x8002AB04 ||  
| SCE_NP_UTIL_ERROR_INSUFFICIENT || 0x8002ab03 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002AB05 ||  
| SCE_NP_UTIL_ERROR_PARSER_FAILED || 0x8002ab04 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_ID || 0x8002AB06 ||  
| SCE_NP_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002ab05 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_LOBBY_ID || 0x8002AB07 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_ID || 0x8002ab06 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_ROOM_ID || 0x8002AB08 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_LOBBY_ID || 0x8002ab07 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_NP_ENV || 0x8002AB09 ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_ROOM_ID || 0x8002ab08 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_TITLEID || 0x8002AB0A ||  
| SCE_NP_UTIL_ERROR_INVALID_NP_ENV || 0x8002ab09 ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_CHARACTER || 0x8002AB0B ||  
| SCE_NP_UTIL_ERROR_INVALID_TITLEID || 0x8002ab0a ||  
|-
|-
| SCE_NP_UTIL_ERROR_INVALID_ESCAPE_STRING || 0x8002AB0C ||  
| SCE_NP_UTIL_ERROR_INVALID_CHARACTER || 0x8002ab0b ||  
|-
|-
| SCE_NP_UTIL_ERROR_UNKNOWN_TYPE || 0x8002AB0D ||  
| SCE_NP_UTIL_ERROR_INVALID_ESCAPE_STRING || 0x8002ab0c ||  
|-
|-
| SCE_NP_UTIL_ERROR_UNKNOWN || 0x8002AB0E ||  
| SCE_NP_UTIL_ERROR_UNKNOWN_TYPE || 0x8002ab0d ||  
|-
|-
| SCE_NP_UTIL_ERROR_NOT_MATCH || 0x8002AB0F ||  
| SCE_NP_UTIL_ERROR_UNKNOWN || 0x8002ab0e ||  
|-
|-
| SCE_NP_UTIL_ERROR_UNKNOWN_PLATFORM_TYPE || 0x8002AB10 ||  
| SCE_NP_UTIL_ERROR_NOT_MATCH || 0x8002ab0f ||  
|-
|-
!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,328:
| SCE_NP_COMMERCE_ERROR_REQ_NOT_FOUND || 0x80029409 ||  
| SCE_NP_COMMERCE_ERROR_REQ_NOT_FOUND || 0x80029409 ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_REQID_NOT_AVAILABLE || 0x8002940A ||  
| SCE_NP_COMMERCE_ERROR_REQID_NOT_AVAILABLE || 0x8002940a ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_CATEGORY_ID || 0x8002940B ||  
| SCE_NP_COMMERCE_ERROR_INVALID_CATEGORY_ID || 0x8002940b ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_LANG_CODE || 0x8002940C ||  
| SCE_NP_COMMERCE_ERROR_INVALID_LANG_CODE || 0x8002940c ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_REQ_BUSY || 0x8002940D ||  
| SCE_NP_COMMERCE_ERROR_REQ_BUSY || 0x8002940d ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INSUFFICIENT_BUFFER || 0x8002940E ||  
| SCE_NP_COMMERCE_ERROR_INSUFFICIENT_BUFFER || 0x8002940e ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_REQ_STATE || 0x8002940F ||  
| SCE_NP_COMMERCE_ERROR_INVALID_REQ_STATE || 0x8002940f ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_CTX_STATE || 0x80029410 ||  
| SCE_NP_COMMERCE_ERROR_INVALID_CTX_STATE || 0x80029410 ||  
Line 1,438: Line 1,360:
| SCE_NP_COMMERCE_ERROR_INVALID_PROVIDER_ID || 0x80029419 ||  
| SCE_NP_COMMERCE_ERROR_INVALID_PROVIDER_ID || 0x80029419 ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_NUM || 0x8002941A ||  
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_NUM || 0x8002941a ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_SKU_ID || 0x8002941B ||  
| SCE_NP_COMMERCE_ERROR_INVALID_SKU_ID || 0x8002941b ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_ID || 0x8002941C ||  
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_ID || 0x8002941c ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_GPC_SEND_REQUEST || 0x8002941D ||  
| SCE_NP_COMMERCE_ERROR_GPC_SEND_REQUEST || 0x8002941d ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_GDF_SEND_REQUEST || 0x8002941E ||  
| SCE_NP_COMMERCE_ERROR_GDF_SEND_REQUEST || 0x8002941e ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_SDF_SEND_REQUEST || 0x8002941F ||  
| SCE_NP_COMMERCE_ERROR_SDF_SEND_REQUEST || 0x8002941f ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_PARSE_PRODUCT_CATEGORY || 0x80029421 ||  
| SCE_NP_COMMERCE_ERROR_PARSE_PRODUCT_CATEGORY || 0x80029421 ||  
Line 1,504: Line 1,426:
| SCE_NP_COMMERCE_BROWSE_SERVER_ERROR_INTERNAL_SERVER || 0x80029680 ||  
| SCE_NP_COMMERCE_BROWSE_SERVER_ERROR_INTERNAL_SERVER || 0x80029680 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNKNOWN || 0x80029D00 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNKNOWN || 0x80029d00 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029D01 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029d01 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029D02 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029d02 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_END || 0x80029D03 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_END || 0x80029d03 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_STOP || 0x80029D04 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_STOP || 0x80029d04 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_BUSY || 0x80029D05 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_BUSY || 0x80029d05 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029D06 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029d06 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNKNOWN || 0x80029E00 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNKNOWN || 0x80029e00 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029E01 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029e01 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029E02 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029e02 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_END || 0x80029E03 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_END || 0x80029e03 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_STOP || 0x80029E04 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_STOP || 0x80029e04 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_BUSY || 0x80029E05 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_BUSY || 0x80029e05 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029E06 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029e06 ||  
|-
|-
!colspan="3" | NP DRM error  
!colspan="3" | NP DRM error  
|-
|-
| SCE_NP_DRM_ERROR_OUT_OF_MEMORY || 0x80029501 || Connection issue
| SCE_NP_DRM_ERROR_OUT_OF_MEMORY || 0x80029501 ||  
|-
|-
| SCE_NP_DRM_ERROR_INVALID_PARAM || 0x80029502 ||  
| SCE_NP_DRM_ERROR_INVALID_PARAM || 0x80029502 ||  
|-
|-
| SCE_NP_DRM_ERROR_SERVER_RESPONSE || 0x80029509 || PSN down for maintenance
| SCE_NP_DRM_ERROR_SERVER_RESPONSE || 0x80029509 ||  
|-
|-
| SCE_NP_DRM_ERROR_NO_ENTITLEMENT || 0x80029513 || This content cannot be accessed on your account (in case of an [[EDAT files|edat]] for unlock a demo/purchase game this error might not be returned, turn the [[QA_Flagging#Debug_Settings_.28CEX.2FDEX.29|NPDRM Debug option]] to OFF to get entitlement for unlock the full game)
| SCE_NP_DRM_ERROR_NO_ENTITLEMENT || 0x80029513 || This content cannot be accessed on your account (in case of an [[EDAT files|edat]] for unlock a demo/purchase game this error might not be returned, turn the [[QA_Flagging#Debug_Settings_.28CEX.2FDEX.29|NPDRM Debug option]] to OFF to get entitlement for unlock the full game)
|-
|-
| SCE_NP_DRM_ERROR_BAD_ACT || 0x80029514 || Activate console (if already activated for game content, de-activate and re-activate it); if issues continue then contact Sony
| SCE_NP_DRM_ERROR_BAD_ACT || 0x80029514 ||  
|-
|-
| SCE_NP_DRM_ERROR_BAD_FORMAT || 0x80029515 ||  
| SCE_NP_DRM_ERROR_BAD_FORMAT || 0x80029515 ||  
Line 1,552: Line 1,474:
| SCE_NP_DRM_ERROR_BAD_PERM || 0x80029519 || Bad Permission - when trying to open FSELF PKG's on Retail/starting npdrm fself without installing first.
| SCE_NP_DRM_ERROR_BAD_PERM || 0x80029519 || Bad Permission - when trying to open FSELF PKG's on Retail/starting npdrm fself without installing first.
|-
|-
| SCE_NP_DRM_ERROR_UNKNOWN_VERSION || 0x8002951A ||  
| SCE_NP_DRM_ERROR_UNKNOWN_VERSION || 0x8002951a ||  
|-
|-
| SCE_NP_DRM_ERROR_TIME_LIMIT || 0x8002951B ||  
| SCE_NP_DRM_ERROR_TIME_LIMIT || 0x8002951b ||  
|-
|-
| SCE_NP_DRM_ERROR_DIFFERENT_ACCOUNT_ID || 0x8002951C ||  
| SCE_NP_DRM_ERROR_DIFFERENT_ACCOUNT_ID || 0x8002951c ||  
|-
|-
| SCE_NP_DRM_ERROR_DIFFERENT_DRM_TYPE || 0x8002951D ||  
| SCE_NP_DRM_ERROR_DIFFERENT_DRM_TYPE || 0x8002951d ||  
|-
|-
| SCE_NP_DRM_ERROR_SERVICE_NOT_STARTED || 0x8002951E || "This content is not available before the start date."
| SCE_NP_DRM_ERROR_SERVICE_NOT_STARTED || 0x8002951e || "This content is not available before the start date."
|-
|-
| SCE_NP_DRM_ERROR_BUSY || 0x80029520 ||  
| SCE_NP_DRM_ERROR_BUSY || 0x80029520 ||  
Line 1,577: Line 1,499:
| SCE_NP_DRM_ERROR_K_LICENSEE || 0x80029534 ||  
| SCE_NP_DRM_ERROR_K_LICENSEE || 0x80029534 ||  
|-
|-
| SCE_NP_DRM_??? || 0x80029536 || Edat header signature verification failed
| SCE_NP_DRM_INSTALL_ERROR_CHECK || 0x80029564 || Invalid package - Package files are corrupted - Package requirements are not fullfilled (files were not created with make_package_npdrm)
|-
| SCE_NP_DRM_??? || 0x80029537 || Wrong DrmType on ISO.BIN.EDAT (E.G. Type 3 on PS1 classics)
|-
| SCE_NP_DRM_INSTALL_ERROR_FORMAT || 0x80029563 || Invalid format - Package files are corrupted - Package requirements are not fulfilled (files were not created with make_package_npdrm)
|-
| SCE_NP_DRM_INSTALL_ERROR_CHECK || 0x80029564 || Invalid package - Package files are corrupted - Package requirements are not fulfilled (files were not created with make_package_npdrm)
|-
|-
| SCE_NP_DRM_??? || 0x80029565 || Package install error -  
| SCE_NP_DRM_??? || 0x80029565 || Package install error -  
Line 1,600: Line 1,516:
|-
|-
| SCE_NP_DRM_SERVER_ERROR_INVALID_PRODUCT_ID || 0x80029722 ||  
| SCE_NP_DRM_SERVER_ERROR_INVALID_PRODUCT_ID || 0x80029722 ||  
|-
| ? || 0x80029724 || PSN/activation related, not possible to download own PSN content. Known solution is to restore file system.
|-
|-
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_CLOSED || 0x80029730 ||  
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_CLOSED || 0x80029730 ||  
Line 1,607: Line 1,521:
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_SUSPENDED || 0x80029731 ||  
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_SUSPENDED || 0x80029731 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_ACTIVATED_CONSOLE_IS_FULL || 0x80029750 || Too many PSP's activated to PSN account
| SCE_NP_DRM_SERVER_ERROR_ACTIVATED_CONSOLE_IS_FULL || 0x80029750 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_CONSOLE_NOT_ACTIVATED || 0x80029751 || Console not activated
| SCE_NP_DRM_SERVER_ERROR_CONSOLE_NOT_ACTIVATED || 0x80029751 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_PRIMARY_CONSOLE_CANNOT_CHANGED || 0x80029752 || Content being played on two different consoles. Wait 24 hours before attempting to play the content on a different console
| SCE_NP_DRM_SERVER_ERROR_PRIMARY_CONSOLE_CANNOT_CHANGED || 0x80029752 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_UNKNOWN || 0x80029780 || e.g. when spoofed on 3.55 without PSN+ and trying to download/activate PSN+ content
| SCE_NP_DRM_SERVER_ERROR_UNKNOWN || 0x80029780 || e.g. when spoofed on 3.55 without PSN+ and trying to download/activate PSN+ content
Line 1,625: Line 1,539:
| SCE_NP_MATCHING2_ERROR_CONTEXT_MAX || 0x80022304 ||  
| SCE_NP_MATCHING2_ERROR_CONTEXT_MAX || 0x80022304 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONTEXT_ALREADY_EXISTS || 0x80022305 || Software could not be loaded
| SCE_NP_MATCHING2_ERROR_CONTEXT_ALREADY_EXISTS || 0x80022305 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONTEXT_NOT_FOUND || 0x80022306 ||  
| SCE_NP_MATCHING2_ERROR_CONTEXT_NOT_FOUND || 0x80022306 ||  
Line 1,635: Line 1,549:
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_FOUND || 0x80022309 ||  
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_FOUND || 0x80022309 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ARGUMENT || 0x8002230A ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ARGUMENT || 0x8002230a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_CONTEXT_ID || 0x8002230B ||  
| SCE_NP_MATCHING2_ERROR_INVALID_CONTEXT_ID || 0x8002230b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_SERVER_ID || 0x8002230C ||  
| SCE_NP_MATCHING2_ERROR_INVALID_SERVER_ID || 0x8002230c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_WORLD_ID || 0x8002230D ||  
| SCE_NP_MATCHING2_ERROR_INVALID_WORLD_ID || 0x8002230d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_LOBBY_ID || 0x8002230E ||  
| SCE_NP_MATCHING2_ERROR_INVALID_LOBBY_ID || 0x8002230e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ROOM_ID || 0x8002230F ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ROOM_ID || 0x8002230f ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_MEMBER_ID || 0x80022310 ||  
| SCE_NP_MATCHING2_ERROR_INVALID_MEMBER_ID || 0x80022310 ||  
Line 1,667: Line 1,581:
| SCE_NP_MATCHING2_ERROR_INVALID_MESSAGE_TARGET || 0x80022319 ||  
| SCE_NP_MATCHING2_ERROR_INVALID_MESSAGE_TARGET || 0x80022319 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_RANGE_FILTER_MAX || 0x8002231A ||  
| SCE_NP_MATCHING2_ERROR_RANGE_FILTER_MAX || 0x8002231a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INSUFFICIENT_BUFFER || 0x8002231B ||  
| SCE_NP_MATCHING2_ERROR_INSUFFICIENT_BUFFER || 0x8002231b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_DESTINATION_DISAPPEARED || 0x8002231C ||  
| SCE_NP_MATCHING2_ERROR_DESTINATION_DISAPPEARED || 0x8002231c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_REQUEST_TIMEOUT || 0x8002231D || Connection timed out
| SCE_NP_MATCHING2_ERROR_REQUEST_TIMEOUT || 0x8002231d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ALIGNMENT || 0x8002231E ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ALIGNMENT || 0x8002231e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_REQUEST_CB_QUEUE_OVERFLOW || 0x8002231F ||  
| SCE_NP_MATCHING2_ERROR_REQUEST_CB_QUEUE_OVERFLOW || 0x8002231f ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_EVENT_CB_QUEUE_OVERFLOW || 0x80022320 ||  
| SCE_NP_MATCHING2_ERROR_EVENT_CB_QUEUE_OVERFLOW || 0x80022320 ||  
Line 1,683: Line 1,597:
| SCE_NP_MATCHING2_ERROR_MSG_CB_QUEUE_OVERFLOW || 0x80022321 ||  
| SCE_NP_MATCHING2_ERROR_MSG_CB_QUEUE_OVERFLOW || 0x80022321 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONNECTION_CLOSED_BY_SERVER || 0x80022322 || Could not connect to the server
| SCE_NP_MATCHING2_ERROR_CONNECTION_CLOSED_BY_SERVER || 0x80022322 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_SSL_VERIFY_FAILED || 0x80022323 ||  
| SCE_NP_MATCHING2_ERROR_SSL_VERIFY_FAILED || 0x80022323 ||  
Line 1,699: Line 1,613:
| SCE_NP_MATCHING2_ERROR_INVALID_SESSION_TYPE || 0x80022329 ||  
| SCE_NP_MATCHING2_ERROR_INVALID_SESSION_TYPE || 0x80022329 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CLAN_LOBBY_NOT_EXIST || 0x8002232A ||  
| SCE_NP_MATCHING2_ERROR_CLAN_LOBBY_NOT_EXIST || 0x8002232a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_NP_SIGNED_OUT || 0x8002232B ||  
| SCE_NP_MATCHING2_ERROR_NP_SIGNED_OUT || 0x8002232b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONTEXT_UNAVAILABLE || 0x8002232C ||  
| SCE_NP_MATCHING2_ERROR_CONTEXT_UNAVAILABLE || 0x8002232c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_AVAILABLE || 0x8002232D ||  
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_AVAILABLE || 0x8002232d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_NOT_ALLOWED || 0x8002232E ||  
| SCE_NP_MATCHING2_ERROR_NOT_ALLOWED || 0x8002232e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_ABORTED || 0x8002232F ||  
| SCE_NP_MATCHING2_ERROR_ABORTED || 0x8002232f ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_REQUEST_NOT_FOUND || 0x80022330 ||  
| SCE_NP_MATCHING2_ERROR_REQUEST_NOT_FOUND || 0x80022330 ||  
Line 1,731: Line 1,645:
| SCE_NP_MATCHING2_ERROR_EVENT_DATA_NOT_FOUND || 0x80022339 ||  
| SCE_NP_MATCHING2_ERROR_EVENT_DATA_NOT_FOUND || 0x80022339 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_KEEPALIVE_TIMEOUT || 0x8002233A || Issue connecting to the internet
| SCE_NP_MATCHING2_ERROR_KEEPALIVE_TIMEOUT || 0x8002233a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_TIMEOUT_TOO_SHORT || 0x8002233B ||  
| SCE_NP_MATCHING2_ERROR_TIMEOUT_TOO_SHORT || 0x8002233b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_TIMEDOUT || 0x8002233C || Connection timed out
| SCE_NP_MATCHING2_ERROR_TIMEDOUT || 0x8002233c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CREATE_HEAP || 0x8002233D ||  
| SCE_NP_MATCHING2_ERROR_CREATE_HEAP || 0x8002233d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ATTRIBUTE_SIZE || 0x8002233E ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ATTRIBUTE_SIZE || 0x8002233e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CANNOT_ABORT || 0x8002233F ||
| SCE_NP_MATCHING2_ERROR_CANNOT_ABORT || 0x8002233f ||
|-
|-
!colspan="3" | Matching2 Resolver errors  
!colspan="3" | Matching2 Resolver errors  
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_DNS_SERVER || 0x800223A2 || DNS server is not set
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_DNS_SERVER || 0x800223a2 || DNS server is not set
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_INVALID_PACKET || 0x800223AD || received DNS response was invalid
| SCE_NP_MATCHING2_RESOLVER_ERROR_INVALID_PACKET || 0x800223ad || received DNS response was invalid
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_TIMEOUT || 0x800223B0 || timeout
| SCE_NP_MATCHING2_RESOLVER_ERROR_TIMEOUT || 0x800223b0 || timeout
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_RECORD || 0x800223B1 || no record for this query
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_RECORD || 0x800223b1 || no record for this query
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_PACKET_FORMAT || 0x800223B2 || server could not recognize DNS query packet
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_PACKET_FORMAT || 0x800223b2 || server could not recognize DNS query packet
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_FAILURE || 0x800223B3 || Server failure
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_FAILURE || 0x800223b3 || Server failure
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_HOST || 0x800223B4 || there is no entry for this hostname
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_HOST || 0x800223b4 || there is no entry for this hostname
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_NOT_IMPLEMENTED || 0x800223B5 || Kind of query is not supported
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_NOT_IMPLEMENTED || 0x800223b5 || Kind of query is not supported
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_REFUSED || 0x800223B6 || Refused by server
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_REFUSED || 0x800223b6 || Refused by server
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RESP_TRUNCATED || 0x800223BC || the response was truncated
| SCE_NP_MATCHING2_RESOLVER_ERROR_RESP_TRUNCATED || 0x800223bc || the response was truncated
|-
|-
!colspan="3" | NP Matching2 Server error  
!colspan="3" | NP Matching2 Server error  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BAD_REQUEST || 0x80022B01 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_BAD_REQUEST || 0x80022b01 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x80022B02 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x80022b02 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BUSY || 0x80022B03 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_BUSY || 0x80022b03 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_END_OF_SERVICE || 0x80022B04 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_END_OF_SERVICE || 0x80022b04 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80022B05 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80022b05 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_PLAYER_BANNED || 0x80022B06 || Player banned from matching service
| SCE_NP_MATCHING2_SERVER_ERROR_PLAYER_BANNED || 0x80022b06 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_FORBIDDEN || 0x80022B07 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_FORBIDDEN || 0x80022b07 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BLOCKED || 0x80022B08 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_BLOCKED || 0x80022b08 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_UNSUPPORTED_NP_ENV || 0x80022B09 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_UNSUPPORTED_NP_ENV || 0x80022b09 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_TICKET || 0x80022B0A ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_TICKET || 0x80022b0a ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNATURE || 0x80022B0B ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNATURE || 0x80022b0b ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_EXPIRED_TICKET || 0x80022B0C ||  
| SCE_NP_MATCHING2_SERVER_ERROR_EXPIRED_TICKET || 0x80022b0c ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ENTITLEMENT_REQUIRED || 0x80022B0D ||  
| SCE_NP_MATCHING2_SERVER_ERROR_ENTITLEMENT_REQUIRED || 0x80022b0d ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_CONTEXT || 0x80022B0E ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_CONTEXT || 0x80022b0e ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_CLOSED || 0x80022B0F ||  
| SCE_NP_MATCHING2_SERVER_ERROR_CLOSED || 0x80022b0f ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_TITLE || 0x80022B10 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_TITLE || 0x80022b10 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_WORLD || 0x80022B11 || Software could not be loaded
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_WORLD || 0x80022b11 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY || 0x80022B12 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY || 0x80022b12 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM || 0x80022B13 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM || 0x80022b13 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY_INSTANCE || 0x80022B14 || Lobby no longer exists
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY_INSTANCE || 0x80022b14 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM_INSTANCE || 0x80022B15 || Room no longer exists
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM_INSTANCE || 0x80022b15 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_PASSWORD_MISMATCH || 0x80022B17 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_PASSWORD_MISMATCH || 0x80022b17 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_LOBBY_FULL || 0x80022B18 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_LOBBY_FULL || 0x80022b18 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_FULL || 0x80022B19 || Room is full
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_FULL || 0x80022b19 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_GROUP_FULL || 0x80022B1B ||  
| SCE_NP_MATCHING2_SERVER_ERROR_GROUP_FULL || 0x80022b1b ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_USER || 0x80022B1C ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_USER || 0x80022b1c ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_TITLE_PASSPHRASE_MISMATCH || 0x80022B1E ||  
| SCE_NP_MATCHING2_SERVER_ERROR_TITLE_PASSPHRASE_MISMATCH || 0x80022b1e ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO || 0x80022B1F ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO || 0x80022b1f ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO_SIGNATURE || 0x80022B20 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO_SIGNATURE || 0x80022b20 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO || 0x80022B21 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO || 0x80022b21 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO_SIGNATURE || 0x80022B22 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO_SIGNATURE || 0x80022b22 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION || 0x80022B23 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION || 0x80022b23 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION_SIGNATURE || 0x80022B24 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION_SIGNATURE || 0x80022b24 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_LOBBY || 0x80022B25 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_LOBBY || 0x80022b25 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_ROOM || 0x80022B26 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_ROOM || 0x80022b26 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BANNED_CONSOLE || 0x80022B28 || Console banned from matching service
| SCE_NP_MATCHING2_SERVER_ERROR_BANNED_CONSOLE || 0x80022b28 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_JOIN_GROUP_LABEL || 0x80022B29 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_JOIN_GROUP_LABEL || 0x80022b29 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_GROUP || 0x80022B2A ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_GROUP || 0x80022b2a ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_PASSWORD || 0x80022B2B ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_PASSWORD || 0x80022b2b ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_SLOT_GROUP || 0x80022B2C ||  
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_SLOT_GROUP || 0x80022b2c ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_PASSWORD_MASK || 0x80022B2D ||  
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_PASSWORD_MASK || 0x80022b2d ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_GROUP_LABEL || 0x80022B2E ||  
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_GROUP_LABEL || 0x80022b2e ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_REQUEST_OVERFLOW || 0x80022B2F ||  
| SCE_NP_MATCHING2_SERVER_ERROR_REQUEST_OVERFLOW || 0x80022b2f ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ALREADY_JOINED || 0x80022B30 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_ALREADY_JOINED || 0x80022b30 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NAT_TYPE_MISMATCH || 0x80022B31 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NAT_TYPE_MISMATCH || 0x80022b31 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_INCONSISTENCY || 0x80022B32 ||
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_INCONSISTENCY || 0x80022b32 ||
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BLOCKED_USER_IN_ROOM || 0x80022B33 ||
!colspan="3" | Np Clans Error  
|-
!colspan="3" | NP Clans Error  
|-
|-
| SCE_NP_CLANS_ERROR_ALREADY_INITIALIZED || 0x80022701 ||  
| SCE_NP_CLANS_ERROR_ALREADY_INITIALIZED || 0x80022701 ||  
Line 1,881: Line 1,793:
| SCE_NP_CLANS_ERROR_BAD_REQUEST || 0x80022709 ||  
| SCE_NP_CLANS_ERROR_BAD_REQUEST || 0x80022709 ||  
|-
|-
| SCE_NP_CLANS_ERROR_INVALID_SIGNATURE || 0x8002270A ||  
| SCE_NP_CLANS_ERROR_INVALID_SIGNATURE || 0x8002270a ||  
|-
|-
| SCE_NP_CLANS_ERROR_INSUFFICIENT || 0x8002270B ||  
| SCE_NP_CLANS_ERROR_INSUFFICIENT || 0x8002270b ||  
|-
|-
| SCE_NP_CLANS_ERROR_INTERNAL_BUFFER || 0x8002270C ||  
| SCE_NP_CLANS_ERROR_INTERNAL_BUFFER || 0x8002270c ||  
|-
|-
| SCE_NP_CLANS_ERROR_SERVER_MAINTENANCE || 0x8002270D ||  
| SCE_NP_CLANS_ERROR_SERVER_MAINTENANCE || 0x8002270d ||  
|-
|-
| SCE_NP_CLANS_ERROR_SERVER_END_OF_SERVICE || 0x8002270E ||  
| SCE_NP_CLANS_ERROR_SERVER_END_OF_SERVICE || 0x8002270e ||  
|-
|-
| SCE_NP_CLANS_ERROR_SERVER_BEFORE_START_OF_SERVICE || 0x8002270F ||  
| SCE_NP_CLANS_ERROR_SERVER_BEFORE_START_OF_SERVICE || 0x8002270f ||  
|-
|-
| SCE_NP_CLANS_ERROR_ABORTED || 0x80022710 ||  
| SCE_NP_CLANS_ERROR_ABORTED || 0x80022710 ||  
Line 1,897: Line 1,809:
| SCE_NP_CLANS_ERROR_SERVICE_UNAVAILABLE || 0x80022711 ||  
| SCE_NP_CLANS_ERROR_SERVICE_UNAVAILABLE || 0x80022711 ||  
|-
|-
!colspan="3" | NP Clans Server Error  
!colspan="3" | Np Clans Server Error  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_BAD_REQUEST || 0x80022801 ||  
| SCE_NP_CLANS_SERVER_ERROR_BAD_REQUEST || 0x80022801 ||  
Line 1,913: Line 1,825:
| SCE_NP_CLANS_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80022807 ||  
| SCE_NP_CLANS_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80022807 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_BANNED || 0x8002280A || Clan banned
| SCE_NP_CLANS_SERVER_ERROR_BANNED || 0x8002280a ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_BLACKLISTED || 0x80022811 || Clan blacklisted
| SCE_NP_CLANS_SERVER_ERROR_BLACKLISTED || 0x80022811 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_INVALID_ENVIRONMENT || 0x8002281D ||  
| SCE_NP_CLANS_SERVER_ERROR_INVALID_ENVIRONMENT || 0x8002281d ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_SERVICE || 0x8002282F ||  
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_SERVICE || 0x8002282f ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN || 0x80022830 || Clan does not exist
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN || 0x80022830 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_MEMBER || 0x80022831 || Clan member does not exist
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_MEMBER || 0x80022831 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_BEFORE_HOURS || 0x80022832 ||  
| SCE_NP_CLANS_SERVER_ERROR_BEFORE_HOURS || 0x80022832 ||  
Line 1,931: Line 1,843:
| SCE_NP_CLANS_SERVER_ERROR_PERMISSION_DENIED || 0x80022834 ||  
| SCE_NP_CLANS_SERVER_ERROR_PERMISSION_DENIED || 0x80022834 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LIMIT_REACHED || 0x80022835 || Clan has reached its limit
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LIMIT_REACHED || 0x80022835 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LEADER_LIMIT_REACHED || 0x80022836 || Too many clan leaders
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LEADER_LIMIT_REACHED || 0x80022836 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_MEMBER_LIMIT_REACHED || 0x80022837 || Too many clan members
| SCE_NP_CLANS_SERVER_ERROR_CLAN_MEMBER_LIMIT_REACHED || 0x80022837 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_JOINED_LIMIT_REACHED || 0x80022838 ||  
| SCE_NP_CLANS_SERVER_ERROR_CLAN_JOINED_LIMIT_REACHED || 0x80022838 ||  
Line 1,941: Line 1,853:
| SCE_NP_CLANS_SERVER_ERROR_MEMBER_STATUS_INVALID || 0x80022839 ||  
| SCE_NP_CLANS_SERVER_ERROR_MEMBER_STATUS_INVALID || 0x80022839 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_DUPLICATED_CLAN_NAME || 0x8002283A || Duplicated clan name
| SCE_NP_CLANS_SERVER_ERROR_DUPLICATED_CLAN_NAME || 0x8002283a ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LEADER_CANNOT_LEAVE || 0x8002283B || Clan leader cannot leave
| SCE_NP_CLANS_SERVER_ERROR_CLAN_LEADER_CANNOT_LEAVE || 0x8002283b ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_ANNOUNCEMENT_LIMIT_REACHED || 0x8002283D ||  
| SCE_NP_CLANS_SERVER_ERROR_ANNOUNCEMENT_LIMIT_REACHED || 0x8002283d ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_CONFIG_MASTER_NOT_FOUND || 0x8002283E ||  
| SCE_NP_CLANS_SERVER_ERROR_CLAN_CONFIG_MASTER_NOT_FOUND || 0x8002283e ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_DUPLICATED_CLAN_TAG || 0x8002283F || Duplicated clan tag
| SCE_NP_CLANS_SERVER_ERROR_DUPLICATED_CLAN_TAG || 0x8002283f ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_EXCEEDS_CREATE_CLAN_FREQUENCY || 0x80022840 || Clan created too many times
| SCE_NP_CLANS_SERVER_ERROR_EXCEEDS_CREATE_CLAN_FREQUENCY || 0x80022840 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CLAN_PASSPHRASE_INCORRECT || 0x80022841 ||  
| SCE_NP_CLANS_SERVER_ERROR_CLAN_PASSPHRASE_INCORRECT || 0x80022841 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_CANNOT_RECORD_BLACKLIST_ENTRY || 0x80022842 || Cannot add to blacklist
| SCE_NP_CLANS_SERVER_ERROR_CANNOT_RECORD_BLACKLIST_ENTRY || 0x80022842 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_ANNOUNCEMENT || 0x80022843 ||  
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_CLAN_ANNOUNCEMENT || 0x80022843 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_VULGAR_WORDS_POSTED || 0x80022844 || Post contained inappropriate words
| SCE_NP_CLANS_SERVER_ERROR_VULGAR_WORDS_POSTED || 0x80022844 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_BLACKLIST_LIMIT_REACHED || 0x80022845 || Clan blacklisted, limit reached
| SCE_NP_CLANS_SERVER_ERROR_BLACKLIST_LIMIT_REACHED || 0x80022845 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_BLACKLIST_ENTRY || 0x80022846 || Incorrect entry for blacklist
| SCE_NP_CLANS_SERVER_ERROR_NO_SUCH_BLACKLIST_ENTRY || 0x80022846 ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_INVALID_NP_MESSAGE_FORMAT || 0x8002284B ||  
| SCE_NP_CLANS_SERVER_ERROR_INVALID_NP_MESSAGE_FORMAT || 0x8002284b ||  
|-
|-
| SCE_NP_CLANS_SERVER_ERROR_FAILED_TO_SEND_NP_MESSAGE || 0x8002284C || Message not sent
| SCE_NP_CLANS_SERVER_ERROR_FAILED_TO_SEND_NP_MESSAGE || 0x8002284c ||
|-
|-
!colspan="3" | NP Commerce2 system utility error (0x80024000 - 0x800240ff)
!colspan="3" | NP Commerce2 system utility error (0x80024000 - 0x800240ff)
|-
|-
| SCE_NP_COMMERCE2_SYSTEM_UTIL_ERROR_INVALID_VOUCHER || 0x80024002 ||  
| SCE_NP_COMMERCE2_SYSTEM_UTIL_ERROR_INVALID_VOUCHER || 0x80024002 ||  
|-
!colspan="3" | NP Rating error
|-
|-
| SCE_NP_RATING_ERROR_ALREADY_INITIALIZED || 0x80024801 ||   
| SCE_NP_RATING_ERROR_ALREADY_INITIALIZED || 0x80024801 ||   
Line 1,993: Line 1,903:
| SCE_NP_RATING_ERROR_NPENV_LEN || 0x80024809 ||   
| SCE_NP_RATING_ERROR_NPENV_LEN || 0x80024809 ||   
|-
|-
| SCE_NP_RATING_ERROR_NO_TRANSACTION || 0x8002480A ||   
| SCE_NP_RATING_ERROR_NO_TRANSACTION || 0x8002480a ||   
|-
|-
| SCE_NP_RATING_ERROR_INVALID_SIGNATURE || 0x8002480B ||   
| SCE_NP_RATING_ERROR_INVALID_SIGNATURE || 0x8002480b ||   
|-
|-
| SCE_NP_RATING_ERROR_ABORTED || 0x8002480C ||  
| SCE_NP_RATING_ERROR_ABORTED || 0x8002480c ||  
|-
|-
| SCE_NP_RATING_SERVER_ERROR_BAD_REQUEST || 0x80024901 ||  
| SCE_NP_RATING_SERVER_ERROR_BAD_REQUEST || 0x80024901 ||  
Line 2,009: Line 1,919:
| SCE_NP_RATING_SERVER_ERROR_INVALID_JID || 0x80024905 ||   
| SCE_NP_RATING_SERVER_ERROR_INVALID_JID || 0x80024905 ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80024907 ||  Rating is down
| SCE_NP_RATING_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80024907 ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_BANNED || 0x8002490A || Rating banned
| SCE_NP_RATING_SERVER_ERROR_BANNED || 0x8002490a ||
|-
|-
| SCE_NP_RATING_SERVER_ERROR_BEFORE_SERVICE || 0x800249AD ||  Rating has not started yet
| SCE_NP_RATING_SERVER_ERROR_BEFORE_SERVICE || 0x800249ad ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_END_OF_SERVICE || 0x800249AE ||  Rating ended
| SCE_NP_RATING_SERVER_ERROR_END_OF_SERVICE || 0x800249ae ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_MAINTENANCE || 0x800249AF || Rating under maintenance
| SCE_NP_RATING_SERVER_ERROR_MAINTENANCE || 0x800249af ||  
|-
|-
| SCE_NP_RATING_SERVER_ERROR_BLACKLISTED_ID || 0x80024911 ||   
| SCE_NP_RATING_SERVER_ERROR_BLACKLISTED_ID || 0x80024911 ||   
Line 2,023: Line 1,933:
| SCE_NP_RATING_SERVER_ERROR_INVALID_ANTICHEAT_DATA || 0x80024919 ||   
| SCE_NP_RATING_SERVER_ERROR_INVALID_ANTICHEAT_DATA || 0x80024919 ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_TITLE_MASTER_NOT_FOUND || 0x8002495A ||   
| SCE_NP_RATING_SERVER_ERROR_TITLE_MASTER_NOT_FOUND || 0x8002495a ||   
|-
|-
| SCE_NP_RATING_SERVER_ERROR_RATING_OUT_OF_BOUNDS || 0x8002495B ||  
| SCE_NP_RATING_SERVER_ERROR_RATING_OUT_OF_BOUNDS || 0x8002495b ||  
|-
|-
| SCE_NP_RATING_SERVER_ERROR_INVALID_TARGET_STRING || 0x8002495C ||   
| SCE_NP_RATING_SERVER_ERROR_INVALID_TARGET_STRING || 0x8002495c ||   
|-
|-
!colspan="3" | NP Commerce2 error (0x80023000 - 0x800230ff)  
!colspan="3" | NP Commerce2 error (0x80023000 - 0x800230ff)  
Line 2,040: Line 1,950:
|-
|-
| SCE_NP_COMMERCE2_ERROR_CTX_MAX || 0x80023005 ||  
| SCE_NP_COMMERCE2_ERROR_CTX_MAX || 0x80023005 ||  
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_CLEN || 0x80023090 ||
|-
| SCE_NP_COMMERCE2_ERROR_UNKNOWN_COUNTRY_CODE || 0x80023091 ||
|-
| SCE_NP_COMMERCE2_ERROR_SEE_INPUT_ERROR || 0x80023092 ||
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_INDEX || 0x80023006 ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_INDEX || 0x80023006 ||  
Line 2,049: Line 1,965:
| SCE_NP_COMMERCE2_ERROR_INVALID_MEMORY_CONTAINER || 0x80023009 ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_MEMORY_CONTAINER || 0x80023009 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_MEMORY_CONTAINER || 0x8002300A ||  
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_MEMORY_CONTAINER || 0x8002300a ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_OUT_OF_MEMORY || 0x8002300B ||  
| SCE_NP_COMMERCE2_ERROR_OUT_OF_MEMORY || 0x8002300b ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_CTX_NOT_FOUND || 0x8002300C ||  
| SCE_NP_COMMERCE2_ERROR_CTX_NOT_FOUND || 0x8002300c ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_CTXID_NOT_AVAILABLE || 0x8002300D ||  
| SCE_NP_COMMERCE2_ERROR_CTXID_NOT_AVAILABLE || 0x8002300d ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_REQ_NOT_FOUND || 0x8002300E ||  
| SCE_NP_COMMERCE2_ERROR_REQ_NOT_FOUND || 0x8002300e ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_REQID_NOT_AVAILABLE || 0x8002300F ||  
| SCE_NP_COMMERCE2_ERROR_REQID_NOT_AVAILABLE || 0x8002300f ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_ABORTED || 0x80023010 ||  
| SCE_NP_COMMERCE2_ERROR_ABORTED || 0x80023010 ||  
Line 2,073: Line 1,989:
| SCE_NP_COMMERCE2_ERROR_UNKNOWN || 0x80023015 ||  
| SCE_NP_COMMERCE2_ERROR_UNKNOWN || 0x80023015 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_SERVER_MAINTENANCE || 0x80023016 || PSN may be down for maintenance
| SCE_NP_COMMERCE2_ERROR_SERVER_MAINTENANCE || 0x80023016 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_SERVER_UNKNOWN || 0x80023017 || "An error has occurred. (80023017)" // PSN under maintenance or congestion in internet service
| SCE_NP_COMMERCE2_ERROR_SERVER_UNKNOWN || 0x80023017 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_BUF_SIZE || 0x80023018 ||  
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_BUF_SIZE || 0x80023018 ||  
Line 2,081: Line 1,997:
| SCE_NP_COMMERCE2_ERROR_REQ_MAX || 0x80023019 ||  
| SCE_NP_COMMERCE2_ERROR_REQ_MAX || 0x80023019 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_TARGET_TYPE || 0x8002301A ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_TARGET_TYPE || 0x8002301a ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_TARGET_ID || 0x8002301B ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_TARGET_ID || 0x8002301b ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_SIZE || 0x8002301C ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_SIZE || 0x8002301c ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_APIID || 0x80023081 ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_APIID || 0x80023081 ||  
Line 2,105: Line 2,021:
| SCE_NP_COMMERCE2_ERROR_TLV_LESS_THAN_MINLEN || 0x80023089 ||  
| SCE_NP_COMMERCE2_ERROR_TLV_LESS_THAN_MINLEN || 0x80023089 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_TLV_DATALEN_TOO_LONG || 0x8002308A ||  
| SCE_NP_COMMERCE2_ERROR_TLV_DATALEN_TOO_LONG || 0x8002308a ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_NPENV || 0x8002308B ||
| SCE_NP_COMMERCE2_ERROR_INVALID_NPENV || 0x8002308b ||
|-
|-
| SCE_NP_COMMERCE2_ERROR_TOO_LONG_NPENV || 0x8002308C ||  
| SCE_NP_COMMERCE2_ERROR_TOO_LONG_NPENV || 0x8002308c ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INTERFACE_NOT_FOUND || 0x8002308D ||
| SCE_NP_COMMERCE2_ERROR_INTERFACE_NOT_FOUND || 0x8002308d ||
|-
|-
| SCE_NP_COMMERCE2_ERROR_PLUGIN_NOT_FOUND || 0x8002308E ||  
| SCE_NP_COMMERCE2_ERROR_PLUGIN_NOT_FOUND || 0x8002308e ||  
|-  
|-  
| SCE_NP_COMMERCE2_ERROR_DIALOG_CANCELED || 0x8002308F ||  
| SCE_NP_COMMERCE2_ERROR_DIALOG_CANCELED || 0x8002308f ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_CLEN || 0x80023090 ||
| SCE_NP_COMMERCE2_CS_ERROR_ABORTED || 0x800230c0 ||  
|-
| SCE_NP_COMMERCE2_ERROR_UNKNOWN_COUNTRY_CODE || 0x80023091 ||
|-
| SCE_NP_COMMERCE2_ERROR_SEE_INPUT_ERROR || 0x80023092 || Unable to connect to PSN
|-
| SCE_NP_COMMERCE2_CS_ERROR_ABORTED || 0x800230C0 ||
|-
| SCE_NP_COMMERCE2_SC_ERROR_INVALID_RESPONSE || 0x800230E1 ||  
|-
|-
!colspan="3" | NP Commerce2 server error (0x80023100 - 0x800231ff)
!colspan="3" | NP Commerce2 server error (0x80023100 - 0x800231ff)
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_BAD_REQUEST || 0x80023101 || Invalid password?
| SCE_NP_COMMERCE2_SERVER_ERROR_BAD_REQUEST || 0x80023101 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_UNKNOWN_ERROR || 0x80023102 || "An error has occurred" // Can't connect to PSN; PSN is down or issue with billing info
| SCE_NP_COMMERCE2_SERVER_ERROR_UNKNOWN_ERROR || 0x80023102 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_TIMEOUT_ERROR || 0x80023103 || Unable to connect to PSN // PSN is down or issue with billing info
| SCE_NP_COMMERCE2_SERVER_ERROR_TIMEOUT_ERROR || 0x80023103 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_DATA_FOUND || 0x80023104 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_DATA_FOUND || 0x80023104 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_SESSION_EXPIRED || 0x80023105 || Connection closed after console sat idle
| SCE_NP_COMMERCE2_SERVER_ERROR_SESSION_EXPIRED || 0x80023105 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VERSION_NOT_SUPPORTED || 0x80023106 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_VERSION_NOT_SUPPORTED || 0x80023106 ||  
Line 2,143: Line 2,051:
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCESS_PERMISSION_DENIED || 0x80023107 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCESS_PERMISSION_DENIED || 0x80023107 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_SUCH_CATEGORY || 0x80023110 || "An error has occurred" // Issue connecting to PSN
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_SUCH_CATEGORY || 0x80023110 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_SUCH_PRODUCT || 0x80023111 || Unable to connect to server
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_SUCH_PRODUCT || 0x80023111 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_REQUIRES_PASSWORD || 0x80023112 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_REQUIRES_PASSWORD || 0x80023112 ||  
Line 2,163: Line 2,071:
| SCE_NP_COMMERCE2_SERVER_ERROR_ITEM_ALREADY_IN_CART || 0x80023119 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ITEM_ALREADY_IN_CART || 0x80023119 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SKU || 0x8002311A || PSS content error // Content is region-locked; contact Sony
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SKU || 0x8002311a ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCOUNT_SUSPENDED1<br />SCE_NP_COMMERCE2_SERVER_ERROR_INACTIVE_ACCOUNT || 0x8002311B ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCOUNT_SUSPENDED1<br />SCE_NP_COMMERCE2_SERVER_ERROR_INACTIVE_ACCOUNT || 0x8002311b ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_SUSPENDED_ACCOUNT || 0x8002311C ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_SUSPENDED_ACCOUNT || 0x8002311c ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_SUSPENDED_CONSOLE || 0x8002311D ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_SUSPENDED_CONSOLE || 0x8002311d ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_RESERVED_1E || 0x8002311E ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_RESERVED_1E || 0x8002311e ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDS_MAX_WALLET_PURCHASE || 0x8002311F ||
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDS_MAX_WALLET_PURCHASE || 0x8002311f ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_OVER_SPENDING_LIMIT || 0x80023120 ||  
 
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_EULA_VERSION || 0x80023140 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_AUTO_TOPUP_FAILED || 0x80023121 || "An error has occurred" // PSN down or PSS wallet top-up issue
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_ADDRESS || 0x80023141 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INSUFFICIENT_FUNDS || 0x80023122 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PASSWORD || 0x80023142 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CART_LOAD_FAILURE || 0x80023123 || PSS cart issue
| SCE_NP_COMMERCE2_SERVER_ERROR_SAME_LOGINID || 0x80023143 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_PURCHASE_FAILED || 0x80023124 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_LOGINID_EXISTS || 0x80023144 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PURCHASE || 0x80023125 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SUB_ACCOUNT || 0x80023145 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_CART_EMPTY || 0x80023126 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_BIRTH_DATE || 0x80023146 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_PAYMENT_ALREADY_EXIST || 0x80023127 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_COUNTRY || 0x80023147 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_CREDIT_CARD_ADDRESS || 0x8002312A ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ONLINEID_EXISTS || 0x80023148 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PAYMENT_ERROR || 0x8002312B ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_ONLINEID || 0x80023149 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EXPIRED_CREDIT_CARD || 0x8002312C ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CORRUPTED_DATA || 0x8002314a ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_ACTION_NOT_ALLOWED || 0x8002312D ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_TOO_MANY_SUB_ACCOUNTS || 0x8002314b ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_WALLET_INFO || 0x8002312E ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CONSOLE_REG_EXCEEDED || 0x8002314c ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_VOUCHER || 0x8002312F ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ACCOUNT_BINDING_DESIABLED || 0x8002314d ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_ALREADY_CONSUMED || 0x80023130 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_KOREAN_RRN || 0x8002314e ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_TRANSACTION_OVER_LIMIT || 0x80023131 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_LOGIN_OR_DOB || 0x8002314f ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_FAILED_AGE_REQUIREMENT || 0x80023132 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_OVER_SPENDING_LIMIT || 0x80023120 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_EXPIRED || 0x80023133 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_AUTO_TOPUP_FAILED || 0x80023121 ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_SKU_REGION_MISMATCH || 0x80023134 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INSUFFICIENT_FUNDS || 0x80023122 ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_VOUCHER_SKU_PRICE_NOT_FOUND || 0x80023135 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CART_LOAD_FAILURE || 0x80023123 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_DEPOSIT_IN_PROGRESS_ERROR || 0x80023136 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_PURCHASE_FAILED || 0x80023124 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EDY_TRANSACTION_FAILED || 0x80023137 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PURCHASE || 0x80023125 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_DEPOSIT_FAILED || 0x80023138 ||
| SCE_NP_COMMERCE2_SERVER_ERROR_CART_EMPTY || 0x80023126 ||  
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_EXCEEDS_AGE_LIMIT_IN_BROWSING || 0x80023139 ||
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_EULA_VERSION || 0x80023140 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_PAYMENT_ALREADY_EXIST || 0x80023127 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_ADDRESS || 0x80023141 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_CREDIT_CARD_ADDRESS || 0x8002312a ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PASSWORD || 0x80023142 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_PAYMENT_ERROR || 0x8002312b ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_SAME_LOGINID || 0x80023143 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_EXPIRED_CREDIT_CARD || 0x8002312c ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_LOGINID_EXISTS || 0x80023144 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_ACTION_NOT_ALLOWED || 0x8002312d ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_SUB_ACCOUNT || 0x80023145 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_NO_WALLET_INFO || 0x8002312e ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_BIRTH_DATE || 0x80023146 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_VOUCHER || 0x8002312f ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_INVALID_COUNTRY || 0x80023147 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_CREDIT_CARD_REQUIRED || 0x80023162 ||  
|-
|-
| SCE_NP_COMMERCE2_SERVER_ERROR_ONLINEID_EXISTS || 0x80023148 ||  
| SCE_NP_COMMERCE2_SERVER_ERROR_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,216:
| SCE_NP_TROPHY_ERROR_INSUFFICIENT || 0x80022909 || There is insufficient memory or storage to proceed
| SCE_NP_TROPHY_ERROR_INSUFFICIENT || 0x80022909 || There is insufficient memory or storage to proceed
|-
|-
| SCE_NP_TROPHY_ERROR_UNKNOWN_CONTEXT || 0x8002290A || Unknown context. The specified context does not exist.
| SCE_NP_TROPHY_ERROR_UNKNOWN_CONTEXT || 0x8002290a || Unknown context. The specified context does not exist.
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_FORMAT || 0x8002290B || Format of the trophy package is invalid
| SCE_NP_TROPHY_ERROR_INVALID_FORMAT || 0x8002290b || Format of the trophy package is invalid
|-
|-
| SCE_NP_TROPHY_ERROR_BAD_RESPONSE || 0x8002290C || Internal error. The request could not be properly processed
| SCE_NP_TROPHY_ERROR_BAD_RESPONSE || 0x8002290c || Internal error. The request could not be properly processed
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_GRADE || 0x8002290D || Invalid trophy grade
| SCE_NP_TROPHY_ERROR_INVALID_GRADE || 0x8002290d || Invalid trophy grade
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_CONTEXT || 0x8002290E || Invalid context
| SCE_NP_TROPHY_ERROR_INVALID_CONTEXT || 0x8002290e || Invalid context
|-
|-
| SCE_NP_TROPHY_ERROR_PROCESSING_ABORTED || 0x8002290F || An invalid value was returned from SceNpTrophyStatusCallback and further processing has been aborted
| SCE_NP_TROPHY_ERROR_PROCESSING_ABORTED || 0x8002290f || An invalid value was returned from SceNpTrophyStatusCallback and further processing has been aborted
|-
|-
| SCE_NP_TROPHY_ERROR_ABORT || 0x80022910 || The handle has been aborted. The processing has been aborted by sceNpTrophyAbortHandle(). Destroy the handle.
| SCE_NP_TROPHY_ERROR_ABORT || 0x80022910 || The handle has been aborted. The processing has been aborted by sceNpTrophyAbortHandle(). Destroy the handle.
Line 2,341: Line 2,248:
| SCE_NP_TROPHY_ERROR_UNKNOWN_NP_COMM_ID || 0x80022919 || NP Communication IDs do not match. The specified NP Communication ID does not match the NP Communication ID in the trophy pack file.
| SCE_NP_TROPHY_ERROR_UNKNOWN_NP_COMM_ID || 0x80022919 || NP Communication IDs do not match. The specified NP Communication ID does not match the NP Communication ID in the trophy pack file.
|-
|-
| SCE_NP_TROPHY_ERROR_DISC_IO || 0x8002291A || Failed to read from disc. Fatal error – terminate the application.
| SCE_NP_TROPHY_ERROR_DISC_IO || 0x8002291a || Failed to read from disc. Fatal error – terminate the application.
|-
|-
| SCE_NP_TROPHY_ERROR_CONF_DOES_NOT_EXIST || 0x8002291B || Trophy pack file does not exist
| SCE_NP_TROPHY_ERROR_CONF_DOES_NOT_EXIST || 0x8002291b || Trophy pack file does not exist
|-
|-
| SCE_NP_TROPHY_ERROR_UNSUPPORTED_FORMAT || 0x8002291C || Unsupported trophy pack file format. Check that the trophy pack file has been created using the latest tool.
| SCE_NP_TROPHY_ERROR_UNSUPPORTED_FORMAT || 0x8002291c || Unsupported trophy pack file format. Check that the trophy pack file has been created using the latest tool.
|-
|-
| SCE_NP_TROPHY_ERROR_ALREADY_INSTALLED || 0x8002291D || The trophy set has already been installed or updated and does not require further processing
| SCE_NP_TROPHY_ERROR_ALREADY_INSTALLED || 0x8002291d || The trophy set has already been installed or updated and does not require further processing
|-
|-
| SCE_NP_TROPHY_ERROR_BROKEN_DATA || 0x8002291E || Internal error. The data is corrupted.
| SCE_NP_TROPHY_ERROR_BROKEN_DATA || 0x8002291e || Internal error. The data is corrupted.
|-
|-
| SCE_NP_TROPHY_ERROR_VERIFICATION_FAILURE || 0x8002291F || Trophy pack file signature verification failed. The trophy pack file could not be properly verified.
| SCE_NP_TROPHY_ERROR_VERIFICATION_FAILURE || 0x8002291f || Trophy pack file signature verification failed. The trophy pack file could not be properly verified.
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_TROPHY_ID || 0x80022920 || Invalid trophy ID. The trophy ID may exceed the maximum allowable number of trophies.
| SCE_NP_TROPHY_ERROR_INVALID_TROPHY_ID || 0x80022920 || Invalid trophy ID. The trophy ID may exceed the maximum allowable number of trophies.
Line 2,373: Line 2,280:
| SCE_NP_TROPHY_ERROR_INVALID_SIGNATURE || 0x80022929 ||  
| SCE_NP_TROPHY_ERROR_INVALID_SIGNATURE || 0x80022929 ||  
|-
|-
| SCE_NP_TROPHY_ERROR_ILLEGAL_UPDATE || 0x8002292A || Cannot update. An irresolvable discrepancy has been found between the registered data and the data trying to be registered. Possible causes are from a change in trophy grade or a reduction in the number of trophies from the previous install. Check the trophy configuration data, and remove the previously installed trophy set from the console.
| SCE_NP_TROPHY_ERROR_ILLEGAL_UPDATE || 0x8002292a || Cannot update. An irresolvable discrepancy has been found between the registered data and the data trying to be registered. Possible causes are from a change in trophy grade or a reduction in the number of trophies from the previous install. Check the trophy configuration data, and remove the previously installed trophy set from the console.
|-
| SCE_NP_TROPHY_ERROR_SAVEDATA_USER_DOES_NOT_MATCH || 0x8002292B || This user cannot use trophies. A discrepancy has been found between the creator of the save data and the trophy user. No trophies can be unlocked during this gaming session.
|-
|-
| SCE_NP_TROPHY_ERROR_TROPHY_ID_DOES_NOT_EXIST || 0x8002292C || The trophy ID does not exist
| 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_SERVICE_UNAVAILABLE || 0x8002292D || The trophy service is currently unavailable
| SCE_NP_TROPHY_ERROR_TROPHY_ID_DOES_NOT_EXIST || 0x8002292c || The trophy ID does not exist
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_PLATFORM || 0x8002292E ||  
| SCE_NP_TROPHY_ERROR_SERVICE_UNAVAILABLE || 0x8002292d || The trophy service is currently unavailable
|-
|-
| SCE_NP_TROPHY_ERROR_UNKNOWN || 0x800229FF || Unknown internal error
| SCE_NP_TROPHY_ERROR_UNKNOWN || 0x800229ff ||Unknown internal error
|-
|-
!colspan="3" | NP Custom Menu Error
!colspan="3" | NP Custom Menu Error
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_ALREADY_INITIALIZED || 0x80023B01 ||  
| SCE_NP_CUSTOM_MENU_ERROR_ALREADY_INITIALIZED || 0x80023b01 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_NOT_INITIALIZED || 0x80023B02 ||  
| SCE_NP_CUSTOM_MENU_ERROR_NOT_INITIALIZED || 0x80023b02 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_OUT_OF_MEMORY || 0x80023B03 ||  
| SCE_NP_CUSTOM_MENU_ERROR_OUT_OF_MEMORY || 0x80023b03 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_NOT_SUPPORTED || 0x80023B04 ||  
| SCE_NP_CUSTOM_MENU_ERROR_NOT_SUPPORTED || 0x80023b04 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_INSUFFICIENT || 0x80023B05 ||  
| SCE_NP_CUSTOM_MENU_ERROR_INSUFFICIENT || 0x80023b05 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_CANCEL || 0x80023B06 ||  
| SCE_NP_CUSTOM_MENU_ERROR_CANCEL || 0x80023b06 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_STATUS || 0x80023B07 ||  
| SCE_NP_CUSTOM_MENU_ERROR_STATUS || 0x80023b07 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_BUSY || 0x80023B08 ||  
| SCE_NP_CUSTOM_MENU_ERROR_BUSY || 0x80023b08 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_ARGUMENT || 0x80023B09 ||  
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_ARGUMENT || 0x80023b09 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_ABORT || 0x80023B0A ||  
| SCE_NP_CUSTOM_MENU_ERROR_ABORT || 0x80023b0a ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_NOT_REGISTERED || 0x80023B0B ||  
| SCE_NP_CUSTOM_MENU_ERROR_NOT_REGISTERED || 0x80023b0b ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_EXCEEDS_MAX || 0x80023B0C ||  
| SCE_NP_CUSTOM_MENU_ERROR_EXCEEDS_MAX || 0x80023b0c ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_CHARACTER || 0x80023B0B ||
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_CHARACTER || 0x80023b0d ||
|-
|-
!colspan="3" | SNS -&gt; Social Networks
!colspan="3" | SNS -&gt; Social Networks
Line 2,422: Line 2,327:
|-
|-
| SCE_NP_SNS_ERROR_OUT_OF_MEMORY || 0x80024504 ||  
| SCE_NP_SNS_ERROR_OUT_OF_MEMORY || 0x80024504 ||  
|-
| SCE_NP_SNS_ERROR_SHUTDOWN || 0x80024505 ||
|-
| SCE_NP_SNS_ERROR_BUSY || 0x80024506 ||
|-
!colspan="3" | SNS FB -&gt; Social Networks (Facebook)
|-
|-
| SCE_NP_SNS_FB_ERROR_ALREADY_INITIALIZED  || 0x80024511 ||  
| SCE_NP_SNS_FB_ERROR_ALREADY_INITIALIZED  || 0x80024511 ||  
Line 2,447: Line 2,346:
| SCE_NP_SNS_FB_ERROR_THROTTLE_CLOSED || 0x80024519 ||  
| SCE_NP_SNS_FB_ERROR_THROTTLE_CLOSED || 0x80024519 ||  
|-
|-
| SCE_NP_SNS_FB_ERROR_OPERATION_INTERVAL_VIOLATION || 0x8002451A ||  
| SCE_NP_SNS_FB_ERROR_OPERATION_INTERVAL_VIOLATION || 0x8002451a ||  
|-
|-
| SCE_NP_SNS_FB_ERROR_UNLOADED_THROTTLE || 0x8002451B ||  
| SCE_NP_SNS_FB_ERROR_UNLOADED_THROTTLE || 0x8002451b ||  
|-
|-
| SCE_NP_SNS_FB_ERROR_ACCESS_NOT_ALLOWED || 0x8002451C ||  
| SCE_NP_LS_ERROR_INVALID_VERSION || 0x80028c0d || A system software update is required.
|-
|-
!colspan="3" | NP OAuth Errors
!colspan="3" | for compatibility
|-
|-
| SCE_NP_OAUTH_ERROR_ALREADY_INITIALIZED || 0x80025F02 ||
| SCE_NP_CORE_ERROR_INVALID_PSHANDLE || ||  
|-
|-
| SCE_NP_OAUTH_ERROR_NOT_INITIALIZED || 0x80025F03 ||
| SCE_NP_CORE_ERROR_INVALID_ONLINEID || ||  
|-
| SCE_NP_OAUTH_ERROR_ABORTED || 0x80025F08 ||
|-
| SCE_NP_OAUTH_ERROR_REQUEST_NOT_FOUND || 0x80025F0A ||
|-
| SCE_NP_OAUTH_ERROR_REQUEST_MAX || 0x80025F11 ||
|-
!colspan="3" | LS (Login Service)
|-
| || 0x80028C07 || You need to be signed in to continue.
|-
| SCE_NP_LS_ERROR_INVALID_VERSION || 0x80028C0D || A system software update is required.
|-
|-
!colspan="3" | other
!colspan="3" | other
Line 2,475: Line 2,362:
| SCE_NP_COMMERCE2_ERROR_WINDOWS_SYSTEM || 0x80860001 ||  
| SCE_NP_COMMERCE2_ERROR_WINDOWS_SYSTEM || 0x80860001 ||  
|-  
|-  
| SCE_NP_COMMERCE2_QS_ERROR_NO_SECURITY_QUESTION_TEXT || 0x800230D0 ||  
| SCE_NP_COMMERCE2_QS_ERROR_NO_SECURITY_QUESTION_TEXT || 0x800230d0 ||  
|-
|-
| SCE_NP_COMMERCE2_QS_ERROR_INSUFFICIENT_BUF || 0x800230D1 ||
| SCE_NP_COMMERCE2_QS_ERROR_INSUFFICIENT_BUF || 0x800230d1 ||
|-  
|-  
| SCE_NP_COMMERCE2_QS_ERROR_ABORTED || 0x800230D2 ||
| SCE_NP_COMMERCE2_QS_ERROR_ABORTED || 0x800230d2 ||
|-
|-
| SCE_NP_COMMERCE2_QS_ERROR_INVALID_NPENV || 0x800230D3
| SCE_NP_COMMERCE2_QS_ERROR_INVALID_NPENV || 0x800230d3
|-
| || 0x8002847C || psgm failed because the .pkg url wasn't 200 OK status code
|-
|-
|}
|}
Line 2,492: Line 2,377:
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
Unable to connect to PSN || 0x80028E01 || HTTP status error was returned from the server // Reboot console and try connecting again (PSN may be down for maintenance), if this fails, try connecting later; if setting up a network connection, settings may be incorrect; if issues continue then check internet connection
|  || 0x80028e01 || HTTP status error was returned from the server.
|-
| Issue connecting to ISP || 0x80028E02 || "An error has occurred. You have been signed out of PSN (80028E02)" // No response from the server for Content-Length // Error from ISP or service requires a login; open browser and check for a message from ISP or a login page
|-
|  || 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.
|-
| 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
|-
|-
|  || 0x80028E07 || Frequent disconnections by the server while downloading the updater.
|  || 0x80028e02 || No response from the server for Content-Length.
|-
|-
| 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
| || 0x80028e03 || Size of image list file is larger than 64KB.
|-
|-
|  || 0x80028EA2 || Problem with network settings or network status.
|  || 0x80028e04 || Content-Length of image list file and the file size that can actually be received are invalid.
|-
|-
|  || 0x80028EA3 || Problem with network settings or network status.
|  || 0x80028e05 || Format of image list file is invalid.
|-
|-
| Latest system software has already been installed || 0x80028EA4 || No update is needed
| || 0x80028e06 || Image list file does not include the Dest parameter that indicates the destination.
|-
|-
| Issue connecting online || 0x80028EA5 || Reboot console and try connecting again or try connecting later (temporary congestion); if issues continue then check internet connection
| || 0x80028e07 || Frequent disconnections by the server while downloading the updater.
|-
|-
| Can't download the system software || 0x80028EA6 || Proxy server is set. Connect to internet and turn off the proxy server
| || 0x80028ea1 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA7 || Problem with network settings or network status.
|  || 0x80028ea2 || 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
|  || 0x80028ea3 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA9 || Problem with network settings or network status.
|  || 0x80028ea4 || Problem with network settings or network status.
|-
|-
|  || 0x80028EAA || Problem with network settings or network status.
|  || 0x80028ea5 || Problem with network settings or network status.
|-
|-
|  || 0x80028EAB || Problem with network settings or network status.
|  || 0x80028ea6 || Problem with network settings or network status.
|-
|-
|  || 0x80028EAC || Problem with network settings or network status.
|  || 0x80028ea7 || Problem with network settings or network status.
|-
|-
|  || 0x80028EAD || Problem with network settings or network status.
|  || 0x80028ea8 || 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
| || 0x80028ea9 || 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
| || 0x80028eaa || Problem with network settings or network status.
|-
|-
|  || 0x80029C48 || Error occurred while accessing the HDD.
|  || 0x80028eab || Problem with network settings or network status.
|-
|-
|  || 0x80029C54 || Error occurred while accessing the HDD.
|  || 0x80028eac || Problem with network settings or network status.
|-
|-
Issues updating the PS3 || 0x80029C55 || Error occurred while accessing storage media.
|  || 0x80028ead || Problem with network settings or network status.
|-
|-
|  || 0x80029C65 || Error occurred while accessing storage media.
|  || 0x80029c9c || "The datatype is not supported" > Update data does not support downgrades. Seen when updating to lower version from XMB with QA-extra flag / System Update Debug enabled. Solution: Use Recovery Menu for QA flagged systems, for downgrades to 2.50/2.70 < 3.55
|-
|-
| Cannot update the PS3 || 0x80029C68 || Error occurred while accessing storage media.
| || 0x8002f029 || Invalid update data. (TargetID related) / The data type is not supported. (8002F029) when trying to install Debug/DEX firmware on a Retail/CEX console.
|-
|-
|  || 0x80029C75 || Error occurred while accessing storage media.
|  || 0x80029c68 || 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.
| || 0x8002f828 || 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
| || 0x8002f82b || Error occurred while checking update data.
|-
|-
|  || 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
|  || 0x8002f997 || Error occurred while checking update data.
|-
|-
| 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
| || 0x80029c41 || 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.
|  || 0x80029c44 || 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
| || 0x80029c48 || Error occurred while accessing the HDD.
|-
|-
| 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
| || 0x80029c54 || Error occurred while accessing the HDD.
|-
|-
| 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
| || 0x80029c55 || 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
| || 0x80029c65 || 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 || 0x8002F8DC || Issue with hard drive // Turn off console for 10 seconds, then back on and try updating again; if issues continue, go into Safe Mode and select "Restore File System"; if that did not help, go into Safe Mode and select "Restore PS3 System"; if still having issues then send console in for repairs
|-
|  Issue updating the PS3 system software || 0x8002F997 || Error occurred while checking update data; file may be corrupted.
|}
|}


Line 2,599: Line 2,469:
|-
|-
| CELL_SUBDISPLAY_ERROR_ZERO_REGISTERED || 0x80029813 || No PSP has been registered
| CELL_SUBDISPLAY_ERROR_ZERO_REGISTERED || 0x80029813 || No PSP has been registered
|-
| CELL_REMOTEPLAY_ERROR_INTERNAL || 0x80029830 ||
|-
|-
|}
|}
Line 2,610: Line 2,478:
|-
|-
!colspan="3" | Sys Net errors (libnet)  
!colspan="3" | Sys Net errors (libnet)  
|-
|-
| SYS_NET_ERROR_EPERM || 0x80010201 ||
|-
|-
| SYS_NET_ERROR_ENOENT || 0x80010202 ||  
| SYS_NET_ERROR_ENOENT || 0x80010202 ||  
|-
| SYS_NET_ERROR_ESRCH || 0x80010203 ||
|-
|-
| SYS_NET_ERROR_EINTR || 0x80010204 ||  
| SYS_NET_ERROR_EINTR || 0x80010204 ||  
|-
| SYS_NET_ERROR_EIO || 0x80010205 ||
|-
| SYS_NET_ERROR_ENXIO || 0x80010206 ||
|-
| SYS_NET_ERROR_E2BIG || 0x80010207 ||
|-
| SYS_NET_ERROR_ENOEXEC || 0x80010208 ||
|-
|-
| SYS_NET_ERROR_EBADF || 0x80010209 ||  
| SYS_NET_ERROR_EBADF || 0x80010209 ||  
|-
| SYS_NET_ERROR_ECHILD || 0x8001020a ||
|-
| SYS_NET_ERROR_EDEADLK || 0x8001020b ||
|-
|-
| SYS_NET_ERROR_ENOMEM || 0x8001020c ||  
| SYS_NET_ERROR_ENOMEM || 0x8001020c ||  
Line 2,639: Line 2,490:
|-
|-
| SYS_NET_ERROR_EFAULT || 0x8001020e ||  
| SYS_NET_ERROR_EFAULT || 0x8001020e ||  
|-
| SYS_NET_ERROR_ENOTBLK || 0x8001020f ||
|-
|-
| SYS_NET_ERROR_EBUSY || 0x80010210 ||  
| SYS_NET_ERROR_EBUSY || 0x80010210 ||  
|-
|-
| SYS_NET_ERROR_EEXIST || 0x80010211 ||  
| SYS_NET_ERROR_EINVAL || 0x80010216 ||  
|-
|-
| SYS_NET_ERROR_EXDEV || 0x80010212 ||  
| SYS_NET_ERROR_EMFILE || 0x80010218 ||  
|-
|-
| SYS_NET_ERROR_ENODEV || 0x80010213 ||  
| SYS_NET_ERROR_ENOSPC || 0x8001021c ||  
|-
|-
| SYS_NET_ERROR_ENOTDIR || 0x80010214 ||  
| SYS_NET_ERROR_EPIPE || 0x80010220 ||  
|-
|-
| SYS_NET_ERROR_EISDIR || 0x80010215 ||
| SYS_NET_ERROR_EAGAIN<br />SYS_NET_ERROR_EWOULDBLOCK || 0x80010223 ||  
|-
| SYS_NET_ERROR_EINVAL || 0x80010216 ||
|-
| SYS_NET_ERROR_ENFILE || 0x80010217 ||
|-
| SYS_NET_ERROR_EMFILE || 0x80010218 ||
|-
| SYS_NET_ERROR_ENOTTY || 0x80010219 ||
|-
| SYS_NET_ERROR_ETXTBSY || 0x8001021a ||
|-
| SYS_NET_ERROR_EFBIG || 0x8001021b ||
|-
| SYS_NET_ERROR_ENOSPC || 0x8001021c ||
|-
| SYS_NET_ERROR_ESPIPE || 0x8001021d ||
|-
| SYS_NET_ERROR_EROFS || 0x8001021e ||
|-
| SYS_NET_ERROR_EMLINK || 0x8001021f ||
|-
| SYS_NET_ERROR_EPIPE || 0x80010220 ||
|-
| SYS_NET_ERROR_EDOM || 0x80010221 ||
|-
| SYS_NET_ERROR_ERANGE || 0x80010222 ||
|-
| SYS_NET_ERROR_EAGAIN<br />SYS_NET_ERROR_EWOULDBLOCK || 0x80010223 ||  
|-
|-
| SYS_NET_ERROR_EINPROGRESS || 0x80010224 ||  
| SYS_NET_ERROR_EINPROGRESS || 0x80010224 ||  
|-
|-
| SYS_NET_ERROR_EALREADY || 0x80010225 ||  
| SYS_NET_ERROR_EALREADY || 0x80010225 ||  
|-
| SYS_NET_ERROR_ENOTSOCK || 0x80010226 ||
|-
|-
| SYS_NET_ERROR_EDESTADDRREQ || 0x80010227 ||  
| SYS_NET_ERROR_EDESTADDRREQ || 0x80010227 ||  
Line 2,697: Line 2,516:
|-
|-
| SYS_NET_ERROR_EPROTONOSUPPORT || 0x8001022b ||  
| SYS_NET_ERROR_EPROTONOSUPPORT || 0x8001022b ||  
|-
| SYS_NET_ERROR_ESOCKTNOSUPPORT || 0x8001022c ||
|-
|-
| SYS_NET_ERROR_EOPNOTSUPP || 0x8001022d ||  
| SYS_NET_ERROR_EOPNOTSUPP || 0x8001022d ||  
Line 2,713: Line 2,530:
|-
|-
| SYS_NET_ERROR_ENETUNREACH || 0x80010233 ||  
| SYS_NET_ERROR_ENETUNREACH || 0x80010233 ||  
|-
| SYS_NET_ERROR_ENETRESET || 0x80010234 ||
|-
|-
| SYS_NET_ERROR_ECONNABORTED || 0x80010235 ||  
| SYS_NET_ERROR_ECONNABORTED || 0x80010235 ||  
Line 2,720: Line 2,535:
| SYS_NET_ERROR_ECONNRESET || 0x80010236 ||  
| SYS_NET_ERROR_ECONNRESET || 0x80010236 ||  
|-
|-
| SYS_NET_ERROR_ENOBUFS || 0x80010237 || no free network buffers, usually caused by very high rate of filling/emptying the network queue
| SYS_NET_ERROR_ENOBUFS || 0x80010237 ||  
|-
|-
| SYS_NET_ERROR_EISCONN || 0x80010238 ||  
| SYS_NET_ERROR_EISCONN || 0x80010238 ||  
Line 2,733: Line 2,548:
|-
|-
| SYS_NET_ERROR_ECONNREFUSED || 0x8001023d ||  
| SYS_NET_ERROR_ECONNREFUSED || 0x8001023d ||  
|-
| SYS_NET_ERROR_ELOOP || 0x8001023e ||
|-
| SYS_NET_ERROR_ENAMETOOLONG || 0x8001023f ||
|-
|-
| SYS_NET_ERROR_EHOSTDOWN || 0x80010240 ||  
| SYS_NET_ERROR_EHOSTDOWN || 0x80010240 ||  
|-
|-
| SYS_NET_ERROR_EHOSTUNREACH || 0x80010241 ||  
| SYS_NET_ERROR_EHOSTUNREACH || 0x80010241 ||  
|-
| SYS_NET_ERROR_ENOTEMPTY || 0x80010242 ||
|-
| SYS_NET_ERROR_EPROCLIM || 0x80010243 ||
|-
| SYS_NET_ERROR_EUSERS || 0x80010244 ||
|-
| SYS_NET_ERROR_EDQUOT || 0x80010245 ||
|-
| SYS_NET_ERROR_ESTALE || 0x80010246 ||
|-
| SYS_NET_ERROR_EREMOTE || 0x80010247 ||
|-
| SYS_NET_ERROR_EBADRPC || 0x80010248 ||
|-
| SYS_NET_ERROR_ERPCMISMATCH || 0x80010249 ||
|-
| SYS_NET_ERROR_EPROGUNAVAIL || 0x8001024a ||
|-
| SYS_NET_ERROR_EPROGMISMATCH || 0x8001024b ||
|-
| SYS_NET_ERROR_EPROCUNAVAIL || 0x8001024c ||
|-
| SYS_NET_ERROR_ENOLCK || 0x8001024d ||
|-
| SYS_NET_ERROR_ENOSYS || 0x8001024e ||
|-
| SYS_NET_ERROR_EFTYPE || 0x8001024f ||
|-
| SYS_NET_ERROR_EAUTH || 0x80010250 ||
|-
| SYS_NET_ERROR_ENEEDAUTH || 0x80010251 ||
|-
| SYS_NET_ERROR_EIDRM || 0x80010252 ||
|-
| SYS_NET_ERROR_ENOMSG || 0x80010253 ||
|-
| SYS_NET_ERROR_EOVERFLOW || 0x80010254 ||
|-
| SYS_NET_ERROR_EILSEQ || 0x80010255 ||
|-
| SYS_NET_ERROR_ENOTSUP || 0x80010256 ||
|-
| SYS_NET_ERROR_ECANCELED || 0x80010257 ||
|-
| SYS_NET_ERROR_EBADMSG || 0x80010258 ||
|-
| SYS_NET_ERROR_ENODATA || 0x80010259 ||
|-
| SYS_NET_ERROR_ENOSR || 0x8001025a ||
|-
| SYS_NET_ERROR_ENOSTR || 0x8001025b ||
|-
| SYS_NET_ERROR_ETIME || 0x8001025c ||
|-
|-
!colspan="3" | Cell Net Ctl errors (libnetctl)  
!colspan="3" | Cell Net Ctl errors (libnetctl)  
Line 2,816: Line 2,573:
| 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,595:
| 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,603:
| 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,621:
| 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_HTTP_ERROR_NO_MEMORY || 0x80710003 || Call to allocate memory failed (returns NULL)
|-
|-
| CELL_FTP_SERVICE_ERROR_ALREADY_RUNNING || 0x80130704 || An instance of the service is already running
| CELL_HTTP_ERROR_NO_BUFFER || 0x80710004 || No buffer was provided in one of the parameters
|-
|-
| CELL_FTP_SERVICE_ERROR_NOT_RUNNING || 0x80130705 || Service is not currently running
| CELL_HTTP_ERROR_NO_STRING || 0x80710005 || No string to read has been provided (as a parameter)
|-
| 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_BUFFER || 0x80710004 || No buffer was provided in one of the parameters
|-
| CELL_HTTP_ERROR_NO_STRING || 0x80710005 || No string to read has been provided (as a parameter)
|-
|-
| CELL_HTTP_ERROR_INSUFFICIENT || 0x80710006 || Buffer space was insufficient to write into
| CELL_HTTP_ERROR_INSUFFICIENT || 0x80710006 || Buffer space was insufficient to write into
Line 2,974: Line 2,713:
| 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,783:
| 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,791:
| 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,805:
| 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,197:
| 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,289:
| 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,373:
| 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,465:
| 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,471:
| 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,485:
| 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,675:
| 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 3,851:
| 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,051:
| 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,111:
| 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,327:
| 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,455:
| 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,521:
| 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,631:
| 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,643:
| 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,719:
| 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,725:
| 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,106: Line 4,845:
|}
|}


== SSC SPU errors ==
== AV Chat 2 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 cellSscQueryAttr()
| CELL_AVC2_ERROR_UNKNOWN || 0x8002b701 || Internal error
|-
|-
| CELL_SSC_ERROR_Q_ARG_CFG_NULL            || 0x80780010 ||  
| CELL_AVC2_ERROR_NOT_SUPPORTED || 0x8002b702 || Function is not supported
|-
|-
| CELL_SSC_ERROR_Q_ARG_CFG_INVALID          || 0x80780011 ||  
| CELL_AVC2_ERROR_NOT_INITIALIZED || 0x8002b703 || Not loaded
|-
|-
| CELL_SSC_ERROR_Q_ARG_ATTR_NULL            || 0x80780014 ||  
| CELL_AVC2_ERROR_ALREADY_INITIALIZED || 0x8002b704 || Already initialized
|-
|-
! colspan="3" | for cellSscOpen()
| CELL_AVC2_ERROR_INVALID_ARGUMENT || 0x8002b705 || Invalid argument was passed
|-
|-
| CELL_SSC_ERROR_O_ARG_CFG_NULL            || 0x80780020 ||  
| CELL_AVC2_ERROR_OUT_OF_MEMORY || 0x8002b706 || Memory could not be allocated
|-
|-
| CELL_SSC_ERROR_O_ARG_CFG_INVALID          || 0x80780021 ||  
| CELL_AVC2_ERROR_ERROR_BAD_ID || 0x8002b707 || Invalid ID was passed
|-
|-
| CELL_SSC_ERROR_O_ARG_RSRC_NULL            || 0x80780022 ||  
| CELL_AVC2_ERROR_INVALID_STATUS || 0x8002b70a || Function was called when processing could not be executed
|-
|-
| CELL_SSC_ERROR_O_ARG_RSRC_INVALID        || 0x80780023 ||  
| CELL_AVC2_ERROR_TIMEOUT || 0x8002b70b || Processing failed due to timeout
|-
|-
| CELL_SSC_ERROR_O_ARG_RSRCMEM_INVALID      || 0x80780024 ||  
| CELL_AVC2_ERROR_NO_SESSION || 0x8002b70d || Function was called when the user has not joined an AV chat session
|-
|-
| CELL_SSC_ERROR_O_ARG_RSRCSPU_INVALID      || 0x80780025 ||  
| CELL_AVC2_ERROR_WINDOW_ALREADY_EXISTS || 0x8002b70f || Window has already been created
|-
|-
| CELL_SSC_ERROR_O_ARG_HDL_NULL            || 0x80780026 ||  
| CELL_AVC2_ERROR_TOO_MANY_WINDOWS || 0x8002b710 || Number of windows has reached the maximum allowed
|-
|-
| CELL_SSC_ERROR_O_FATAL_CMUTEX            || 0x80780027 ||  
| CELL_AVC2_ERROR_TOO_MANY_PEER_WINDOWS || 0x8002b711 || Number of peer windows has reached the maximum allowed
|-
|-
| CELL_SSC_ERROR_O_FATAL_CASYNCTHR          || 0x80780028 ||  
| CELL_AVC2_ERROR_WINDOW_NOT_FOUND || 0x8002b712 || Window has not been created
|-
|-
| CELL_SSC_ERROR_O_FATAL_CTASKSET          || 0x80780029 ||  
| CELL_AVC2_PRIVATE_ERROR_HDD_NO_SPACE || 0x8002B786 ||  
|-
|-
! colspan="3" | for cellSscClose()
| CELL_AVC2_PRIVATE_ERROR_TEXT_LOGMGR_INTERNAL_FILEBROKEN|| 0x8002B7CC ||
|-
|-
| CELL_SSC_ERROR_C_ARG_HDL_NULL            || 0x80780030 ||  
|}
 
== Gameupdate errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SSC_ERROR_C_ARG_HDL_INVALID          || 0x80780031 ||  
| CELL_GAMEUPDATE_ERROR_NOT_INITILIZED || 0x8002cc01 || Not initialized
|-
|-
| CELL_SSC_ERROR_C_STAT_BUSY                || 0x80780032 ||  
| CELL_GAMEUPDATE_ERROR_ALREADY_INITIALIZED || 0x8002cc02 || Already initialized
|-
|-
| CELL_SSC_ERROR_C_FATAL_DTHR              || 0x80780033 ||  
| CELL_GAMEUPDATE_ERROR_INVALID_ADDR || 0x8002cc03 || Address of the passed argument is invalid
|-
|-
| CELL_SSC_ERROR_C_FATAL_DMUTEX            || 0x80780034 ||  
| CELL_GAMEUPDATE_ERROR_INVALID_SIZE || 0x8002cc04 || Size of the passed argument is invalid
|-
|-
| CELL_SSC_ERROR_C_FATAL_DTASKSET          || 0x80780035 ||  
| CELL_GAMEUPDATE_ERROR_INVALID_MEMORY_CONTAINER || 0x8002cc05 || Memory container is invalid
|-
|-
! colspan="3" | for cellSscExec/ExecAsync()
| CELL_GAMEUPDATE_ERROR_INSUFFICIENT_MEMORY_CONTAINER || 0x8002cc06 || Size of the memory container is insufficient
|-
|-
| CELL_SSC_ERROR_E_ARG_HDL_NULL            || 0x80780040 ||  
| CELL_GAMEUPDATE_ERROR_BUSY || 0x8002cc07 || An API is being processed
|-
|-
| CELL_SSC_ERROR_E_ARG_HDL_INVALID          || 0x80780041 ||  
| CELL_GAMEUPDATE_ERROR_NOT_START || 0x8002cc08 || Game update utility has not been started up
|-
|-
| CELL_SSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x80780042 ||  
| CELL_GAMEUPDATE_ERROR_LOAD_FAILED || 0x8002cc09 || Failed to load the game update module
|-
|-
| CELL_SSC_ERROR_E_ARG_INPICINFO_NULL      || 0x80780043 ||  
|}
 
== Sysutil Accesspoint errors (PSP/Remoteplay) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SSC_ERROR_E_ARG_INPICINFO_INVALID    || 0x80780044 ||  
| CELL_SYSUTIL_AP_ERROR_OUT_OF_MEMORY || 0x8002cd00 || Not enough memory
|-
|-
| CELL_SSC_ERROR_E_ARG_TASKNUM_INVALID      || 0x80780045 ||  
| CELL_SYSUTIL_AP_ERROR_FATAL || 0x8002cd01 || Internal error occurred
|-
|-
| CELL_SSC_ERROR_E_ARG_CB_NULL              || 0x80780046 ||  
| CELL_SYSUTIL_AP_ERROR_INVALID_VALUE || 0x8002cd02 || Invalid argument
|-
|-
| CELL_SSC_ERROR_E_ARG_CB_INVALID          || 0x80780047 ||  
| CELL_SYSUTIL_AP_ERROR_NOT_INITIALIZED || 0x8002cd03 || Not correctly initialized
|-
|-
| CELL_SSC_ERROR_E_ARG_CTRL_NULL            || 0x80780048 ||  
| CELL_SYSUTIL_AP_ERROR_ZERO_REGISTERED || 0x8002cd13 || No PSP is registered
|-
|-
| CELL_SSC_ERROR_E_ARG_CTRL_INVALID        || 0x80780049 ||  
| CELL_SYSUTIL_AP_ERROR_NETIF_DISABLED || 0x8002cd14 || Usable network does not exist
|-
|-
| CELL_SSC_ERROR_E_ARG_LEFTPICBUF_INVALID  || 0x8078004a ||  
| CELL_SYSUTIL_AP_ERROR_NETIF_NO_CABLE || 0x8002cd15 || Cable is not connected
|-
|-
| CELL_SSC_ERROR_E_ARG_RIGHTPICBUF_INVALID  || 0x8078004b ||  
| CELL_SYSUTIL_AP_ERROR_NETIF_CANNOT_CONNECT || 0x8002cd16 || Could not obtain IP
|-
|-
| CELL_SSC_ERROR_E_ARG_SSCPICINFO_NULL      || 0x8078004c ||  
|}
 
== Background Download Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SSC_ERROR_E_ARG_SSCPICINFO_INVALID  || 0x8078004d ||  
| CELL_BGDL_UTIL_ERROR_BUSY || 0x8002ce01 || Requested processing could not be executed because required processing has not been completed
|-
|-
| CELL_SSC_ERROR_E_STAT_BUSY                || 0x80780050 ||  
| CELL_BGDL_UTIL_ERROR_INTERNAL || 0x8002ce02 || Internal error
|-
|-
| CELL_SSC_ERROR_E_FATAL_TASK              || 0x80780051 ||  
| CELL_BGDL_UTIL_ERROR_PARAM || 0x8002ce03 || Invalid parameter
|-
|-
| CELL_SSC_ERROR_E_FATAL_ASYNCTHR          || 0x80780052 ||  
| CELL_BGDL_UTIL_ERROR_ACCESS_ERROR || 0x8002ce04 || HDD access error
|-
|-
| CELL_SSC_ERROR_E_FATAL_MUTEX              || 0x80780053 ||  
| CELL_BGDL_UTIL_ERROR_INITIALIZE || 0x8002ce05 || Initialization error
|-
|-
|}
|}


== SSC GPU errors ==
== Video Upload Utility 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 cellSscGpuQueryAttr()
| CELL_VIDEO_UPLOAD_ERROR_CANCEL || 0x8002d000 || User cancelled the operation
|-
|-
| CELL_SSC_GPU_ERROR_Q_ARG_ATTR_NULL            || 0x80780110 ||  
| CELL_VIDEO_UPLOAD_ERROR_NETWORK || 0x8002d001 || Network error
|-
|-
! colspan="3" | for cellSscGpuOpen()
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_STOP || 0x8002d002 || Service is stopped
|-
|-
| CELL_SSC_GPU_ERROR_O_ARG_RSRC_NULL            || 0x80780120 ||  
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_BUSY || 0x8002d003 || Service is busy
|-
|-
| CELL_SSC_GPU_ERROR_O_ARG_RSRC_INVALID          || 0x80780121 ||  
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_UNAVAILABLE || 0x8002d004 || Service could not be used
|-
|-
| CELL_SSC_GPU_ERROR_O_ARG_HDL_NULL              || 0x80780122 ||  
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_QUOTA || 0x8002d005 || Service limit on upload size was exceeded
|-
|-
| CELL_SSC_GPU_ERROR_O_ARG_RSRCMEM_INVALID      || 0x80780123 ||  
| CELL_VIDEO_UPLOAD_ERROR_ACCOUNT_STOP || 0x8002d006 || Account for using service was stopped
|-
|-
! colspan="3" | for cellSscGpuClose()
| CELL_VIDEO_UPLOAD_ERROR_OUT_OF_MEMORY || 0x8002d020 || Memory could not be allocated
|-
|-
| CELL_SSC_GPU_ERROR_C_ARG_HDL_NULL              || 0x80780130 ||  
| CELL_VIDEO_UPLOAD_ERROR_FATAL || 0x8002d021 || Fatal internal error
|-
|-
| CELL_SSC_GPU_ERROR_C_ARG_HDL_INVALID          || 0x80780131 ||  
| CELL_VIDEO_UPLOAD_ERROR_INVALID_VALUE || 0x8002d022 || Invalid argument
|-
|-
| CELL_SSC_GPU_ERROR_C_SEQ                      || 0x80780132 ||  
| CELL_VIDEO_UPLOAD_ERROR_FILE_OPEN || 0x8002d023 || Specified file could not be opened
|-
|-
! colspan="3" | for cellSscExec()
| CELL_VIDEO_UPLOAD_ERROR_INVALID_STATE || 0x8002d024 || Function was called in an incorrect state
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_CONTEXT_NULL          || 0x80780140 ||  
|}
 
== USB PSP Connection Manager errors (PSP/Remoteplay) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_HDL_NULL              || 0x80780141 ||  
| CELL_USBPSPCM_ERROR_NOT_INITIALIZED || 0x80110401 || Library has not been initialized
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_HDL_INVALID          || 0x80780142 ||  
| CELL_USBPSPCM_ERROR_ALREADY || 0x80110402 || Already being processed
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_INPICINFO_NULL        || 0x80780143 ||  
| CELL_USBPSPCM_ERROR_INVALID || 0x80110403 || Argument value is invalid
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_INPICINFO_INVALID    || 0x80780144 ||  
| CELL_USBPSPCM_ERROR_NO_MEMORY || 0x80110404 || Memory pool size is insufficient
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_CTRL_NULL            || 0x80780145 ||  
| CELL_USBPSPCM_ERROR_BUSY || 0x80110405 || Processing currently cannot be performed
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_CTRL_INVALID          || 0x80780146 ||  
| CELL_USBPSPCM_ERROR_INPROGRESS || 0x80110406 || Processing is currently in progress
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_SURFACEINFO_NULL      || 0x80780147 ||  
| CELL_USBPSPCM_ERROR_NO_SPACE || 0x80110407 || No free channel exists
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_SURFACEINFO_INVALID  || 0x80780148 ||  
| CELL_USBPSPCM_ERROR_CANCELED || 0x80110408 || Canceled
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_OUTPICINFO_NULL      || 0x80780149 ||  
| CELL_USBPSPCM_ERROR_RESETTING || 0x80110409 || Reset processing is in progress
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_LEFTPICINFO_INVALID  || 0x8078014a ||  
| CELL_USBPSPCM_ERROR_RESET_END || 0x8011040A || Reset processing has completed
|-
|-
| CELL_SSC_GPU_ERROR_E_ARG_RIGHTPICINFO_INVALID  || 0x8078014b ||  
| CELL_USBPSPCM_ERROR_CLOSED || 0x8011040B || Channel has been discarded
|-
|-
| CELL_SSC_GPU_ERROR_E_SEQ                      || 0x8078014c ||  
| CELL_USBPSPCM_ERROR_NO_DATA || 0x8011040C || No data has been received
|-
|-
|}
|}


== AV Chat 2 errors ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
== USB errors ==
|- bgcolor="#cccccc"
{| class="wikitable sortable"  
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_AVC2_ERROR_UNKNOWN || 0x8002b701 || Internal error
| CELL_USBD_ERROR_NOT_INITIALIZED        || 0x80110001 ||  
|-
|-
| CELL_AVC2_ERROR_NOT_SUPPORTED || 0x8002b702 || Function is not supported
| CELL_USBD_ERROR_ALREADY_INITIALIZED    || 0x80110002 ||  
|-
|-
| CELL_AVC2_ERROR_NOT_INITIALIZED || 0x8002b703 || Not loaded
| CELL_USBD_ERROR_NO_MEMORY              || 0x80110003 ||  
|-
|-
| CELL_AVC2_ERROR_ALREADY_INITIALIZED || 0x8002b704 || Already initialized
| CELL_USBD_ERROR_INVALID_PARAM          || 0x80110004 ||
|-
| CELL_USBD_ERROR_INVALID_TRANSFER_TYPE  || 0x80110005 ||  
|-
|-
| CELL_AVC2_ERROR_INVALID_ARGUMENT || 0x8002b705 || Invalid argument was passed
| CELL_USBD_ERROR_LDD_ALREADY_REGISTERED || 0x80110006 ||  
|-
|-
| CELL_AVC2_ERROR_OUT_OF_MEMORY || 0x8002b706 || Memory could not be allocated
| CELL_USBD_ERROR_LDD_NOT_ALLOCATED      || 0x80110007 ||  
|-
|-
| CELL_AVC2_ERROR_ERROR_BAD_ID || 0x8002b707 || Invalid ID was passed
| CELL_USBD_ERROR_LDD_NOT_RELEASED      || 0x80110008 ||  
|-
|-
| CELL_AVC2_ERROR_INVALID_STATUS || 0x8002b70a || Function was called when processing could not be executed
| CELL_USBD_ERROR_LDD_NOT_FOUND          || 0x80110009 ||  
|-
|-
| CELL_AVC2_ERROR_TIMEOUT || 0x8002b70b || Processing failed due to timeout
| CELL_USBD_ERROR_DEVICE_NOT_FOUND      || 0x8011000a ||  
|-
|-
| CELL_AVC2_ERROR_NO_SESSION || 0x8002b70d || Function was called when the user has not joined an AV chat session
| CELL_USBD_ERROR_PIPE_NOT_ALLOCATED    || 0x8011000b ||  
|-
|-
| CELL_AVC2_ERROR_INCOMPATIBLE_PROTOCOL || 0x8002b70e ||  
| CELL_USBD_ERROR_PIPE_NOT_RELEASED      || 0x8011000c ||  
|-
|-
| CELL_AVC2_ERROR_WINDOW_ALREADY_EXISTS || 0x8002b70f || Window has already been created
| CELL_USBD_ERROR_PIPE_NOT_FOUND        || 0x8011000d ||  
|-
|-
| CELL_AVC2_ERROR_TOO_MANY_WINDOWS || 0x8002b710 || Number of windows has reached the maximum allowed
| CELL_USBD_ERROR_IOREQ_NOT_ALLOCATED    || 0x8011000e ||  
|-
|-
| CELL_AVC2_ERROR_TOO_MANY_PEER_WINDOWS || 0x8002B711 || Number of peer windows has reached the maximum allowed
| CELL_USBD_ERROR_IOREQ_NOT_RELEASED    || 0x8011000f ||  
|-
|-
| CELL_AVC2_ERROR_WINDOW_NOT_FOUND || 0x8002b712 || Window has not been created
| CELL_USBD_ERROR_IOREQ_NOT_FOUND        || 0x80110010 ||  
|-
|-
| CELL_AVC2_PRIVATE_ERROR_HDD_NO_SPACE || 0x8002B786 ||  
| CELL_USBD_ERROR_CANNOT_GET_DESCRIPTOR  || 0x80110011 ||  
|-
|-
| CELL_AVC2_PRIVATE_ERROR_TEXT_LOGMGR_INTERNAL_FILEBROKEN|| 0x8002B7CC ||  
| CELL_USBD_ERROR_FATAL                  || 0x801100ff ||  
|-
|-
|}
|}


== Gameupdate errors ==
== LIBMIXER 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_GAMEUPDATE_ERROR_NOT_INITILIZED || 0x8002cc01 || Not initialized
| CELL_LIBMIXER_ERROR_UNDEFINED || 0x80310001 ||
|-
| CELL_LIBMIXER_ERROR_NOT_INITIALIZED || 0x80310002 ||  
|-
|-
| CELL_GAMEUPDATE_ERROR_ALREADY_INITIALIZED || 0x8002cc02 || Already initialized
| CELL_LIBMIXER_ERROR_INVALID_PARAMETER || 0x80310003 ||  
|-
|-
| CELL_GAMEUPDATE_ERROR_INVALID_ADDR || 0x8002cc03 || Address of the passed argument is invalid
| CELL_LIBMIXER_ERROR_NO_MEMORY || 0x80310005 ||  
|-
|-
| CELL_GAMEUPDATE_ERROR_INVALID_SIZE || 0x8002cc04 || Size of the passed argument is invalid
| CELL_LIBMIXER_ERROR_ALREADY_EXIST || 0x80310006 ||  
|-
|-
| CELL_GAMEUPDATE_ERROR_INVALID_MEMORY_CONTAINER || 0x8002cc05 || Memory container is invalid
| CELL_LIBMIXER_ERROR_FULL || 0x80310007 ||  
|-
|-
| CELL_GAMEUPDATE_ERROR_INSUFFICIENT_MEMORY_CONTAINER || 0x8002cc06 || Size of the memory container is insufficient
| CELL_LIBMIXER_ERROR_NOT_EXIST || 0x80310008 ||  
|-
|-
| CELL_GAMEUPDATE_ERROR_BUSY || 0x8002cc07 || An API is being processed
| CELL_LIBMIXER_ERROR_TYPE_MISMATCH || 0x80310009 ||  
|-
|-
| CELL_GAMEUPDATE_ERROR_NOT_START || 0x8002cc08 || Game update utility has not been started up
| CELL_LIBMIXER_ERROR_NOT_FOUND || 0x8031000A ||  
|-
|-
| CELL_GAMEUPDATE_ERROR_LOAD_FAILED || 0x8002cc09 || Failed to load the game update module
| CELL_LIBMIXER_ERROR_NO_EFFECT || 0x8031000B ||  
|-
|-
|}
|}


== Sysutil Accesspoint errors (PSP/Remoteplay) ==
== AUDIO 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_SYSUTIL_AP_ERROR_OUT_OF_MEMORY || 0x8002cd00 || Not enough memory
| CELL_AUDIO_ERROR_ALREADY_INIT || 0x80310701 || already init
|-
|-
| CELL_SYSUTIL_AP_ERROR_FATAL || 0x8002cd01 || Internal error occurred
| CELL_AUDIO_ERROR_AUDIOSYSTEM || 0x80310702 || error in AudioSystem.
|-
|-
| CELL_SYSUTIL_AP_ERROR_INVALID_VALUE || 0x8002cd02 || Invalid argument
| CELL_AUDIO_ERROR_NOT_INIT || 0x80310703 || not init
|-
| CELL_AUDIO_ERROR_PARAM || 0x80310704 || param error
|-
|-
| CELL_SYSUTIL_AP_ERROR_NOT_INITIALIZED || 0x8002cd03 || Not correctly initialized
| CELL_AUDIO_ERROR_PORT_FULL || 0x80310705 || audio port is full
|-
|-
| CELL_SYSUTIL_AP_ERROR_ZERO_REGISTERED || 0x8002cd13 || No PSP is registered
| CELL_AUDIO_ERROR_PORT_ALREADY_RUN || 0x80310706 || audio port is already run
|-
|-
| CELL_SYSUTIL_AP_ERROR_NETIF_DISABLED || 0x8002cd14 || Usable network does not exist
| CELL_AUDIO_ERROR_PORT_NOT_OPEN || 0x80310707 || audio port is close
|-
|-
| CELL_SYSUTIL_AP_ERROR_NETIF_NO_CABLE || 0x8002cd15 || Cable is not connected
| CELL_AUDIO_ERROR_PORT_NOT_RUN || 0x80310708 || audio port is not run
|-
|-
| CELL_SYSUTIL_AP_ERROR_NETIF_CANNOT_CONNECT || 0x8002cd16 || Could not obtain IP
| CELL_AUDIO_ERROR_TRANS_EVENT || 0x80310709 || trans event error
|-
|-
|}
| CELL_AUDIO_ERROR_PORT_OPEN || 0x8031070a || error in port open
 
== Background Download Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_BGDL_UTIL_ERROR_BUSY || 0x8002ce01 || Requested processing could not be executed because required processing has not been completed
| CELL_AUDIO_ERROR_SHAREDMEMORY || 0x8031070b || error in shared memory
|-
|-
| CELL_BGDL_UTIL_ERROR_INTERNAL || 0x8002ce02 || Internal error
| CELL_AUDIO_ERROR_MUTEX || 0x8031070c || error in mutex
|-
|-
| CELL_BGDL_UTIL_ERROR_PARAM || 0x8002ce03 || Invalid parameter
| CELL_AUDIO_ERROR_EVENT_QUEUE || 0x8031070d || error in event queue
|-
|-
| CELL_BGDL_UTIL_ERROR_ACCESS_ERROR || 0x8002ce04 || HDD access error
| CELL_AUDIO_ERROR_AUDIOSYSTEM_NOT_FOUND || 0x8031070e ||  
|-
|-
| CELL_BGDL_UTIL_ERROR_INITIALIZE || 0x8002ce05 || Initialization error
| CELL_AUDIO_ERROR_TAG_NOT_FOUND || 0x8031070f ||  
|-
|-
|}
|}


== Video Upload Utility errors ==
== MicIn 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_VIDEO_UPLOAD_ERROR_CANCEL || 0x8002d000 || User cancelled the operation
| CELL_MICIN_ERROR_ALREADY_INIT || 0x80140101 || already init
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_NETWORK || 0x8002d001 || Network error
| CELL_MICIN_ERROR_SYSTEM<br />CELL_MICIN_ERROR_DEVICE || 0x80140102 || error in device
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_STOP || 0x8002d002 || Service is stopped
| CELL_MICIN_ERROR_NOT_INIT || 0x80140103 || not init
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_BUSY || 0x8002d003 || Service is busy
| CELL_MICIN_ERROR_PARAM || 0x80140104 || param error
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_UNAVAILABLE || 0x8002d004 || Service could not be used
| CELL_MICIN_ERROR_PORT_FULL || 0x80140105 || device port is full
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_SERVICE_QUOTA || 0x8002d005 || Service limit on upload size was exceeded
| CELL_MICIN_ERROR_ALREADY_OPEN || 0x80140106 || device is already opened
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_ACCOUNT_STOP || 0x8002d006 || Account for using service was stopped
| CELL_MICIN_ERROR_NOT_OPEN || 0x80140107 || device is already closed
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_OUT_OF_MEMORY || 0x8002d020 || Memory could not be allocated
| CELL_MICIN_ERROR_NOT_RUN || 0x80140108 || device is not running
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_FATAL || 0x8002d021 || Fatal internal error
| CELL_MICIN_ERROR_TRANS_EVENT || 0x80140109 || device trans event error
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_INVALID_VALUE || 0x8002d022 || Invalid argument
| CELL_MICIN_ERROR_OPEN || 0x8014010a || error in open
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_FILE_OPEN || 0x8002d023 || Specified file could not be opened
| CELL_MICIN_ERROR_SHAREDMEMORY || 0x8014010b || error in shared memory
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_INVALID_STATE || 0x8002d024 || Function was called in an incorrect state
| CELL_MICIN_ERROR_MUTEX || 0x8014010c || error in mutex
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_INTERNAL_INVALID_USER || 0x8002d040 ||  
| CELL_MICIN_ERROR_EVENT_QUEUE || 0x8014010d || error in event queue
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_INTERNAL_BOUNDARY || 0x8002d041 ||  
| CELL_MICIN_ERROR_SYSTEM_NOT_FOUND<br />CELL_MICIN_ERROR_DEVICE_NOT_FOUND || 0x8014010e || device not found
|-
| CELL_MICIN_ERROR_FATAL || 0x8014010f || generic error
|-
| CELL_MICIN_ERROR_SYSTEM_NOT_SUPPORT<br />CELL_MICIN_ERROR_DEVICE_NOT_SUPPORT || 0x80140110 || device is not supported
|-
|-
|}
|}


== USB PSP Connection Manager errors (PSP/Remoteplay) ==
== MicIn DSP 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_USBPSPCM_ERROR_NOT_INITIALIZED || 0x80110401 || Library has not been initialized
| CELL_MICIN_ERROR_DSP || 0x80140200 || generic error
|-
| CELL_MICIN_ERROR_DSP_ASSERT || 0x80140201 || assertion failure
|-
| CELL_MICIN_ERROR_DSP_PATH || 0x80140202 || Path is wrong in file system
|-
| CELL_MICIN_ERROR_DSP_FILE || 0x80140203 || File is with corruption
|-
| CELL_MICIN_ERROR_DSP_PARAM || 0x80140204 || called function arg/param is bad
|-
|-
| CELL_USBPSPCM_ERROR_ALREADY || 0x80110402 || Already being processed
| CELL_MICIN_ERROR_DSP_MEMALLOC || 0x80140205 || insufficient memory
|-
|-
| CELL_USBPSPCM_ERROR_INVALID || 0x80110403 || Argument value is invalid
| CELL_MICIN_ERROR_DSP_POINTER || 0x80140206 || Bad pointer to invalid memory addr
|-
|-
| CELL_USBPSPCM_ERROR_NO_MEMORY || 0x80110404 || Memory pool size is insufficient
| CELL_MICIN_ERROR_DSP_FUNC || 0x80140207 || unsupported function
|-
|-
| CELL_USBPSPCM_ERROR_BUSY || 0x80110405 || Processing currently cannot be performed
| CELL_MICIN_ERROR_DSP_MEM || 0x80140208 || bad memory region
|-
|-
| CELL_USBPSPCM_ERROR_INPROGRESS || 0x80110406 || Processing is currently in progress
| CELL_MICIN_ERROR_DSP_ALIGN16 || 0x80140209 || bad memory alignment in 16 bytes
|-
|-
| CELL_USBPSPCM_ERROR_NO_SPACE || 0x80110407 || No free channel exists
| CELL_MICIN_ERROR_DSP_ALIGN128 || 0x8014020a || bad memory alignment in 128 bytes
|-
|-
| CELL_USBPSPCM_ERROR_CANCELED || 0x80110408 || Canceled
| CELL_MICIN_ERROR_DSP_EAALIGN128 || 0x8014020b || bad effective address(EA) alignment in 128 bytes
|-
|-
| CELL_USBPSPCM_ERROR_RESETTING || 0x80110409 || Reset processing is in progress
| CELL_MICIN_ERROR_DSP_LIB_HANDLER || 0x80140216 || invalid dsp library handler, mostly memory corruption
|-
|-
| CELL_USBPSPCM_ERROR_RESET_END || 0x8011040A || Reset processing has completed
| CELL_MICIN_ERROR_DSP_LIB_INPARAM || 0x80140217 || unrecognized input parameter to dsp library API
|-
|-
| CELL_USBPSPCM_ERROR_CLOSED || 0x8011040B || Channel has been discarded
| CELL_MICIN_ERROR_DSP_LIB_NOSPU || 0x80140218 || failure to communicate with SPU side dsp library
|-
|-
| CELL_USBPSPCM_ERROR_NO_DATA || 0x8011040C || No data has been received
| CELL_MICIN_ERROR_DSP_LIB_SAMPRATE || 0x80140219 || this sampling rate is not supported by dsp library
|-
|-
|}
|}


 
== Face Recognition errors ==
== USB errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
{| class="wikitable sortable"  
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_USBD_ERROR_NOT_INITIALIZED        || 0x80110001 ||  
| CELL_FACE_ERROR_IMG_WIDTH_LIMIT || 0x80140901 || Width or data width of the input image is outside the valid range
|-
|-
| CELL_USBD_ERROR_ALREADY_INITIALIZED    || 0x80110002 ||  
| CELL_FACE_ERROR_IMG_WIDTH_ALIGN || 0x80140902 || Data width of the input image is not a multiple of 16
|-
|-
| CELL_USBD_ERROR_NO_MEMORY              || 0x80110003 ||  
| CELL_FACE_ERROR_INVALID_EA || 0x80140903 || Specified pointer is not valid (Not aligned, or NULL)
|-
|-
| CELL_USBD_ERROR_INVALID_PARAM          || 0x80110004 ||  
| CELL_FACE_ERROR_INVALID_PARAM || 0x80140904 || Specified parameter is not valid
|-
|-
| CELL_USBD_ERROR_INVALID_TRANSFER_TYPE  || 0x80110005 ||  
| CELL_FACE_ERROR_INVALID_WORK || 0x80140905 || Invalid work area
|-
|-
| CELL_USBD_ERROR_LDD_ALREADY_REGISTERED || 0x80110006 ||  
| CELL_FACE_ERROR_INVALID_DICT || 0x80140906 || Invalid dictionary data
|-
|-
| CELL_USBD_ERROR_LDD_NOT_ALLOCATED      || 0x80110007 ||  
| CELL_FACE_ERROR_OUT_OF_BOUNDS || 0x80140907 || Face area is outside the input image area
|-
|-
| CELL_USBD_ERROR_LDD_NOT_RELEASED      || 0x80110008 ||  
| CELL_FACE_ERROR_NON_FRONTAL || 0x80140908 || Angle of face area is outside the range
|-
|-
| CELL_USBD_ERROR_LDD_NOT_FOUND          || 0x80110009 ||  
| CELL_FACE_ERROR_TOO_SMALL || 0x80140909 || Face area is too small
|-
|-
| CELL_USBD_ERROR_DEVICE_NOT_FOUND      || 0x8011000a ||  
| CELL_FACE_ERROR_PARTS_MISSING || 0x8014090a || One or more parts could not be detected
|-
|-
| CELL_USBD_ERROR_PIPE_NOT_ALLOCATED    || 0x8011000b ||  
| CELL_FACE_ERROR_NO_MEMORY || 0x8014090b || Not enough memory
|-
|-
| CELL_USBD_ERROR_PIPE_NOT_RELEASED      || 0x8011000c ||  
| CELL_FACE_ERROR_DMA_TAG || 0x8014090c || Problem with the specified DMA tag numbers
|-
|-
| CELL_USBD_ERROR_PIPE_NOT_FOUND        || 0x8011000d ||  
|}
 
== Head Tracker errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_USBD_ERROR_IOREQ_NOT_ALLOCATED    || 0x8011000e ||  
| CELL_HEAD_TRACKER_ERROR_INVAL || 0x80140a01 || Value of argument is invalid
|-
|-
| CELL_USBD_ERROR_IOREQ_NOT_RELEASED    || 0x8011000f ||  
| CELL_HEAD_TRACKER_ERROR_ALIGN || 0x80140a02 || Address alignment of argument is invalid
|-
|-
| CELL_USBD_ERROR_IOREQ_NOT_FOUND        || 0x80110010 ||  
| CELL_HEAD_TRACKER_ERROR_NOMEM || 0x80140a03 || Not enough memory for this operation
|-
|-
| CELL_USBD_ERROR_CANNOT_GET_DESCRIPTOR  || 0x80110011 ||  
| CELL_HEAD_TRACKER_ERROR_CALIB_FAIL || 0x80140a04 || Calibration failed
|-
|-
| CELL_USBD_ERROR_FATAL                  || 0x801100ff ||  
| CELL_HEAD_TRACKER_ERROR_CALIB_INCOMPLETE || 0x80140a05 || Calibration is incomplete
|-
|-
|}
|}


== LIBMIXER errors ==
== Face Tracker 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_LIBMIXER_ERROR_UNDEFINED || 0x80310001 ||  
| CELL_FACE_TRACKER_ERROR_BASE              || 0x80140940||
|-
| CELL_FACE_TRACKER_ERROR_INVALID_WORKAREA  || 0x80140941||
|-
| CELL_FACE_TRACKER_ERROR_WORKAREA_ALIGN    || 0x80140942||  
|-
|-
| CELL_LIBMIXER_ERROR_NOT_INITIALIZED || 0x80310002 ||  
| CELL_FACE_TRACKER_ERROR_ROWSTRIDE_ALIGN  || 0x80140943||  
|-
|-
| CELL_LIBMIXER_ERROR_INVALID_PARAMETER || 0x80310003 ||  
| CELL_FACE_TRACKER_ERROR_SHORT_WORKSIZE    || 0x80140944||  
|-
|-
| CELL_LIBMIXER_ERROR_NO_MEMORY || 0x80310005 ||  
| CELL_FACE_TRACKER_ERROR_IMAGE_WIDTH_LIMIT || 0x80140945||  
|-
|-
| CELL_LIBMIXER_ERROR_ALREADY_EXIST || 0x80310006 ||  
| CELL_FACE_TRACKER_ERROR_INVALID_PARAM    || 0x80140946||  
|-
|-
| CELL_LIBMIXER_ERROR_FULL || 0x80310007 ||  
| CELL_FACE_TRACKER_ERROR_FACEID_FULL      || 0x80140947||  
|-
|-
| CELL_LIBMIXER_ERROR_NOT_EXIST || 0x80310008 ||  
| CELL_FACE_TRACKER_ERROR_FACEID_NOT_EXIST  || 0x80140948||  
|-
|-
| CELL_LIBMIXER_ERROR_TYPE_MISMATCH || 0x80310009 ||  
| CELL_FACE_TRACKER_ERROR_NOT_INITIALIZED  || 0x80140949||  
|-
|-
| CELL_LIBMIXER_ERROR_NOT_FOUND || 0x8031000A ||  
| CELL_FACE_TRACKER_ERROR_INVALID_TIMING    || 0x8014094a||  
|-
|-
| CELL_LIBMIXER_ERROR_NO_EFFECT || 0x8031000B ||  
| CELL_FACE_TRACKER_ERROR_ALREADY_INITIALIZED || 0x8014094b||  
|-
|-
|}
|}


== SYNTH2 errors ==
== Debug 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_SOUND_SYNTH2_ERROR_FATAL || 0x80310201 ||
!colspan="3" | Debug errors (libdbg)
|-
|-
| CELL_SOUND_SYNTH2_ERROR_INVALID_PARAMETER || 0x80310202 ||  
| CELL_DBG_EINVAL || 0x80510002 || Specified argument is invalid
|-
|-
| CELL_SOUND_SYNTH2_ERROR_ALREADY_INITIALIZED || 0x80310203 ||  
| CELL_DBG_EABORT || 0x8051000C || Processing has been aborted because of an abnormal state
|-
|-
|}
| CELL_DBG_ENULL || 0x8051000E || The pointer specified in the argument is NULL
 
== SND3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SND3_ERROR_PARAM || 0x80310301 || badargument
!colspan="3" | Debug Font errors (libdbgfont)
|-
|-
| CELL_SND3_ERROR_CREATE_MUTEX || 0x80310302 || cannot create mutex
| CELL_DBGFONT_ERROR_MALLOC || 0x80510104 || Allocation of main memory failed
|-
|-
| CELL_SND3_ERROR_SYNTH || 0x80310303 || error in soft synth
| CELL_DBGFONT_ERROR_TEMP_BUFFER || 0x80510105 || Internal buffer for printf functions overflowed
|-
|-
| CELL_SND3_ERROR_ALREADY || 0x80310304 || already initial
| CELL_DBGFONT_ERROR_LABEL_BUFFER || 0x80510106 || Label buffer space not enough
|-
|-
| CELL_SND3_ERROR_NOTINIT || 0x80310305 || not initial
| CELL_DBGFONT_ERROR_PARAM || 0x80510107 || Inappropriate argument value
|-
|-
| CELL_SND3_ERROR_SMFFULL || 0x80310306 || sfm bind full
| CELL_DBGFONT_ERROR_EXISTS || 0x80510108 || Library initialization attempted twice
|-
|-
| CELL_SND3_ERROR_HD3ID || 0x80310307 || bad hd3ID
| CELL_DBGFONT_ERROR_NOT_INIT || 0x80510109 || Library not initialized
|-
|-
| CELL_SND3_ERROR_SMF || 0x80310308 || bad SMF address
| CELL_DBGFONT_ERROR_CG_PROFILE || 0x8051010a || Cg profile not supported
|-
|-
| CELL_SND3_ERROR_SMFCTX || 0x80310309 || bad CellSnd3SmfCtx address
| CELL_DBGFONT_ERROR_CONSOLE_ID || 0x80510111 || Inappropriate console ID
|-
|-
| CELL_SND3_ERROR_FORMAT || 0x8031030a || bad SMF format
| CELL_DBGFONT_ERROR_CONSOLE_FULL || 0x80510112 || No free console
|-
|-
| CELL_SND3_ERROR_SMFID || 0x8031030b || bad smdID
!colspan="3" | Debug RSX errors (libdbgrsx)
|-
|-
| CELL_SND3_ERROR_SOUNDDATAFULL || 0x8031030c || sound data bind full
| CELL_DBG_RSX_ERROR_FAILURE || || RSX function fails
|-
| CELL_DBG_RSX_ERROR_INVALID_VALUE ||  || Invalid Value (data is NULL, or not a multiple of 64)
|-
|-
| CELL_SND3_ERROR_VOICENUM || 0x8031030d || bad voice num
| CELL_DBG_RSX_ERROR_INVALID_ENUM || || Invalid enum value
|-
|-
| CELL_SND3_ERROR_RESERVEDVOICE || 0x8031030e || voice is reserved by user
!colspan="3" | Debug LV2 errors (liblv2dbg)
|-
|-
| CELL_SND3_ERROR_REQUESTQUEFULL || 0x8031030f || request queue is full
| CELL_LV2DBG_ERROR_DEINVALIDARGUMENTS || 0x80010409 || Invalid arguments
|-
|-
| CELL_SND3_ERROR_OUTPUTMODE || 0x80310310 || out of output mode
| CELL_LV2DBG_ERROR_DEOPERATIONDENIED || 0x8001042c || Call of a liblv2dbg public function within the PS3 environment
|-
|-
|}
|}


== AUDIO errors ==
== DECI3 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_AUDIO_ERROR_ALREADY_INIT || 0x80310701 || already init
!colspan="3" | DECI3 Remote File Protocol / File Management Protocol / Controller Protocol errors (drfp/dfmp/ctrlp)
|-
|-
| CELL_AUDIO_ERROR_AUDIOSYSTEM || 0x80310702 || error in AudioSystem.
| DRFP_EINVAL / DFMP_EINVAL / CTRLP_EINVAL || 0x80010002 || Argument is invalid (Invalid packet, e.g. controller information has been sent when its playback was not being processed)
|-
|-
| CELL_AUDIO_ERROR_NOT_INIT || 0x80310703 || not init
| DRFP_ENOMEM / DFMP_ENOMEM / CTRLP_ENOMEM || 0x80010004 || Not enough memory
|-
|-
| CELL_AUDIO_ERROR_PARAM || 0x80310704 || param error
| DRFP_ENOENT / DFMP_ENOENT || 0x80010006 || File could not be found, or filename is invalid
|-
|-
| CELL_AUDIO_ERROR_PORT_FULL || 0x80310705 || audio port is full
| DRFP_EBUSY / DFMP_EBUSY / CTRLP_EBUSY || 0x8001000a || Already open (or already recording or playing)
|-
|-
| CELL_AUDIO_ERROR_PORT_ALREADY_RUN || 0x80310706 || audio port is already run
| DRFP_EISDIR / DFMP_EISDIR || 0x80010012 || Is a directory
|-
|-
| CELL_AUDIO_ERROR_PORT_NOT_OPEN || 0x80310707 || audio port is close
| DRFP_EEXIST / DFMP_EEXIST || 0x80010014 || File already exists
|-
|-
| CELL_AUDIO_ERROR_PORT_NOT_RUN || 0x80310708 || audio port is not run
| DRFP_EFBIG / DFMP_EFBIG || 0x80010020 || File is too big
|-
|-
| CELL_AUDIO_ERROR_TRANS_EVENT || 0x80310709 || trans event error
| DRFP_ENOSPC / DFMP_ENOSPC || 0x80010023 || Space cannot be allocated on disk
|-
|-
| CELL_AUDIO_ERROR_PORT_OPEN || 0x8031070a || error in port open
| DRFP_EROFS / DFMP_EROFS || 0x80010026 || Write access was requested for read-only file system
|-
|-
| CELL_AUDIO_ERROR_SHAREDMEMORY || 0x8031070b || error in shared memory
| DRFP_EACCES / DFMP_EACCES || 0x80010029 || Do not have access rights
|-
|-
| CELL_AUDIO_ERROR_MUTEX || 0x8031070c || error in mutex
| DRFP_EBADF / DFMP_EBADF || 0x8001002a || File descriptor is invalid
|-
|-
| CELL_AUDIO_ERROR_EVENT_QUEUE || 0x8031070d || error in event queue
| DRFP_EIO / DFMP_EIO || 0x8001002b || I/O error
|-
|-
| CELL_AUDIO_ERROR_AUDIOSYSTEM_NOT_FOUND || 0x8031070e ||  
| DRFP_EMFILE / DFMP_EMFILE || 0x8001002c || Maximum number of operable files exceeded
|-
|-
| CELL_AUDIO_ERROR_TAG_NOT_FOUND || 0x8031070f ||  
| DRFP_ENODEV / DFMP_ENODEV / CTRLP_ENODEV || 0x8001002d || Specified device does not exist (or disconnected)
|-
|-
|}
| DRFP_ENOTDIR / DFMP_ENOTDIR || 0x8001002e || Not a directory
 
== VOICE errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_VOICE_ERROR_LIBVOICE_NOT_INIT || 0x80310801 || The libvoice library has not been initialized
| DRFP_EXDEV / DFMP_EXDEV || 0x80010030 || Multiple devices are specified
|-
|-
| CELL_VOICE_ERROR_LIBVOICE_INITIALIZED || 0x80310802 || The libvoice library has already been initialized
| DRFP_ENAMETOOLONG / DFMP_ENAMETOOLONG || 0x80010034 || File pathname is too long
|-
|-
| CELL_VOICE_ERROR_GENERAL || 0x80310803 || Errors that do not belong to any other category
| DRFP_ENOTEMPTY / DFMP_ENOTEMPTY || 0x80010036 || Directory is not empty
|-
|-
| CELL_VOICE_ERROR_PORT_INVALID || 0x80310804 || Invalid port
| DRFP_ENOTSUP / DFMP_EUNSUP / CTRLP_EUNSUP || 0x80010037 || Request is not supported by this device
|-
|-
| CELL_VOICE_ERROR_ARGUMENT_INVALID || 0x80310805 || Invalid argument
| DRFP_ESPECIFIC / DFMP_EFSSPECIFIC || 0x80010038 || Undefined error
|-
|-
| CELL_VOICE_ERROR_CONTAINER_INVALID || 0x80310806 || Invalid container
!colspan="3" | DECI3 Systemcalls errors (libdeci3)
|-
|-
| CELL_VOICE_ERROR_TOPOLOGY || 0x80310807 || Topology error
| SYS_DECI3_EINVAL || 0x80510201 || Invalid parameter
|-
|-
| CELL_VOICE_ERROR_RESOURCE_INSUFFICIENT || 0x80310808 || Insufficient resources
| SYS_DECI3_EBADF || 0x80510202 || Invalid session ID
|-
|-
| CELL_VOICE_ERROR_NOT_IMPLEMENTED || 0x80310809 || Feature not yet implemented
| SYS_DECI3_EALREADYUSE || 0x80510203 || Session is already opened
|-
|-
| CELL_VOICE_ERROR_ADDRESS_INVALID || 0x8031080a || Invalid address
| SYS_DECI3_EMFILE || 0x80510204 || Number of sessions that can be open simultaneously was exceeded
|-
|-
| CELL_VOICE_ERROR_SERVICE_DETACHED || 0x8031080b || System Voice Service is detached
| SYS_DECI3_EPKTSIZE || 0x80510205 || Send data is too large
|-
|-
| CELL_VOICE_ERROR_SERVICE_ATTACHED || 0x8031080c || System Voice Service is attached
| SYS_DECI3_ENOHOSTIF || 0x80510206 || Not connected with host
|-
|-
| CELL_VOICE_ERROR_SERVICE_NOT_FOUND || 0x8031080d || System Voice Service not found
| SYS_DECI3_ENOSPACE || 0x80510207 || Send buffer is full
|-
|-
| CELL_VOICE_ERROR_SHAREDMEMORY || 0x8031080e || Shared memory error
| SYS_DECI3_EPERM || 0x80510208 || Not in a state in which the function can be executed
|-
|-
| CELL_VOICE_ERROR_EVENT_QUEUE || 0x8031080f || Event Queue error
| SYS_DECI3_ENOMEM || 0x80510209 || Not enough memory
|-
|-
| CELL_VOICE_ERROR_SERVICE_HANDLE || 0x80310810 || Invalid System Voice Service Handler
| SYS_DECI3_EBUSY || 0x8051020a || Timeout occurred
|-
|-
| CELL_VOICE_ERROR_EVENT_DISPATCH || 0x80310811 || Voice event dispatch fails
| SYS_DECI3_ENXIO || 0x8051020b || Communication device does not exist
|-
|-
| CELL_VOICE_ERROR_DEVICE_NOT_PRESENT || 0x80310812 || Device was not present
| SYS_DECI3_EFAULT || 0x8051020c || Internal error occurred
|-
|-
|}
!colspan="3" | Dtlib errors
 
== MicIn errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_MICIN_ERROR_ALREADY_INIT || 0x80140101 || already init
| DTLIB_INVALID_TARGETNAME || 50001<!--//5digit shortnumbers are not a typo!//--> || hostname is not valid
|-
|-
| CELL_MICIN_ERROR_SYSTEM<br />CELL_MICIN_ERROR_DEVICE || 0x80140102 || error in device
| DTLIB_INVALID_SOCKET || 50002 || Socket is invalid
|-
|-
| CELL_MICIN_ERROR_NOT_INIT || 0x80140103 || not init
| DTLIB_INVALID_PCK || 50003 || Unknown packet was received, or packet is unrelated to specified deciH
|-
|-
| CELL_MICIN_ERROR_PARAM || 0x80140104 || param error
| DTLIB_INVALID_PERM || 50004 || Specified argument is invalid
|-
|-
| CELL_MICIN_ERROR_PORT_FULL || 0x80140105 || device port is full
| DTLIB_ERROR_READ || 50005 || Read of DECI header failed
|-
|-
| CELL_MICIN_ERROR_ALREADY_OPEN || 0x80140106 || device is already opened
| DTLIB_INVALID_SIZE || 50006 || Packet size of DECI header is invalid
|-
|-
| CELL_MICIN_ERROR_NOT_OPEN || 0x80140107 || device is already closed
| DTLIB_DCMP_INVALHEAD || 50100 || Unsupported DECI header
|-
|-
| CELL_MICIN_ERROR_NOT_RUN || 0x80140108 || device is not running
| DTLIB_DCMP_SYSTEM_OFF || 50101 || System power has dropped
|-
|-
| CELL_MICIN_ERROR_TRANS_EVENT || 0x80140109 || device trans event error
| DTLIB_DCMP_SYSTEM_SUSPENDED || 50102 || System is suspended
|-
|-
| CELL_MICIN_ERROR_OPEN || 0x8014010a || error in open
| DTLIB_DCMP_LPAR_NONE || 50103 || Invalid LPAR
|-
|-
| CELL_MICIN_ERROR_SHAREDMEMORY || 0x8014010b || error in shared memory
| DTLIB_DCMP_LPAR_SUSPENDED || 50104 || LPAR is suspended
|-
|-
| CELL_MICIN_ERROR_MUTEX || 0x8014010c || error in mutex
| DTLIB_DCMP_NOCONNECT || 50105 || DECI3 Manager is not connected
|-
|-
| CELL_MICIN_ERROR_EVENT_QUEUE || 0x8014010d || error in event queue
| DTLIB_DCMP_NOPROTO || 50106 || Invalid protocol number
|-
|-
| CELL_MICIN_ERROR_SYSTEM_NOT_FOUND<br />CELL_MICIN_ERROR_DEVICE_NOT_FOUND || 0x8014010e || device not found
| DTLIB_DCMP_PRIORITY || 50107 || Invalid priority
|-
|-
| CELL_MICIN_ERROR_FATAL || 0x8014010f || generic error
| DTLIB_DCMP_NOSPACE || 50108 || Insufficient memory
|-
|-
| CELL_MICIN_ERROR_SYSTEM_NOT_SUPPORT<br />CELL_MICIN_ERROR_DEVICE_NOT_SUPPORT || 0x80140110 || device is not supported
| DTLIB_DCMP_VERSION || 50110 || Unsupported DECI version
|-
|-
|}
| DTLIB_NETMP_INVAL || 50121 || Invalid request (dtnetm error)
 
== CAMERA errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_CAMERA_ERROR_ALREADY_INIT || 0x80140801 || libcamera was already init
| DTLIB_NETMP_BUSY || 50122 || Another application is already connected using the same protocol, same port, and same priority (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_NOT_INIT || 0x80140803 || libcamera has not been inited
| DTLIB_NETMP_NOTCONNECT || 50123 || Not connected to dtnetm (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_PARAM || 0x80140804 || parameter error
| DTLIB_NETMP_ALREADYCONN || 50124 || Already connected (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_ALREADY_OPEN || 0x80140805 || device is already open
| DTLIB_NETMP_NOMEM || 50125 || Insufficient memory (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_NOT_OPEN || 0x80140806 || device is closed
| DTLIB_NETMP_INVALLPAR || 50126 || Invalid LPAR (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_DEVICE_NOT_FOUND || 0x80140807 || device not found, could be unplugged
| DTLIB_NETMP_INVALPRIORITY || 50127 || Invalid priority (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_DEVICE_DEACTIVATED || 0x80140808 || device was deactivated
| DTLIB_NETMP_INVALPROTO || 50128 || Invalid protocol number (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_NOT_STARTED || 0x80140809 || device is not started
| DTLIB_NETMP_POWER_OFF || 50129 || Target power is off (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_FORMAT_UNKNOWN || 0x8014080a || unknown format passed to Open
| DTLIB_NETMP_NODECI_CONNECT || 50130 || DECI3 Manager is not connected (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_RESOLUTION_UNKNOWN || 0x8014080b || unknown resolution passed to Open
| DTLIB_NETMP_NOREGISTER || 50131 || Not registered (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_BAD_FRAMERATE || 0x8014080c || framerate passed to Open is not supported
| DTLIB_NETMP_ALREADY_REGISTER || 50132 || Already registered (dtnetm error)
|-
|-
| CELL_CAMERA_ERROR_TIMEOUT || 0x8014080d || timeout occurred. function may not have completed
| DTLIB_SOCKET_CLOSE || 50141 || Communication is not possible due to closed socket
|-
|-
| CELL_CAMERA_ERROR_BUSY || 0x8014080e || asynchronous processing error
| DTLIB_WAIT_TIMEOUT || 50142 || Timeout
|-
|-
| CELL_CAMERA_ERROR_FATAL || 0x8014080f || generic internal error
| DTLIB_DONT_CONTINUE || 50143 || Callback routine returned false or communication could not be performed for some other reason.
|-
|-
| CELL_CAMERA_ERROR_MUTEX || 0x80140810 || mutex error
| DTLIB_TOO_BIG_PACKET || 50201 || Size of data to be sent is larger than 64KB
|-
|-
|}
|}


== MicIn DSP errors ==
== FIOS 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_MICIN_ERROR_DSP || 0x80140200 || generic error
| CELL_FIOS_ERROR_INPROGRESS || 0x80010701 || I/O is in progress.
|-
| CELL_FIOS_ERROR_UNKNOWNCALLBACKEVENT || 0x80010702 || Callback return code: event was not handled.
|-
| CELL_FIOS_ERROR_NOTREADY || 0x80010703 || Callback return code: no buffer ready yet, try again later.
|-
| CELL_FIOS_ERROR_TIMEOUT || 0x80010704 || The deadline has been reached while waiting on an operation, and the I/O has not completed yet.
|-
| CELL_FIOS_ERROR_BADPATH || 0x80010705 || Bad path argument, or file not found.
|-
|-
| CELL_MICIN_ERROR_DSP_ASSERT || 0x80140201 || assertion failure
| CELL_FIOS_ERROR_BADHANDLE || 0x80010706 || Bad filehandle argument.
|-
|-
| CELL_MICIN_ERROR_DSP_PATH || 0x80140202 || Path is wrong in file system
| CELL_FIOS_ERROR_BADPARAM || 0x80010707 || Bad parameter (invalid or illegal).
|-
|-
| CELL_MICIN_ERROR_DSP_FILE || 0x80140203 || File is with corruption
| CELL_FIOS_ERROR_CANCELLED || 0x80010708 || Operation was cancelled.
|-
|-
| CELL_MICIN_ERROR_DSP_PARAM || 0x80140204 || called function arg/param is bad
| CELL_FIOS_ERROR_EOF || 0x80010709 || End-of-file was reached during a read; some data may have been returned prior to the EOF. Check the actual bytes transferred.
|-
|-
| CELL_MICIN_ERROR_DSP_MEMALLOC || 0x80140205 || insufficient memory
| CELL_FIOS_ERROR_NOMEM || 0x8001070A || Out of memory.
|-
|-
| CELL_MICIN_ERROR_DSP_POINTER || 0x80140206 || Bad pointer to invalid memory addr
| CELL_FIOS_ERROR_BADOFFSET || 0x8001070B || Bad offset during seek.
|-
|-
| CELL_MICIN_ERROR_DSP_FUNC || 0x80140207 || unsupported function
| CELL_FIOS_ERROR_BADCALLBACK || 0x8001070C || Callback was NULL when it shouldn't have been.
|-
|-
| CELL_MICIN_ERROR_DSP_MEM || 0x80140208 || bad memory region
| CELL_FIOS_ERROR_PLATFORM || 0x8001070D || Some platform-specific error occurred that is not enumerated here (for example, too many open files).
|-
|-
| CELL_MICIN_ERROR_DSP_ALIGN16 || 0x80140209 || bad memory alignment in 16 bytes
| CELL_FIOS_ERROR_ACCESS || 0x8001070E || Access was denied, you don't have appropriate security permission.
|-
|-
| CELL_MICIN_ERROR_DSP_ALIGN128 || 0x8014020a || bad memory alignment in 128 bytes
| CELL_FIOS_ERROR_DECOMPRESSION || 0x8001070F || Decompression failed.
|-
|-
| CELL_MICIN_ERROR_DSP_EAALIGN128 || 0x8014020b || bad effective address(EA) alignment in 128 bytes
| CELL_FIOS_ERROR_READONLY || 0x80010710 || Write not supported by media or file access permissions.
|-
|-
| CELL_MICIN_ERROR_DSP_LIB_HANDLER || 0x80140216 || invalid dsp library handler, mostly memory corruption
| CELL_FIOS_ERROR_NOBLOCK || 0x80010711 || Block APIs not supported by media.
|-
|-
| CELL_MICIN_ERROR_DSP_LIB_INPARAM || 0x80140217 || unrecognized input parameter to dsp library API
| CELL_FIOS_ERROR_NOPATH || 0x80010712 || Path APIs not supported by media.
|-
|-
| CELL_MICIN_ERROR_DSP_LIB_NOSPU || 0x80140218 || failure to communicate with SPU side dsp library
| CELL_FIOS_ERROR_MEDIAGONE || 0x80010713 || Media is no longer mounted. When this error code is returned in a mediacallback_proc, FIOS will not retry any I/O and will cancel all I/O to the corresponding media.
|-
|-
| CELL_MICIN_ERROR_DSP_LIB_SAMPRATE || 0x80140219 || this sampling rate is not supported by dsp library
| CELL_FIOS_ERROR_CANTIMMED || 0x80010714 || An operation had kOPF_IMMED set but I/O was required.
|-
|-
|}
|}


== Face Recognition errors ==
== CXML 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_FACE_ERROR_IMG_WIDTH_LIMIT || 0x80140901 || Width or data width of the input image is outside the valid range
| RESULT_ERROR_CANT_OPEN || 0x80550001 || File could not be opened
|-
| RESULT_ERROR_CANT_READ || 0x80550002 || Could not read from file or buffer
|-
| RESULT_ERROR_CANT_WRITE || 0x80550003 || Could not write to file or buffer
|-
|-
| CELL_FACE_ERROR_IMG_WIDTH_ALIGN || 0x80140902 || Data width of the input image is not a multiple of 16
| RESULT_ERROR_CANT_SEEK || 0x80550004 || Could not set read position in file or buffer
|-
|-
| CELL_FACE_ERROR_INVALID_EA || 0x80140903 || Specified pointer is not valid (Not aligned, or NULL)
| RESULT_ERROR_CANT_ALLOC || 0x80550005 || Memory allocation failed
|-
|-
| CELL_FACE_ERROR_INVALID_PARAM || 0x80140904 || Specified parameter is not valid
| RESULT_ERROR_FORMAT || 0x80550006 || Incorrect file format
|-
|-
| CELL_FACE_ERROR_INVALID_WORK || 0x80140905 || Invalid work area
| RESULT_ERROR_VERSION || 0x80550007 || Incorrect file version
|-
|-
| CELL_FACE_ERROR_INVALID_DICT || 0x80140906 || Invalid dictionary data
| RESULT_ERROR_INVALID_NODE || 0x80550008 || Access to invalid node (Element, Attribute, File)
|-
|-
| CELL_FACE_ERROR_OUT_OF_BOUNDS || 0x80140907 || Face area is outside the input image area
| RESULT_ERROR_NOT_ENOUGH_BUF || 0x80550009 || Buffer size is not large enough
|-
|-
| CELL_FACE_ERROR_NON_FRONTAL || 0x80140908 || Angle of face area is outside the range
| RESULT_ERROR_ACCESS_MODE || 0x80550010 || Operation forbidden in current access mode
|-
|-
| CELL_FACE_ERROR_TOO_SMALL || 0x80140909 || Face area is too small
| RESULT_ERROR_NOT_EXIST || 0x80550011 || Does not exist
|-
|-
| CELL_FACE_ERROR_PARTS_MISSING || 0x8014090a || One or more parts could not be detected
| RESULT_ERROR_TYPE || 0x80550012 || Incorrect attribute type
|-
|-
| CELL_FACE_ERROR_NO_MEMORY || 0x8014090b || Not enough memory
| RESULT_ERROR_CANT_MODIFY || 0x80550013 || Cannot modify
|-
|-
| CELL_FACE_ERROR_DMA_TAG || 0x8014090c || Problem with the specified DMA tag numbers
| RESULT_ERROR_NO_ALLOCATOR || 0x80550014 || Allocator is not registered
|-
|-
|}
|}


== Head Tracker errors ==
== SPASM errors/warnings ==
{| 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_HEAD_TRACKER_ERROR_INVAL || 0x80140a01 || Value of argument is invalid
!colspan="3" | SPU Assembly Preprocessor errors (spasm)
|-
|-
| CELL_HEAD_TRACKER_ERROR_ALIGN || 0x80140a02 || Address alignment of argument is invalid
| || 0x1000 || An identifier defined as a label is being used in a place where a variable is expected.
|-
|-
| CELL_HEAD_TRACKER_ERROR_NOMEM || 0x80140a03 || Not enough memory for this operation
| || 0x1001 || An identifier defined as a variable is being used in a place where a label is expected.
|-
|-
| CELL_HEAD_TRACKER_ERROR_CALIB_FAIL || 0x80140a04 || Calibration failed
| || 0x1002 || A label with the same name is multiply defined.
|-
|-
| CELL_HEAD_TRACKER_ERROR_CALIB_INCOMPLETE || 0x80140a05 || Calibration is incomplete
| || 0x1003 || An invalid form operand was used where a d-form instruction operand of the form offset(baseVar) was expected.
|-
|-
|}
| || 0x1004 || A variable is used before initialization.
 
== Face Tracker errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_FACE_TRACKER_ERROR_BASE              || 0x80140940||  
| || 0x1005 || There are insufficient temporary registers to compile the program. Define extra temporary registers or alter the code to use fewer registers.
|-
|-
| CELL_FACE_TRACKER_ERROR_INVALID_WORKAREA  || 0x80140941||  
| || 0x1006 || Code contains an unrecognized instruction pattern.
|-
|-
| CELL_FACE_TRACKER_ERROR_WORKAREA_ALIGN    || 0x80140942||  
| || 0x1007 || Code contains an unrecognized SPASM directive.
|-
|-
| CELL_FACE_TRACKER_ERROR_ROWSTRIDE_ALIGN  || 0x80140943||  
| || 0x1008 || Code contains an unrecognized SPASM prag directive.
|-
|-
| CELL_FACE_TRACKER_ERROR_SHORT_WORKSIZE    || 0x80140944||  
| || 0x1009 || Code contains an invalid label identifier such as a zero-length label.
|-
| || 0x1010 || A variable identifier is expected in this instruction pattern.
|-
| || 0x1011 || Code contains nested --function directives.
|-
| || 0x1012 || Code contains an --endfunction directive without a matching --function directive.
|-
| || 0x1020 || Code uses an unrecognized data type.
|-
!colspan="3" | SPU Assembly Preprocessor warnings (spasm)
|-
|-
| CELL_FACE_TRACKER_ERROR_IMAGE_WIDTH_LIMIT || 0x80140945||  
| || 0x4000 || A variable may be used before initialization.
|-
|-
| CELL_FACE_TRACKER_ERROR_INVALID_PARAM    || 0x80140946||  
| || 0x4001 || Code contains an undefined label. It is assumed to be an external symbol.
|-
|-
| CELL_FACE_TRACKER_ERROR_FACEID_FULL      || 0x80140947||  
| || 0x4002 || Code is unreachable and will be deleted from the final program.
|-
|-
| CELL_FACE_TRACKER_ERROR_FACEID_NOT_EXIST  || 0x80140948||  
| || 0x4003 || Code uses an undefined target label. It is assumed to be an external symbol.
|-
|-
| CELL_FACE_TRACKER_ERROR_NOT_INITIALIZED  || 0x80140949||  
| || 0x4004 || Code is unreachable due to a missing label.
|-
|-
| CELL_FACE_TRACKER_ERROR_INVALID_TIMING    || 0x8014094a||  
| || 0x4005 || Code contains a dependency on an undefined name.
|-
|-
| CELL_FACE_TRACKER_ERROR_ALREADY_INITIALIZED || 0x8014094b||  
| || 0x4006 || Dead code was removed from the final program.
|-
|-
|}
|}


== Debug errors ==
== Game Content Utility errors ==
<!--// aka sysutil_game errors //-->
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| 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" | Debug errors (libdbg)
| CELL_GAME_RET_OK || || Normal termination
|-
|-
| CELL_DBG_EINVAL || 0x80510002 || Specified argument is invalid
| CELL_GAME_RET_CANCEL || || Processing has been canceled
|-
|-
| CELL_DBG_EABORT || 0x8051000C || Processing has been aborted because of an abnormal state
| CELL_GAME_RET_NONE || || The specified game content does not exist
|-
|-
| CELL_DBG_ENULL || 0x8051000E || The pointer specified in the argument is NULL
| || 0x8002cb01 || System software needs to be updated
|-
|-
!colspan="3" | Debug Font errors (libdbgfont)  
| CELL_GAME_ERROR_NOTFOUND || 0x8002cb04 || The specified game content or file cannot be found (application bug)
|-
|-
| CELL_DBGFONT_ERROR_MALLOC || 0x80510104 || Allocation of main memory failed
| CELL_GAME_ERROR_BROKEN || 0x8002cb05 || The specified game content is corrupted
|-
|-
| CELL_DBGFONT_ERROR_TEMP_BUFFER || 0x80510105 || Internal buffer for printf functions overflowed
| CELL_GAME_ERROR_INTERNAL || 0x8002cb06 || Fatal error occurred in the utility
|-
|-
| CELL_DBGFONT_ERROR_LABEL_BUFFER || 0x80510106 || Label buffer space not enough
| CELL_GAME_ERROR_PARAM || 0x8002cb07 || There is an error in the argument (application bug)
|-
|-
| CELL_DBGFONT_ERROR_PARAM || 0x80510107 || Inappropriate argument value
| CELL_GAME_ERROR_NOAPP || 0x8002cb08 || The target application does not exist
|-
|-
| CELL_DBGFONT_ERROR_EXISTS || 0x80510108 || Library initialization attempted twice
| CELL_GAME_ERROR_ACCESS_ERROR || 0x8002cb09 || HDD access error
|-
|-
| CELL_DBGFONT_ERROR_NOT_INIT || 0x80510109 || Library not initialized
| CELL_GAME_ERROR_NOSPACE || 0x8002cb20 || Insufficient space on the HDD (application bug)
|-
|-
| CELL_DBGFONT_ERROR_CG_PROFILE || 0x8051010a || Cg profile not supported
| CELL_GAME_ERROR_NOTSUPPORTED || 0x8002cb21 || Operation is not supported (debugger)
|-
|-
| CELL_DBGFONT_ERROR_CONSOLE_ID || 0x80510111 || Inappropriate console ID
| CELL_GAME_ERROR_FAILURE || 0x8002cb22 || Calling order is invalid (application bug)
|-
|-
| CELL_DBGFONT_ERROR_CONSOLE_FULL || 0x80510112 || No free console
| CELL_GAME_ERROR_BUSY || 0x8002cb23 || The call of an access preparing function was repeated
|-
|-
!colspan="3" | Debug RSX errors (libdbgrsx)
| CELL_GAME_ERROR_IN_SHUTDOWN || 0x8002cb24 || Processing cannot be executed because application termination is being processed
|-
|-
| CELL_DBG_RSX_ERROR_FAILURE || || RSX function fails
| CELL_GAME_ERROR_INVALID_ID || 0x8002cb25 || A specified ID is invalid (application bug)
|-
|-
| CELL_DBG_RSX_ERROR_INVALID_VALUE || || Invalid Value (data is NULL, or not a multiple of 64)
| CELL_GAME_ERROR_EXIST || 0x8002cb26 || Content specified already exists
|-
|-
| CELL_DBG_RSX_ERROR_INVALID_ENUM || || Invalid enum value
| CELL_GAME_ERROR_NOTPATCH || 0x8002cb27 || Not booted from a patch
|-
|-
!colspan="3" | Debug LV2 errors (liblv2dbg)  
| CELL_GAME_ERROR_INVALID_THEME_FILE || 0x8002cb28 || Invalid format for theme file(application bug)
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDPROCESSID || 0x80010401 ||  
| CELL_GAME_ERROR_BOOTPATH || 0x8002cb50 || Pathname of booted program file is too long (>128b)
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADID || 0x80010402 ||  
|}
 
== System Cache Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_LV2DBG_ERROR_DEILLEGALREGISTERTYPE || 0x80010403 ||  
| CELL_SYSCACHE_RET_OK_CLEARED || || Normal termination. Cache was cleared
|-
|-
| CELL_LV2DBG_ERROR_DEILLEGALREGISTERNUMBER || 0x80010404 ||  
| CELL_SYSCACHE_RET_OK_RELAYED || || Normal termination. Cache became usable in the same state as the previous usage
|-
|-
| CELL_LV2DBG_ERROR_DEILLEGALTHREADSTATE || 0x80010405 ||  
| CELL_SYSCACHE_ERROR_ACCESS_ERROR || || HDD access error
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDEFFECTIVEADDRESS || 0x80010406 ||  
| CELL_SYSCACHE_ERROR_INTERNAL || || Fatal internal error
|-
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDPROCESSID || 0x80010407 ||  
| CELL_SYSCACHE_ERROR_PARAM || || Error in argument (problem with the application)
|-
|-
| CELL_LV2DBG_ERROR_DENOMEM || 0x80010408 ||  
| CELL_SYSCACHE_ERROR_NOTMOUNTED || || System cache is not in the usable state
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDARGUMENTS || 0x80010409 ||  
|}
 
== Ftp Service events ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDFILE || 0x8001040a ||  
| CELL_FTP_SERVICE_EVENT_FATAL || || The service has terminated due to a fatal error
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDFILETYPE || 0x8001040b ||  
| CELL_FTP_SERVICE_EVENT_STARTED || || The local FTP service has started successfully
|-
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDTHREADID || 0x8001040c ||  
| CELL_FTP_SERVICE_EVENT_STOPPED || || The local FTP service has been gracefully shut down, not forcefully terminated
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADSTATUS || 0x8001040d ||  
| CELL_FTP_SERVICE_EVENT_CLIENT_CONNECTED || || A new connection request has been received and processed
|-
|-
| CELL_LV2DBG_ERROR_DENOAVAILABLEPROCESSID || 0x8001040e ||  
| CELL_FTP_SERVICE_EVENT_CLIENT_DISCONNECTED || || An existing connection has been closed
|-
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDEVENTHANDLER || 0x8001040f ||  
| CELL_FTP_SERVICE_EVENT_SHUTDOWN || || Service has received the remote shutdown command and has shut down
|-
|-
| CELL_LV2DBG_ERROR_DESPNOROOM || 0x80010410 ||  
|}
 
== File System errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_LV2DBG_ERROR_DESPNOTFOUND || 0x80010411 ||  
| CELL_FS_SUCCEEDED || || Normal termination
|-
|-
| CELL_LV2DBG_ERROR_DESPINPROCESS || 0x80010412 ||  
| CELL_FS_ENOTMOUNTED || || File system corresponding to path is not mounted
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDPRIMARYSPUTHREADID || 0x80010413 ||  
| CELL_FS_ENOENT || || The file specified by path does not exist
|-
|-
| CELL_LV2DBG_ERROR_DETHREADSTATEISNOTSTOPPED || 0x80010414 ||  
| CELL_FS_EINVAL || || The specified path or extended argument is invalid
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADTYPE || 0x80010415 ||  
| CELL_FS_EMFILE || || The number of file descriptors that can be opened at the same time has reached the maximum
|-
|-
| CELL_LV2DBG_ERROR_DECONTINUEFAILED || 0x80010416 ||  
| CELL_FS_EISDIR || || The specified path is a directory
|-
|-
| CELL_LV2DBG_ERROR_DESTOPFAILED || 0x80010417 ||  
| CELL_FS_EIO || || I/O error has occurred
|-
|-
| CELL_LV2DBG_ERROR_DENOEXCEPTION || 0x80010418 ||  
| CELL_FS_ENOMEM || || Memory is insufficient
|-
|-
| CELL_LV2DBG_ERROR_DENOMOREEVENTQUE || 0x80010419 ||  
| CELL_FS_ENOTDIR || || Components in path contain something other than a directory
|-
|-
| CELL_LV2DBG_ERROR_DEEVENTQUENOTCREATED || 0x8001041a ||  
| CELL_FS_ENAMETOOLONG || || path or components in path exceed the maximum length
|-
|-
| CELL_LV2DBG_ERROR_DEEVENTQUEOVERFLOWED || 0x8001041b ||  
| CELL_FS_EFSSPECIFIC || || File system specific internal error has occurred
|-
|-
| CELL_LV2DBG_ERROR_DENOTIMPLEMENTED || 0x8001041c ||  
| CELL_FS_EFAULT || || When size is not 0, a NULL pointer is specified in arg. path or fd is NULL
|-
|-
| CELL_LV2DBG_ERROR_DEQUENOTREGISTERED || 0x8001041d ||  
| CELL_FS_EPERM || || Permission is invalid
|-
|-
| CELL_LV2DBG_ERROR_DENOMOREEVENTPROCESS || 0x8001041e ||  
| CELL_FS_EACCES || || Permission is invalid (Only CFS, FAT and HOSTFS)
|-
|-
| CELL_LV2DBG_ERROR_DEPROCESSNOTREGISTERED || 0x8001041f ||  
| CELL_FS_EEXIST || || When the specified file exists, CELL_FS_O_CREAT and CELL_FS_O_EXCL are specified
|-
|-
| CELL_LV2DBG_ERROR_DEEVENTDISCARDED || 0x80010420 ||  
| CELL_FS_ENOSPC || || When CELL_FS_O_CREAT is specified in flags and the file does not exist, there is no area to create a new file
|-
|-
| CELL_LV2DBG_ERROR_DENOMORESYNCID || 0x80010421 ||  
| CELL_FS_EROFS || || When CELL_FS_O_CREAT is specified in flags and the file does not exist, the directory in which it is to be created does not permit writing (Only CFS (SYS_DEV_HDD1) and FAT)
|-
|-
| CELL_LV2DBG_ERROR_DESYNCIDALREADYADDED || 0x80010422 ||  
| CELL_FS_ENOTMSELF || || A file other than the MSELF file is specified in path, and either CELL_FS_O_MSELF or CELL_FS_O_RDONLY/CELL_FS_O_MSELF is specified in flags
|-
|-
| CELL_LV2DBG_ERROR_DESYNCIDNOTFOUND || 0x80010423 ||  
|}
 
== Cg Compiler errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_LV2DBG_ERROR_DESYNCIDNOTACQUIRED || 0x80010424 ||  
| SCECGC_OK || 0 || Compilation successful.
|-
|-
| CELL_LV2DBG_ERROR_DEPROCESSALREADYREGISTERED || 0x80010425 ||  
| SCECGC_ERROR_NO_IHANDLER || -6 || includeHandler is not specified.
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDLSADDRESS || 0x80010426 ||  
| SCECGC_ERROR_NO_PROGRAM || -5 || Program source not found.
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDOPERATION || 0x80010427 ||  
| SCECGC_ERROR_CANT_OPEN_FILE || -4 || Unable to open file.
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDMODULEID || 0x80010428 ||  
| SCECGC_ERROR_BAD_ALLOC || -3 || Memory allocation failure.
|-
|-
| CELL_LV2DBG_ERROR_DEHANDLERALREADYREGISTERED || 0x80010429 ||  
| SCECGC_ERROR_INVALID_OPTION || -2 || Invalid option.
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDHANDLER || 0x8001042a ||
| SCECGC_ERROR_UNEXPECTED || -1 || Unexpected failure.
|-
| CELL_LV2DBG_ERROR_DEHANDLENOTREGISTERED || 0x8001042b ||
|-
| CELL_LV2DBG_ERROR_DEOPERATIONDENIED || 0x8001042c ||
|-
| CELL_LV2DBG_ERROR_DEHANDLERNOTINITIALIZED || 0x8001042d ||
|-
| CELL_LV2DBG_ERROR_DEHANDLERALREADYINITIALIZED || 0x8001042e ||
|-
| CELL_LV2DBG_ERROR_DEILLEGALCOREDUMPPARAMETER || 0x8001042f ||  
|-
|-
|}
|}


== DECI3 errors ==
== GCM 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" | DECI3 Remote File Protocol / File Management Protocol / Controller Protocol errors (drfp/dfmp/ctrlp)
!colspan="3" | GCM errors
|-
|-
| DRFP_EINVAL / DFMP_EINVAL / CTRLP_EINVAL || 0x80010002 || Argument is invalid (Invalid packet, e.g. controller information has been sent when its playback was not being processed)
| CELL_GCM_ERROR_NO_IO_PAGE_TABLE || 0x80210001 ||  
|-
|-
| DRFP_ENOMEM / DFMP_ENOMEM / CTRLP_ENOMEM || 0x80010004 || Not enough memory
| CELL_GCM_ERROR_INVALID_ENUM || 0x80210002 ||  
|-
|-
| DRFP_ENOENT / DFMP_ENOENT || 0x80010006 || File could not be found, or filename is invalid
| CELL_GCM_ERROR_INVALID_VALUE || 0x80210003 ||  
|-
|-
| DRFP_EBUSY / DFMP_EBUSY / CTRLP_EBUSY || 0x8001000a || Already open (or already recording or playing)
| CELL_GCM_ERROR_INVALID_ALIGNMENT || 0x80210004 ||  
|-
|-
| DRFP_EISDIR / DFMP_EISDIR || 0x80010012 || Is a directory
| CELL_GCM_ERROR_ADDRESS_OVERWRAP || 0x80210005 ||  
|-
|-
| DRFP_EEXIST / DFMP_EEXIST || 0x80010014 || File already exists
| CELL_GCM_ERROR_EINVAL || ||  
|-
|-
| DRFP_EFBIG / DFMP_EFBIG || 0x80010020 || File is too big
| CELL_GCM_ERROR_FAILURE || 0x802100ff ||  
|-
|-
| DRFP_ENOSPC / DFMP_ENOSPC || 0x80010023 || Space cannot be allocated on disk
!colspan="3" | GCM Method Check errors
|-
|-
| DRFP_EROFS / DFMP_EROFS || 0x80010026 || Write access was requested for read-only file system
| CELL_GCM_METHOD_CHECK_OK || || Normal termination (no problem found)
|-
|-
| DRFP_EACCES / DFMP_EACCES || 0x80010029 || Do not have access rights
| CELL_GCM_METHOD_CHECK_ERROR_JUMP || || jump command was included
|-
|-
| DRFP_EBADF / DFMP_EBADF || 0x8001002a || File descriptor is invalid
| CELL_GCM_METHOD_CHECK_ERROR_RETURN || || return command was included
|-
|-
| DRFP_EIO / DFMP_EIO || 0x8001002b || I/O error
| CELL_GCM_METHOD_CHECK_ERROR_CALL || || call command was included
|-
|-
| DRFP_EMFILE / DFMP_EMFILE || 0x8001002c || Maximum number of operable files exceeded
| CELL_GCM_METHOD_CHECK_ERROR_OTHER || || A command that is not of the method format was included
|-
|-
| DRFP_ENODEV / DFMP_ENODEV / CTRLP_ENODEV || 0x8001002d || Specified device does not exist (or disconnected)
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_UNCLOSED || || At the end of the check target, the method count in the method header does not match the number of data included
|-
|-
| DRFP_ENOTDIR / DFMP_ENOTDIR || 0x8001002e || Not a directory
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INVALID_ADDRESS || || Method address is invalid (an unusable method address is being used)
|-
|-
| DRFP_EXDEV / DFMP_EXDEV || 0x80010030 || Multiple devices are specified
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INCORRECT_DATA || || Method data is not appropriate for the method address
|-
|-
| DRFP_ENAMETOOLONG / DFMP_ENAMETOOLONG || 0x80010034 || File pathname is too long
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_NOP_NOT_DELIVER || || NOP is used in an un-provided format
|-
|-
| DRFP_ENOTEMPTY / DFMP_ENOTEMPTY || 0x80010036 || Directory is not empty
| CELL_GCM_METHOD_CHECK_ERROR_ETC || || Other error (unexpected state entered)
|-
|-
| DRFP_ENOTSUP / DFMP_EUNSUP / CTRLP_EUNSUP || 0x80010037 || Request is not supported by this device
|}
 
== Resizer errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| DRFP_ESPECIFIC / DFMP_EFSSPECIFIC || 0x80010038 || Undefined error
| CELL_RESC_ERROR_NOT_INITIALIZED || 0x80210301 || libresc has not been initialized
|-
|-
!colspan="3" | DECI3 Systemcalls errors (libdeci3)
| CELL_RESC_ERROR_REINITIALIZED || 0x80210302 || libresc initialization has been attempted when libresc has already been initialized
|-
|-
| SYS_DECI3_EINVAL<br />CELL_DEBUG_ERROR_INVAL || 0x80510201 || Invalid parameter
| CELL_RESC_ERROR_BAD_ALIGNMENT || 0x80210303 || Invalid alignment
|-
|-
| SYS_DECI3_EBADF<br />CELL_DEBUG_ERROR_BADF || 0x80510202 || Invalid session ID
| CELL_RESC_ERROR_BAD_ARGUMENT || 0x80210304 || Invalid argument value
|-
|-
| SYS_DECI3_EALREADYUSE<br />CELL_DEBUG_ERROR_ALREADYUSE || 0x80510203 || Session is already opened
| CELL_RESC_ERROR_LESS_MEMORY || 0x80210305 || Insufficient main memory
|-
|-
| SYS_DECI3_EMFILE<br />CELL_DEBUG_ERROR_MFILE || 0x80510204 || Number of sessions that can be open simultaneously was exceeded
| CELL_RESC_ERROR_GCM_FLIP_QUE_FULL || 0x80210306 || The queue used internally by cellGcmSetPrepareFlip() or cellGcmSetFlipImmediate() is full, or an internal libresc queue overflowed
|-
|-
| SYS_DECI3_EPKTSIZE<br />CELL_DEBUG_ERROR_PKTSIZE || 0x80510205 || Send data is too large
| CELL_RESC_ERROR_BAD_COMBINATION || 0x80210307 || Invalid value was set for combination of function and structure, or the order of function calls was incorrect
|-
|-
| SYS_DECI3_ENOHOSTIF<br />CELL_DEBUG_ERROR_NOHOSTIF || 0x80510206 || Not connected with host
|}
 
== DBG_RSX errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| SYS_DECI3_ENOSPACE<br />CELL_DEBUG_ERROR_NOSPACE || 0x80510207 || Send buffer is full
| CELL_DBG_RSX_ERROR_INVALID_ENUM || 0x80210501 ||  
|-
|-
| SYS_DECI3_EPERM<br />CELL_DEBUG_ERROR_PERM || 0x80510208 || Not in a state in which the function can be executed
| CELL_DBG_RSX_ERROR_INVALID_VALUE || 0x80210502 ||  
|-
|-
| SYS_DECI3_ENOMEM<br />CELL_DEBUG_ERROR_NOMEM || 0x80510209 || Not enough memory
| CELL_DBG_RSX_ERROR_INVALID_ALIGNMENT || 0x80210503 ||  
|-
|-
| SYS_DECI3_EBUSY<br />CELL_DEBUG_ERROR_BUSY || 0x8051020a || Timeout occurred
| CELL_DBG_RSX_ERROR_FAILURE || 0x802105ff ||  
|-
|-
| SYS_DECI3_ENXIO<br />CELL_DEBUG_ERROR_NXIO || 0x8051020b || Communication device does not exist
|}
 
== NVShaderPerf errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| SYS_DECI3_EFAULT<br />CELL_DEBUG_ERROR_FAULT || 0x8051020c || Internal error occurred
| SCESP_OK || 0 || Normal termination
|-
|-
!colspan="3" | Dtlib errors
| SCESP_ERROR_UNKNOWN || -5 || Unknown error
|-
|-
| DTLIB_INVALID_TARGETNAME || 50001<!--//5digit shortnumbers are not a typo!//--> || hostname is not valid
| SCESP_ERROR_PATH_NOT_FOUND || -4 || Registry settings cannot be found (reinstall NVShaderPerf)
|-
|-
| DTLIB_INVALID_SOCKET || 50002 || Socket is invalid
| SCESP_ERROR_LIBRARY_NOT_FOUND || -2 || NVIDIA dll cannot be found (reinstall NVShaderPerf)
|-
|-
| DTLIB_INVALID_PCK || 50003 || Unknown packet was received, or packet is unrelated to specified deciH
| SCESP_ERROR_NVSP_INIT || -1 || Error upon NVIDIA dll initialization
|-
|-
| DTLIB_INVALID_PERM || 50004 || Specified argument is invalid
| SCESP_ERROR_NVSP_INTERNAL || 2 || Internal error of NVIDIA dll
|-
|-
| DTLIB_ERROR_READ || 50005 || Read of DECI header failed
| SCESP_ERROR_BAD_ARGUMENTS || 4 || Content of the option array is incorrect
|-
|-
| DTLIB_INVALID_SIZE || 50006 || Packet size of DECI header is invalid
| SCESP_ERROR_FILE_NOT_FOUND || 6 || Input file cannot be found
|-
|-
| DTLIB_DCMP_INVALHEAD || 50100 || Unsupported DECI header
| SCESP_ERROR_SHADER_TYPE_UNSUPPORTED || 7 || The passed shader type is not supported
|-
|-
| DTLIB_DCMP_SYSTEM_OFF || 50101 || System power has dropped
| SCESP_ERROR_FAILURE_OPENING_OUTPUT_FILE || 10 || The output file could not be properly opened
|-
|-
| DTLIB_DCMP_SYSTEM_SUSPENDED || 50102 || System is suspended
| SCESP_ERROR_CGBIN_FILE_INVALID || 16 || Cg binary format is invalid, or the version is misaligned
|-
|-
| DTLIB_DCMP_LPAR_NONE || 50103 || Invalid LPAR
| SCESP_ERROR_SIMULATION_ERROR || 17 || Error occurred in the RSX simulator
|-
|-
| DTLIB_DCMP_LPAR_SUSPENDED || 50104 || LPAR is suspended
| SCESP_ERROR_ENUMERATION_ENDED_EARLY || 18 || Error occurred at the front-end of NVIDIA dll
|-
|-
| DTLIB_DCMP_NOCONNECT || 50105 || DECI3 Manager is not connected
|}
 
== Font errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| DTLIB_DCMP_NOPROTO || 50106 || Invalid protocol number
| CELL_FONT_ERROR_FATAL || 0x80540001 || Fatal error
|-
|-
| DTLIB_DCMP_PRIORITY || 50107 || Invalid priority
| CELL_FONT_ERROR_INVALID_PARAMETER || 0x80540002 || Object specified as argument is invalid
|-
|-
| DTLIB_DCMP_NOSPACE || 50108 || Insufficient memory
| CELL_FONT_ERROR_UNINITIALIZED || 0x80540003 || Uninitialized object was used
|-
|-
| DTLIB_DCMP_VERSION || 50110 || Unsupported DECI version
| CELL_FONT_ERROR_INITIALIZE_FAILED || 0x80540004 || Initialization failed
|-
|-
| DTLIB_NETMP_INVAL || 50121 || Invalid request (dtnetm error)
| CELL_FONT_ERROR_INVALID_CACHE_BUFFER || 0x80540005 || Invalid cache buffer specified
|-
|-
| DTLIB_NETMP_BUSY || 50122 || Another application is already connected using the same protocol, same port, and same priority (dtnetm error)
| CELL_FONT_ERROR_ALREADY_INITIALIZED || 0x80540006 || Already initialized
|-
|-
| DTLIB_NETMP_NOTCONNECT || 50123 || Not connected to dtnetm (dtnetm error)
| CELL_FONT_ERROR_ALLOCATION_FAILED || 0x80540007 || Memory could not be allocated
|-
|-
| DTLIB_NETMP_ALREADYCONN || 50124 || Already connected (dtnetm error)
| CELL_FONT_ERROR_NO_SUPPORT_FONTSET || 0x80540008 || Unsupported font set
|-
|-
| DTLIB_NETMP_NOMEM || 50125 || Insufficient memory (dtnetm error)
| CELL_FONT_ERROR_OPEN_FAILED || 0x80540009 || Internal open process failed
|-
|-
| DTLIB_NETMP_INVALLPAR || 50126 || Invalid LPAR (dtnetm error)
| CELL_FONT_ERROR_READ_FAILED || 0x8054000a || Internal read process failed
|-
|-
| DTLIB_NETMP_INVALPRIORITY || 50127 || Invalid priority (dtnetm error)
| CELL_FONT_ERROR_FONT_OPEN_FAILED || 0x8054000b || Could not open font
|-
|-
| DTLIB_NETMP_INVALPROTO || 50128 || Invalid protocol number (dtnetm error)
| CELL_FONT_ERROR_FONT_NOT_FOUND || 0x8054000c || Font could not be found
|-
|-
| DTLIB_NETMP_POWER_OFF || 50129 || Target power is off (dtnetm error)
| CELL_FONT_ERROR_FONT_OPEN_MAX || 0x8054000d || Maximum number of fonts already open
|-
|-
| DTLIB_NETMP_NODECI_CONNECT || 50130 || DECI3 Manager is not connected (dtnetm error)
| CELL_FONT_ERROR_FONT_CLOSE_FAILED || 0x8054000e || Could not close font
|-
|-
| DTLIB_NETMP_NOREGISTER || 50131 || Not registered (dtnetm error)
| CELL_FONT_ERROR_ALREADY_OPENED || 0x8054000f || A font is already opened
|-
|-
| DTLIB_NETMP_ALREADY_REGISTER || 50132 || Already registered (dtnetm error)
| CELL_FONT_ERROR_NO_SUPPORT_FUNCTION || 0x80540010 || Unsupported function
|-
|-
| DTLIB_SOCKET_CLOSE || 50141 || Communication is not possible due to closed socket
| CELL_FONT_ERROR_NO_SUPPORT_CODE || 0x80540011 || Specified character code is not supported
|-
|-
| DTLIB_WAIT_TIMEOUT || 50142 || Timeout
| CELL_FONT_ERROR_NO_SUPPORT_GLYPH || 0x80540012 || Glyph could not be found
|-
|-
| DTLIB_DONT_CONTINUE || 50143 || Callback routine returned false or communication could not be performed for some other reason.
| CELL_FONT_ERROR_BUFFER_SIZE_NOT_ENOUGH || 0x80540016 || Size of the specified buffer is not enough
|-
|-
| DTLIB_TOO_BIG_PACKET || 50201 || Size of data to be sent is larger than 64KB
| CELL_FONT_ERROR_RENDERER_ALREADY_BIND || 0x80540020 || Renderer is already bound
|-
|-
|}
| CELL_FONT_ERROR_RENDERER_UNBIND || 0x80540021 || Renderer is not bound
 
== FIOS errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_FIOS_ERROR_INPROGRESS || 0x80010701 || I/O is in progress.
| CELL_FONT_ERROR_RENDERER_INVALID || 0x80540022 || Invalid renderer was specified
|-
| CELL_FONT_ERROR_RENDERER_ALLOCATION_FAILED || 0x80540023 || Memory allocation by renderer failed
|-
| CELL_FONT_ERROR_ENOUGH_RENDERING_BUFFER || 0x80540024 || Exceeded the scale limite of the rendering buffer
|-
| CELL_FONT_ERROR_NO_SUPPORT_SURFACE || 0x80540040 || Unsupported surface
|-
|-
| CELL_FIOS_ERROR_UNKNOWNCALLBACKEVENT || 0x80010702 || Callback return code: event was not handled.
|}
 
== Gifdec errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_FIOS_ERROR_NOTREADY || 0x80010703 || Callback return code: no buffer ready yet, try again later.
| CELL_GIFDEC_ERROR_OPEN_FILE || 0x80611300 || Error while attempting to open a file
|-
|-
| CELL_FIOS_ERROR_TIMEOUT || 0x80010704 || The deadline has been reached while waiting on an operation, and the I/O has not completed yet.
| CELL_GIFDEC_ERROR_STREAM_FORMAT || 0x80611301 || Error in the GIF stream
|-
|-
| CELL_FIOS_ERROR_BADPATH || 0x80010705 || Bad path argument, or file not found.
| CELL_GIFDEC_ERROR_SEQ || 0x80611302 || Error in the calling sequence
|-
|-
| CELL_FIOS_ERROR_BADHANDLE || 0x80010706 || Bad filehandle argument.
| CELL_GIFDEC_ERROR_ARG || 0x80611303 || Error in the argument values
|-
|-
| CELL_FIOS_ERROR_BADPARAM || 0x80010707 || Bad parameter (invalid or illegal).
| CELL_GIFDEC_ERROR_FATAL || 0x80611304 || Fatal error
|-
|-
| CELL_FIOS_ERROR_CANCELLED || 0x80010708 || Operation was cancelled.
| CELL_GIFDEC_ERROR_SPU_UNSUPPORT || 0x80611305 || Tried to decode on SPUs a stream unsupported by SPUs
|-
|-
| CELL_FIOS_ERROR_EOF || 0x80010709 || End-of-file was reached during a read; some data may have been returned prior to the EOF. Check the actual bytes transferred.
| CELL_GIFDEC_ERROR_SPU_ERROR || 0x80611306 || SPU decoding error
|-
|-
| CELL_FIOS_ERROR_NOMEM || 0x8001070A || Out of memory.
| CELL_GIFDEC_ERROR_CB_PARAM || 0x80611307 || Error in the parameters specified for the callback function
|-
|-
| CELL_FIOS_ERROR_BADOFFSET || 0x8001070B || Bad offset during seek.
|}
 
== Jpgdec errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_FIOS_ERROR_BADCALLBACK || 0x8001070C || Callback was NULL when it shouldn't have been.
| CELL_JPGDEC_ERROR_HEADER || 0x80611101 || Header of stream is not a JPEG header
|-
|-
| CELL_FIOS_ERROR_PLATFORM || 0x8001070D || Some platform-specific error occurred that is not enumerated here (for example, too many open files).
| CELL_JPGDEC_ERROR_STREAM_FORMAT || 0x80611102 || Error in the stream, or the stream format is not supported
|-
|-
| CELL_FIOS_ERROR_ACCESS || 0x8001070E || Access was denied, you don't have appropriate security permission.
| CELL_JPGDEC_ERROR_ARG || 0x80611103 || Error in arguments of function
|-
|-
| CELL_FIOS_ERROR_DECOMPRESSION || 0x8001070F || Decompression failed.
| CELL_JPGDEC_ERROR_SEQ || 0x80611104 || Error in execution procedure of function
|-
|-
| CELL_FIOS_ERROR_READONLY || 0x80010710 || Write not supported by media or file access permissions.
| CELL_JPGDEC_ERROR_BUSY || 0x80611105 || Internal state of decoder is in BUSY state
|-
|-
| CELL_FIOS_ERROR_NOBLOCK || 0x80010711 || Block APIs not supported by media.
| CELL_JPGDEC_ERROR_FATAL || 0x80611106 || Fatal error
|-
|-
| CELL_FIOS_ERROR_NOPATH || 0x80010712 || Path APIs not supported by media.
| CELL_JPGDEC_ERROR_OPEN_FILE || 0x80611107 || Error in opening file
|-
|-
| CELL_FIOS_ERROR_MEDIAGONE || 0x80010713 || Media is no longer mounted. When this error code is returned in a mediacallback_proc, FIOS will not retry any I/O and will cancel all I/O to the corresponding media.
| CELL_JPGDEC_ERROR_SPU_UNSUPPORT || 0x80611108 || Tried to decode progressive JPEG data on SPUs
|-
|-
| CELL_FIOS_ERROR_CANTIMMED || 0x80010714 || An operation had kOPF_IMMED set but I/O was required.
| CELL_JPGDEC_ERROR_CB_PARAM || 0x80611109 || Error in user-defined parameters for callback function
|-
|-
|}
|}


== CXML errors ==
== Jpgenc 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
|-
|-
| RESULT_ERROR_CANT_OPEN || 0x80550001 || File could not be opened
| CELL_JPGENC_ERROR_ARG || 0x80611191 || Specified argument is invalid
|-
|-
| RESULT_ERROR_CANT_READ || 0x80550002 || Could not read from file or buffer
| CELL_JPGENC_ERROR_SEQ || 0x80611192 || Function calling sequence is invalid
|-
|-
| RESULT_ERROR_CANT_WRITE || 0x80550003 || Could not write to file or buffer
| CELL_JPGENC_ERROR_BUSY || 0x80611193 || Internal state of the encoder is BUSY, and the operation requested by the upper-level program cannot be executed. This error occurs when the queue inside the encoder (of instructions by the upper-level program) is full.
|-
|-
| RESULT_ERROR_CANT_SEEK || 0x80550004 || Could not set read position in file or buffer
| CELL_JPGENC_ERROR_EMPTY || 0x80611194 || No encoding results are available in the encoder
|-
|-
| RESULT_ERROR_CANT_ALLOC || 0x80550005 || Memory allocation failed
| CELL_JPGENC_ERROR_RESET || 0x80611195 || Blocking wait was released with a cellJpgEncReset() call
|-
|-
| RESULT_ERROR_FORMAT || 0x80550006 || Incorrect file format
| CELL_JPGENC_ERROR_FATAL || 0x80611196 || Internal state of the encoder is in an unexpected state. This error cannot usually occur. For example, this error can occur when there is an inconsistency in the configuration of data managed internally by the encoder. This error can also occur when a write error occurs when the stream output is to a file.
|-
|-
| RESULT_ERROR_VERSION || 0x80550007 || Incorrect file version
| CELL_JPGENC_ERROR_STREAM_ABORT || 0x806111A1 || Encoding was aborted with cellJpgEncReset(). The output stream is undefined.
|-
|-
| RESULT_ERROR_INVALID_NODE || 0x80550008 || Access to invalid node (Element, Attribute, File)
| CELL_JPGENC_ERROR_STREAM_SKIP || 0x806111A2 || Encoding was skipped with cellJpgEncReset().
|-
|-
| RESULT_ERROR_NOT_ENOUGH_BUF || 0x80550009 || Buffer size is not large enough
| CELL_JPGENC_ERROR_STREAM_OVERFLOW || 0x806111A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
|-
|-
| RESULT_ERROR_ACCESS_MODE || 0x80550010 || Operation forbidden in current access mode
| CELL_JPGENC_ERROR_STREAM_FILE_OPEN || 0x806111A4 || File could not be opened (when the output is to a file)
|-
| RESULT_ERROR_NOT_EXIST || 0x80550011 || Does not exist
|-
| RESULT_ERROR_TYPE || 0x80550012 || Incorrect attribute type
|-
| RESULT_ERROR_CANT_MODIFY || 0x80550013 || Cannot modify
|-
| RESULT_ERROR_NO_ALLOCATOR || 0x80550014 || Allocator is not registered
|-
|-
|}
|}


== SPASM errors/warnings ==
== Pngdec 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" | SPU Assembly Preprocessor errors (spasm)
| CELL_PNGDEC_ERROR_HEADER || 0x80611201 || Error in PNG header
|-
|-
| || 0x1000 || An identifier defined as a label is being used in a place where a variable is expected.
| CELL_PNGDEC_ERROR_STREAM_FORMAT || 0x80611202 || Error in PNG stream
|-
|-
| || 0x1001 || An identifier defined as a variable is being used in a place where a label is expected.
| CELL_PNGDEC_ERROR_ARG || 0x80611203 || Error in argument value
|-
|-
| || 0x1002 || A label with the same name is multiply defined.
| CELL_PNGDEC_ERROR_SEQ || 0x80611204 || Error in calling sequence
|-
|-
| || 0x1003 || An invalid form operand was used where a d-form instruction operand of the form offset(baseVar) was expected.
| CELL_PNGDEC_ERROR_BUSY || 0x80611205 || Decoder is BUSY
|-
|-
| || 0x1004 || A variable is used before initialization.
| CELL_PNGDEC_ERROR_FATAL || 0x80611206 || Fatal error
|-
|-
| || 0x1005 || There are insufficient temporary registers to compile the program. Define extra temporary registers or alter the code to use fewer registers.
| CELL_PNGDEC_ERROR_OPEN_FILE || 0x80611207 || File open error
|-
|-
| || 0x1006 || Code contains an unrecognized instruction pattern.
| CELL_PNGDEC_ERROR_SPU_UNSUPPORT || 0x80611208 || Tried to decode data undecodable by the SPU
|-
|-
| || 0x1007 || Code contains an unrecognized SPASM directive.
| CELL_PNGDEC_ERROR_SPU_ERROR || 0x80611209 || SPU decoding error
|-
|-
| || 0x1008 || Code contains an unrecognized SPASM prag directive.
| CELL_PNGDEC_ERROR_CB_PARAM || 0x8061120a || Error in the user-defined parameters for the callback function
|-
|-
| || 0x1009 || Code contains an invalid label identifier such as a zero-length label.
|}
 
== Pngenc errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| || 0x1010 || A variable identifier is expected in this instruction pattern.
| CELL_PNGENC_ERROR_ARG || 0x80611291 || Problem with the argument
|-
|-
| || 0x1011 || Code contains nested --function directives.
| CELL_PNGENC_ERROR_SEQ || 0x80611292 || Problem with the calling sequence
|-
|-
| || 0x1012 || Code contains an --endfunction directive without a matching --function directive.
| CELL_PNGENC_ERROR_BUSY || 0x80611293 || The encoder is in the busy state, and the requested operation cannot be executed. This error occurs when the queue inside the encoder storing instructions from the upper-level program becomes full
|-
|-
| || 0x1020 || Code uses an unrecognized data type.
| CELL_PNGENC_ERROR_EMPTY || 0x80611294 || No encoding results are available in the encoder
|-
|-
!colspan="3" | SPU Assembly Preprocessor warnings (spasm)  
| CELL_PNGENC_ERROR_RESET || 0x80611295 || Blocking wait was released with a cellPngEncReset() call
|-
|-
| || 0x4000 || A variable may be used before initialization.
| CELL_PNGENC_ERROR_FATAL || 0x80611296 || An error occurred during the writing of the stream's output file. Or, the encoder has fallen into an unexpected state because, for example, a bug has occurred in the data structure within the encoder
|-
|-
| || 0x4001 || Code contains an undefined label. It is assumed to be an external symbol.
| CELL_PNGENC_ERROR_STREAM_ABORT || 0x806112A1 || Encode processing is aborted by the calling of cellPngEncReset(). The output stream is undefined
|-
|-
| || 0x4002 || Code is unreachable and will be deleted from the final program.
| CELL_PNGENC_ERROR_STREAM_SKIP || 0x806112A2 || Encode processing is skipped by the calling of cellPngEncReset()
|-
|-
| || 0x4003 || Code uses an undefined target label. It is assumed to be an external symbol.
| CELL_PNGENC_ERROR_STREAM_OVERFLOW || 0x806112A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
|-
|-
| || 0x4004 || Code is unreachable due to a missing label.
| CELL_PNGENC_ERROR_STREAM_FILE_OPEN || 0x806112A4 || The output destination file could not be opened
|-
| || 0x4005 || Code contains a dependency on an undefined name.
|-
| || 0x4006 || Dead code was removed from the final program.
|-
|-
|}
|}


== Game Content Utility errors ==
== PSGL errors ==
<!--// aka sysutil_game 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_GAME_RET_OK || || Normal termination
| PSGL_REPORT_VERSION  || || Reported once at the initialization of PSGL. Reports the version of PSGL compiled in.
|-
|-
| CELL_GAME_RET_CANCEL || || Processing has been canceled
| PSGL_REPORT_DEBUG, PSGL_REPORT_ASSERT, PSGL_REPORT_UNKNOWN  || || Reported only when a PSGL defect was encountered. Please contact Developer Support if you see any of those.
|-
|-
| CELL_GAME_RET_NONE || || The specified game content does not exist
| PSGL_REPORT_GL_ERROR || || Reported when PSGL needs to trigger a GL error, as per the GLES specification.
|-
|-
| || 0x8002cb01 || System software needs to be updated
| PSGL_REPORT_CG_ERROR  || || Reported when PSGL needs to trigger a Cg error, as per the Cg specification.
|-
|-
| CELL_GAME_ERROR_NOTFOUND || 0x8002cb04 || The specified game content or file cannot be found (application bug)
| PSGL_REPORT_MISSING_STATE  || || Reported when PSGL needs a fixed function fragment program that was not loaded. See psglLoadShaderLibrary() for more information.
|-
|-
| CELL_GAME_ERROR_BROKEN || 0x8002cb05 || The specified game content is corrupted
| PSGL_REPORT_VERTEX_SLOW_PATH  || || Reported when the current vertex data setup requires software per-vertex setup. An associated PSGL_REPORT_VERTEX_DATA_WARNING report gives more information as to why the slow path was taken.
|-
|-
| CELL_GAME_ERROR_INTERNAL || 0x8002cb06 || Fatal error occurred in the utility
| PSGL_REPORT_VERTEX_DATA_WARNING  || || Reported when the current vertex data setup requires software per-vertex setup. Includes a description of why the slow path was taken.
|-
|-
| CELL_GAME_ERROR_PARAM || 0x8002cb07 || There is an error in the argument (application bug)
| PSGL_REPORT_COPY_TEXTURE_SLOW_PATH  || || Reported when PSGL cannot use the hardware to copy part of the frame buffer to a texture. An associated PSGL_REPORT_COPY_TEXTURE_WARNING report gives more information as to why the slow path was taken.
|-
|-
| CELL_GAME_ERROR_NOAPP || 0x8002cb08 || The target application does not exist
| PSGL_REPORT_COPY_TEXTURE_WARNING  || || Reported when PSGL cannot use the hardware to copy part of the frame buffer to a texture. Includes a description of the conditions which triggered the slow path.
|-
|-
| CELL_GAME_ERROR_ACCESS_ERROR || 0x8002cb09 || HDD access error
| PSGL_REPORT_TEXTURE_COPY_BACK  || || Reported when PSGL needs to copy a texture back from RSX memory to system memory.
|-
|-
| CELL_GAME_ERROR_NOSPACE || 0x8002cb20 || Insufficient space on the HDD (application bug)
| PSGL_REPORT_TEXTURE_REALLOC  || || Reported when PSGL needs to reallocate a texture.
|-
|-
| CELL_GAME_ERROR_NOTSUPPORTED || 0x8002cb21 || Operation is not supported (debugger)
| PSGL_REPORT_FP32_FILTERING || || Reported when an FP32 texture requires an unsupported filtering mode (one that requires blending of texels). Includes information about which mode is unsupported, and which mode is used instead.
|-
|-
| CELL_GAME_ERROR_FAILURE || 0x8002cb22 || Calling order is invalid (application bug)
| PSGL_REPORT_TEXTURE_INCOMPLETE  || || Reported when a texture unit is used with a texture that is not complete. The texture will be ignored.
|-
|-
| CELL_GAME_ERROR_BUSY || 0x8002cb23 || The call of an access preparing function was repeated
| PSGL_REPORT_FRAMEBUFFER_INCOMPLETE  || || Reported when a frame buffer is used that is not complete.
|-
|-
| CELL_GAME_ERROR_IN_SHUTDOWN || 0x8002cb24 || Processing cannot be executed because application termination is being processed
| PSGL_REPORT_FRAMEBUFFER_UNSUPPORTED  || || Reported when the frame buffer used is not supported by PSGL. The report provides information about what is unsupported.
|-
|-
| CELL_GAME_ERROR_INVALID_ID || 0x8002cb25 || A specified ID is invalid (application bug)
| PSGL_REPORT_BUFFER_OBJECT_OUT_OF_BOUNDS  || || Reported when PSGL tries to draw using data that is out of the object bounds.
|-
| PSGL_REPORT_GPU_MEMORY_ALLOC  ||  || Reported when PSGL allocates RSX memory.
|-
| PSGL_REPORT_GPU_MEMORY_FREE  ||  || Reported when PSGL frees RSX memory.
|-
|-
| CELL_GAME_ERROR_EXIST || 0x8002cb26 || Content specified already exists
| PSGL_REPORT_GPU_MEMORY_ASYNC_FREE  || || Reported when PSGL asynchronously frees RSX memory.
|-
|-
| CELL_GAME_ERROR_NOTPATCH || 0x8002cb27 || Not booted from a patch
| PSGL_REPORT_HOST_MEMORY_ALLOC  || || Reported when PSGL allocates host memory.
|-
|-
| CELL_GAME_ERROR_INVALID_THEME_FILE || 0x8002cb28 || Invalid format for theme file(application bug)
| PSGL_REPORT_HOST_MEMORY_FREE  || || Reported when PSGL frees host memory.
|-
|-
| CELL_GAME_ERROR_BOOTPATH || 0x8002cb50 || Pathname of booted program file is too long (>128b)
| PSGL_REPORT_HOST_MEMORY_ASYNC_FREE  || || Reported when PSGL asynchronously frees host memory.
|-
|-
|}
| PSGL_REPORT_MALLOC_MEMORY_ALLOC  || || Reported when PSGL allocates malloc memory.
 
== System Cache Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SYSCACHE_RET_OK_CLEARED || || Normal termination. Cache was cleared
| PSGL_REPORT_MALLOC_MEMORY_FREE  || || Reported when PSGL frees malloc memory.
|-
|-
| CELL_SYSCACHE_RET_OK_RELAYED || || Normal termination. Cache became usable in the same state as the previous usage
| PSGL_REPORT_MALLOC_MEMORY_REALLOC  || || Reported when PSGL reallocates malloc memory.
|-
|-
| CELL_SYSCACHE_ERROR_ACCESS_ERROR || || HDD access error
| PSGL_REPORT_TEXTURE_CONVERSION  || || Reported when texture color format conversion occurs.
|-
|-
| CELL_SYSCACHE_ERROR_INTERNAL || || Fatal internal error
| PSGL_REPORT_RESC  || || Reported when resolution conversion (RESC) is enabled.
|-
|-
| CELL_SYSCACHE_ERROR_PARAM || || Error in argument (problem with the application)
| PSGL_REPORT_RESC_FLIP_ERROR  || || Reported when an error occurs during resolution conversion (RESC) flip. The report includes the error code returned by cellRescSetConvertAndFlip().
|-
|-
| CELL_SYSCACHE_ERROR_NOTMOUNTED || || System cache is not in the usable state
| PSGL_REPORT_COMMAND_RECORD_CALLBACK || || Reported when recording with static command buffers in PSGL. There is no more space for command in the current command buffer and there is no psglStaticCommandBufferCallback to call to resolve the issue.
|-
|-
|}
|}


== Ftp Service events ==
== Content Search Utility 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_FTP_SERVICE_EVENT_FATAL || || The service has terminated due to a fatal error
| CELL_SEARCH_ERROR_PARAM || 0x8002C801 || Parameter is invalid. func or Id is NULL.
|-
|-
| CELL_FTP_SERVICE_EVENT_STARTED || || The local FTP service has started successfully
| CELL_SEARCH_ERROR_BUSY || 0x8002C802 || Currently processing. Executing initialization or a search
|-
|-
| CELL_FTP_SERVICE_EVENT_STOPPED || || The local FTP service has been gracefully shut down, not forcefully terminated
| CELL_SEARCH_ERROR_NO_MEMORY || 0x8002C803 || Not enough memory for execution
|-
|-
| CELL_FTP_SERVICE_EVENT_CLIENT_CONNECTED || || A new connection request has been received and processed
| CELL_SEARCH_ERROR_UNKNOWN_MODE || 0x8002C804 || Mode is invalid. Value specified to mode is not CELL_SEARCH_MODE_NORMAL
|-
|-
| CELL_FTP_SERVICE_EVENT_CLIENT_DISCONNECTED || || An existing connection has been closed
| CELL_SEARCH_ERROR_ALREADY_INITIALIZED || 0x8002C805 || Already initialized
|-
|-
| CELL_FTP_SERVICE_EVENT_SHUTDOWN || || Service has received the remote shutdown command and has shut down
| CELL_SEARCH_ERROR_NOT_INITIALIZED || 0x8002C806 || Not initialized
|-
|-
|}
| CELL_SEARCH_ERROR_FINALIZING || 0x8002C807 || Executing termination processing
 
== File System errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_FS_SUCCEEDED || || Normal termination
| CELL_SEARCH_ERROR_NOT_SUPPORTED_SEARCH || 0x8002C808 || Specified search conditions are not supported. Combination of type and sortOrder is invalid.
|-
|-
| CELL_FS_ENOTMOUNTED || || File system corresponding to path is not mounted
| CELL_SEARCH_ERROR_CONTENT_OBSOLETE || 0x8002C809 || contentId, listID, videoId is old (content was modified by the user and therefore cannot be found)
|-
|-
| CELL_FS_ENOENT || || The file specified by path does not exist
| CELL_SEARCH_ERROR_CONTENT_NOT_FOUND || 0x8002C80A || Content indicated by contentId, listID, videoID cannot be found (deleted by the user).
|-
|-
| CELL_FS_EINVAL || || The specified path or extended argument is invalid
| CELL_SEARCH_ERROR_NOT_LIST || 0x8002C80B || contentId, listID, videoID cannot be found in the list.
|-
|-
| CELL_FS_EMFILE || || The number of file descriptors that can be opened at the same time has reached the maximum
| CELL_SEARCH_ERROR_OUT_OF_RANGE || 0x8002C80C || Offset is either negative or too large
|-
|-
| CELL_FS_EISDIR || || The specified path is a directory
| CELL_SEARCH_ERROR_INVALID_SEARCHID || 0x8002C80D || Search ID is invalid
|-
|-
| CELL_FS_EIO || || I/O error has occurred
| CELL_SEARCH_ERROR_ALREADY_GOT_RESULT || 0x8002C80E || Search results have already been obtained
|-
|-
| CELL_FS_ENOMEM || || Memory is insufficient
| CELL_SEARCH_ERROR_NOT_SUPPORTED_CONTEXT || 0x8002C80F || Selection context cannot be created
|-
|-
| CELL_FS_ENOTDIR || || Components in path contain something other than a directory
| CELL_SEARCH_ERROR_INVALID_CONTENTTYPE || 0x8002C810 || Content type is invalid
|-
|-
| CELL_FS_ENAMETOOLONG || || path or components in path exceed the maximum length
| CELL_SEARCH_ERROR_DRM || 0x8002C811 || DRM error. Could not execute request/obtain path because file is a DRM file.
|-
|-
| CELL_FS_EFSSPECIFIC || || File system specific internal error has occurred
| CELL_SEARCH_ERROR_TAG || 0x8002C812 || Tag information is invalid. tagNum is larger than CELL_SEARCH_TAG_NUM_MAX; or tagNum is at least 1 and tags or tags[n] is NULL; or length of tags[n] is larger than CELL_SEARCH_TAG_LEN_MAX
|-
|-
| CELL_FS_EFAULT || || When size is not 0, a NULL pointer is specified in arg. path or fd is NULL
| CELL_SEARCH_ERROR_GENERIC || 0x8002C8FF || Other error
|-
| CELL_FS_EPERM || || Permission is invalid
|-
| CELL_FS_EACCES || || Permission is invalid (Only CFS, FAT and HOSTFS)
|-
| CELL_FS_EEXIST || || When the specified file exists, CELL_FS_O_CREAT and CELL_FS_O_EXCL are specified
|-
| CELL_FS_ENOSPC || || When CELL_FS_O_CREAT is specified in flags and the file does not exist, there is no area to create a new file
|-
| CELL_FS_EROFS || || When CELL_FS_O_CREAT is specified in flags and the file does not exist, the directory in which it is to be created does not permit writing (Only CFS (SYS_DEV_HDD1) and FAT)
|-
| CELL_FS_ENOTMSELF || || A file other than the MSELF file is specified in path, and either CELL_FS_O_MSELF or CELL_FS_O_RDONLY/CELL_FS_O_MSELF is specified in flags
|-
|-
|}
|}


== Flash errors ==
== Music Decode 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_FLASH_ERROR_INVAL || || EINVAL
| CELL_MUSIC_DECODE_DECODE_FINISHED || 0x8002C101 || End of music content was reached and decoding stopped
|-
| CELL_MUSIC_DECODE_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
|-
| CELL_FLASH_ERROR_NOMEM || || ENOMEM
| CELL_MUSIC_DECODE_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
|-
| CELL_FLASH_ERROR_SRCH  || || ESRCH
| CELL_MUSIC_DECODE_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
|-
| CELL_FLASH_ERROR_PERM  || || EPERM
| CELL_MUSIC_DECODE_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
|-
| CELL_FLASH_ERROR_AGAIN || || EAGAIN
| CELL_MUSIC_DECODE_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
|-
| CELL_FLASH_ERROR_NOENT || || ENOENT
| CELL_MUSIC_DECODE_ERROR_DECODE_FAILURE || 0x8002C107 || Error occurred during decoding and decoding stopped
|-
|-
| CELL_FLASH_ERROR_ISDIR || || EISDIR
| CELL_MUSIC_DECODE_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
|-
| CELL_FLASH_ERROR_ACCESS || || EACCESS
| CELL_MUSIC_DECODE_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
|-
| CELL_FLASH_ERROR_IO    || || EIO
| CELL_MUSIC_DECODE_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
|-
| CELL_FLASH_ERROR_TIMEDOUT || || ETIMEDOUT
| CELL_MUSIC_DECODE_ERROR_NO_LPCM_DATA || 0x8002C10B || No decoded data was available
|-
|-
| CELL_FLASH_ERROR_BUSY  || || EBUSY
| CELL_MUSIC_DECODE_NEXT_CONTENTS_READY || 0x8002C10C || Decoding of next content can be started
|-
|-
| CELL_FLASH_ERROR_NOSYS || || ENOSYS
| CELL_MUSIC_DECODE_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
|}
|}


== Cg Compiler errors ==
== Music Playback errors ==
===Using memory container===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| 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
|-
|-
| SCECGC_OK || 0 || Compilation successful.
| CELL_MUSIC_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
|-
|-
| SCECGC_ERROR_NO_IHANDLER || -6 || includeHandler is not specified.
| CELL_MUSIC_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
|-
| SCECGC_ERROR_NO_PROGRAM || -5 || Program source not found.
| CELL_MUSIC_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
|-
| SCECGC_ERROR_CANT_OPEN_FILE || -4 || Unable to open file.
| CELL_MUSIC_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
| CELL_MUSIC_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
| CELL_MUSIC_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
| CELL_MUSIC_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
|-
| CELL_MUSIC_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
|-
| SCECGC_ERROR_BAD_ALLOC || -3 || Memory allocation failure.
| CELL_MUSIC_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
|-
| SCECGC_ERROR_INVALID_OPTION || -2 || Invalid option.
| CELL_MUSIC_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
|-
| SCECGC_ERROR_UNEXPECTED || -1 || Unexpected failure.
| CELL_MUSIC_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
|}
|}


== CG API errors ==
=== Not using memory container ===
{| 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
|-
|-
| CG_NO_ERROR || 0 || No error has occurred.
| CELL_MUSIC2_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
|-
|-
| CG_COMPILER_ERROR || 1 || The compile returned an error.
| CELL_MUSIC2_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
|-
| CG_INVALID_PARAMETER_ERROR || 2 || The parameter used is invalid.
| CELL_MUSIC2_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
|-
| CG_INVALID_PROFILE_ERROR || 3 || The profile is not supported.
| CELL_MUSIC2_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
|-
| CG_PROGRAM_LOAD_ERROR || 4 || The program could not load.
| CELL_MUSIC2_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
|-
| CG_PROGRAM_BIND_ERROR || 5 || The program could not bind.
| CELL_MUSIC2_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
|-
| CG_PROGRAM_NOT_LOADED_ERROR || 6 || The program must be loaded before this operation may be used.
| CELL_MUSIC2_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
|-
|-
| CG_UNSUPPORTED_GL_EXTENSION_ERROR || 7 || An unsupported GL extension was required to perform this operation.
| CELL_MUSIC2_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
|-
| CG_INVALID_VALUE_TYPE_ERROR || 8 || An unknown value type was assigned to a parameter.
| CELL_MUSIC2_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
|-
| CG_NOT_MATRIX_PARAM_ERROR || 9 || The parameter is not of matrix type.
| CELL_MUSIC2_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
|-
| CG_INVALID_ENUMERANT_ERROR || 10 || The enumerant parameter has an invalid value.
| CELL_MUSIC2_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
| CG_NOT_4x4_MATRIX_ERROR || 11 || The parameter must be a 4x4 matrix type.
|}
 
== Music Export Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CG_FILE_READ_ERROR || 12 || The file could not be read.
| CELL_MUSIC_EXPORT_UTIL_ERROR_BUSY || 0x8002c601 || Because the required processing has not been completed yet, the requested processing could not be executed
|-
|-
| CG_FILE_WRITE_ERROR || 13 || The file could not be written.
| CELL_MUSIC_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c602 || Internal error
|-
|-
| CG_NVPARSE_ERROR || 14 || nvparse could not successfully parse the output from the Cg compiler backend.
| CELL_MUSIC_EXPORT_UTIL_ERROR_PARAM || 0x8002c603 || Parameter is invalid
|-
|-
| CG_MEMORY_ALLOC_ERROR || 15 || Memory allocation failed.
| CELL_MUSIC_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c604 || HDD access error
|-
|-
| CG_INVALID_CONTEXT_HANDLE_ERROR || 16 || Invalid context handle.
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c605 || Internal database error
|-
|-
| CG_INVALID_PROGRAM_HANDLE_ERROR || 17 || Invalid program handle.
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c606 || Registration to database failed
|-
|-
| CG_INVALID_PARAM_HANDLE_ERROR || 18 || Invalid parameter handle.
| CELL_MUSIC_EXPORT_UTIL_ERROR_SET_META || 0x8002c607 || Metadata configuration failed
|-
|-
| CG_UNKNOWN_PROFILE_ERROR || 19 || The specified profile is unknown.
| CELL_MUSIC_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c608 || Metadata flush failed
|-
|-
| CG_VAR_ARG_ERROR || 20 || The variable arguments were specified incorrectly.
| CELL_MUSIC_EXPORT_UTIL_ERROR_MOVE || 0x8002c609 || File move failed
|-
|-
| CG_INVALID_DIMENSION_ERROR || 21 || The dimension value is invalid.
| CELL_MUSIC_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c60a || Initialization error
|-
|-
| CG_ARRAY_PARAM_ERROR || 22 || The parameter must be an array.
|}
 
== Photo Utility errors ==
 
=== Export errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CG_OUT_OF_ARRAY_BOUNDS_ERROR || 23 || Index into the array is out of bounds.
| CELL_PHOTO_EXPORT_UTIL_ERROR_BUSY || 0x8002c201 || Requested operation could not be executed because required operation has not ended
|-
|-
| CG_CONFLICTING_TYPES_ERROR || 24 || A type being added to the context conflicts with an existing type.
| CELL_PHOTO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c202 || Internal error
|-
|-
| CG_CONFLICTING_PARAMETER_TYPES_ERROR || 25 || The parameters being bound have conflicting types.
| CELL_PHOTO_EXPORT_UTIL_ERROR_PARAM || 0x8002c203 || Invalid parameter
|-
|-
| CG_PARAMETER_IS_NOT_SHARED_ERROR || 26 || The parameter must be global.
| CELL_PHOTO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c204 || HDD access error, file copy failed
|-
|-
| CG_INVALID_PARAMETER_VARIABILITY_ERROR || 27 || The parameter could not be changed to the given variability.
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c205 || Internal error in database
|-
|-
| CG_CANNOT_DESTROY_PARAMETER_ERROR || 28 || Cannot destroy the parameter.  It is bound to other parameters or is not a root parameter.
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c206 || Registration to database failed
|-
|-
| CG_NOT_ROOT_PARAMETER_ERROR || 29 || The parameter is not a root parameter.
| CELL_PHOTO_EXPORT_UTIL_ERROR_SET_META || 0x8002c207 || Metadata configuration failed
|-
|-
| CG_PARAMETERS_DO_NOT_MATCH_ERROR || 30 || The two parameters being bound do not match.
| CELL_PHOTO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c208 || Metadata writeback failed
|-
|-
| CG_IS_NOT_PROGRAM_PARAMETER_ERROR || 31 || The parameter is not a program parameter.
| CELL_PHOTO_EXPORT_UTIL_ERROR_MOVE || 0x8002c209 || File move failed
|-
|-
| CG_INVALID_PARAMETER_TYPE_ERROR || 32 || The type of the parameter is invalid.
| CELL_PHOTO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c20a || Initialization error
|-
|-
| CG_PARAMETER_IS_NOT_RESIZABLE_ARRAY_ERROR || 33 || The parameter must be a resizable array.
|}
 
=== Import errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CG_INVALID_SIZE_ERROR || 34 || The size value is invalid.
| CELL_PHOTO_IMPORT_ERROR_BUSY || 0x8002c701 || Required processing has not completed, so request could not be executed
|-
|-
| CG_BIND_CREATES_CYCLE_ERROR || 35 || Cannot bind the given parameters.  Binding will form a cycle.
| CELL_PHOTO_IMPORT_ERROR_INTERNAL || 0x8002c702 || Internal error
|-
|-
| CG_ARRAY_TYPES_DO_NOT_MATCH_ERROR || 36 || Cannot bind the given parameters.  Array types do not match.
| CELL_PHOTO_IMPORT_ERROR_PARAM || 0x8002c703 || Parameters are invalid
|-
|-
| CG_ARRAY_DIMENSIONS_DO_NOT_MATCH_ERROR || 37 || Cannot bind the given parameters. Array dimensions do not match.
| CELL_PHOTO_IMPORT_ERROR_ACCESS_ERROR || 0x8002c704 || HDD access error
|-
|-
| CG_ARRAY_HAS_WRONG_DIMENSION_ERROR || 38 || The array has the wrong dimension.
| CELL_PHOTO_IMPORT_ERROR_COPY || 0x8002c705 || Copy failed
|-
|-
| CG_TYPE_IS_NOT_DEFINED_IN_PROGRAM_ERROR || 39 || Connecting the parameters failed because The type of the source parameter is not defined within the given program or does not match the type with the same name in the program.
| CELL_PHOTO_IMPORT_ERROR_INITIALIZE || 0x8002c706 || Initialization error
|-
|-
| CG_INVALID_EFFECT_HANDLE_ERROR || 40 || Invalid effect handle.
|}
 
=== Decode errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CG_INVALID_STATE_HANDLE_ERROR || 41 || Invalid state handle.
| CELL_PHOTO_DECODE_ERROR_BUSY || 0x8002c901 || Required processing has not completed, so request could not be executed
|-
|-
| CG_INVALID_STATE_ASSIGNMENT_HANDLE_ERROR || 42 || Invalid stateassignment handle.
| CELL_PHOTO_DECODE_ERROR_INTERNAL || 0x8002c902 || Internal error
|-
|-
| CG_INVALID_PASS_HANDLE_ERROR || 43 || Invalid pass handle.
| CELL_PHOTO_DECODE_ERROR_PARAM || 0x8002c903 || Parameters are invalid
|-
|-
| CG_INVALID_ANNOTATION_HANDLE_ERROR || 44 || Invalid annotation handle.
| CELL_PHOTO_DECODE_ERROR_ACCESS_ERROR || 0x8002c904 || HDD access error
|-
|-
| CG_INVALID_TECHNIQUE_HANDLE_ERROR || 45 || Invalid technique handle.
| CELL_PHOTO_DECODE_ERROR_INITIALIZE || 0x8002c905 || Initialization error
|-
|-
| CG_INVALID_PARAMETER_HANDLE_ERROR || 46 || Invalid parameter handle. Do not use this! Use CG_INVALID_PARAM_HANDLE_ERROR instead.
| CELL_PHOTO_DECODE_ERROR_DECODE || 0x8002c906 || Decoding failed
|-
|-
| CG_STATE_ASSIGNMENT_TYPE_MISMATCH_ERROR || 47 || Operation is not valid for this type of stateassignment.
|}
 
== Screenshot Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CG_INVALID_FUNCTION_HANDLE_ERROR || 48 || Invalid function handle.
| CELL_SCREENSHOT_ERROR_INTERNAL || 0x8002d101 || Internal error
|-
|-
| CG_INVALID_TECHNIQUE_ERROR || 49 || Technique did not pass validation.
| CELL_SCREENSHOT_ERROR_PARAM || 0x8002d102 || Invalid parameter
|-
|-
| CG_INVALID_POINTER_ERROR || 50 || The supplied pointer is NULL.
| CELL_SCREENSHOT_ERROR_DECODE || 0x8002d103 || Image decoding failed
|-
|-
| CG_NOT_ENOUGH_DATA_ERROR || 51 || Not enough data was provided.
| CELL_SCREENSHOT_ERROR_NOSPACE || 0x8002d104 || Insufficient HDD space (500MB free needed)
|-
|-
| CG_NON_NUMERIC_PARAMETER_ERROR || 52 || The parameter is not of a numeric type.
| CELL_SCREENSHOT_ERROR_UNSUPPORTED_COLOR_FORMAT || 0x8002d105 || The color format of the current frame buffer is not supported
|-
| CG_ARRAY_SIZE_MISMATCH_ERROR || 53 || The specified array sizes are not compatible with the given array.
|-
| CG_CANNOT_SET_NON_UNIFORM_PARAMETER_ERROR || 54 || Cannot set the value of a non-uniform parameter.
|-
| CG_DUPLICATE_NAME_ERROR || 55 || This name is already in use.
|-
| CG_INVALID_OBJ_HANDLE_ERROR || 56 || Invalid object handle.
|-
| CG_INVALID_BUFFER_HANDLE_ERROR || 57 || Invalid buffer handle.
|-
| CG_BUFFER_INDEX_OUT_OF_RANGE_ERROR || 58 || Buffer index is out of bounds.
|-
| CG_BUFFER_ALREADY_MAPPED_ERROR || 59 || The buffer is already mapped.
|-
| CG_BUFFER_UPDATE_NOT_ALLOWED_ERROR || 60 || The buffer cannot be updated.
|-
|-
|}
|}


== GCM errors ==
== Video Utility 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" | GCM errors
| CELL_VIDEO_EXPORT_UTIL_ERROR_BUSY || 0x8002ca01 || Requested processing could not be executed because the required processing has not been completed
|-
|-
| CELL_GCM_ERROR_NO_IO_PAGE_TABLE || 0x80210001 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002ca02 || Internal error
|-
|-
| CELL_GCM_ERROR_INVALID_ENUM || 0x80210002 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_PARAM || 0x8002ca03 || Parameter is invalid
|-
|-
| CELL_GCM_ERROR_INVALID_VALUE || 0x80210003 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002ca04 || HDD access error, file copy failed
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002ca05 || Internal database error
|-
|-
| CELL_GCM_ERROR_INVALID_ALIGNMENT || 0x80210004 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002ca06 || Registration to database failed
|-
|-
| CELL_GCM_ERROR_ADDRESS_OVERWRAP || 0x80210005 ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_SET_META || 0x8002ca07 || Metadata set failed
|-
|-
| CELL_GCM_ERROR_EINVAL || ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002ca08 || Metadata flush failed
|-
|-
| CELL_GCM_ERROR_FAILURE || 0x802100ff ||  
| CELL_VIDEO_EXPORT_UTIL_ERROR_MOVE || 0x8002ca09 || File move failed
|-
|-
!colspan="3" | GCM Method Check errors
| CELL_VIDEO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002ca0a || Initialization error
|-
|-
| CELL_GCM_METHOD_CHECK_OK || || Normal termination (no problem found)
|}
 
== Hash Function errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_JUMP || || jump command was included
| CELL_ERROR_HASH_NULL_POINTER || 0x80f00001 || Null pointer was passed as an argument. workarea, taskset, md5, sha1, sha224, sha256, sha384, sha512, plain or digest is a null pointer.
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_RETURN || || return command was included
| CELL_ERROR_HASH_QUEUE_CREATE_FAILED || 0x80f00002 || SPURS event queue could not be created, or the event queue could not be attached to a SPURS queue.
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_CALL || || call command was included
| CELL_ERROR_HASH_FLAG_CREATE_FAILED || 0x80f00003 || SPURS event flag could not be created, or the event flag could not be attached to a SPURS queue.
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_OTHER || || A command that is not of the method format was included
| CELL_ERROR_HASH_INVALID_ALIGN || 0x80f00004 || Argument was not aligned to the correct boundary.
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_UNCLOSED || || At the end of the check target, the method count in the method header does not match the number of data included
| CELL_ERROR_HASH_INVALID_NOMEM || 0x80f00005 || Insufficient memory.
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INVALID_ADDRESS || || Method address is invalid (an unusable method address is being used)
| CELL_ERROR_HASH_TASK_CREATE_FAILED || 0x80f00006 || Failed to create SPURS task.
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INCORRECT_DATA || || Method data is not appropriate for the method address
| CELL_ERROR_HASH_INVALID_STATE || 0x80f00007 || Invalid state to process data.
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_NOP_NOT_DELIVER || || NOP is used in an un-provided format
| CELL_ERROR_HASH_INVALID_BUFFER_SIZE || 0x80f00008 || Invalid context size to process data. spu_dma_buffer_size is not a multiple of 16 or the size is greater than 16KB.
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_ETC || || Other error (unexpected state entered)
| CELL_ERROR_HASH_INVALID_STREAM_ID || 0x80f00009 || Invalid stream ID size.
|-
|-
|}
|}


== PSGL HW Cursor errors ==
== KB 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
|-
|-
| PSGL_HW_CURSOR_ERROR_INVALID_VALUE || 0x80210003 ||  
| CELL_KB_ERROR_FATAL || 0x80121001 ||
|-
| CELL_KB_ERROR_INVALID_PARAMETER || 0x80121002 ||
|-
| CELL_KB_ERROR_ALREADY_INITIALIZED || 0x80121003 ||
|-
| CELL_KB_ERROR_UNINITIALIZED || 0x80121004 ||
|-
| CELL_KB_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121005 ||
|-
| CELL_KB_ERROR_DATA_READ_FAILED || 0x80121006 ||
|-
| CELL_KB_ERROR_NO_DEVICE || 0x80121007 ||  
|-
|-
| PSGL_HW_CURSOR_ERROR_FAILURE || 0x802100ff ||  
| CELL_KB_ERROR_SYS_SETTING_FAILED || 0x80121008 ||  
|-
|-
|}
|}


== Resizer errors ==
== PAD 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_RESC_ERROR_NOT_INITIALIZED || 0x80210301 || libresc has not been initialized
| CELL_PAD_ERROR_FATAL || 0x80121101 ||  
|-
|-
| CELL_RESC_ERROR_REINITIALIZED || 0x80210302 || libresc initialization has been attempted when libresc has already been initialized
| CELL_PAD_ERROR_INVALID_PARAMETER || 0x80121102 ||
|-
| CELL_PAD_ERROR_ALREADY_INITIALIZED || 0x80121103 ||
|-
| CELL_PAD_ERROR_UNINITIALIZED || 0x80121104 ||
|-
| CELL_PAD_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121105 ||  
|-
|-
| CELL_RESC_ERROR_BAD_ALIGNMENT || 0x80210303 || Invalid alignment
| CELL_PAD_ERROR_DATA_READ_FAILED || 0x80121106 ||  
|-
|-
| CELL_RESC_ERROR_BAD_ARGUMENT || 0x80210304 || Invalid argument value
| CELL_PAD_ERROR_NO_DEVICE || 0x80121107 ||  
|-
|-
| CELL_RESC_ERROR_LESS_MEMORY || 0x80210305 || Insufficient main memory
| CELL_PAD_ERROR_UNSUPPORTED_GAMEPAD || 0x80121108 ||  
|-
|-
| CELL_RESC_ERROR_GCM_FLIP_QUE_FULL || 0x80210306 || The queue used internally by cellGcmSetPrepareFlip() or cellGcmSetFlipImmediate() is full, or an internal libresc queue overflowed
| CELL_PAD_ERROR_TOO_MANY_DEVICES || 0x80121109 ||  
|-
|-
| CELL_RESC_ERROR_BAD_COMBINATION || 0x80210307 || Invalid value was set for combination of function and structure, or the order of function calls was incorrect
| CELL_PAD_ERROR_EBUSY || 0x8012110a ||  
|-
|-
|}
|}


== DBG_RSX errors ==
== MOUSE 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_DBG_RSX_ERROR_INVALID_ENUM || 0x80210501 ||  
| CELL_MOUSE_ERROR_FATAL || 0x80121201 ||
|-
| CELL_MOUSE_ERROR_INVALID_PARAMETER || 0x80121202 ||
|-
| CELL_MOUSE_ERROR_ALREADY_INITIALIZED || 0x80121203 ||
|-
| CELL_MOUSE_ERROR_UNINITIALIZED || 0x80121204 ||
|-
| CELL_MOUSE_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121205 ||  
|-
|-
| CELL_DBG_RSX_ERROR_INVALID_VALUE || 0x80210502 ||  
| CELL_MOUSE_ERROR_DATA_READ_FAILED || 0x80121206 ||  
|-
|-
| CELL_DBG_RSX_ERROR_INVALID_ALIGNMENT || 0x80210503 ||  
| CELL_MOUSE_ERROR_NO_DEVICE || 0x80121207 ||  
|-
|-
| CELL_DBG_RSX_ERROR_FAILURE || 0x802105ff ||  
| CELL_MOUSE_ERROR_SYS_SETTING_FAILED || 0x80121208 ||  
|-
|-
|}
|}


== NVShaderPerf errors ==
== GEM 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
|-
|-
| SCESP_OK || 0 || Normal termination
| CELL_GEM_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121801 || libgem initialization failed to allocate the required resources.
|-
|-
| SCESP_ERROR_UNKNOWN || -5 || Unknown error
| CELL_GEM_ERROR_ALREADY_INITIALIZED || 0x80121802 || libgem initialization failed as the library is already initialized.
|-
|-
| SCESP_ERROR_PATH_NOT_FOUND || -4 || Registry settings cannot be found (reinstall NVShaderPerf)
| CELL_GEM_ERROR_UNINITIALIZED || 0x80121803 || Call failed because libgem is not initialized.
|-
|-
| SCESP_ERROR_LIBRARY_NOT_FOUND || -2 || NVIDIA dll cannot be found (reinstall NVShaderPerf)
| CELL_GEM_ERROR_INVALID_PARAMETER || 0x80121804 || Call failed because one or more parameters passed was not valid.
|-
|-
| SCESP_ERROR_NVSP_INIT || -1 || Error upon NVIDIA dll initialization
| CELL_GEM_ERROR_INVALID_ALIGNMENT || 0x80121805 || Call failed because the video buffer could not be read.
|-
|-
| SCESP_ERROR_NVSP_INTERNAL || 2 || Internal error of NVIDIA dll
| CELL_GEM_ERROR_UPDATE_NOT_FINISHED || 0x80121806 || cellGemUpdateStart() call failed because it was called before cellGemUpdateFinish() completed.
|-
|-
| SCESP_ERROR_BAD_ARGUMENTS || 4 || Content of the option array is incorrect
| CELL_GEM_ERROR_UPDATE_NOT_STARTED || 0x80121807 || cellGemUpdateFinish() call failed because it was called before cellGemUpdateStart().
|-
|-
| SCESP_ERROR_FILE_NOT_FOUND || 6 || Input file cannot be found
| CELL_GEM_ERROR_CONVERT_NOT_FINISHED || 0x80121808 || cellGemConvertVideoStart() call failed because it was called before cellGemConvertVideoFinish().
|-
|-
| SCESP_ERROR_SHADER_TYPE_UNSUPPORTED || 7 || The passed shader type is not supported
| CELL_GEM_ERROR_CONVERT_NOT_STARTED || 0x80121809 || cellGemConvertVideoFinish() call failed because it was called before cellGemConvertVideoStart().
|-
|-
| SCESP_ERROR_FAILURE_OPENING_OUTPUT_FILE || 10 || The output file could not be properly opened
| CELL_GEM_ERROR_WRITE_NOT_FINISHED || 0x8012180A || cellGemWriteExternalPort() call failed because it was called before previous cellGemWriteExternalPort() completed.
|-
|-
| SCESP_ERROR_CGBIN_FILE_INVALID || 16 || Cg binary format is invalid, or the version is misaligned
| CELL_GEM_ERROR_NOT_A_HUE || 0x8012180B || Returned by cellGemGetTrackerHue() if the controller is not currently being tracked.
|-
| SCESP_ERROR_SIMULATION_ERROR || 17 || Error occurred in the RSX simulator
|-
| SCESP_ERROR_ENUMERATION_ENDED_EARLY || 18 || Error occurred at the front-end of NVIDIA dll
|-
|-
|}
|}


== Font errors ==
== PERF 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_FONT_ERROR_FATAL || 0x80540001 || Fatal error
| CELL_PERF_ERROR_NOT_OPENED || 0x80520001 ||  
|-
|-
| CELL_FONT_ERROR_INVALID_PARAMETER || 0x80540002 || Object specified as argument is invalid
| CELL_PERF_ERROR_INVALID_SIGNAL || 0x80520002 ||  
|-
|-
| CELL_FONT_ERROR_UNINITIALIZED || 0x80540003 || Uninitialized object was used
| CELL_PERF_ERROR_TRACE_BUS_BUSY || 0x80520003 ||  
|-
|-
| CELL_FONT_ERROR_INITIALIZE_FAILED || 0x80540004 || Initialization failed
| CELL_PERF_ERROR_SIGNAL_CONTROL_FULL || 0x80520004 ||  
|-
|-
| CELL_FONT_ERROR_INVALID_CACHE_BUFFER || 0x80540005 || Invalid cache buffer specified
| CELL_PERF_ERROR_INVALID_PARAMETER || 0x80520005 ||  
|-
|-
| CELL_FONT_ERROR_ALREADY_INITIALIZED || 0x80540006 || Already initialized
| CELL_PERF_ERROR_LV1_NO_PRIVILEGE || 0x80520006 ||  
|-
|-
| CELL_FONT_ERROR_ALLOCATION_FAILED || 0x80540007 || Memory could not be allocated
| CELL_PERF_ERROR_LV1_DENIED_BY_POLICY || 0x80520007 ||  
|-
|-
| CELL_FONT_ERROR_NO_SUPPORT_FONTSET || 0x80540008 || Unsupported font set
| CELL_PERF_ERROR_LV1_NO_ENTRY || 0x80520008 ||  
|-
|-
| CELL_FONT_ERROR_OPEN_FAILED || 0x80540009 || Internal open process failed
| CELL_PERF_ERROR_LV1_DUPLICATE_ENTRY || 0x80520009 ||  
|-
|-
| CELL_FONT_ERROR_READ_FAILED || 0x8054000a || Internal read process failed
| CELL_PERF_ERROR_LV1_BUSY || 0x8052000a ||  
|-
|-
| CELL_FONT_ERROR_FONT_OPEN_FAILED || 0x8054000b || Could not open font
| CELL_PERF_ERROR_LV1_RESOURCE_SHORTAGE || 0x8052000b ||  
|-
|-
| CELL_FONT_ERROR_FONT_NOT_FOUND || 0x8054000c || Font could not be found
| CELL_PERF_ERROR_LV1_WRONG_STATE || 0x8052000c ||  
|-
|-
| CELL_FONT_ERROR_FONT_OPEN_MAX || 0x8054000d || Maximum number of fonts already open
| CELL_PERF_ERROR_LV1_ALIGNMENT_ERROR || 0x8052000d ||  
|-
|-
| CELL_FONT_ERROR_FONT_CLOSE_FAILED || 0x8054000e || Could not close font
| CELL_PERF_ERROR_LV1_ILLEGAL_PARAMETER_VALUE || 0x8052000e ||  
|-
|-
| CELL_FONT_ERROR_ALREADY_OPENED || 0x8054000f || A font is already opened
| CELL_PERF_ERROR_LV2_BUSY || 0x8052000f ||  
|-
|-
| CELL_FONT_ERROR_NO_SUPPORT_FUNCTION || 0x80540010 || Unsupported function
| CELL_PERF_ERROR_LV2_NO_RESOURCE || 0x80520010 ||  
|-
|-
| CELL_FONT_ERROR_NO_SUPPORT_CODE || 0x80540011 || Specified character code is not supported
| CELL_PERF_ERROR_LV2_NOT_OPENED || 0x80520011 ||  
|-
|-
| CELL_FONT_ERROR_NO_SUPPORT_GLYPH || 0x80540012 || Glyph could not be found
| CELL_PERF_ERROR_LV2_NOT_IMPLEMENTED || 0x80520012 ||  
|-
|-
| CELL_FONT_ERROR_BUFFER_SIZE_NOT_ENOUGH || 0x80540016 || Size of the specified buffer is not enough
| CELL_PERF_ERROR_LV2_INVALID_PARAMETER || 0x80520013 ||  
|-
|-
| CELL_FONT_ERROR_RENDERER_ALREADY_BIND || 0x80540020 || Renderer is already bound
| CELL_PERF_ERROR_LV2_UNSUPPORTED_HARDWARE || 0x80520014 ||  
|-
|-
| CELL_FONT_ERROR_RENDERER_UNBIND || 0x80540021 || Renderer is not bound
| CELL_PERF_ERROR_LV2_NOT_ALLOWED || 0x80520015 ||  
|-
|-
| CELL_FONT_ERROR_RENDERER_INVALID || 0x80540022 || Invalid renderer was specified
| CELL_PERF_ERROR_UNDEFINED || 0x80520016 ||  
|-
|-
| CELL_FONT_ERROR_RENDERER_ALLOCATION_FAILED || 0x80540023 || Memory allocation by renderer failed
| CELL_PERF_ERROR_NO_RESOURCE || 0x80520017 ||  
|-
|-
| CELL_FONT_ERROR_ENOUGH_RENDERING_BUFFER || 0x80540024 || Exceeded the scale limite of the rendering buffer
| CELL_PERF_ERROR_ADDED_ALREADY || 0x80520018 ||  
|-
|-
| CELL_FONT_ERROR_NO_SUPPORT_SURFACE || 0x80540040 || Unsupported surface
| CELL_PERF_ERROR_NO_ENTRY || 0x80520019 ||  
|-
|-
|}
|}


== Gifdec errors ==
== Home coordination utility 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_GIFDEC_ERROR_OPEN_FILE || 0x80611300 || Error while attempting to open a file
| CELL_HDDGAME_ERROR_INTERNAL || || Fatal internal error
|-
|-
| CELL_GIFDEC_ERROR_STREAM_FORMAT || 0x80611301 || Error in the GIF stream
| CELL_HDDGAME_ERROR_PARAM || || Invalid argument (application bug)
|-
|-
| CELL_GIFDEC_ERROR_SEQ || 0x80611302 || Error in the calling sequence
| CELL_HDDGAME_ERROR_NOAPP || || PlayStation Home is not installed
|-
|-
| CELL_GIFDEC_ERROR_ARG || 0x80611303 || Error in the argument values
| CELL_GAME_ERROR_ACCESS_ERROR || || HDD access error
|-
| CELL_GIFDEC_ERROR_FATAL || 0x80611304 || Fatal error
|-
| CELL_GIFDEC_ERROR_SPU_UNSUPPORT || 0x80611305 || Tried to decode on SPUs a stream unsupported by SPUs
|-
| CELL_GIFDEC_ERROR_SPU_ERROR || 0x80611306 || SPU decoding error
|-
| CELL_GIFDEC_ERROR_CB_PARAM || 0x80611307 || Error in the parameters specified for the callback function
|-
|-
|}
|}


== Jpgdec errors ==
== IMEJP utility 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_JPGDEC_ERROR_HEADER || 0x80611101 || Header of stream is not a JPEG header
| CELL_IMEJP_ERROR_ERR || 0x8002bf01 || Function call error
|-
| CELL_IMEJP_ERROR_CONTEXT || 0x8002bf11 || Invalid context handle or context handle not opened
|-
| CELL_IMEJP_ERROR_ALREADY_OPEN || 0x8002bf21 || Attempted to open when the ImeJp utility is already opened
|-
|-
| CELL_JPGDEC_ERROR_STREAM_FORMAT || 0x80611102 || Error in the stream, or the stream format is not supported
| CELL_IMEJP_ERROR_DIC_OPEN || 0x8002bf31 || Dictionary open error
|-
|-
| CELL_JPGDEC_ERROR_ARG || 0x80611103 || Error in arguments of function
| CELL_IMEJP_ERROR_PARAM || 0x8002bf41 || Invalid parameter
|-
|-
| CELL_JPGDEC_ERROR_SEQ || 0x80611104 || Error in execution procedure of function
| CELL_IMEJP_ERROR_IME_ALREADY_IN_USE || 0x8002bf51 || Character input engine is being used
|-
|-
| CELL_JPGDEC_ERROR_BUSY || 0x80611105 || Internal state of decoder is in BUSY state
| CELL_IMEJP_ERROR_OTHER || 0x8002bfff || Other error, internal error
|-
|-
| CELL_JPGDEC_ERROR_FATAL || 0x80611106 || Fatal error
|}
 
== L10n errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_JPGDEC_ERROR_OPEN_FILE || 0x80611107 || Error in opening file
| SRCIllegal || || Target character string is corrupt
|-
|-
| CELL_JPGDEC_ERROR_SPU_UNSUPPORT || 0x80611108 || Tried to decode progressive JPEG data on SPUs
| DSTExhausted || || Buffer is too small for the conversion result
|-
|-
| CELL_JPGDEC_ERROR_CB_PARAM || 0x80611109 || Error in user-defined parameters for callback function
| ConverterUnknown || || Specified converter is invalid
|-
|-
|}
|}


== Jpgenc errors ==
== Pthread 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_JPGENC_ERROR_ARG || 0x80611191 || Specified argument is invalid
| ESRCH || || Non-existent thread
|-
|-
| CELL_JPGENC_ERROR_SEQ || 0x80611192 || Function calling sequence is invalid
| EINVAL || || The value specified is invalid or does not refer to an initialized thread attribute object.
|-
|-
| CELL_JPGENC_ERROR_BUSY || 0x80611193 || Internal state of the encoder is BUSY, and the operation requested by the upper-level program cannot be executed. This error occurs when the queue inside the encoder (of instructions by the upper-level program) is full.
| EINVAL || || Invalid value for scheduling parameters.
|-
|-
| CELL_JPGENC_ERROR_EMPTY || 0x80611194 || No encoding results are available in the encoder
| ENOTSUP || || An attempt was made to set the attribute to an unsupported value
|-
|-
| CELL_JPGENC_ERROR_RESET || 0x80611195 || Blocking wait was released with a cellJpgEncReset() call
| ENOMEM || || The process cannot allocate enough memory to initialize a mutex or a condition variable
|-
|-
| CELL_JPGENC_ERROR_FATAL || 0x80611196 || Internal state of the encoder is in an unexpected state. This error cannot usually occur. For example, this error can occur when there is an inconsistency in the configuration of data managed internally by the encoder. This error can also occur when a write error occurs when the stream output is to a file.
| EAGAIN || || The system lacks the resources to initialize a mutex or a condition variable
|-
|-
| CELL_JPGENC_ERROR_STREAM_ABORT || 0x806111A1 || Encoding was aborted with cellJpgEncReset(). The output stream is undefined.
| EBUSY || || Mutex is locked by another thread.
|-
|-
| CELL_JPGENC_ERROR_STREAM_SKIP || 0x806111A2 || Encoding was skipped with cellJpgEncReset().
| EDEADLK || || A deadlock would occur if the thread blocked waiting for mutex
|-
|-
| CELL_JPGENC_ERROR_STREAM_OVERFLOW || 0x806111A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
| EPERM || || The current thread does not hold a lock on mutex.
|-
|-
| CELL_JPGENC_ERROR_STREAM_FILE_OPEN || 0x806111A4 || File could not be opened (when the output is to a file)
| ETIMEDOUT || || The system time has reached or exceeded the time specified in abstime.
|-
|-
|}
|}


== Pngdec errors ==
== Realtimeclock 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_PNGDEC_ERROR_HEADER || 0x80611201 || Error in PNG header
| CELL_RTC_ERROR_NOT_INITIALIZED || 0x80010601 || Library has not yet been initialized. Please initialize before use.
|-
| CELL_RTC_ERROR_INVALID_POINTER || 0x80010602 || The pointer passed in is invalid.
|-
| CELL_RTC_ERROR_INVALID_VALUE || 0x80010603 || A value in the arguments is invalid and cannot be used.
|-
| CELL_RTC_ERROR_INVALID_ARG || 0x80010604 || An argument contains invalid data.
|-
| CELL_RTC_ERROR_NOT_SUPPORTED || 0x80010605 || The feature is not supported
|-
|-
| CELL_PNGDEC_ERROR_STREAM_FORMAT || 0x80611202 || Error in PNG stream
| CELL_RTC_ERROR_NO_CLOCK || 0x80010606 || The clock is not available
|-
|-
| CELL_PNGDEC_ERROR_ARG || 0x80611203 || Error in argument value
| CELL_RTC_ERROR_BAD_PARSE || 0x80010607 || Error occurred in parsing, perhaps an unknown format
|-
|-
| CELL_PNGDEC_ERROR_SEQ || 0x80611204 || Error in calling sequence
| CELL_RTC_ERROR_INVALID_YEAR || 0x80010621 || The year value is invalid
|-
|-
| CELL_PNGDEC_ERROR_BUSY || 0x80611205 || Decoder is BUSY
| CELL_RTC_ERROR_INVALID_MONTH || 0x80010622 || The month value is invalid
|-
|-
| CELL_PNGDEC_ERROR_FATAL || 0x80611206 || Fatal error
| CELL_RTC_ERROR_INVALID_DAY || 0x80010623 || The day value is invalid
|-
|-
| CELL_PNGDEC_ERROR_OPEN_FILE || 0x80611207 || File open error
| CELL_RTC_ERROR_INVALID_HOUR || 0x80010624 || The hour value is invalid
|-
|-
| CELL_PNGDEC_ERROR_SPU_UNSUPPORT || 0x80611208 || Tried to decode data undecodable by the SPU
| CELL_RTC_ERROR_INVALID_MINUTE || 0x80010625 || The minute value is invalid
|-
|-
| CELL_PNGDEC_ERROR_SPU_ERROR || 0x80611209 || SPU decoding error
| CELL_RTC_ERROR_INVALID_SECOND || 0x80010626 || The second value is invalid
|-
|-
| CELL_PNGDEC_ERROR_CB_PARAM || 0x8061120a || Error in the user-defined parameters for the callback function
| CELL_RTC_ERROR_INVALID_MICROSECOND || 0x80010627 || The microsecond value is invalid
|-
|-
|}
|}


== Pngenc errors ==
== Print Utility errors ==
 
=== Print ErrorStatus ===
{| 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_PNGENC_ERROR_ARG || 0x80611291 || Problem with the argument
| CELL_PRINT_ERRORSTATUS_COMM || 0x80000000 || Printer communication error
|-
|-
| CELL_PNGENC_ERROR_SEQ || 0x80611292 || Problem with the calling sequence
| CELL_PRINT_ERRORSTATUS_COVEROPEN || 0x80000001 || Cover is opened
|-
|-
| CELL_PNGENC_ERROR_BUSY || 0x80611293 || The encoder is in the busy state, and the requested operation cannot be executed. This error occurs when the queue inside the encoder storing instructions from the upper-level program becomes full
| CELL_PRINT_ERRORSTATUS_INKCOVEROPEN || 0x80000002 || Ink (cartridge) cover is opened
|-
|-
| CELL_PNGENC_ERROR_EMPTY || 0x80611294 || No encoding results are available in the encoder
| CELL_PRINT_ERRORSTATUS_NOPAPER || 0x80000003 || No paper
|-
|-
| CELL_PNGENC_ERROR_RESET || 0x80611295 || Blocking wait was released with a cellPngEncReset() call
| CELL_PRINT_ERRORSTATUS_NOTRAY || 0x80000004 || No paper tray
|-
|-
| CELL_PNGENC_ERROR_FATAL || 0x80611296 || An error occurred during the writing of the stream's output file. Or, the encoder has fallen into an unexpected state because, for example, a bug has occurred in the data structure within the encoder
| CELL_PRINT_ERRORSTATUS_SIZE_TYPE_PATH || 0x80000005 || Paper feed method is not matching
|-
|-
| CELL_PNGENC_ERROR_STREAM_ABORT || 0x806112A1 || Encode processing is aborted by the calling of cellPngEncReset(). The output stream is undefined
| CELL_PRINT_ERRORSTATUS_DOUBLEFEED || 0x80000006 || Paper feed error (double feed)
|-
|-
| CELL_PNGENC_ERROR_STREAM_SKIP || 0x806112A2 || Encode processing is skipped by the calling of cellPngEncReset()
| CELL_PRINT_ERRORSTATUS_FEEDERROR || 0x80000007 || Paper feed error (other than double feed)
|-
|-
| CELL_PNGENC_ERROR_STREAM_OVERFLOW || 0x806112A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
| CELL_PRINT_ERRORSTATUS_PAPERJAM || 0x80000008 || Paper jammed
|-
|-
| CELL_PNGENC_ERROR_STREAM_FILE_OPEN || 0x806112A4 || The output destination file could not be opened
| CELL_PRINT_ERRORSTATUS_TRAYCLOSE || 0x80000009 || Eject tray is closed
|-
|-
|}
| CELL_PRINT_ERRORSTATUS_NOINK || 0x8000000a || No ink
 
== GLES errors ==
=== EGL errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| EGL_SUCCESS                  || 0x3000 ||  
| CELL_PRINT_ERRORSTATUS_NOCARTRIDGE || 0x8000000b || No ink cartridge
|-
|-
| EGL_NOT_INITIALIZED          || 0x3001 ||  
| CELL_PRINT_ERRORSTATUS_COVERFLOW || 0x8000000c || Ink cartridge's waste ink full
|-
|-
| EGL_BAD_ACCESS                || 0x3002 ||  
| CELL_PRINT_ERRORSTATUS_CFAIL || 0x8000000d || Ink cartridge detection error
|-
|-
| EGL_BAD_ALLOC                || 0x3003 ||  
| CELL_PRINT_ERRORSTATUS_CFACTORY || 0x8000000e || Ink cartridge error (factory default settings)
|-
|-
| EGL_BAD_ATTRIBUTE            || 0x3004 ||  
| CELL_PRINT_ERRORSTATUS_BATTERYVOLTAGE || 0x8000000f || Abnormal battery voltage
|-
|-
| EGL_BAD_CONFIG                || 0x3005 ||  
| CELL_PRINT_ERRORSTATUS_BATTERYTEMPERATURE || 0x80000010 || Abnormal battery temperature
|-
|-
| EGL_BAD_CONTEXT              || 0x3006 ||  
| CELL_PRINT_ERRORSTATUS_BATTERYEMPTY || 0x80000011 || No battery (cannot print)
|-
|-
| EGL_BAD_CURRENT_SURFACE      || 0x3007 ||  
| CELL_PRINT_ERRORSTATUS_SERVICEREQ || 0x80000012 || Printer adjustment necessary
|-
|-
| EGL_BAD_DISPLAY              || 0x3008 ||  
| CELL_PRINT_ERRORSTATUS_GENERAL || 0x80000013 || Printer-related error
|-
|-
| EGL_BAD_MATCH                || 0x3009 ||  
| CELL_PRINT_ERRORSTATUS_FATAL || 0x80000014 || Fatal printer error
|-
| EGL_BAD_NATIVE_PIXMAP        || 0x300A ||
|-
| EGL_BAD_NATIVE_WINDOW        || 0x300B ||
|-
| EGL_BAD_PARAMETER            || 0x300C ||
|-
| EGL_BAD_SURFACE              || 0x300D ||
<!--// 0x300E-0x301F reserved for additional errors.//-->
|-
|-
|}
|}
=== GL errors ===
 
=== Print 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
|-
|-
| GL_NO_ERROR                      || 0 ||  
| CELL_PRINT_ERROR_INTERNAL || 0x8002c401 || Internal error
|-
| CELL_PRINT_ERROR_NO_MEMORY || 0x8002c402 || Memory allocation failed
|-
|-
| GL_INVALID_ENUM                  || 0x0500 ||  
| CELL_PRINT_ERROR_PRINTER_NOT_FOUND || 0x8002c403 || Printer could not be found
|-
|-
| GL_INVALID_VALUE                || 0x0501 ||  
| CELL_PRINT_ERROR_INVALID_PARAM || 0x8002c404 || Parameter is invalid
|-
|-
| GL_INVALID_OPERATION            || 0x0502 ||  
| CELL_PRINT_ERROR_INVALID_FUNCTION || 0x8002c405 || API call is invalid
|-
|-
| GL_STACK_OVERFLOW                || 0x0503 ||  
| CELL_PRINT_ERROR_NOT_SUPPORT || 0x8002c406 || Printer is not supported
|-
|-
| GL_STACK_UNDERFLOW              || 0x0504 ||  
| CELL_PRINT_ERROR_OCCURRED || 0x8002c407 || API execution error
|-
|-
| GL_OUT_OF_MEMORY                || 0x0505 ||  
| CELL_PRINT_ERROR_CANCELED_BY_PRINTER || 0x8002c408 || Print job was cancelled
|-
|-
|}
|}


== PSGL errors ==
 
== Record Utility 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
|-
|-
| PSGL_REPORT_VERSION  || || Reported once at the initialization of PSGL. Reports the version of PSGL compiled in.
| CELL_REC_ERROR_OUT_OF_MEMORY|| 0x8002c501||  
|-
|-
| PSGL_REPORT_DEBUG, PSGL_REPORT_ASSERT, PSGL_REPORT_UNKNOWN  || || Reported only when a PSGL defect was encountered. Please contact Developer Support if you see any of those.
| CELL_REC_ERROR_FATAL|| 0x8002c502||  
|-
|-
| PSGL_REPORT_GL_ERROR || || Reported when PSGL needs to trigger a GL error, as per the GLES specification.
| CELL_REC_ERROR_INVALID_VALUE || 0x8002c503||  
|-
|-
| PSGL_REPORT_CG_ERROR  || || Reported when PSGL needs to trigger a Cg error, as per the Cg specification.
| CELL_REC_ERROR_FILE_OPEN || 0x8002c504||  
|-
|-
| PSGL_REPORT_MISSING_STATE  || || Reported when PSGL needs a fixed function fragment program that was not loaded. See psglLoadShaderLibrary() for more information.
| CELL_REC_ERROR_FILE_WRITE || 0x8002c505||  
|-
|-
| PSGL_REPORT_VERTEX_SLOW_PATH  || || Reported when the current vertex data setup requires software per-vertex setup. An associated PSGL_REPORT_VERTEX_DATA_WARNING report gives more information as to why the slow path was taken.
| CELL_REC_ERROR_INVALID_STATE || 0x8002c506||  
|-
|-
| PSGL_REPORT_VERTEX_DATA_WARNING  || || Reported when the current vertex data setup requires software per-vertex setup. Includes a description of why the slow path was taken.
| CELL_REC_ERROR_FILE_NO_DATA || 0x8002c507||  
|-
|-
| PSGL_REPORT_COPY_TEXTURE_SLOW_PATH  || || Reported when PSGL cannot use the hardware to copy part of the frame buffer to a texture. An associated PSGL_REPORT_COPY_TEXTURE_WARNING report gives more information as to why the slow path was taken.
|}
 
== Sysmodule Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| PSGL_REPORT_COPY_TEXTURE_WARNING  || || Reported when PSGL cannot use the hardware to copy part of the frame buffer to a texture. Includes a description of the conditions which triggered the slow path.
| CELL_SYSMODULE_ERROR_DUPLICATED || 0x80012001 || Tried to load a PRX that is already loaded
|-
|-
| PSGL_REPORT_TEXTURE_COPY_BACK  || || Reported when PSGL needs to copy a texture back from RSX memory to system memory.
| CELL_SYSMODULE_ERROR_UNKNOWN || 0x80012002 || Tried to load an unknown PRX
|-
|-
| PSGL_REPORT_TEXTURE_REALLOC  || || Reported when PSGL needs to reallocate a texture.
| CELL_SYSMODULE_ERROR_UNLOADED || 0x80012003 || Tried to unload a PRX that is already unloaded, or the module is not loaded
|-
|-
| PSGL_REPORT_FP32_FILTERING || || Reported when an FP32 texture requires an unsupported filtering mode (one that requires blending of texels). Includes information about which mode is unsupported, and which mode is used instead.
| CELL_SYSMODULE_ERROR_INVALID_MEMCONTAINER || 0x80012004 || An invalid memory container ID was passed
|-
|-
| PSGL_REPORT_TEXTURE_INCOMPLETE  || || Reported when a texture unit is used with a texture that is not complete. The texture will be ignored.
| CELL_SYSMODULE_ERROR_FATAL || 0x800120ff || Function call failed
|-
|-
| PSGL_REPORT_FRAMEBUFFER_INCOMPLETE  || || Reported when a frame buffer is used that is not complete.
|}
 
== System Utility Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| PSGL_REPORT_FRAMEBUFFER_UNSUPPORTED  || || Reported when the frame buffer used is not supported by PSGL. The report provides information about what is unsupported.
| CELL_SYSUTIL_ERROR_TYPE || 0x8002b101 || Type is invalid
|-
|-
| PSGL_REPORT_BUFFER_OBJECT_OUT_OF_BOUNDS  || || Reported when PSGL tries to draw using data that is out of the object bounds.
| CELL_SYSUTIL_ERROR_VALUE || 0x8002b102 || Value is invalid
|-
|-
| PSGL_REPORT_GPU_MEMORY_ALLOC  || || Reported when PSGL allocates RSX memory.
| CELL_SYSUTIL_ERROR_SIZE || 0x8002b103 || Size is invalid
|-
|-
| PSGL_REPORT_GPU_MEMORY_FREE  || || Reported when PSGL frees RSX memory.
| CELL_SYSUTIL_ERROR_NUM || 0x8002b104 || Number exceeds valid range
|-
|-
| PSGL_REPORT_GPU_MEMORY_ASYNC_FREE  || || Reported when PSGL asynchronously frees RSX memory.
| CELL_SYSUTIL_ERROR_BUSY || 0x8002b105 || Service cannot run because another service is running
|-
|-
| PSGL_REPORT_HOST_MEMORY_ALLOC  || || Reported when PSGL allocates host memory.
| CELL_SYSUTIL_ERROR_STATUS || 0x8002b106 || Invalid API was called for the current service status
|-
|-
| PSGL_REPORT_HOST_MEMORY_FREE  || || Reported when PSGL frees host memory.
| CELL_SYSUTIL_ERROR_MEMORY || 0x8002b107 || Sufficient memory could not be allocated for the requested service
|-
|-
| PSGL_REPORT_HOST_MEMORY_ASYNC_FREE  || || Reported when PSGL asynchronously frees host memory.
|}
 
 
== System BGM Control Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| PSGL_REPORT_MALLOC_MEMORY_ALLOC  || || Reported when PSGL allocates malloc memory.
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_PARAM || 0x8002b101 || Invalid parameter
|-
|-
| PSGL_REPORT_MALLOC_MEMORY_FREE  || || Reported when PSGL frees malloc memory.
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_BUSY || 0x8002b102 || Requested processing cannot be executed because the required processing has not completed yet
|-
|-
| PSGL_REPORT_MALLOC_MEMORY_REALLOC  || || Reported when PSGL reallocates malloc memory.
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_GENERIC || 0x8002b1ff || Unknown error occurred
|-
|-
| PSGL_REPORT_TEXTURE_CONVERSION  || || Reported when texture color format conversion occurs.
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_PARAM || 0x8002d301 || Invalid parameter
|-
|-
| PSGL_REPORT_RESC  || || Reported when resolution conversion (RESC) is enabled.
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_ALREADY_SETPARAM || 0x8002d302 || Processing cannot be accepted because the setting has already been made
|-
|-
| PSGL_REPORT_RESC_FLIP_ERROR  || || Reported when an error occurs during resolution conversion (RESC) flip. The report includes the error code returned by cellRescSetConvertAndFlip().
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_DISABLE_SETPARAM || 0x8002d303 || Processing cannot be accepted because the feature is disabled
|-
|-
| PSGL_REPORT_COMMAND_RECORD_CALLBACK || || Reported when recording with static command buffers in PSGL. There is no more space for command in the current command buffer and there is no psglStaticCommandBufferCallback to call to resolve the issue.
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_GENERIC || 0x8002d3ff || Unknown error occurred
|-
|-
|}
|}


== PSGL Utility 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
|-
|-
| GLU_INVALID_ENUM || 100900 ||  
| CXML_RESULT_OK || 0x0 ||
|-
|-
| GLU_INVALID_VALUE || 100901 ||  
| CXML_RESULT_ERROR_CANT_OPEN || 0x8002E001 ||
|-
|-
| GLU_OUT_OF_MEMORY || 100902 ||  
| CXML_RESULT_ERROR_CANT_READ || 0x8002E002 ||
|-
|-
| GLU_INVALID_OPERATION || 100904 ||  
| CXML_RESULT_ERROR_CANT_WRITE || 0x8002E003 ||
|-
|-
|}
| CXML_RESULT_ERROR_CANT_SEEK || 0x8002E004 ||
 
== Content Search Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SEARCH_ERROR_PARAM || 0x8002C801 || Parameter is invalid. func or Id is NULL.
| CXML_RESULT_ERROR_CANT_ALLOC || 0x8002E005 ||
|-
|-
| CELL_SEARCH_ERROR_BUSY || 0x8002C802 || Currently processing. Executing initialization or a search
| CXML_RESULT_ERROR_FORMAT || 0x8002E006 ||
|-
|-
| CELL_SEARCH_ERROR_NO_MEMORY || 0x8002C803 || Not enough memory for execution
| CXML_RESULT_ERROR_VERSION || 0x8002E007 ||
|-
|-
| CELL_SEARCH_ERROR_UNKNOWN_MODE || 0x8002C804 || Mode is invalid. Value specified to mode is not CELL_SEARCH_MODE_NORMAL
| CXML_RESULT_ERROR_INVALID_NODE || 0x8002E008 ||
|-
|-
| CELL_SEARCH_ERROR_ALREADY_INITIALIZED || 0x8002C805 || Already initialized
| CXML_RESULT_ERROR_NOT_ENOUGH_BUF || 0x8002E009 ||
|-
|-
| CELL_SEARCH_ERROR_NOT_INITIALIZED || 0x8002C806 || Not initialized
| CXML_RESULT_ERROR_ACCESS_MODE || 0x8002E010 ||
|-
|-
| CELL_SEARCH_ERROR_FINALIZING || 0x8002C807 || Executing termination processing
| CXML_RESULT_ERROR_NOT_EXIST || 0x8002E011 ||
|-
|-
| CELL_SEARCH_ERROR_NOT_SUPPORTED_SEARCH || 0x8002C808 || Specified search conditions are not supported. Combination of type and sortOrder is invalid.
| CXML_RESULT_ERROR_TYPE || 0x8002E012 ||
|-
|-
| CELL_SEARCH_ERROR_CONTENT_OBSOLETE || 0x8002C809 || contentId, listID, videoId is old (content was modified by the user and therefore cannot be found)
| CXML_RESULT_ERROR_CANT_MODIFY || 0x8002E013 ||
|-
|-
| CELL_SEARCH_ERROR_CONTENT_NOT_FOUND || 0x8002C80A || Content indicated by contentId, listID, videoID cannot be found (deleted by the user).
| CXML_RESULT_ERROR_NO_ALLOCATOR || 0x8002E014 ||
|-
|-
| CELL_SEARCH_ERROR_NOT_LIST || 0x8002C80B || contentId, listID, videoID cannot be found in the list.
|}
 
== 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
|-
|-
| CELL_SEARCH_ERROR_OUT_OF_RANGE || 0x8002C80C || Offset is either negative or too large
| MP_SUCCESS|| 0x0 ||  
|-
|-
| CELL_SEARCH_ERROR_INVALID_SEARCHID || 0x8002C80D || Search ID is invalid
| 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_SEARCH_ERROR_ALREADY_GOT_RESULT || 0x8002C80E || Search results have already been obtained
| MP_VP_NO_MORE_ITEM_ERROR|| 0x80028802  ||  
|-
|-
| CELL_SEARCH_ERROR_NOT_SUPPORTED_CONTEXT || 0x8002C80F || Selection context cannot be created
| MP_VP_DATA_TOP_ERROR|| 0x80028803 ||  
|-
|-
| CELL_SEARCH_ERROR_INVALID_CONTENTTYPE || 0x8002C810 || Content type is invalid
| MP_VP_DATA_END_ERROR|| 0x80028804  ||  
|-
|-
| CELL_SEARCH_ERROR_DRM || 0x8002C811 || DRM error. Could not execute request/obtain path because file is a DRM file.
| MP_VP_NO_DATA_ERROR|| 0x80028805  ||  
|-
|-
| CELL_SEARCH_ERROR_TAG || 0x8002C812 || Tag information is invalid. tagNum is larger than CELL_SEARCH_TAG_NUM_MAX; or tagNum is at least 1 and tags or tags[n] is NULL; or length of tags[n] is larger than CELL_SEARCH_TAG_LEN_MAX
| MP_VP_BUFFER_FULL_ERROR||0x80028806  ||  
|-
|-
| CELL_SEARCH_ERROR_GENERIC || 0x8002C8FF || Other error
| MP_VP_FILE_OPEN_ERROR || 0x80028807  ||  
|-
|-
|}
| MP_VP_FILE_READ_ERROR|| 0x80028808  ||  
 
== Music Decode errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_MUSIC_DECODE_DECODE_FINISHED || 0x8002C101 || End of music content was reached and decoding stopped
| MP_VP_FILE_SEEK_ERROR|| 0x80028809  ||  
|-
|-
| CELL_MUSIC_DECODE_ERROR_PARAM || 0x8002C102 || Parameters are invalid
| MP_VP_NO_SUPPORTED_ERROR || 0x8002880A  ||  
|-
|-
| CELL_MUSIC_DECODE_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
| MP_VP_DECODE_ERROR || 0x8002880B  ||  
|-
|-
| CELL_MUSIC_DECODE_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
| MP_VP_V_DECODE_ERROR || 0x8002880C  ||  
|-
|-
| CELL_MUSIC_DECODE_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
| MP_VP_A_DECODE_ERROR|| 0x8002880D  ||  
|-
|-
| CELL_MUSIC_DECODE_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
| MP_VP_DATA_SET_FAILED_ERROR|| 0x8002880E  ||  
|-
|-
| CELL_MUSIC_DECODE_ERROR_DECODE_FAILURE || 0x8002C107 || Error occurred during decoding and decoding stopped
| MP_VP_NOTFOUND_NEXT_DATA_ERROR||0x8002880F  ||  
|-
|-
| CELL_MUSIC_DECODE_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
| MP_VP_NOTFOUND_PREV_DATA_ERROR|| 0x80028810  ||  
|-
|-
| CELL_MUSIC_DECODE_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
| MP_VP_ANALYZE_ERROR || 0x80028811  ||  
|-
|-
| CELL_MUSIC_DECODE_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
| MP_VP_LACK_OF_BUFFER_ERROR ||0x80028812  ||  
|-
|-
| CELL_MUSIC_DECODE_ERROR_NO_LPCM_DATA || 0x8002C10B || No decoded data was available
| MP_VP_LICENSE_ERROR || 0x80028813  ||  
|-
|-
| CELL_MUSIC_DECODE_NEXT_CONTENTS_READY || 0x8002C10C || Decoding of next content can be started
| MP_VP_LICENSE_NOT_YET_AVAILABLE_ERROR || 0x80028814  ||  
|-
|-
| CELL_MUSIC_DECODE_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
| MP_VP_LICENSE_EXPIRED_ERROR|| 0x80028815  ||  
|-
|-
|}
| MP_VP_LICENSE_VOID_SECURE_CLOCK_ERROR || 0x80028816  ||  
 
== Music Playback errors ==
===Using memory container===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_MUSIC_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
| MP_VP_GET_PICTURE_ERROR|| 0x80028817  ||  
|-
|-
| CELL_MUSIC_ERROR_PARAM || 0x8002C102 || Parameters are invalid
| MP_VP_VPOST_ERROR|| 0x80028818  ||  
|-
|-
| CELL_MUSIC_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
| MP_VP_IMAGE_LOAD_FAILED_ERROR || 0x80028819  ||  
|-
|-
| CELL_MUSIC_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
| MP_VP_NO_EXECUTE_ERROR|| 0x80028881  ||  
|-
|-
| CELL_MUSIC_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
| MP_VP_OUT_OF_RANGE_ERROR|| 0x8002888D  ||  
|-
|-
| CELL_MUSIC_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
| MP_VP_FILE_NOT_EXIST_ERROR || 0x80028882  ||  
|-
|-
| CELL_MUSIC_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
| MP_VP_LICENSE_EXCLUDED_ERROR|| 0x80028883  ||  
|-
|-
| CELL_MUSIC_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
| MP_VP_CREATE_SHORT_ICON_ERROR || 0x80028884  ||  
|-
|-
| CELL_MUSIC_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
| MP_VP_CREATE_ICON_ERROR|| 0x80028885  ||  
|-
|-
| CELL_MUSIC_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
| MP_VP_VTRM_BROKEN_ERROR|| 0x80028886  ||  
|-
|-
| CELL_MUSIC_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
| MP_VP_INCOMPAT_ADAPTER_ERROR|| 0x80028887  || MagicGate device required
|-
|-
|}
| MP_VP_MEDIA_INCOMPAT_ERROR|| 0x80028888  ||  
 
=== Not using memory container ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_MUSIC2_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
| MP_VP_GID_NO_SET_ERROR|| 0x80028889  ||  
|-
|-
| CELL_MUSIC2_ERROR_PARAM || 0x8002C102 || Parameters are invalid
| MP_VP_PREMATURE_GID_ERROR|| 0x8002888A  ||  
|-
|-
| CELL_MUSIC2_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
| MP_VP_BELATED_GID_ERROR|| 0x8002888B  ||  
|-
|-
| CELL_MUSIC2_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
| MP_VP_PSN_NOLICENSE_ERROR|| 0x8002888E  || Authenticate via PsStore
|-
|-
| CELL_MUSIC2_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
| MP_VP_PSN_NEED_ACTIVATION_ERROR|| 0x8002888F  || Need Certification
|-
|-
| CELL_MUSIC2_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
| MP_VP_PSN_UNEXPECTED_AIV_ERROR|| 0x80028890  || Wrong Certification Data
|-
|-
| CELL_MUSIC2_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
| MP_VP_INVALID_FORMAT_ERROR || 0x80028891  ||  
|-
|-
| CELL_MUSIC2_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
| MP_VP_ACCESS_DENIED_ERROR|| 0x80028892  ||  
|-
|-
| CELL_MUSIC2_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
| MP_VP_HTTP_SERVER_NOT_FOUND_ERROR|| 0x80028893  ||  
|-
|-
| CELL_MUSIC2_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
| MP_VP_HTTP_GENERIC_ERROR || 0x80028894  || HTTP MediaServer Error
|-
|-
| CELL_MUSIC2_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
| MP_VP_NOT_ENOUGH_MEMORY_ERROR|| 0x80028895  ||  
|-
|-
|}
| MP_VP_NO_AUDIO_STREAM_ERROR || 0x80028896  || No Audio
 
== Music Export Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_BUSY || 0x8002c601 || Because the required processing has not been completed yet, the requested processing could not be executed
| MP_VP_NO_SUBTITLE_ERROR || 0x80028897  || No Subtitle
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c602 || Internal error
| MP_VP_NETWORK_ERROR|| 0x80028898  ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_PARAM || 0x8002c603 || Parameter is invalid
| MP_VP_A_ENCODE_ERROR|| 0x80028899  ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c604 || HDD access error
| MP_VP_V_ENCODE_ERROR|| 0x8002889A  ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c605 || Internal database error
| MP_VP_FILE_WRITE_ERROR || 0x8002889B  ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c606 || Registration to database failed
| MP_VP_FILE_WRITE_RES_ERROR||0x8002889C  ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_SET_META || 0x8002c607 || Metadata configuration failed
| MP_VP_S_DECODE_ERROR|| 0x8002889D  ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c608 || Metadata flush failed
| MP_VP_FILE_IO_CANCELLED_ERROR || 0x8002889E  ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_MOVE || 0x8002c609 || File move failed
| MP_VP_HTTP_CONTENT_NOT_FOUND_ERROR|| 0x8002889F  ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c60a || Initialization error
| MP_VP_EXPIRED_ERROR|| 0x800288A0  ||  
|-
|-
|}
| MP_VP_WMA_NOT_ENABLED_ERROR || 0x800288A1  || WMA Playback not enabled.
 
== Photo Utility errors ==
 
=== Export errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_BUSY || 0x8002c201 || Requested operation could not be executed because required operation has not ended
| MP_VP_ACCESS_NOT_DOWNLOADED_AREA_ERROR|| 0x800288A2  ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c202 || Internal error
| MP_VP_DTCP_IP_AUTH_INVALID_HOSTNAME_ERROR|| 0x800288A3  ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_PARAM || 0x8002c203 || Invalid parameter
| MP_VP_DTCP_IP_AUTH_SERVER_NOT_FOUND_ERROR||0x800288A4  ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c204 || HDD access error, file copy failed
| MP_VP_DTCP_IP_AUTH_CANNOT_ACCESS_ERROR|| 0x800288A5  ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c205 || Internal error in database
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR|| 0x800288A6  ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c206 || Registration to database failed
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR_WLAN|| 0x800288A7  || DTCPIP Error set WEP/WPA
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_SET_META || 0x8002c207 || Metadata configuration failed
| MP_VP_DTCP_IP_DEVCERT_EXPIRED_ERROR|| 0x800288A8  ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c208 || Metadata writeback failed
| MP_VP_DTCP_IP_INVALID_URL_ERROR || 0x800288A9  ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_MOVE || 0x8002c209 || File move failed
| MP_VP_DTCP_IP_KM_NEED_ACTIVATE_ERROR|| 0x800288AA  ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c20a || Initialization error
| MP_VP_DTCP_IP_KM_NEED_UPDATE_ERROR|| 0x800288AB  ||  
|-
|-
|}
| MP_VP_DTCP_IP_KM_FATAL_ERROR|| 0x800288AC  ||  
 
=== Import errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PHOTO_IMPORT_ERROR_BUSY || 0x8002c701 || Required processing has not completed, so request could not be executed
| MP_VP_DTCP_IP_KM_FATAL_ERROR_REGISTRY|| 0x800288AD  ||  
|-
|-
| CELL_PHOTO_IMPORT_ERROR_INTERNAL || 0x8002c702 || Internal error
| MP_VP_DTCP_IP_KM_FATAL_ERROR_BUFFER|| 0x800288AE  ||  
|-
|-
| CELL_PHOTO_IMPORT_ERROR_PARAM || 0x8002c703 || Parameters are invalid
| MP_VP_DTCP_IP_KM_FATAL_ERROR_SRM||0x800288AF  ||  
|-
|-
| CELL_PHOTO_IMPORT_ERROR_ACCESS_ERROR || 0x8002c704 || HDD access error
| MP_VP_DTCP_IP_KM_NEED_CLOCK_SETUP_ERROR || 0x800288B0  ||  
|-
|-
| CELL_PHOTO_IMPORT_ERROR_COPY || 0x8002c705 || Copy failed
| MP_VP_HTTP_SEEK_NOT_ALLOWED_ERROR|| 0x800288B1  ||  
|-
|-
| CELL_PHOTO_IMPORT_ERROR_INITIALIZE || 0x8002c706 || Initialization error
| MP_VP_DTCP_IP_UNKNOWN_ERROR || 0x800288B2  ||  
|-
|-
|}
| MP_VP_DTCP_IP_INVALID_ARG_ERROR|| 0x800288B3  ||  
 
=== Decode errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PHOTO_DECODE_ERROR_BUSY || 0x8002c901 || Required processing has not completed, so request could not be executed
| MP_VP_DTCP_IP_INVALID_STATE_ERROR|| 0x800288B4  ||  
|-
|-
| CELL_PHOTO_DECODE_ERROR_INTERNAL || 0x8002c902 || Internal error
| MP_VP_DTCP_IP_NOT_IMPLEMENTED_ERROR|| 0x800288B5 ||  
|-
|-
| CELL_PHOTO_DECODE_ERROR_PARAM || 0x8002c903 || Parameters are invalid
| MP_VP_DTCP_IP_INTERNAL_ERROR || 0x800288B6  ||  
|-
|-
| CELL_PHOTO_DECODE_ERROR_ACCESS_ERROR || 0x8002c904 || HDD access error
| MP_VP_DTCP_IP_STREAM_GENERIC_ERROR||0x800288B7  ||  
|-
|-
| CELL_PHOTO_DECODE_ERROR_INITIALIZE || 0x8002c905 || Initialization error
| MP_VP_REGISTRY_ERROR|| 0x800288B8  ||  
|-
|-
| CELL_PHOTO_DECODE_ERROR_DECODE || 0x8002c906 || Decoding failed
| MP_VP_HDCP_OFF_ERROR|| 0x800288B9  ||  
|-
|-
|}
| MP_VP_DTCP_IP_EMI_CCI_ERROR|| 0x800288BA  ||  
 
== Screenshot Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SCREENSHOT_ERROR_INTERNAL || 0x8002d101 || Internal error
| MP_VP_NET_CTL_ERROR||0x800288BB  ||  
|-
|-
| CELL_SCREENSHOT_ERROR_PARAM || 0x8002d102 || Invalid parameter
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_LARGE|| 0x800288BC  ||  
|-
|-
| CELL_SCREENSHOT_ERROR_DECODE || 0x8002d103 || Image decoding failed
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_SMALL|| 0x800288BD  ||  
|-
|-
| CELL_SCREENSHOT_ERROR_NOSPACE || 0x8002d104 || Insufficient HDD space (500MB free needed)
| MP_VP_NO_SUPPORTED_ERROR_PROFILE||0x800288BE  ||  
|-
|-
| CELL_SCREENSHOT_ERROR_UNSUPPORTED_COLOR_FORMAT || 0x8002d105 || The color format of the current frame buffer is not supported
| MP_VP_NO_SUPPORTED_ERROR_TOOL || 0x800288BF  ||  
|-
|-
|}
| MP_VP_NO_SUPPORTED_ERROR_VIDEO_CODEC || 0x800288C0  || "The data type is not supported." Related to video.
 
== Video Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_BUSY || 0x8002ca01 || Requested processing could not be executed because the required processing has not been completed
| MP_VP_NO_SUPPORTED_ERROR_AUDIO_CODEC|| 0x800288C1  ||  
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002ca02 || Internal error
| MP_VP_NO_SUPPORTED_ERROR_AU_SIZE ||0x800288C2  ||  
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_PARAM || 0x8002ca03 || Parameter is invalid
| MP_VP_HTTP_NO_CONTENT_LENGTH_ERROR|| 0x800288C3  ||  
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002ca04 || HDD access error, file copy failed
| MP_VP_DIGITAL_ONLY_ERROR|| 0x800288C4  || Cannot output video other than hdmi
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002ca05 || Internal database error
| MP_VP_PSN_UNSUPPORTED_DEVICE_ERROR|| 0x800288C5  ||  
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002ca06 || Registration to database failed
| MP_VP_DIVX_DRM_RENTAL_EXPIRED_ERROR||0x800288C6  || divx vod rental expired
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_SET_META || 0x8002ca07 || Metadata set failed
| MP_VP_DIVX_DRM_AUTHORIZATION_ERROR ||0x800288C7  || divx vod reg visit website
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002ca08 || Metadata flush failed
| MP_VP_CANNOT_PLAY_CONTENT_ERROR || 0x800288C8  ||  
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_MOVE || 0x8002ca09 || File move failed
| MP_VP_NO_SUPPORTED_ERROR_BRAND || 0x800288C9  ||  
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002ca0a || Initialization error
| MP_VP_NO_SUPPORTED_ERROR_DURATION_TOO_LONG|| 0x800288CF  ||  
|-
|-
|}
| MP_VP_NO_SUPPORTED_ERROR_TRACKS_TOO_MANY|| 0x800288D0  ||  
 
== Hash Function errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ERROR_HASH_NULL_POINTER || 0x80f00001 || Null pointer was passed as an argument. workarea, taskset, md5, sha1, sha224, sha256, sha384, sha512, plain or digest is a null pointer.
| MP_VP_NO_SUPPORTED_ERROR_LICENSE||0x800288D1  ||  
|-
|-
| CELL_ERROR_HASH_QUEUE_CREATE_FAILED || 0x80f00002 || SPURS event queue could not be created, or the event queue could not be attached to a SPURS queue.
| MP_VP_NO_SUPPORTED_ERROR_MVP_SEPARATED_PVL ||0x800288D2  ||  
|-
|-
| CELL_ERROR_HASH_FLAG_CREATE_FAILED || 0x80f00003 || SPURS event flag could not be created, or the event flag could not be attached to a SPURS queue.
| MP_VP_NO_SUPPORTED_ERROR_PROHIBITED_DAO|| 0x800288D3  ||  
|-
|-
| CELL_ERROR_HASH_INVALID_ALIGN || 0x80f00004 || Argument was not aligned to the correct boundary.
| MP_VP_NO_SUPPORTED_ERROR_FORMAT_VERSION || 0x800288D4  ||  
|-
|-
| CELL_ERROR_HASH_INVALID_NOMEM || 0x80f00005 || Insufficient memory.
| MP_VP_NO_SUPPORTED_ERROR_MEDIA|| 0x800288D5  ||  
|-
|-
| CELL_ERROR_HASH_TASK_CREATE_FAILED || 0x80f00006 || Failed to create SPURS task.
| MP_VP_NO_SUPPORTED_ERROR_64BIT_BOXSIZE|| 0x800288D6  ||
|-
| MP_VP_CONTENTS_NOT_EXIST_ERROR ||0x800288CA  ||  
|-
|-
| CELL_ERROR_HASH_INVALID_STATE || 0x80f00007 || Invalid state to process data.
| MP_VP_NO_NEXT_CONTENTS_ERROR|| 0x800288CC  ||  
|-
|-
| CELL_ERROR_HASH_INVALID_BUFFER_SIZE || 0x80f00008 || Invalid context size to process data. spu_dma_buffer_size is not a multiple of 16 or the size is greater than 16KB.
| MP_VP_NO_PREV_CONTENTS_ERROR ||0x800288CD  ||  
|-
|-
| CELL_ERROR_HASH_INVALID_STREAM_ID || 0x80f00009 || Invalid stream ID size.
| MP_VP_SEQUENTIAL_PLAY_NOT_ALLOWED_ERROR||0x800288D7  ||  
|-
|-
|}
| MP_VP_DELETE_CONTENTS_ERROR|| 0x800288DA  ||  
 
== KB errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_KB_ERROR_FATAL || 0x80121001 ||  
| MP_VP_AACS_WM_TRUSTED_SOURCE_STATE_ERROR|| 0x800288DB  ||  
|-
|-
| CELL_KB_ERROR_INVALID_PARAMETER || 0x80121002 ||  
| MP_VP_AACS_WM_NO_HOME_USE_ERROR || 0x800288DC  || cinavia msg code 1
|-
|-
| CELL_KB_ERROR_ALREADY_INITIALIZED || 0x80121003 ||  
| MP_VP_NO_SUPPORTED_ERROR_SCREEN_SAVER|| 0x800288DE  ||  
|-
|-
| CELL_KB_ERROR_UNINITIALIZED || 0x80121004 ||  
| MP_VP_SELFLICENSE_NONE_ERROR|| 0x800288DF  || Content owner account signin please
|-
|-
| CELL_KB_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121005 ||  
| MP_VP_NOT_SUPPORT_REMOTEPLAY_ERROR|| 0x800288E0  || Content does not support remoteplay
|-
|-
| CELL_KB_ERROR_DATA_READ_FAILED || 0x80121006 ||  
| MP_VP_READ_FIRST_BLOCK_SIZE_0_ERROR|| 0x800288E1  ||  
|-
|-
| CELL_KB_ERROR_NO_DEVICE || 0x80121007 ||  
| MP_VP_DTCP_IP_CABLE_NOT_CONNECTED_ERROR|| 0x800288E2  ||  
|-
|-
| CELL_KB_ERROR_SYS_SETTING_FAILED || 0x80121008 ||  
| MP_VP_FILE_IO_TIMEOUT_ERROR|| 0x800288E3  ||  
|-
|-
|}
|}


== PAD errors ==
== SYNC 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_PAD_ERROR_FATAL || 0x80121101 ||  
| CELL_SYNC_ERROR_AGAIN || 0x80410101 ||  
|-
|-
| CELL_PAD_ERROR_INVALID_PARAMETER || 0x80121102 ||  
| CELL_SYNC_ERROR_INVAL || 0x80410102 ||  
|-
|-
| CELL_PAD_ERROR_ALREADY_INITIALIZED || 0x80121103 ||  
| CELL_SYNC_ERROR_NOSYS || 0x80410103 ||  
|-
|-
| CELL_PAD_ERROR_UNINITIALIZED || 0x80121104 ||  
| CELL_SYNC_ERROR_NOMEM || 0x80410104 ||  
|-
|-
| CELL_PAD_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121105 ||  
| CELL_SYNC_ERROR_SRCH || 0x80410105 ||  
|-
|-
| CELL_PAD_ERROR_DATA_READ_FAILED || 0x80121106 ||  
| CELL_SYNC_ERROR_NOENT || 0x80410106 ||  
|-
|-
| CELL_PAD_ERROR_NO_DEVICE || 0x80121107 ||  
| CELL_SYNC_ERROR_NOEXEC || 0x80410107 ||  
|-
|-
| CELL_PAD_ERROR_UNSUPPORTED_GAMEPAD || 0x80121108 ||  
| CELL_SYNC_ERROR_DEADLK || 0x80410108 ||  
|-
|-
| CELL_PAD_ERROR_TOO_MANY_DEVICES || 0x80121109 ||  
| CELL_SYNC_ERROR_PERM || 0x80410109 ||  
|-
|-
| CELL_PAD_ERROR_EBUSY || 0x8012110a ||  
| CELL_SYNC_ERROR_BUSY || 0x8041010A ||  
|-
|-
|}
| CELL_SYNC_ERROR_ABORT || 0x8041010C ||  
 
== MOUSE errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_MOUSE_ERROR_FATAL || 0x80121201 ||  
| CELL_SYNC_ERROR_FAULT || 0x8041010D ||  
|-
|-
| CELL_MOUSE_ERROR_INVALID_PARAMETER || 0x80121202 ||  
| CELL_SYNC_ERROR_CHILD || 0x8041010E ||  
|-
|-
| CELL_MOUSE_ERROR_ALREADY_INITIALIZED || 0x80121203 ||  
| CELL_SYNC_ERROR_STAT || 0x8041010F ||  
|-
|-
| CELL_MOUSE_ERROR_UNINITIALIZED || 0x80121204 ||  
| CELL_SYNC_ERROR_ALIGN || 0x80410110 ||  
|-
|-
| CELL_MOUSE_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121205 ||  
| CELL_SYNC_ERROR_NULL_POINTER || 0x80410111 ||  
|-
|-
| CELL_MOUSE_ERROR_DATA_READ_FAILED || 0x80121206 ||  
| CELL_SYNC_ERROR_SHOTAGE || 0x80410112 ||  
|-
|-
| CELL_MOUSE_ERROR_NO_DEVICE || 0x80121207 ||
| CELL_SYNC_ERROR_UNKNOWNKEY || 0x80410113 ||  
|-
| CELL_MOUSE_ERROR_SYS_SETTING_FAILED || 0x80121208 ||  
|-
|-
|}
|}


== K2C errors ==
== SHEAP 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_K2C_ERROR_FATAL || 0x80121301 ||  
| CELL_SHEAP_ERROR_AGAIN || 0x80410301 || The resource is temporarily unavailable
|-
| CELL_SHEAP_ERROR_INVAL || 0x80410302 || An invalid argument value is specified
|-
| CELL_SHEAP_ERROR_NOSYS || 0x80410303 || The feature is not yet implemented
|-
| CELL_SHEAP_ERROR_NOMEM || 0x80410304 || Memory allocation failure
|-
|-
| CELL_K2C_ERROR_INVALID_HANDLE || 0x80121302 ||  
| CELL_SHEAP_ERROR_SRCH || 0x80410305 || The resource (process, thread, sheaphronous object, etc) with the specified identifier does not exist.
|-
|-
| CELL_K2C_ERROR_INVALID_PARAMETER || 0x80121303 ||  
| CELL_SHEAP_ERROR_NOENT || 0x80410306 || The file does not exist
|-
|-
| CELL_K2C_ERROR_ALREADY_INITIALIZED || 0x80121304 ||  
| CELL_SHEAP_ERROR_NOEXEC || 0x80410307 || The file is not a valid ELF file. (The file is in unrecognized format.)
|-
|-
| CELL_K2C_ERROR_UNINITIALIZED || 0x80121305 ||  
| CELL_SHEAP_ERROR_DEADLK || 0x80410308 || Resource deadlock is avoided
|-
|-
| CELL_K2C_ERROR_OTHER || 0x80121306 ||  
| CELL_SHEAP_ERROR_PERM || 0x80410309 || The operation is not permitted
|-
| CELL_SHEAP_ERROR_BUSY || 0x8041030A || The device or resource is busy
|-
| CELL_SHEAP_ERROR_ABORT || 0x8041030C || The operation is aborted
|-
| CELL_SHEAP_ERROR_FAULT || 0x8041030D || Invalid memory access
|-
| CELL_SHEAP_ERROR_CHILD || 0x8041030E || Failed in awaiting a child, or no such child exists
|-
| CELL_SHEAP_ERROR_STAT || 0x8041030F || State of the target thread is invalid
|-
| CELL_SHEAP_ERROR_ALIGN || 0x80410310 || Alignment is invalid
|-
| CELL_SHEAP_ERROR_KRESOURCE || 0x80410311 || Shortage of the kernel resources
|-
| CELL_SHEAP_ERROR_SHORTAGE || 0x80410312 || Shortage of the kernel resources
|-
| CELL_SHEAP_ERROR_UNKNOWNKEY || 0x80410313 || Shortage of the kernel resources
|-
|-
|}
|}


== PADFILTER errors ==
== OVIS 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_PADFILTER_ERROR_INVALID_PARAMETER || 0x80121401 ||  
| CELL_OVIS_ERROR_INVAL || 0x80410402 || An invalid argument value is specified.
|-
| CELL_OVIS_ERROR_ALIGN || 0x80410416 || Alignment is invalid
|-
|-
|}
|}


== GEM errors ==
== Daisy errors (libdaisy) ==
{| 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_GEM_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121801 || libgem initialization failed to allocate the required resources.
| CELL_DAISY_ERROR_NO_BEGIN || 0x80410501 ||  
|-
|-
| CELL_GEM_ERROR_ALREADY_INITIALIZED || 0x80121802 || libgem initialization failed as the library is already initialized.
| CELL_DAISY_ERROR_INVALID_PORT_ATTACH || 0x80410502 ||  
|-
|-
| CELL_GEM_ERROR_UNINITIALIZED || 0x80121803 || Call failed because libgem is not initialized.
| CELL_DAISY_ERROR_NOT_IMPLEMENTED || 0x80410503 ||  
|-
|-
| CELL_GEM_ERROR_INVALID_PARAMETER || 0x80121804 || Call failed because one or more parameters passed was not valid.
| CELL_DAISY_ERROR_PERM || 0x80410509 ||  
|-
|-
| CELL_GEM_ERROR_INVALID_ALIGNMENT || 0x80121805 || Call failed because the video buffer could not be read.
| CELL_DAISY_ERROR_STAT || 0x8041050f ||  
|-
|-
| CELL_GEM_ERROR_UPDATE_NOT_FINISHED || 0x80121806 || cellGemUpdateStart() call failed because it was called before cellGemUpdateFinish() completed.
| CELL_DAISY_ERROR_AGAIN || 0x80410511 ||  
|-
|-
| CELL_GEM_ERROR_UPDATE_NOT_STARTED || 0x80121807 || cellGemUpdateFinish() call failed because it was called before cellGemUpdateStart().
| CELL_DAISY_ERROR_INVAL || 0x80410512 ||  
|-
|-
| CELL_GEM_ERROR_CONVERT_NOT_FINISHED || 0x80121808 || cellGemConvertVideoStart() call failed because it was called before cellGemConvertVideoFinish().
| CELL_DAISY_ERROR_BUSY || 0x8041051a ||  
|-
| CELL_GEM_ERROR_CONVERT_NOT_STARTED || 0x80121809 || cellGemConvertVideoFinish() call failed because it was called before cellGemConvertVideoStart().
|-
| CELL_GEM_ERROR_WRITE_NOT_FINISHED || 0x8012180A || cellGemWriteExternalPort() call failed because it was called before previous cellGemWriteExternalPort() completed.
|-
| CELL_GEM_ERROR_NOT_A_HUE || 0x8012180B || Returned by cellGemGetTrackerHue() if the controller is not currently being tracked.
|-
|-
|}
|}


== PERF errors ==
== SPUDLL 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_PERF_ERROR_NOT_OPENED || 0x80520001 ||  
| CELL_SPUDLL_ERROR_AGAIN || 0x80410601 ||  
|-
|-
| CELL_PERF_ERROR_INVALID_SIGNAL || 0x80520002 ||  
| CELL_SPUDLL_ERROR_INVAL || 0x80410602 ||  
|-
|-
| CELL_PERF_ERROR_TRACE_BUS_BUSY || 0x80520003 ||  
| CELL_SPUDLL_ERROR_NOSYS || 0x80410603 ||  
|-
|-
| CELL_PERF_ERROR_SIGNAL_CONTROL_FULL || 0x80520004 ||  
| CELL_SPUDLL_ERROR_NOMEM || 0x80410604 ||  
|-
|-
| CELL_PERF_ERROR_INVALID_PARAMETER || 0x80520005 ||  
| CELL_SPUDLL_ERROR_SRCH || 0x80410605 ||  
|-
|-
| CELL_PERF_ERROR_LV1_NO_PRIVILEGE || 0x80520006 ||  
| CELL_SPUDLL_ERROR_NOENT || 0x80410606 ||  
|-
|-
| CELL_PERF_ERROR_LV1_DENIED_BY_POLICY || 0x80520007 ||  
| CELL_SPUDLL_ERROR_NOEXEC || 0x80410607 ||  
|-
|-
| CELL_PERF_ERROR_LV1_NO_ENTRY || 0x80520008 ||  
| CELL_SPUDLL_ERROR_DEADLK || 0x80410608 ||  
|-
|-
| CELL_PERF_ERROR_LV1_DUPLICATE_ENTRY || 0x80520009 ||  
| CELL_SPUDLL_ERROR_PERM || 0x80410609 ||  
|-
|-
| CELL_PERF_ERROR_LV1_BUSY || 0x8052000a ||  
| CELL_SPUDLL_ERROR_BUSY || 0x8041060a ||  
|-
|-
| CELL_PERF_ERROR_LV1_RESOURCE_SHORTAGE || 0x8052000b ||  
| CELL_SPUDLL_ERROR_ABORT || 0x8041060c ||  
|-
|-
| CELL_PERF_ERROR_LV1_WRONG_STATE || 0x8052000c ||  
| CELL_SPUDLL_ERROR_FAULT || 0x8041060d ||  
|-
|-
| CELL_PERF_ERROR_LV1_ALIGNMENT_ERROR || 0x8052000d ||  
| CELL_SPUDLL_ERROR_CHILD || 0x8041060e ||  
|-
|-
| CELL_PERF_ERROR_LV1_ILLEGAL_PARAMETER_VALUE || 0x8052000e ||  
| CELL_SPUDLL_ERROR_STAT || 0x8041060f ||  
|-
|-
| CELL_PERF_ERROR_LV2_BUSY || 0x8052000f ||  
| CELL_SPUDLL_ERROR_ALIGN || 0x80410610 ||  
|-
|-
| CELL_PERF_ERROR_LV2_NO_RESOURCE || 0x80520010 ||  
| CELL_SPUDLL_ERROR_NULL_POINTER || 0x80410611 ||  
|-
|-
| CELL_PERF_ERROR_LV2_NOT_OPENED || 0x80520011 ||  
| CELL_SPUDLL_ERROR_UNDEF || 0x80410612 ||  
|-
|-
| CELL_PERF_ERROR_LV2_NOT_IMPLEMENTED || 0x80520012 ||  
| CELL_SPUDLL_ERROR_FATAL || 0x80410613 ||  
|-
|-
| CELL_PERF_ERROR_LV2_INVALID_PARAMETER || 0x80520013 ||  
|}
 
== SPURS errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SPURS_CORE_ERROR_AGAIN || 0x80410701 ||  
|-
|-
| CELL_PERF_ERROR_LV2_UNSUPPORTED_HARDWARE || 0x80520014 ||  
| CELL_SPURS_CORE_ERROR_INVAL || 0x80410702 ||  
|-
|-
| CELL_PERF_ERROR_LV2_NOT_ALLOWED || 0x80520015 ||  
| CELL_SPURS_CORE_ERROR_NOSYS || 0x80410703 ||  
|-
|-
| CELL_PERF_ERROR_UNDEFINED || 0x80520016 ||  
| CELL_SPURS_CORE_ERROR_NOMEM || 0x80410704 ||  
|-
|-
| CELL_PERF_ERROR_NO_RESOURCE || 0x80520017 ||  
| CELL_SPURS_CORE_ERROR_SRCH || 0x80410705 ||  
|-
|-
| CELL_PERF_ERROR_ADDED_ALREADY || 0x80520018 ||  
| CELL_SPURS_CORE_ERROR_NOENT || 0x80410706 ||  
|-
|-
| CELL_PERF_ERROR_NO_ENTRY || 0x80520019 ||  
| CELL_SPURS_CORE_ERROR_NOEXEC || 0x80410707 ||  
|-
|-
|}
| CELL_SPURS_CORE_ERROR_DEADLK || 0x80410708 ||  
 
== Home coordination utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_HDDGAME_ERROR_INTERNAL || || Fatal internal error
| CELL_SPURS_CORE_ERROR_PERM || 0x80410709 ||  
|-
|-
| CELL_HDDGAME_ERROR_PARAM || || Invalid argument (application bug)
| CELL_SPURS_CORE_ERROR_BUSY || 0x8041070A ||  
|-
|-
| CELL_HDDGAME_ERROR_NOAPP || || PlayStation Home is not installed
| CELL_SPURS_CORE_ERROR_ABORT || 0x8041070C ||  
|-
|-
| CELL_GAME_ERROR_ACCESS_ERROR || || HDD access error
| CELL_SPURS_CORE_ERROR_FAULT || 0x8041070D ||  
|-
|-
|}
| CELL_SPURS_CORE_ERROR_CHILD || 0x8041070E ||  
 
== IMEJP utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_IMEJP_ERROR_ERR || 0x8002bf01 || Function call error
| CELL_SPURS_CORE_ERROR_STAT || 0x8041070F ||  
|-
|-
| CELL_IMEJP_ERROR_CONTEXT || 0x8002bf11 || Invalid context handle or context handle not opened
| CELL_SPURS_CORE_ERROR_ALIGN || 0x80410710 ||  
|-
|-
| CELL_IMEJP_ERROR_ALREADY_OPEN || 0x8002bf21 || Attempted to open when the ImeJp utility is already opened
| CELL_SPURS_CORE_ERROR_NULL_POINTER || 0x80410711 ||  
|-
|-
| CELL_IMEJP_ERROR_DIC_OPEN || 0x8002bf31 || Dictionary open error
| CELL_SPURS_POLICY_MODULE_ERROR_AGAIN || 0x80410801 ||  
|-
|-
| CELL_IMEJP_ERROR_PARAM || 0x8002bf41 || Invalid parameter
| CELL_SPURS_POLICY_MODULE_ERROR_INVAL || 0x80410802 ||  
|-
|-
| CELL_IMEJP_ERROR_IME_ALREADY_IN_USE || 0x8002bf51 || Character input engine is being used
| CELL_SPURS_POLICY_MODULE_ERROR_NOSYS || 0x80410803 ||  
|-
|-
| CELL_IMEJP_ERROR_OTHER || 0x8002bfff || Other error, internal error
| CELL_SPURS_POLICY_MODULE_ERROR_NOMEM || 0x80410804 ||  
|-
|-
|}
| CELL_SPURS_POLICY_MODULE_ERROR_SRCH || 0x80410805 ||  
 
== L10n errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| SRCIllegal || || Target character string is corrupt
| CELL_SPURS_POLICY_MODULE_ERROR_NOENT || 0x80410806 ||  
|-
|-
| DSTExhausted || || Buffer is too small for the conversion result
| CELL_SPURS_POLICY_MODULE_ERROR_NOEXEC || 0x80410807 ||  
|-
|-
| ConverterUnknown || || Specified converter is invalid
| CELL_SPURS_POLICY_MODULE_ERROR_DEADLK || 0x80410808 ||  
|-
|-
|}
| CELL_SPURS_POLICY_MODULE_ERROR_PERM || 0x80410809 ||  
 
== Pthread errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| ESRCH || || Non-existent thread
| CELL_SPURS_POLICY_MODULE_ERROR_BUSY || 0x8041080A ||  
|-
|-
| EINVAL || || The value specified is invalid or does not refer to an initialized thread attribute object.
| CELL_SPURS_POLICY_MODULE_ERROR_ABORT || 0x8041080C ||  
|-
|-
| EINVAL || || Invalid value for scheduling parameters.
| CELL_SPURS_POLICY_MODULE_ERROR_FAULT || 0x8041080D ||  
|-
|-
| ENOTSUP || || An attempt was made to set the attribute to an unsupported value
| CELL_SPURS_POLICY_MODULE_ERROR_CHILD || 0x8041080E ||  
|-
|-
| ENOMEM || || The process cannot allocate enough memory to initialize a mutex or a condition variable
| CELL_SPURS_POLICY_MODULE_ERROR_STAT || 0x8041080F ||  
|-
|-
| EAGAIN || || The system lacks the resources to initialize a mutex or a condition variable
| CELL_SPURS_POLICY_MODULE_ERROR_ALIGN || 0x80410810 ||  
|-
|-
| EBUSY || || Mutex is locked by another thread.
| CELL_SPURS_POLICY_MODULE_ERROR_NULL_POINTER || 0x80410811 ||  
|-
|-
| EDEADLK || || A deadlock would occur if the thread blocked waiting for mutex
| CELL_SPURS_TASK_ERROR_AGAIN || 0x80410901 ||  
|-
|-
| EPERM || || The current thread does not hold a lock on mutex.
| CELL_SPURS_TASK_ERROR_INVAL || 0x80410902 ||  
|-
|-
| ETIMEDOUT || || The system time has reached or exceeded the time specified in abstime.
| CELL_SPURS_TASK_ERROR_NOSYS || 0x80410903 ||  
|-
|-
|}
| CELL_SPURS_TASK_ERROR_NOMEM || 0x80410904 ||  
 
== Scream / MultiStream errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
!colspan="3" | Scream/MultiStream errors
| CELL_SPURS_TASK_ERROR_SRCH || 0x80410905 ||
|-
|-
| CELL_SCREAM_ERROR_NONE || 0
| CELL_SPURS_TASK_ERROR_NOENT || 0x80410906 ||  
|-
|-
| CELL_SCREAM_ERROR_NULL_PARAM || -1
| CELL_SPURS_TASK_ERROR_NOEXEC || 0x80410907 ||  
|-
|-
| CELL_SCREAM_ERROR_SYSTEM_ALREADY_STARTED || -2
| CELL_SPURS_TASK_ERROR_DEADLK || 0x80410908 ||  
|-
|-
| CELL_SCREAM_ERROR_BAD_RETURNS || -3
| CELL_SPURS_TASK_ERROR_PERM || 0x80410909 ||  
|-
|-
| CELL_SCREAM_ERROR_SYSTEM_NOT_RUNNING || -4
| CELL_SPURS_TASK_ERROR_BUSY || 0x8041090A ||  
|-
|-
| CELL_SCREAM_ERROR_BAD_FLAGS || -5
| CELL_SPURS_TASK_ERROR_ABORT || 0x8041090C ||  
|-
|-
| CELL_SCREAM_ERROR_BAD_MS_BUS || -6
| CELL_SPURS_TASK_ERROR_FAULT || 0x8041090D ||  
|-
|-
!colspan="3" | SCREAM specific errors
| CELL_SPURS_TASK_ERROR_CHILD || 0x8041090E ||
|-
|-
| CELL_SCREAM_LOAD_ERR_COUDNT_OPEN_FILE || 0x100
| CELL_SPURS_TASK_ERROR_STAT || 0x8041090F ||  
|-
|-
| CELL_SCREAM_LOAD_ERR_READING_FILE || 0x101
| CELL_SPURS_TASK_ERROR_ALIGN || 0x80410910 ||  
|-
|-
| CELL_SCREAM_LOAD_ERR_MEMORY || 0x102
| CELL_SPURS_TASK_ERROR_NULL_POINTER || 0x80410911 ||  
|-
|-
| CELL_SCREAM_LOAD_ERR_SYNTH_MEMORY || 0x103
| CELL_SPURS_TASK_ERROR_FATAL || 0x80410914 ||  
|-
|-
| CELL_SCREAM_LOAD_ERR_IN_PROGRESS || 0x104
| CELL_SPURS_TASK_ERROR_SHUTDOWN || 0x80410920 ||  
|-
|-
| CELL_SCREAM_LOAD_ERR_DMA || 0x105
| CELL_SPURS_JOB_ERROR_AGAIN || 0x80410A01 ||
|-
| CELL_SPURS_JOB_ERROR_INVAL || 0x80410A02 ||
|-
| CELL_SPURS_JOB_ERROR_NOSYS || 0x80410A03 ||  
|-
|-
| CELL_SCREAM_LOAD_ERR_RPC || 0x106
| CELL_SPURS_JOB_ERROR_NOMEM || 0x80410A04 ||  
|-
|-
| CELL_SCREAM_LOAD_ERR_INVALID_FORMAT || 0x107
| CELL_SPURS_JOB_ERROR_SRCH || 0x80410A05 ||  
|-
|-
|}
| CELL_SPURS_JOB_ERROR_NOENT || 0x80410A06 ||
 
|-
== Realtimeclock errors ==
| CELL_SPURS_JOB_ERROR_NOEXEC || 0x80410A07 ||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|-
|- bgcolor="#cccccc"
| CELL_SPURS_JOB_ERROR_DEADLK || 0x80410A08 ||
! Description !! Errorcode !! Remarks
|-
|-
| CELL_RTC_ERROR_NOT_INITIALIZED || 0x80010601 || Library has not yet been initialized. Please initialize before use.
| CELL_SPURS_JOB_ERROR_PERM || 0x80410A09 ||  
|-
|-
| CELL_RTC_ERROR_INVALID_POINTER || 0x80010602 || The pointer passed in is invalid.
| CELL_SPURS_JOB_ERROR_BUSY || 0x80410A0A ||  
|-
|-
| CELL_RTC_ERROR_INVALID_VALUE || 0x80010603 || A value in the arguments is invalid and cannot be used.
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR || 0x80410A0B ||  
|-
|-
| CELL_RTC_ERROR_INVALID_ARG || 0x80010604 || An argument contains invalid data.
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR_SIZE || 0x80410A0C ||  
|-
|-
| CELL_RTC_ERROR_NOT_SUPPORTED || 0x80010605 || The feature is not supported
| CELL_SPURS_JOB_ERROR_FAULT || 0x80410A0D ||  
|-
|-
| CELL_RTC_ERROR_NO_CLOCK || 0x80010606 || The clock is not available
| CELL_SPURS_JOB_ERROR_CHILD || 0x80410A0E ||  
|-
|-
| CELL_RTC_ERROR_BAD_PARSE || 0x80010607 || Error occurred in parsing, perhaps an unknown format
| CELL_SPURS_JOB_ERROR_STAT || 0x80410A0F ||  
|-
|-
| CELL_RTC_ERROR_INVALID_YEAR || 0x80010621 || The year value is invalid
| CELL_SPURS_JOB_ERROR_ALIGN || 0x80410A10 ||  
|-
|-
| CELL_RTC_ERROR_INVALID_MONTH || 0x80010622 || The month value is invalid
| CELL_SPURS_JOB_ERROR_NULL_POINTER || 0x80410A11 ||  
|-
|-
| CELL_RTC_ERROR_INVALID_DAY || 0x80010623 || The day value is invalid
| CELL_SPURS_JOB_ERROR_MEMORY_CORRUPTED || 0x80410A12 ||  
|-
|-
| CELL_RTC_ERROR_INVALID_HOUR || 0x80010624 || The hour value is invalid
| CELL_SPURS_JOB_ERROR_MEMORY_SIZE || 0x80410A17 ||  
|-
|-
| CELL_RTC_ERROR_INVALID_MINUTE || 0x80010625 || The minute value is invalid
| CELL_SPURS_JOB_ERROR_UNKNOWN_COMMAND || 0x80410A18 ||  
|-
|-
| CELL_RTC_ERROR_INVALID_SECOND || 0x80010626 || The second value is invalid
| CELL_SPURS_JOB_ERROR_JOBLIST_ALIGNMENT || 0x80410A19 ||  
|-
|-
| CELL_RTC_ERROR_INVALID_MICROSECOND || 0x80010627 || The microsecond value is invalid
| CELL_SPURS_JOB_ERROR_JOB_ALIGNMENT || 0x80410A1a ||  
|-
|-
|}
| CELL_SPURS_JOB_ERROR_CALL_OVERFLOW || 0x80410A1b ||  
 
== 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_SPURS_JOB_ERROR_ABORT || 0x80410A1c ||  
|-
|-
| CELL_USERINFO_ERROR_INTERNAL || 0x8002c302 ||  
| CELL_SPURS_JOB_ERROR_DMALIST_ELEMENT || 0x80410A1d ||  
|-
|-
| CELL_USERINFO_ERROR_PARAM || 0x8002c303 ||  
| CELL_SPURS_JOB_ERROR_NUM_CACHE || 0x80410A1e ||  
|-
|-
| CELL_USERINFO_ERROR_NOUSER || 0x8002c304 ||  
| CELL_SPURS_JOB_ERROR_INVALID_BINARY || 0x80410A1f ||  
|-
|-
|}
|}


== Print Utility errors ==
== SWCACHE errors ==
 
=== Print ErrorStatus ===
{| 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_PRINT_ERRORSTATUS_COMM || 0x80000000 || Printer communication error
| CELL_SWCACHE_ERROR_AGAIN || 0x80410b01 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_COVEROPEN || 0x80000001 || Cover is opened
| CELL_SWCACHE_ERROR_INVAL || 0x80410b02 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_INKCOVEROPEN || 0x80000002 || Ink (cartridge) cover is opened
| CELL_SWCACHE_ERROR_NOSYS || 0x80410b03 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_NOPAPER || 0x80000003 || No paper
| CELL_SWCACHE_ERROR_NOMEM || 0x80410b04 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_NOTRAY || 0x80000004 || No paper tray
| CELL_SWCACHE_ERROR_SRCH || 0x80410b05 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_SIZE_TYPE_PATH || 0x80000005 || Paper feed method is not matching
| CELL_SWCACHE_ERROR_NOENT || 0x80410b06 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_DOUBLEFEED || 0x80000006 || Paper feed error (double feed)
| CELL_SWCACHE_ERROR_NOEXEC || 0x80410b07 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_FEEDERROR || 0x80000007 || Paper feed error (other than double feed)
| CELL_SWCACHE_ERROR_DEADLK || 0x80410b08 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_PAPERJAM || 0x80000008 || Paper jammed
| CELL_SWCACHE_ERROR_PERM || 0x80410b09 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_TRAYCLOSE || 0x80000009 || Eject tray is closed
| CELL_SWCACHE_ERROR_BUSY || 0x80410b0A ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_NOINK || 0x8000000a || No ink
| CELL_SWCACHE_ERROR_ABORT || 0x80410b0C ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_NOCARTRIDGE || 0x8000000b || No ink cartridge
| CELL_SWCACHE_ERROR_FAULT || 0x80410b0D ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_COVERFLOW || 0x8000000c || Ink cartridge's waste ink full
| CELL_SWCACHE_ERROR_CHILD || 0x80410b0E ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_CFAIL || 0x8000000d || Ink cartridge detection error
| CELL_SWCACHE_ERROR_STAT || 0x80410b0F ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_CFACTORY || 0x8000000e || Ink cartridge error (factory default settings)
| CELL_SWCACHE_ERROR_ALIGN || 0x80410b10 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_BATTERYVOLTAGE || 0x8000000f || Abnormal battery voltage
| CELL_SWCACHE_ERROR_NULL_POINTER || 0x80410b11 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_BATTERYTEMPERATURE || 0x80000010 || Abnormal battery temperature
| CELL_SWCACHE_ERROR_NON_CACHED_POINTER || 0x80410b12 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_BATTERYEMPTY || 0x80000011 || No battery (cannot print)
| CELL_SWCACHE_ERROR_NO_HTAB || 0x80410b13 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_SERVICEREQ || 0x80000012 || Printer adjustment necessary
| CELL_SWCACHE_ERROR_MEM_LEAKED || 0x80410b14 ||  
|-
|-
| CELL_PRINT_ERRORSTATUS_GENERAL || 0x80000013 || Printer-related error
| CELL_SWCACHE_ERROR_VTAB || 0x80410b15 ||  
|-
| CELL_PRINT_ERRORSTATUS_FATAL || 0x80000014 || Fatal printer error
|-
|-
|}
|}


=== Print Error ===
== SYNC2 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_PRINT_ERROR_INTERNAL || 0x8002c401 || Internal error
| CELL_SYNC2_ERROR_AGAIN || 0x80410C01 ||  
|-
|-
| CELL_PRINT_ERROR_NO_MEMORY || 0x8002c402 || Memory allocation failed
| CELL_SYNC2_ERROR_INVAL || 0x80410C02 ||  
|-
|-
| CELL_PRINT_ERROR_PRINTER_NOT_FOUND || 0x8002c403 || Printer could not be found
| CELL_SYNC2_ERROR_NOSYS || 0x80410C03 ||  
|-
|-
| CELL_PRINT_ERROR_INVALID_PARAM || 0x8002c404 || Parameter is invalid
| CELL_SYNC2_ERROR_NOMEM || 0x80410C04 ||  
|-
|-
| CELL_PRINT_ERROR_INVALID_FUNCTION || 0x8002c405 || API call is invalid
| CELL_SYNC2_ERROR_SRCH || 0x80410C05 ||  
|-
|-
| CELL_PRINT_ERROR_NOT_SUPPORT || 0x8002c406 || Printer is not supported
| CELL_SYNC2_ERROR_NOENT || 0x80410C06 ||
|-
| CELL_SYNC2_ERROR_NOEXEC || 0x80410C07 ||
|-
| CELL_SYNC2_ERROR_DEADLK || 0x80410C08 ||
|-
| CELL_SYNC2_ERROR_PERM || 0x80410C09 ||
|-
| CELL_SYNC2_ERROR_BUSY || 0x80410C0A ||
|-
| CELL_SYNC2_ERROR_ABORT || 0x80410C0C ||
|-
| CELL_SYNC2_ERROR_FAULT || 0x80410C0D ||
|-
| CELL_SYNC2_ERROR_INTR || 0x80410C0E ||
|-
| CELL_SYNC2_ERROR_STAT || 0x80410C0F ||
|-
| CELL_SYNC2_ERROR_ALIGN || 0x80410C10 ||
|-
| CELL_SYNC2_ERROR_NULL_POINTER || 0x80410C11 ||
|-
| CELL_SYNC2_ERROR_NOT_SUPPORTED_THREAD || 0x80410C12 ||  
|-
|-
| CELL_PRINT_ERROR_OCCURRED || 0x8002c407 || API execution error
| CELL_SYNC2_ERROR_NO_NOTIFIER || 0x80410C13 ||  
|-
|-
| CELL_PRINT_ERROR_CANCELED_BY_PRINTER || 0x8002c408 || Print job was cancelled
| CELL_SYNC2_ERROR_NO_SPU_CONTEXT_STORAGE || 0x80410C14 ||  
|-
|-
|}
|}


== Multistream errors ==
== Fiber 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_MS_ERROR || 0x88000000 || Base error value
| CELL_FIBER_ERROR_AGAIN || 0x80760001 ||  
|-
|-
| CELL_MS_ERROR_SYSPAUSED || 0x88000001 || The system is paused.
| CELL_FIBER_ERROR_INVAL || 0x80760002 ||  
|-
|-
| CELL_MS_ERROR_INVAL || 0x88000002 || A parameter is invalid.
| CELL_FIBER_ERROR_NOSYS || 0x80760003 ||  
|-
|-
| CELL_MS_ERROR_WRONGSTATE || 0x88000003 || A state is wrong.
| CELL_FIBER_ERROR_NOMEM || 0x80760004 ||  
|-
|-
| CELL_MS_ERROR_RESOURCEUNAVAIL || 0x88000004 || A system resource is unavailable.
| CELL_FIBER_ERROR_SRCH || 0x80760005 ||  
|-
|-
| CELL_MS_ERROR_CIRCULARDEPEND || 0x88000005 || There is a circular dependency.
| CELL_FIBER_ERROR_NOENT || 0x80760006 ||  
|-
|-
| CELL_MS_ERROR_BUSMISMATCH || 0x88000006 || There is a bus mismatch.
| CELL_FIBER_ERROR_NOEXEC || 0x80760007 ||  
|-
|-
| CELL_MS_ERROR_INVALIDELF || 0x88000007 || An ELF file is invalid.
| CELL_FIBER_ERROR_DEADLK || 0x80760008 ||  
|-
|-
| CELL_MS_ERROR_FILEACCESS || 0x88000008 || Access to a file failed.
| CELL_FIBER_ERROR_PERM || 0x80760009 ||  
|-
|-
| CELL_MS_ERROR_INVALIDENV || 0x88000009 || An envelope is invalid.
| CELL_FIBER_ERROR_BUSY || 0x8076000a ||  
|-
|-
| CELL_MS_ERROR_OUTOFRANGE || 0x8800000a || Out of range.
| CELL_FIBER_ERROR_ABORT || 0x8076000c ||  
|-
|-
| CELL_MS_ERROR_BADMODE || 0x8800000b || There is a bad mode.
| CELL_FIBER_ERROR_FAULT || 0x8076000d ||  
|-
|-
| CELL_MS_ERROR_NOFREESTREAMS || 0x8800000c || There are no free streams.
| CELL_FIBER_ERROR_CHILD || 0x8076000e ||  
|-
|-
| CELL_MS_ERROR_SURROUNDNOTINIT || 0x8800000d || Surround sound is not initialised.
| CELL_FIBER_ERROR_STAT || 0x8076000f ||  
|-
|-
| CELL_MS_ERROR_INVALID_CHANNEL || 0x8800000e || A channel is invalid.
| CELL_FIBER_ERROR_ALIGN || 0x80760010 ||  
|-
|-
| CELL_MS_ERROR_INVALID_TYPE || 0x8800000f || A type is invalid.
| CELL_FIBER_ERROR_NULL_POINTER || 0x80760011 ||  
|-
|-
| CELL_MS_ERROR_AUDIO_CONFIGURE || 0x88000010 || cellMSSystemConfigureSysUtil failed processing cellAudioOutConfigure function
| CELL_FIBER_ERROR_NOSYSINIT || 0x80760020 ||  
|-
| CELL_MS_ERROR_AUDIO_GETSTATE || 0x88000011 || cellMSSystemConfigureSysUtil failed processing cellAudioOutGetState function
|-
|-
|}
|}


== Record Utility Error ==
== ADEC 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_REC_ERROR_OUT_OF_MEMORY|| 0x8002c501||  
| CELL_ADEC_ERROR_FATAL || 0x80610001 ||  
|-
|-
| CELL_REC_ERROR_FATAL|| 0x8002c502||  
| CELL_ADEC_ERROR_SEQ || 0x80610002 ||  
|-
|-
| CELL_REC_ERROR_INVALID_VALUE || 0x8002c503||  
| CELL_ADEC_ERROR_ARG || 0x80610003 ||  
|-
|-
| CELL_REC_ERROR_FILE_OPEN || 0x8002c504||  
| CELL_ADEC_ERROR_BUSY || 0x80610004 ||  
|-
|-
| CELL_REC_ERROR_FILE_WRITE || 0x8002c505||
| CELL_ADEC_ERROR_EMPTY || 0x80610005 ||  
|-
| CELL_REC_ERROR_INVALID_STATE || 0x8002c506||
|-
| CELL_REC_ERROR_FILE_NO_DATA || 0x8002c507||  
|-
|-
|}
|}


== PRX Error ==
== VDEC 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_PRX_ERROR_ERROR || 0x80011001 ||  
| CELL_VDEC_ERROR_ARG || 0x80610101 ||  
|-
|-
| CELL_PRX_ERROR_ILLEGAL_PERM || 0x800110d1 ||  
| CELL_VDEC_ERROR_SEQ || 0x80610102 ||  
|-
|-
| CELL_PRX_ERROR_UNKNOWN_MODULE || 0x8001112e ||  
| CELL_VDEC_ERROR_BUSY || 0x80610103 ||  
|-
|-
| CELL_PRX_ERROR_ALREADY_STARTED || 0x80011133 ||  
| CELL_VDEC_ERROR_EMPTY || 0x80610104 ||  
|-
|-
| CELL_PRX_ERROR_NOT_STARTED || 0x80011134 ||  
| CELL_VDEC_ERROR_AU || 0x80610105 ||  
|-
|-
| CELL_PRX_ERROR_ALREADY_STOPPED || 0x80011135 ||  
| CELL_VDEC_ERROR_PIC || 0x80610106 ||  
|-
|-
| CELL_PRX_ERROR_CAN_NOT_STOP || 0x80011136 ||  
| 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_PRX_ERROR_NOT_REMOVABLE || 0x80011138 ||  
|}
 
== 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_PRX_ERROR_LIBRARY_NOT_YET_LINKED || 0x8001113a ||  
| CELL_DMUX_ERROR_ARG || 0x80610201 ||  
|-
|-
| CELL_PRX_ERROR_LIBRARY_FOUND || 0x8001113b ||  
| CELL_DMUX_ERROR_SEQ || 0x80610202 ||  
|-
|-
| CELL_PRX_ERROR_LIBRARY_NOTFOUND || 0x8001113c ||  
| CELL_DMUX_ERROR_BUSY || 0x80610203 ||  
|-
|-
| CELL_PRX_ERROR_ILLEGAL_LIBRARY || 0x8001113d ||  
| CELL_DMUX_ERROR_EMPTY || 0x80610204 ||  
|-
|-
| CELL_PRX_ERROR_LIBRARY_INUSE || 0x8001113e ||  
| CELL_DMUX_ERROR_FATAL || 0x80610205 ||  
|-
|-
| CELL_PRX_ERROR_ALREADY_STOPPING || 0x8001113f ||  
|}
 
== 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_PRX_ERROR_UNSUPPORTED_PRX_TYPE || 0x80011148 ||  
| CELL_ATRAC_ERROR_FACILITY_ATRAC || 0x80610300 ||  
|-
|-
| CELL_PRX_ERROR_INVAL || 0x80011324 ||  
| CELL_ATRAC_ERROR_API_FAIL || 0x80610301 ||  
|-
|-
| CELL_PRX_ERROR_ILLEGAL_PROCESS || 0x80011801 ||  
| CELL_ATRAC_ERROR_READSIZE_OVER_BUFFER || 0x80610311 ||  
|-
|-
| CELL_PRX_ERROR_NO_LIBLV2 || 0x80011881 ||  
| CELL_ATRAC_ERROR_UNKNOWN_FORMAT || 0x80610312 ||  
|-
|-
| CELL_PRX_ERROR_UNSUPPORTED_ELF_TYPE || 0x80011901 ||  
| CELL_ATRAC_ERROR_READSIZE_IS_TOO_SMALL || 0x80610313 ||  
|-
|-
| CELL_PRX_ERROR_UNSUPPORTED_ELF_CLASS || 0x80011902 ||  
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610314 ||  
|-
|-
| CELL_PRX_ERROR_UNDEFINED_SYMBOL || 0x80011904 ||  
| CELL_ATRAC_ERROR_ILLEGAL_DATA || 0x80610315 ||  
|-
|-
| CELL_PRX_ERROR_UNSUPPORTED_RELOCATION_TYPE || 0x80011905 ||  
| CELL_ATRAC_ERROR_NO_DECODER || 0x80610321 ||  
|-
|-
| CELL_PRX_ERROR_ELF_IS_REGISTERED || 0x80011910 ||  
| CELL_ATRAC_ERROR_UNSET_DATA || 0x80610322 ||  
|-
|-
| CELL_PRX_ERROR_NO_EXIT_ENTRY || 0x80011911 ||  
| CELL_ATRAC_ERROR_DECODER_WAS_CREATED || 0x80610323 ||  
|-
|-
|}
| CELL_ATRAC_ERROR_ALLDATA_WAS_DECODED || 0x80610331 ||  
 
== Sysmodule Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SYSMODULE_ERROR_DUPLICATED || 0x80012001 || Tried to load a PRX that is already loaded
| CELL_ATRAC_ERROR_NODATA_IN_BUFFER || 0x80610332 ||  
|-
|-
| CELL_SYSMODULE_ERROR_UNKNOWN || 0x80012002 || Tried to load an unknown PRX
| CELL_ATRAC_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610333 ||  
|-
|-
| CELL_SYSMODULE_ERROR_UNLOADED || 0x80012003 || Tried to unload a PRX that is already unloaded, or the module is not loaded
| CELL_ATRAC_ERROR_NEED_SECOND_BUFFER || 0x80610334 ||  
|-
|-
| CELL_SYSMODULE_ERROR_INVALID_MEMCONTAINER || 0x80012004 || An invalid memory container ID was passed
| CELL_ATRAC_ERROR_ALLDATA_IS_ONMEMORY || 0x80610341 ||  
|-
|-
| CELL_SYSMODULE_ERROR_FATAL || 0x800120ff || Function call failed
| CELL_ATRAC_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610342 ||  
|-
|-
|}
| CELL_ATRAC_ERROR_NONEED_SECOND_BUFFER || 0x80610351 ||  
 
== System Utility Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SYSUTIL_ERROR_TYPE || 0x8002b101 || Type is invalid
| CELL_ATRAC_ERROR_UNSET_LOOP_NUM || 0x80610361 ||  
|-
|-
| CELL_SYSUTIL_ERROR_VALUE || 0x8002b102 || Value is invalid
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLE || 0x80610371 ||  
|-
|-
| CELL_SYSUTIL_ERROR_SIZE || 0x8002b103 || Size is invalid
| CELL_ATRAC_ERROR_ILLEGAL_RESET_BYTE || 0x80610372 ||  
|-
|-
| CELL_SYSUTIL_ERROR_NUM || 0x8002b104 || Number exceeds valid range
| CELL_ATRAC_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610381 ||  
|-
|-
| CELL_SYSUTIL_ERROR_BUSY || 0x8002b105 || Service cannot run because another service is running
| CELL_ATRAC_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610382 ||  
|-
| CELL_SYSUTIL_ERROR_STATUS || 0x8002b106 || Invalid API was called for the current service status
|-
| CELL_SYSUTIL_ERROR_MEMORY || 0x8002b107 || Sufficient memory could not be allocated for the requested service
|-
| CELL_SYSUTIL_ERROR_3D_SUPPORT || 0x8002b108 ||  
|-
|-
|}
|}


== System BGM Control Error ==
== 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_SYSUTIL_BGMPLAYBACK_ERROR_PARAM || 0x8002b101 || Invalid parameter
| CELL_PAMF_ERROR_STREAM_NOT_FOUND || 0x80610501 ||
|-
| CELL_PAMF_ERROR_INVALID_PAMF || 0x80610502 ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_BUSY || 0x8002b102 || Requested processing cannot be executed because the required processing has not completed yet
| CELL_PAMF_ERROR_INVALID_ARG || 0x80610503 ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_GENERIC || 0x8002b1ff || Unknown error occurred
| CELL_PAMF_ERROR_UNKNOWN_TYPE || 0x80610504 ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_PARAM || 0x8002d301 || Invalid parameter
| CELL_PAMF_ERROR_UNSUPPORTED_VERSION || 0x80610505 ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_ALREADY_SETPARAM || 0x8002d302 || Processing cannot be accepted because the setting has already been made
| CELL_PAMF_ERROR_UNKNOWN_STREAM || 0x80610506 ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_DISABLE_SETPARAM || 0x8002d303 || Processing cannot be accepted because the feature is disabled
| CELL_PAMF_ERROR_EP_NOT_FOUND || 0x80610507 ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_GENERIC || 0x8002d3ff || Unknown error occurred
| CELL_PAMF_ERROR_NOT_AVAILABLE || 0x80610508 ||  
|-
|-
|}
|}


== COMBOPLAY errors ==
== SAIL 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_CROSS_CONTROLLER_ERROR_CANCEL || 0x8002cd80 ||  
| CELL_SAIL_ERROR_INVALID_ARG || 0x80610701 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_NETWORK || 0x8002cd81 ||  
| CELL_SAIL_ERROR_INVALID_STATE || 0x80610702 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_OUT_OF_MEMORY || 0x8002cd90 ||  
| CELL_SAIL_ERROR_UNSUPPORTED_STREAM || 0x80610703 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_FATAL || 0x8002cd91 ||  
| CELL_SAIL_ERROR_INDEX_OUT_OF_RANGE || 0x80610704 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_PKG_FILENAME || 0x8002cd92 ||  
| CELL_SAIL_ERROR_EMPTY || 0x80610705 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_SIG_FILENAME || 0x8002cd93 ||  
| CELL_SAIL_ERROR_FULLED || 0x80610706 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_ICON_FILENAME || 0x8002cd94 ||  
| CELL_SAIL_ERROR_USING || 0x80610707 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_VALUE || 0x8002cd95 ||  
| CELL_SAIL_ERROR_NOT_AVAILABLE || 0x80610708 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_PKG_FILE_OPEN || 0x8002cd96 ||  
| CELL_SAIL_ERROR_CANCEL || 0x80610709 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_SIG_FILE_OPEN || 0x8002cd97 ||  
| CELL_SAIL_ERROR_MEMORY || (0x806107F0 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_ICON_FILE_OPEN || 0x8002cd98 ||  
| CELL_SAIL_ERROR_INVALID_FD || 0x806107F1 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_STATE || 0x8002cd99 ||  
| CELL_SAIL_ERROR_FATAL || 0x806107FF ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_PKG_FILE || 0x8002cd9a ||
|}
|-
| CELL_CROSS_CONTROLLER_ERROR_INTERNAL || 0x8002cda0 ||
|-
|}


== SYSTEMPARAM 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
|-
|-
| CELL_VIDEO_OUT_ERROR_NOT_IMPLEMENTED || 0x8002b220 ||  
| CELL_ATRACMULTI_ERROR_FACILITY_ATRAC || 0x80610b00 ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_ILLEGAL_CONFIGURATION || 0x8002b221 ||  
| CELL_ATRACMULTI_ERROR_API_FAIL || 0x80610b01 ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_ILLEGAL_PARAMETER || 0x8002b222 ||  
| CELL_ATRACMULTI_ERROR_READSIZE_OVER_BUFFER || 0x80610b11 ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b223 ||  
| CELL_ATRACMULTI_ERROR_UNKNOWN_FORMAT || 0x80610b12 ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_DEVICE_NOT_FOUND || 0x8002b224 ||  
| CELL_ATRACMULTI_ERROR_READSIZE_IS_TOO_SMALL || 0x80610b13 ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_UNSUPPORTED_VIDEO_OUT || 0x8002b225 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610b14 ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_UNSUPPORTED_DISPLAY_MODE || 0x8002b226 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_DATA || 0x80610b15 ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_CONDITION_BUSY || 0x8002b227 ||  
| CELL_ATRACMULTI_ERROR_NO_DECODER || 0x80610b21 ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_VALUE_IS_NOT_SET || 0x8002b228 ||  
| CELL_ATRACMULTI_ERROR_UNSET_DATA || 0x80610b22 ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_NOT_IMPLEMENTED || 0x8002b240 ||  
| CELL_ATRACMULTI_ERROR_DECODER_WAS_CREATED || 0x80610b23 ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_ILLEGAL_CONFIGURATION || 0x8002b241 ||  
| CELL_ATRACMULTI_ERROR_ALLDATA_WAS_DECODED || 0x80610b31 ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_ILLEGAL_PARAMETER || 0x8002b242 ||  
| CELL_ATRACMULTI_ERROR_NODATA_IN_BUFFER || 0x80610b32 ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b243 ||  
| CELL_ATRACMULTI_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610b33 ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_DEVICE_NOT_FOUND || 0x8002b244 ||  
| CELL_ATRACMULTI_ERROR_NEED_SECOND_BUFFER || 0x80610b34 ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_UNSUPPORTED_AUDIO_OUT || 0x8002b245 ||  
| CELL_ATRACMULTI_ERROR_ALLDATA_IS_ONMEMORY || 0x80610b41 ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_UNSUPPORTED_SOUND_MODE || 0x8002b246 ||  
| CELL_ATRACMULTI_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610b42 ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_CONDITION_BUSY || 0x8002b247 ||  
| CELL_ATRACMULTI_ERROR_NONEED_SECOND_BUFFER || 0x80610b51 ||  
|-
|-
| CELL_AUDIO_IN_ERROR_NOT_IMPLEMENTED || 0x8002b260 ||  
| CELL_ATRACMULTI_ERROR_UNSET_LOOP_NUM || 0x80610b61 ||  
|-
|-
| CELL_AUDIO_IN_ERROR_ILLEGAL_CONFIGURATION || 0x8002b261 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLE || 0x80610b71 ||  
|-
|-
| CELL_AUDIO_IN_ERROR_ILLEGAL_PARAMETER || 0x8002b262 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_RESET_BYTE || 0x80610b72 ||  
|-
|-
| CELL_AUDIO_IN_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b263 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610b81 ||  
|-
|-
| CELL_AUDIO_IN_ERROR_DEVICE_NOT_FOUND || 0x8002b264 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610b82 ||  
|-
|-
| CELL_AUDIO_IN_ERROR_UNSUPPORTED_AUDIO_IN || 0x8002b265 ||
| CELL_ATRACMULTI_ERROR_API_PARAMETER || 0x80610b91 ||  
|-
| CELL_AUDIO_IN_ERROR_UNSUPPORTED_SOUND_MODE || 0x8002b266 ||
|-
| CELL_AUDIO_IN_ERROR_CONDITION_BUSY || 0x8002b267 ||  
|-
|-
|}
|}


== MsgDialog Error ==
== LPCM 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_MSGDIALOG_ERROR_PARAM || 0x8002b301 || Parameter is invalid
| CELL_ADEC_ERROR_LPCM_FATAL || 0x80612001 ||
|-
| CELL_ADEC_ERROR_LPCM_SEQ || 0x80612002 ||
|-
| CELL_ADEC_ERROR_LPCM_ARG || 0x80612003 ||
|-
| CELL_ADEC_ERROR_LPCM_BUSY || 0x80612004 ||
|-
| CELL_ADEC_ERROR_LPCM_EMPTY || 0x80612005 ||  
|-
|-
| CELL_MSGDIALOG_ERROR_DIALOG_NOT_OPENED || 0x8002b302 || The dialogue is not opened
|-
|}
|}


== SAVEDATA 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
|-
|-
| CELL_SAVEDATA_ERROR_CBRESULT || 0x8002B401 ||  
| CELL_ADEC_ERROR_AT3_OFFSET || 0x80612100 ||  
|-
|-
| CELL_SAVEDATA_ERROR_ACCESS_ERROR || 0x8002B402 ||  
| CELL_ADEC_ERROR_AT3_OK || 0x80612100 ||  
|-
|-
| CELL_SAVEDATA_ERROR_INTERNAL || 0x8002B403 || Game save issue // Reboot console
| CELL_ADEC_ERROR_AT3_BUSY || 0x80612164 ||  
|-
|-
| CELL_SAVEDATA_ERROR_PARAM || 0x8002B404 ||  
| CELL_ADEC_ERROR_AT3_EMPTY || 0x80612165 ||  
|-
|-
| CELL_SAVEDATA_ERROR_NOSPACE || 0x8002B405 ||
| CELL_ADEC_ERROR_AT3_ERROR || 0x80612180 ||  
|-
| CELL_SAVEDATA_ERROR_BROKEN || 0x8002B406 ||
|-
| CELL_SAVEDATA_ERROR_FAILURE || 0x8002B407 ||
|-
| CELL_SAVEDATA_ERROR_BUSY || 0x8002B408 ||
|-
| CELL_SAVEDATA_ERROR_NOUSER || 0x8002B409 ||
|-
| CELL_SAVEDATA_ERROR_SIZEOVER || 0x8002B40A ||
|-
| CELL_SAVEDATA_ERROR_NODATA || 0x8002b40b ||
|-
| CELL_SAVEDATA_ERROR_NOTSUPPORTED || 0x8002b40c ||  
|-
|-
|}
|}


== OSKDIALOG errors ==
== ATX 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_OSKDIALOG_ERROR_IME_ALREADY_IN_USE || 0x8002b501 ||  
| CELL_ADEC_ERROR_ATX_OK || 0x80612200 ||  
|-
|-
| CELL_OSKDIALOG_ERROR_GET_SIZE_ERROR || 0x8002b502 ||  
| CELL_ADEC_ERROR_ATX_BUSY || 0x80612264 ||  
|-
|-
| CELL_OSKDIALOG_ERROR_UNKNOWN || 0x8002b503 ||  
| CELL_ADEC_ERROR_ATX_EMPTY || 0x80612265 ||  
|-
|-
| CELL_OSKDIALOG_ERROR_PARAM || 0x8002b504 ||  
| CELL_ADEC_ERROR_ATX_ATSHDR || 0x80612266 ||  
|-
|-
|}
| CELL_ADEC_ERROR_ATX_NON_FATAL || 0x80612281 || undefined error
 
== WEBBROWSER errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_WEBBROWSER_ERROR_NOMEM || 0x8002b901 ||  
| CELL_ADEC_ERROR_ATX_NOT_IMPLE || 0x80612282 || not implemented
|-
|-
| CELL_WEBBROWSER_ERROR_INVALID || 0x8002b902 ||  
| CELL_ADEC_ERROR_ATX_PACK_CE_OVERFLOW || 0x80612283 || pack_channel_block_at5() in pack_at5.c
|-
|-
| CELL_WEBBROWSER_ERROR_EXCLUSIVE || 0x8002b903 ||  
| CELL_ADEC_ERROR_ATX_ILLEGAL_NPROCQUS || 0x80612284 || unpack_sheader() in pack_at5_sheader.c
|-
|-
|}
| CELL_ADEC_ERROR_ATX_FATAL || 0x8061228c || undefined error
 
== 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 ||  
| CELL_ADEC_ERROR_ATX_ENC_OVERFLOW || 0x8061228d || at5enc_proc() in at5enc.c
|-
|-
|}
| CELL_ADEC_ERROR_ATX_PACK_CE_UNDERFLOW || 0x8061228e || pack_channel_block_at5() in pack_at5.c
 
== SYSCACHE errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SYSCACHE_ERROR_ACCESS_ERROR || 0x8002bc01 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT || 0x8061228f || unpack_idct() in pack_at5_codetbl.c
|-
|-
| CELL_SYSCACHE_ERROR_INTERNAL || 0x8002bc02 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GAINADJ || 0x80612290 || unpack_gainadj() in pack_at5_gainadj.c
|-
|-
| CELL_SYSCACHE_ERROR_PARAM || 0x8002bc03 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF || 0x80612291 || unpack_idsf() in pack_at5_sfactor.c
|-
|-
| CELL_SYSCACHE_ERROR_NOTMOUNTED || 0x8002bc04 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_SPECTRA || 0x80612292 || unpack_spectra() in pack_at5_spectra.c
|-
|-
|}
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL || 0x80612293 || unpack_idwl() in pack_at5_idwl.c
 
== STORAGEDATA errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_STORAGEDATA_ERROR_BUSY || 0x8002be01 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GHWAVE || 0x80612294 || unpack_ghwave() in pack_at5_ghwave.c
|-
|-
| CELL_STORAGEDATA_ERROR_INTERNAL || 0x8002be02 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_SHEADER || 0x80612295 || unpack_sheader() in pack_at5_sheader.c
|-
|-
| CELL_STORAGEDATA_ERROR_PARAM || 0x8002be03 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_A || 0x80612296 || idwl[][]{0-7} range error*/
|-
|-
| CELL_STORAGEDATA_ERROR_ACCESS_ERROR || 0x8002be04 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_B || 0x80612297 || idwl restriction error (wlc_encqu<=divqu<nprocqus,ich=0)
|-
|-
| CELL_STORAGEDATA_ERROR_FAILURE || 0x8002be05 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_C || 0x80612298 || idwl restriction error (0<=wlc_divqu<=wlc_encqu,ich=0)
|-
|-
|}
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_D || 0x80612299 || idwl restriction error (wlc_encqu<divqu<=nprocqus,ich=1)
 
== 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 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_E || 0x8061229a || idwl restriction error (wlc_encqu<=nprocqus)
|-
|-
| CXML_RESULT_ERROR_CANT_OPEN || 0x8002E001 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_A || 0x8061229b || idsf[][]{0-63} range error
|-
|-
| CXML_RESULT_ERROR_CANT_READ || 0x8002E002 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_B || 0x8061229c || sfc_nbitlen{0-6} range error
|-
|-
| CXML_RESULT_ERROR_CANT_WRITE || 0x8002E003 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_C || 0x8061229d || idsf restriction error (0<=sfc_divqu<=nrealqus)
|-
|-
| CXML_RESULT_ERROR_CANT_SEEK || 0x8002E004 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_D || 0x8061229e || idsf restriction error (0<=sfc_sg_divqu<=nrealqus)
|-
|-
| CXML_RESULT_ERROR_CANT_ALLOC || 0x8002E005 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT_A || 0x8061229f || idct restriction error (0<=ctc_divqu<=nrealqus)
|-
|-
| CXML_RESULT_ERROR_FORMAT || 0x8002E006 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_NGC || 0x806122a0 || ngc[][]{0-7} range error
|-
|-
| CXML_RESULT_ERROR_VERSION || 0x8002E007 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_A || 0x806122a1 || idlev[][][]{0-15} range error
|-
|-
| CXML_RESULT_ERROR_INVALID_NODE || 0x8002E008 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_A || 0x806122a2 || idloc[][][]{0-31} range error
|-
|-
| CXML_RESULT_ERROR_NOT_ENOUGH_BUF || 0x8002E009 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_B || 0x806122a3 || gain_control_data restriction error (idlev[][][])
|-
|-
| CXML_RESULT_ERROR_ACCESS_MODE || 0x8002E010 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_B || 0x806122a4 || gain_control_data restriction error (idloc[][][])
|-
|-
| CXML_RESULT_ERROR_NOT_EXIST || 0x8002E011 ||
| CELL_ADEC_ERROR_ATX_SYNTAX_SN_NWVS || 0x806122a5 || sinusoid_data restriction error
|-
|-
| CXML_RESULT_ERROR_TYPE || 0x8002E012 ||
| CELL_ADEC_ERROR_ATX_FATAL_HANDLE || 0x806122aa || undefined error at handle level
|-
|-
| CXML_RESULT_ERROR_CANT_MODIFY || 0x8002E013 ||
| CELL_ADEC_ERROR_ATX_ASSERT_SAMPLING_FREQ || 0x806122ab || sampling freqeuency assertion error
|-
|-
| CXML_RESULT_ERROR_NO_ALLOCATOR || 0x8002E014 ||
| 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
 
== 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 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_NUM || 0x806122ae || a number of blocks(block_num) assertion error
|-
|-
| MP_VP_ERROR|| 0x80028801 || "This content cannot be played."  Related with [PARAM.SFO#CATEGORY_For_Disc_contents | fake Blu-Ray discs] and video.
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_ID || 0x806122af || block_id assertion error
|-
|-
| MP_VP_NO_MORE_ITEM_ERROR|| 0x80028802  ||  
| CELL_ADEC_ERROR_ATX_ASSERT_CHANNELS || 0x806122b0 || a number of channels per block assertion error
|-
|-
| MP_VP_DATA_TOP_ERROR|| 0x80028803 ||  
| CELL_ADEC_ERROR_ATX_UNINIT_BLOCK_SPECIFIED || 0x806122b1 || uninitialized block specified
|-
|-
| MP_VP_DATA_END_ERROR|| 0x80028804  ||  
| CELL_ADEC_ERROR_ATX_POSCFG_PRESENT || 0x806122b2 || "position_config_data" presents(currently fatal error)
|-
|-
| MP_VP_NO_DATA_ERROR|| 0x80028805  ||  
| CELL_ADEC_ERROR_ATX_BUFFER_OVERFLOW || 0x806122b3 || buffer overflow
|-
|-
| MP_VP_BUFFER_FULL_ERROR||0x80028806  ||  
| CELL_ADEC_ERROR_ATX_ILL_BLK_TYPE_ID || 0x806122b4 || illegal "block_type_id" detected
|-
|-
| MP_VP_FILE_OPEN_ERROR || 0x80028807  ||  
| CELL_ADEC_ERROR_ATX_UNPACK_CHANNEL_BLK_FAILED || 0x806122b5 || unpack_channel_block() failed
|-
|-
| MP_VP_FILE_READ_ERROR|| 0x80028808  ||  
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_1 || 0x806122b6 || illegal "block_id" used (more audio_channel_block)
|-
|-
| MP_VP_FILE_SEEK_ERROR|| 0x80028809  ||  
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_2 || 0x806122b7 || illegal "block_id" used (less audio_channel_block)
|-
|-
| MP_VP_NO_SUPPORTED_ERROR || 0x8002880A  ||  
| CELL_ADEC_ERROR_ATX_ILLEGAL_ENC_SETTING || 0x806122b8 || illegal encoder setting(init_atrac5_encode())
|-
|-
| MP_VP_DECODE_ERROR || 0x8002880B  ||  
| CELL_ADEC_ERROR_ATX_ILLEGAL_DEC_SETTING || 0x806122b9 || illegal decoder setting(init_atrac5_decode())
|-
|-
| MP_VP_V_DECODE_ERROR || 0x8002880C  ||  
| CELL_ADEC_ERROR_ATX_ASSERT_NSAMPLES || 0x806122ba || a number of input PCM samples assertion error
|-
|-
| MP_VP_A_DECODE_ERROR|| 0x8002880D  ||  
| CELL_ADEC_ERROR_ATX_ILL_SYNCWORD || 0x806122bb || illegal syncword used
|-
|-
| MP_VP_DATA_SET_FAILED_ERROR|| 0x8002880E  ||  
| CELL_ADEC_ERROR_ATX_ILL_SAMPLING_FREQ || 0x806122bc || illegal sampling_frequeny_index @ config_data()
|-
|-
| MP_VP_NOTFOUND_NEXT_DATA_ERROR||0x8002880F  ||  
| CELL_ADEC_ERROR_ATX_ILL_CH_CONFIG_INDEX || 0x806122bd || illegal channel_config_index@ config_data()
|-
|-
| MP_VP_NOTFOUND_PREV_DATA_ERROR|| 0x80028810  ||  
| CELL_ADEC_ERROR_ATX_RAW_DATA_FRAME_SIZE_OVER || 0x806122be || size of raw_data_frame > frame_length
|-
|-
| MP_VP_ANALYZE_ERROR || 0x80028811  ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_ENHANCE_LENGTH_OVER || 0x806122bf || enhance_length {0,2046} range error
|-
|-
| MP_VP_LACK_OF_BUFFER_ERROR ||0x80028812  ||  
| CELL_ADEC_ERROR_ATX_SPU_INTERNAL_FAIL || 0x806122c8 || spu-processing failed
|-
|-
| MP_VP_LICENSE_ERROR || 0x80028813  ||  
|}
 
== M4AAC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| MP_VP_LICENSE_NOT_YET_AVAILABLE_ERROR || 0x80028814  ||  
| CELL_ADEC_ERROR_M4AAC_FATAL || 0x80612401 ||  
|-
|-
| MP_VP_LICENSE_EXPIRED_ERROR|| 0x80028815  ||  
| CELL_ADEC_ERROR_M4AAC_SEQ || 0x80612402 ||  
|-
|-
| MP_VP_LICENSE_VOID_SECURE_CLOCK_ERROR || 0x80028816  ||  
| CELL_ADEC_ERROR_M4AAC_ARG || 0x80612403 ||  
|-
|-
| MP_VP_GET_PICTURE_ERROR|| 0x80028817  ||  
| CELL_ADEC_ERROR_M4AAC_BUSY || 0x80612404 ||  
|-
|-
| MP_VP_VPOST_ERROR|| 0x80028818  ||  
| CELL_ADEC_ERROR_M4AAC_EMPTY || 0x80612405 ||  
|-
|-
| MP_VP_IMAGE_LOAD_FAILED_ERROR || 0x80028819  ||  
| CELL_ADEC_ERROR_M4AAC_BUFFER_OVERFLOW || 0x80612406 ||  
|-
|-
| MP_VP_NO_EXECUTE_ERROR|| 0x80028881  ||  
| CELL_ADEC_ERROR_M4AAC_END_OF_BITSTREAM || 0x80612407 ||  
|-
|-
| MP_VP_OUT_OF_RANGE_ERROR|| 0x8002888D  ||  
| CELL_ADEC_ERROR_M4AAC_CH_CONFIG_INCONSISTENCY || 0x80612410 ||  
|-
|-
| MP_VP_FILE_NOT_EXIST_ERROR || 0x80028882  ||  
| CELL_ADEC_ERROR_M4AAC_NO_CH_DEFAULT_POS || 0x80612411 ||  
|-
|-
| MP_VP_LICENSE_EXCLUDED_ERROR|| 0x80028883  ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_CH_POS || 0x80612412 ||  
|-
|-
| MP_VP_CREATE_SHORT_ICON_ERROR || 0x80028884  ||  
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_COUPLING_CH || 0x80612413 ||  
|-
|-
| MP_VP_CREATE_ICON_ERROR|| 0x80028885  ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_LAYER_ID || 0x80612414 ||  
|-
|-
| MP_VP_VTRM_BROKEN_ERROR|| 0x80028886  ||  
| CELL_ADEC_ERROR_M4AAC_ADTS_SYNCWORD_ERROR || 0x80612415 ||  
|-
|-
| MP_VP_INCOMPAT_ADAPTER_ERROR|| 0x80028887  || MagicGate device required
| CELL_ADEC_ERROR_M4AAC_INVALID_ADTS_ID || 0x80612416 ||  
|-
|-
| MP_VP_MEDIA_INCOMPAT_ERROR|| 0x80028888  ||  
| CELL_ADEC_ERROR_M4AAC_CH_CHANGED || 0x80612417 ||  
|-
|-
| MP_VP_GID_NO_SET_ERROR|| 0x80028889  ||  
| CELL_ADEC_ERROR_M4AAC_SAMPLING_FREQ_CHANGED || 0x80612418 ||  
|-
|-
| MP_VP_PREMATURE_GID_ERROR|| 0x8002888A  ||  
| CELL_ADEC_ERROR_M4AAC_WRONG_SBR_CH || 0x80612419 ||  
|-
|-
| MP_VP_BELATED_GID_ERROR|| 0x8002888B  ||  
| CELL_ADEC_ERROR_M4AAC_WRONG_SCALE_FACTOR || 0x8061241a ||  
|-
|-
| MP_VP_PSN_NOLICENSE_ERROR|| 0x8002888E  || Authenticate via PsStore
| CELL_ADEC_ERROR_M4AAC_INVALID_BOOKS || 0x8061241b ||  
|-
|-
| MP_VP_PSN_NEED_ACTIVATION_ERROR|| 0x8002888F  || Need Certification
| CELL_ADEC_ERROR_M4AAC_INVALID_SECTION_DATA || 0x8061241c ||  
|-
|-
| MP_VP_PSN_UNEXPECTED_AIV_ERROR|| 0x80028890  || Wrong Certification Data
| CELL_ADEC_ERROR_M4AAC_PULSE_IS_NOT_LONG || 0x8061241d ||  
|-
|-
| MP_VP_INVALID_FORMAT_ERROR || 0x80028891  ||  
| CELL_ADEC_ERROR_M4AAC_GC_IS_NOT_SUPPORTED || 0x8061241e ||  
|-
|-
| MP_VP_ACCESS_DENIED_ERROR|| 0x80028892  ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_ELEMENT_ID || 0x8061241f ||  
|-
|-
| MP_VP_HTTP_SERVER_NOT_FOUND_ERROR|| 0x80028893  ||  
| CELL_ADEC_ERROR_M4AAC_NO_CH_CONFIG || 0x80612420 ||  
|-
|-
| MP_VP_HTTP_GENERIC_ERROR || 0x80028894  || HTTP MediaServer Error
| CELL_ADEC_ERROR_M4AAC_UNEXPECTED_OVERLAP_CRC || 0x80612421 ||  
|-
|-
| MP_VP_NOT_ENOUGH_MEMORY_ERROR|| 0x80028895  ||  
| CELL_ADEC_ERROR_M4AAC_CRC_BUFFER_EXCEEDED || 0x80612422 ||  
|-
|-
| MP_VP_NO_AUDIO_STREAM_ERROR || 0x80028896  || No Audio
| CELL_ADEC_ERROR_M4AAC_INVALID_CRC || 0x80612423 ||  
|-
|-
| MP_VP_NO_SUBTITLE_ERROR || 0x80028897  || No Subtitle
| CELL_ADEC_ERROR_M4AAC_BAD_WINDOW_CODE || 0x80612424 ||  
|-
|-
| MP_VP_NETWORK_ERROR|| 0x80028898  ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_ADIF_HEADER_ID || 0x80612425 ||  
|-
|-
| MP_VP_A_ENCODE_ERROR|| 0x80028899  ||  
| CELL_ADEC_ERROR_M4AAC_NOT_SUPPORTED_PROFILE || 0x80612426 ||  
|-
|-
| MP_VP_V_ENCODE_ERROR|| 0x8002889A  ||  
| CELL_ADEC_ERROR_M4AAC_PROG_NUMBER_NOT_FOUND || 0x80612427 ||  
|-
|-
| MP_VP_FILE_WRITE_ERROR || 0x8002889B  ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_SAMP_RATE_INDEX || 0x80612428 ||  
|-
|-
| MP_VP_FILE_WRITE_RES_ERROR||0x8002889C  ||  
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_CH_CONFIG || 0x80612429 ||  
|-
|-
| MP_VP_S_DECODE_ERROR|| 0x8002889D  ||  
| CELL_ADEC_ERROR_M4AAC_PULSE_OVERFLOWED || 0x8061242a ||  
|-
|-
| MP_VP_FILE_IO_CANCELLED_ERROR || 0x8002889E  ||  
| CELL_ADEC_ERROR_M4AAC_CAN_NOT_UNPACK_INDEX || 0x8061242b ||  
|-
|-
| MP_VP_HTTP_CONTENT_NOT_FOUND_ERROR|| 0x8002889F  ||  
| CELL_ADEC_ERROR_M4AAC_DEINTERLEAVE_FAILED || 0x8061242c ||  
|-
|-
| MP_VP_EXPIRED_ERROR|| 0x800288A0  ||  
| CELL_ADEC_ERROR_M4AAC_CALC_BAND_OFFSET_FAILED || 0x8061242d ||  
|-
|-
| MP_VP_WMA_NOT_ENABLED_ERROR || 0x800288A1  || WMA Playback not enabled.
| CELL_ADEC_ERROR_M4AAC_GET_SCALE_FACTOR_FAILED || 0x8061242e ||  
|-
|-
| MP_VP_ACCESS_NOT_DOWNLOADED_AREA_ERROR|| 0x800288A2  ||  
| CELL_ADEC_ERROR_M4AAC_GET_CC_GAIN_FAILED || 0x8061242f ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_INVALID_HOSTNAME_ERROR|| 0x800288A3  ||  
| CELL_ADEC_ERROR_M4AAC_MIX_COUPLING_CH_FAILED || 0x80612430 ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_SERVER_NOT_FOUND_ERROR||0x800288A4  ||  
| CELL_ADEC_ERROR_M4AAC_GROUP_IS_INVALID || 0x80612431 ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_CANNOT_ACCESS_ERROR|| 0x800288A5  ||  
| CELL_ADEC_ERROR_M4AAC_PREDICT_FAILED || 0x80612432 ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR|| 0x800288A6  ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_PREDICT_RESET_PATTERN || 0x80612433 ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR_WLAN|| 0x800288A7  || DTCPIP Error set WEP/WPA
| CELL_ADEC_ERROR_M4AAC_INVALID_TNS_FRAME_INFO || 0x80612434 ||  
|-
|-
| MP_VP_DTCP_IP_DEVCERT_EXPIRED_ERROR|| 0x800288A8  ||  
| CELL_ADEC_ERROR_M4AAC_GET_MASK_FAILED || 0x80612435 ||  
|-
|-
| MP_VP_DTCP_IP_INVALID_URL_ERROR || 0x800288A9  ||  
| CELL_ADEC_ERROR_M4AAC_GET_GROUP_FAILED || 0x80612436 ||  
|-
|-
| MP_VP_DTCP_IP_KM_NEED_ACTIVATE_ERROR|| 0x800288AA  ||  
| CELL_ADEC_ERROR_M4AAC_GET_LPFLAG_FAILED || 0x80612437 ||  
|-
|-
| MP_VP_DTCP_IP_KM_NEED_UPDATE_ERROR|| 0x800288AB  ||  
| CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED || 0x80612438 ||  
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR|| 0x800288AC  ||  
| CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED || 0x80612439 ||  
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_REGISTRY|| 0x800288AD  ||  
| CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED || 0x8061243a ||  
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_BUFFER|| 0x800288AE  ||  
| CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243b ||  
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_SRM||0x800288AF  ||  
| CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243c ||  
|-
|-
| MP_VP_DTCP_IP_KM_NEED_CLOCK_SETUP_ERROR || 0x800288B0  ||  
| CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW || 0x80612480 ||  
|-
|-
| MP_VP_HTTP_SEEK_NOT_ALLOWED_ERROR|| 0x800288B1  ||  
| CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH || 0x80612481 ||  
|-
|-
| MP_VP_DTCP_IP_UNKNOWN_ERROR || 0x800288B2  ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PROGRAM || 0x80612482 ||  
|-
|-
| MP_VP_DTCP_IP_INVALID_ARG_ERROR|| 0x800288B3  ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_TAG || 0x80612483 ||  
|-
|-
| MP_VP_DTCP_IP_INVALID_STATE_ERROR || 0x800288B4 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_CHN_CONFIG || 0x80612484 ||  
|-
|-
| MP_VP_DTCP_IP_NOT_IMPLEMENTED_ERROR || 0x800288B5 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SECTION || 0x80612485 ||  
|-
|-
| MP_VP_DTCP_IP_INTERNAL_ERROR || 0x800288B6 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SCFACTORS || 0x80612486 ||  
|-
|-
| MP_VP_DTCP_IP_STREAM_GENERIC_ERROR||0x800288B7 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PULSE_DATA || 0x80612487 ||  
|-
|-
| MP_VP_REGISTRY_ERROR || 0x800288B8 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_MAIN_PROFILE_NOT_IMPLEMENTED || 0x80612488 ||  
|-
|-
| MP_VP_HDCP_OFF_ERROR || 0x800288B9 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_GC_NOT_IMPLEMENTED || 0x80612489 ||  
|-
|-
| MP_VP_DTCP_IP_EMI_CCI_ERROR || 0x800288BA ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PLUS_ELE_ID || 0x8061248a ||  
|-
|-
| MP_VP_NET_CTL_ERROR || 0x800288BB ||  
| CELL_ADEC_ERROR_M4AAC_SBR_CREATE_ERROR || 0x8061248b ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_LARGE || 0x800288BC ||  
| CELL_ADEC_ERROR_M4AAC_SBR_NOT_INITIALIZED || 0x8061248c ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_SMALL || 0x800288BD ||  
| CELL_ADEC_ERROR_M4AAC_SBR_INVALID_ENVELOPE || 0x8061248d ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PROFILE || 0x800288BE ||  
|}
 
== AC3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_TOOL || 0x800288BF || PS3 cannot play this file type
| CELL_ADEC_ERROR_AC3_BUSY || 0x80612500 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_VIDEO_CODEC || 0x800288C0 || "The data type is not supported." Related to video.
| CELL_ADEC_ERROR_AC3_EMPTY || 0x80612501 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_AUDIO_CODEC || 0x800288C1 || PS3 cannot play this file type
| CELL_ADEC_ERROR_AC3_PARAM || 0x80612502 ||
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_AU_SIZE ||0x800288C2 ||  
| CELL_ADEC_ERROR_AC3_FRAME || 0x80612503 ||
|-
|-
| MP_VP_HTTP_NO_CONTENT_LENGTH_ERROR|| 0x800288C3 ||  
|}
 
== 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
|-
|-
| MP_VP_DIGITAL_ONLY_ERROR|| 0x800288C4  || Cannot output video other than HDMI
| CELL_ADEC_ERROR_MP3_OK || 0x80612700 ||  
|-
|-
| MP_VP_PSN_UNSUPPORTED_DEVICE_ERROR || 0x800288C5 ||  
| CELL_ADEC_ERROR_MP3_BUSY || 0x80612764 ||  
|-
|-
| MP_VP_DIVX_DRM_RENTAL_EXPIRED_ERROR || 0x800288C6 || divx vod rental expired
| CELL_ADEC_ERROR_MP3_EMPTY || 0x80612765 ||  
|-
|-
| MP_VP_DIVX_DRM_AUTHORIZATION_ERROR || 0x800288C7 || divx vod reg visit website
| CELL_ADEC_ERROR_MP3_ERROR || 0x80612781 ||  
|-
|-
| MP_VP_CANNOT_PLAY_CONTENT_ERROR || 0x800288C8  ||  
| CELL_ADEC_ERROR_MP3_LOST_SYNC || 0x80612782 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_BRAND || 0x800288C9  ||  
| CELL_ADEC_ERROR_MP3_NOT_L3 || 0x80612783 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_DURATION_TOO_LONG|| 0x800288CF  ||  
| CELL_ADEC_ERROR_MP3_BAD_BITRATE || 0x80612784 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_TRACKS_TOO_MANY|| 0x800288D0  ||  
| CELL_ADEC_ERROR_MP3_BAD_SFREQ || 0x80612785 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_LICENSE ||0x800288D1 ||  
| CELL_ADEC_ERROR_MP3_BAD_EMPHASIS || 0x80612786 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_MVP_SEPARATED_PVL || 0x800288D2 ||  
| CELL_ADEC_ERROR_MP3_BAD_BLKTYPE || 0x80612787 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PROHIBITED_DAO || 0x800288D3 ||  
| CELL_ADEC_ERROR_MP3_BAD_VERSION || 0x8061278c ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_FORMAT_VERSION || 0x800288D4 ||  
| CELL_ADEC_ERROR_MP3_BAD_MODE || 0x8061278d ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_MEDIA || 0x800288D5 ||  
| CELL_ADEC_ERROR_MP3_BAD_MODE_EXT || 0x8061278e ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_64BIT_BOXSIZE|| 0x800288D6 ||  
| CELL_ADEC_ERROR_MP3_HUFFMAN_NUM || 0x80612796 ||  
|-
|-
| MP_VP_CONTENTS_NOT_EXIST_ERROR || 0x800288CA ||  
| CELL_ADEC_ERROR_MP3_HUFFMAN_CASE_ID || 0x80612797 ||  
|-
|-
| MP_VP_NO_NEXT_CONTENTS_ERROR || 0x800288CC ||  
| CELL_ADEC_ERROR_MP3_SCALEFAC_COMPRESS || 0x80612798 ||  
|-
|-
| MP_VP_NO_PREV_CONTENTS_ERROR ||0x800288CD || Content not found
| CELL_ADEC_ERROR_MP3_HGETBIT || 0x80612799 ||  
|-
|-
| MP_VP_SEQUENTIAL_PLAY_NOT_ALLOWED_ERROR || 0x800288D7 ||  
| CELL_ADEC_ERROR_MP3_FLOATING_EXCEPTION || 0x8061279a ||  
|-
|-
| MP_VP_DELETE_CONTENTS_ERROR || 0x800288DA ||  
| CELL_ADEC_ERROR_MP3_ARRAY_OVERFLOW || 0x8061279b ||  
|-
|-
| MP_VP_AACS_WM_TRUSTED_SOURCE_STATE_ERROR|| 0x800288DB ||  
| CELL_ADEC_ERROR_MP3_STEREO_PROCESSING || 0x8061279c ||  
|-
|-
| MP_VP_AACS_WM_NO_HOME_USE_ERROR || 0x800288DC  || cinavia msg code 1
| CELL_ADEC_ERROR_MP3_JS_BOUND || 0x8061279d ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_SCREEN_SAVER|| 0x800288DE  ||
| CELL_ADEC_ERROR_MP3_PCMOUT || 0x8061279e ||  
|-
| MP_VP_SELFLICENSE_NONE_ERROR|| 0x800288DF  || Content owner account signin please
|-
| MP_VP_NOT_SUPPORT_REMOTEPLAY_ERROR|| 0x800288E0  || Content does not support remoteplay
|-
| MP_VP_READ_FIRST_BLOCK_SIZE_0_ERROR|| 0x800288E1  ||
|-
| MP_VP_DTCP_IP_CABLE_NOT_CONNECTED_ERROR|| 0x800288E2  ||
|-
| MP_VP_FILE_IO_TIMEOUT_ERROR|| 0x800288E3  ||  
|-
|-
|}
|}


== DMA errors ==
== M2BC 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_DMA_ERROR_INVAL || 0x80410002 ||  
| CELL_ADEC_ERROR_M2BC_FATAL || 0x80612b01 ||  
|-
|-
|}
| CELL_ADEC_ERROR_M2BC_SEQ || 0x80612b02 ||  
 
== 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_ADEC_ERROR_M2BC_ARG || 0x80612b03 ||  
|-
|-
| CELL_SYNC_ERROR_INVAL || 0x80410102 ||  
| CELL_ADEC_ERROR_M2BC_BUSY || 0x80612b04 ||  
|-
|-
| CELL_SYNC_ERROR_NOSYS || 0x80410103 ||  
| CELL_ADEC_ERROR_M2BC_EMPTY || 0x80612b05 ||  
|-
|-
| CELL_SYNC_ERROR_NOMEM || 0x80410104 ||  
| CELL_ADEC_ERROR_M2BC_SYNCF || 0x80612b11 ||  
|-
|-
| CELL_SYNC_ERROR_SRCH || 0x80410105 ||  
| CELL_ADEC_ERROR_M2BC_LAYER || 0x80612b12 ||  
|-
|-
| CELL_SYNC_ERROR_NOENT || 0x80410106 ||  
| CELL_ADEC_ERROR_M2BC_BITRATE || 0x80612b13 ||  
|-
|-
| CELL_SYNC_ERROR_NOEXEC || 0x80410107 ||  
| CELL_ADEC_ERROR_M2BC_SAMPLEFREQ || 0x80612b14 ||  
|-
|-
| CELL_SYNC_ERROR_DEADLK || 0x80410108 ||  
| CELL_ADEC_ERROR_M2BC_VERSION || 0x80612b15 ||  
|-
|-
| CELL_SYNC_ERROR_PERM || 0x80410109 ||  
| CELL_ADEC_ERROR_M2BC_MODE_EXT || 0x80612b16 ||  
|-
|-
| CELL_SYNC_ERROR_BUSY || 0x8041010A ||  
| CELL_ADEC_ERROR_M2BC_UNSUPPORT || 0x80612b17 ||  
|-
|-
| CELL_SYNC_ERROR_ABORT || 0x8041010C ||  
| CELL_ADEC_ERROR_M2BC_OPENBS_EX || 0x80612b21 ||  
|-
|-
| CELL_SYNC_ERROR_FAULT || 0x8041010D ||  
| CELL_ADEC_ERROR_M2BC_SYNCF_EX || 0x80612b22 ||  
|-
|-
| CELL_SYNC_ERROR_CHILD || 0x8041010E ||  
| CELL_ADEC_ERROR_M2BC_CRCGET_EX || 0x80612b23 ||  
|-
|-
| CELL_SYNC_ERROR_STAT || 0x8041010F ||  
| CELL_ADEC_ERROR_M2BC_CRC_EX || 0x80612b24 ||  
|-
|-
| CELL_SYNC_ERROR_ALIGN || 0x80410110 ||  
| CELL_ADEC_ERROR_M2BC_CRCGET || 0x80612b31 ||  
|-
|-
| CELL_SYNC_ERROR_NULL_POINTER || 0x80410111 ||  
| CELL_ADEC_ERROR_M2BC_CRC || 0x80612b32 ||  
|-
|-
| CELL_SYNC_ERROR_SHOTAGE || 0x80410112 ||  
| CELL_ADEC_ERROR_M2BC_BITALLOC || 0x80612b33 ||  
|-
|-
| CELL_SYNC_ERROR_UNKNOWNKEY || 0x80410113 ||  
| CELL_ADEC_ERROR_M2BC_SCALE || 0x80612b34 ||  
|-
|-
|}
| CELL_ADEC_ERROR_M2BC_SAMPLE || 0x80612b35 ||  
 
== 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_ADEC_ERROR_M2BC_OPENBS || 0x80612b36 ||  
|-
|-
| CELL_SHEAP_ERROR_INVAL || 0x80410302 || An invalid argument value is specified
| CELL_ADEC_ERROR_M2BC_MC_CRCGET || 0x80612b41 ||  
|-
|-
| CELL_SHEAP_ERROR_NOSYS || 0x80410303 || The feature is not yet implemented
| CELL_ADEC_ERROR_M2BC_MC_CRC || 0x80612b42 ||  
|-
|-
| CELL_SHEAP_ERROR_NOMEM || 0x80410304 || Memory allocation failure
| CELL_ADEC_ERROR_M2BC_MC_BITALLOC || 0x80612b43 ||  
|-
|-
| CELL_SHEAP_ERROR_SRCH || 0x80410305 || The resource (process, thread, sheaphronous object, etc) with the specified identifier does not exist.
| CELL_ADEC_ERROR_M2BC_MC_SCALE || 0x80612b44 ||  
|-
|-
| CELL_SHEAP_ERROR_NOENT || 0x80410306 || The file does not exist
| CELL_ADEC_ERROR_M2BC_MC_SAMPLE || 0x80612b45 ||  
|-
|-
| CELL_SHEAP_ERROR_NOEXEC || 0x80410307 || The file is not a valid ELF file. (The file is in unrecognized format.)
| CELL_ADEC_ERROR_M2BC_MC_HEADER || 0x80612b46 ||  
|-
|-
| CELL_SHEAP_ERROR_DEADLK || 0x80410308 || Resource deadlock is avoided
| CELL_ADEC_ERROR_M2BC_MC_STATUS || 0x80612b47 ||  
|-
|-
| CELL_SHEAP_ERROR_PERM || 0x80410309 || The operation is not permitted
| CELL_ADEC_ERROR_M2BC_AG_CCRCGET || 0x80612b51 ||  
|-
|-
| CELL_SHEAP_ERROR_BUSY || 0x8041030A || The device or resource is busy
| CELL_ADEC_ERROR_M2BC_AG_CRC || 0x80612b52 ||  
|-
|-
| CELL_SHEAP_ERROR_ABORT || 0x8041030C || The operation is aborted
| CELL_ADEC_ERROR_M2BC_AG_BITALLOC || 0x80612b53 ||  
|-
|-
| CELL_SHEAP_ERROR_FAULT || 0x8041030D || Invalid memory access
| CELL_ADEC_ERROR_M2BC_AG_SCALE || 0x80612b54 ||  
|-
|-
| CELL_SHEAP_ERROR_CHILD || 0x8041030E || Failed in awaiting a child, or no such child exists
| CELL_ADEC_ERROR_M2BC_AG_SAMPLE || 0x80612b55 ||  
|-
|-
| CELL_SHEAP_ERROR_STAT || 0x8041030F || State of the target thread is invalid
| CELL_ADEC_ERROR_M2BC_AG_STATUS || 0x80612b57 ||  
|-
| CELL_SHEAP_ERROR_ALIGN || 0x80410310 || Alignment is invalid
|-
| CELL_SHEAP_ERROR_KRESOURCE || 0x80410311 || Shortage of the kernel resources
|-
| CELL_SHEAP_ERROR_SHORTAGE || 0x80410312 || Shortage of the kernel resources
|-
| CELL_SHEAP_ERROR_UNKNOWNKEY || 0x80410313 || Shortage of the kernel resources
|-
|-
|}
|}


== OVIS errors ==
== 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_OVIS_ERROR_INVAL || 0x80410402 || An invalid argument value is specified.
| CELL_ADEC_ERROR_CELP_BUSY || 0x80612e01 ||  
|-
|-
| CELL_OVIS_ERROR_ABORT || 0x8041040C ||  
| CELL_ADEC_ERROR_CELP_EMPTY || 0x80612e02 ||  
|-
|-
| CELL_OVIS_ERROR_ALIGN || 0x80410416 || Alignment is invalid
| CELL_ADEC_ERROR_CELP_ARG || 0x80612e03 ||  
|-
|-
|}
| CELL_ADEC_ERROR_CELP_SEQ || 0x80612e04 ||
|-
| CELL_ADEC_ERROR_CELP_CORE_FATAL || 0x80612e81 ||
|-
| CELL_ADEC_ERROR_CELP_CORE_ARG || 0x80612e82 ||
|-
| CELL_ADEC_ERROR_CELP_CORE_SEQ || 0x80612e83 ||
|-
|}


== Daisy errors (libdaisy) ==
== 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_DAISY_ERROR_NO_BEGIN || 0x80410501 ||  
| CELL_ADEC_ERROR_CELP8_BUSY || 0x80612ea1 ||  
|-
|-
| CELL_DAISY_ERROR_INVALID_PORT_ATTACH || 0x80410502 ||  
| CELL_ADEC_ERROR_CELP8_EMPTY || 0x80612ea2 ||  
|-
|-
| CELL_DAISY_ERROR_NOT_IMPLEMENTED || 0x80410503 ||  
| CELL_ADEC_ERROR_CELP8_ARG || 0x80612ea3 ||  
|-
|-
| CELL_DAISY_ERROR_PERM || 0x80410509 ||  
| CELL_ADEC_ERROR_CELP8_SEQ || 0x80612ea4 ||  
|-
|-
| CELL_DAISY_ERROR_STAT || 0x8041050f ||  
| CELL_ADEC_ERROR_CELP8_CORE_FATAL || 0x80612eb1 ||  
|-
|-
| CELL_DAISY_ERROR_AGAIN || 0x80410511 ||  
| CELL_ADEC_ERROR_CELP8_CORE_ARG || 0x80612eb2 ||  
|-
|-
| CELL_DAISY_ERROR_INVAL || 0x80410512 ||
| CELL_ADEC_ERROR_CELP8_CORE_SEQ || 0x80612eb3 ||  
|-
| CELL_DAISY_ERROR_BUSY || 0x8041051a ||  
|-
|-
|}
|}


== SPUDLL errors ==
== CELPENC 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_SPUDLL_ERROR_AGAIN || 0x80410601 ||  
| CELL_CELPENC_ERROR_FAILED || 0x80614001 ||  
|-
|-
| CELL_SPUDLL_ERROR_INVAL || 0x80410602 ||  
| CELL_CELPENC_ERROR_SEQ || 0x80614002 ||  
|-
|-
| CELL_SPUDLL_ERROR_NOSYS || 0x80410603 ||  
| CELL_CELPENC_ERROR_ARG || 0x80614003 ||  
|-
|-
| CELL_SPUDLL_ERROR_NOMEM || 0x80410604 ||  
| CELL_CELPENC_ERROR_CORE_FAILED || 0x80614081 ||  
|-
|-
| CELL_SPUDLL_ERROR_SRCH || 0x80410605 ||  
| CELL_CELPENC_ERROR_CORE_SEQ || 0x80614082 ||  
|-
|-
| CELL_SPUDLL_ERROR_NOENT || 0x80410606 ||  
| CELL_CELPENC_ERROR_CORE_ARG || 0x80614083 ||  
|-
|-
| CELL_SPUDLL_ERROR_NOEXEC || 0x80410607 ||  
|}
 
== 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_SPUDLL_ERROR_DEADLK || 0x80410608 ||  
| CELL_CELP8ENC_ERROR_FAILED || 0x806140a1 ||  
|-
|-
| CELL_SPUDLL_ERROR_PERM || 0x80410609 ||  
| CELL_CELP8ENC_ERROR_SEQ || 0x806140a2 ||  
|-
|-
| CELL_SPUDLL_ERROR_BUSY || 0x8041060a ||  
| CELL_CELP8ENC_ERROR_ARG || 0x806140a3 ||  
|-
|-
| CELL_SPUDLL_ERROR_ABORT || 0x8041060c ||  
| CELL_CELP8ENC_ERROR_CORE_FAILED || 0x806140b1 ||  
|-
|-
| CELL_SPUDLL_ERROR_FAULT || 0x8041060d ||  
| CELL_CELP8ENC_ERROR_CORE_SEQ || 0x806140b2 ||  
|-
|-
| CELL_SPUDLL_ERROR_CHILD || 0x8041060e ||  
| CELL_CELP8ENC_ERROR_CORE_ARG || 0x806140b3 ||
|-
|}
 
== Console errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_CONSOLE_ERROR_BASE || 0xFFFFFFF0 ||  
|-
|-
| CELL_SPUDLL_ERROR_STAT || 0x8041060f ||  
| || 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_SPUDLL_ERROR_ALIGN || 0x80410610 ||  
| CELL_CONSOLE_IO_ERROR || 0xFFFFFFFC ||  
|-
|-
| CELL_SPUDLL_ERROR_NULL_POINTER || 0x80410611 ||  
| CELL_CONSOLE_ENOMEM || 0xFFFFFFFD ||  
|-
|-
| CELL_SPUDLL_ERROR_UNDEF || 0x80410612 ||  
| 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_SPUDLL_ERROR_FATAL || 0x80410613 ||  
| CELL_CONSOLE_NOT_INITIALIZED || 0xFFFFFFFF ||  
|-
|-
|}
|}


== SPURS errors ==
== Other errors (not specified above) ==
{| 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 ||
!colspan="3" | other errors
|-
|-
| CELL_SPURS_CORE_ERROR_INVAL || 0x80410702 ||  
| Network error || 0x80010201 || WLAN network not found
|-
|-
| CELL_SPURS_CORE_ERROR_NOSYS || 0x80410703 ||  
| || 0x80010500 || Bad Packet ID
|-
|-
| CELL_SPURS_CORE_ERROR_NOMEM || 0x80410704 ||  
| unspecified trophy error || 0x80010505 || Trophy error caused by "Allow access to all SS services (Needed for ps3dm-utils)" patch / Access Violation
|-
|-
| CELL_SPURS_CORE_ERROR_SRCH || 0x80410705 ||  
| || 0x80010506 || No Entry
|-
|-
| CELL_SPURS_CORE_ERROR_NOENT || 0x80410706 ||  
| || 0x80010509 || Backup/Restore decryption and/or verification error / Invalid Parameter
|-
|-
| CELL_SPURS_CORE_ERROR_NOEXEC || 0x80410707 ||  
| || 0x8001050B || Will not play demo hard drive games, (when blue-ray disc is inserted) - cause unknown
|-
|-
| CELL_SPURS_CORE_ERROR_DEADLK || 0x80410708 ||  
| || 0x8001050D || An error during the start operation; Ps3 game swapped using the eject function and then play pressed quickly - ps3 game inserted again
|-
|-
| CELL_SPURS_CORE_ERROR_PERM || 0x80410709 ||  
| 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_SPURS_CORE_ERROR_BUSY || 0x8041070A ||  
| || 0x80010510 || Will not play games installed on the hard drive
|-
|-
| CELL_SPURS_CORE_ERROR_ABORT || 0x8041070C ||  
| || 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_SPURS_CORE_ERROR_FAULT || 0x8041070D ||  
| || 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_SPURS_CORE_ERROR_CHILD || 0x8041070E ||  
| || 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_SPURS_CORE_ERROR_STAT || 0x8041070F ||  
| || 0x8001051C || "The data is corrupted."
|-
|-
| CELL_SPURS_CORE_ERROR_ALIGN || 0x80410710 ||  
| Time error || 0x80010601 || Time/Date has not been set
|-
|-
| CELL_SPURS_CORE_ERROR_NULL_POINTER || 0x80410711 ||  
| Connection error || 0x80022A07 || Cannot connect to server. Server overloaded?
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_AGAIN || 0x80410801 ||  
| Trophy related || 0x80022D11 || "Registration of the trophy information could not be completed. The game will quit (80022D11)".
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_INVAL || 0x80410802 ||  
| 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_SPURS_POLICY_MODULE_ERROR_NOSYS || 0x80410803 ||  
| 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_SPURS_POLICY_MODULE_ERROR_NOMEM || 0x80410804 ||  
| Trophy update installer missing || 0x80022D74 || "Registration of the trophy information could not be completed. The game will quit (80022D74)".
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_SRCH || 0x80410805 ||  
| 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_SPURS_POLICY_MODULE_ERROR_NOENT || 0x80410806 ||  
| cVTRM error || 0x80022d90 || bad cVTRM region in flash
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOEXEC || 0x80410807 ||  
| || 0x80023320 || "An error occurred during the download operation. (80023320)" (with external device selected as destination for storage).
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_DEADLK || 0x80410808 ||  
| 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_SPURS_POLICY_MODULE_ERROR_PERM || 0x80410809 ||  
| 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_SPURS_POLICY_MODULE_ERROR_BUSY || 0x8041080A ||  
| || 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_SPURS_POLICY_MODULE_ERROR_ABORT || 0x8041080C ||  
| || 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_SPURS_POLICY_MODULE_ERROR_FAULT || 0x8041080D ||  
| || 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_SPURS_POLICY_MODULE_ERROR_CHILD || 0x8041080E ||  
| PS2 mode error || 0x80028F17 ||"An error occurred during the start operation (80028F17)," PlayStation 2 disc Boot Error, also happen with PS1 PSN games (either due to customed SFO or eboot.pbp<!--// will try to remember and reproduce to determinate if SFO or Eboot.pbp was the problem //-->).
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_STAT || 0x8041080F ||  
| || 0x80028F18 || Ps2 Disc Error, unsupported disc; eg. Utility discs, BB discs, IQ Remix game etc. ode).
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_ALIGN || 0x80410810 ||  
| || 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_SPURS_POLICY_MODULE_ERROR_NULL_POINTER || 0x80410811 ||  
| || 0x80028F1A || Ps2 Disc Error , invalbnnetcfg; network config error
|-
|-
| CELL_SPURS_TASK_ERROR_AGAIN || 0x80410901 ||  
| 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_SPURS_TASK_ERROR_INVAL || 0x80410902 ||  
| 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_SPURS_TASK_ERROR_NOSYS || 0x80410903 ||  
| 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_SPURS_TASK_ERROR_NOMEM || 0x80410904 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1A || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x84
|-
|-
| CELL_SPURS_TASK_ERROR_SRCH || 0x80410905 ||  
| 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_SPURS_TASK_ERROR_NOENT || 0x80410906 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1C || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x86
|-
|-
| CELL_SPURS_TASK_ERROR_NOEXEC || 0x80410907 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1D || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x87
|-
|-
| CELL_SPURS_TASK_ERROR_DEADLK || 0x80410908 ||  
| 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_SPURS_TASK_ERROR_PERM || 0x80410909 ||  
| || 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_SPURS_TASK_ERROR_BUSY || 0x8041090A ||  
| || 0x80029023 || Exchanging Key Information exchange has timed out
|-
|-
| CELL_SPURS_TASK_ERROR_ABORT || 0x8041090C ||  
| || 0x80029024 || "The attempt to obtain an IP address has timed out".
|-
|-
| CELL_SPURS_TASK_ERROR_FAULT || 0x8041090D ||  
| || 0x80029208 || Error loading user profile after update [http://www.ps3hax.net/showthread.php?t=69457]
|-
|-
| CELL_SPURS_TASK_ERROR_CHILD || 0x8041090E ||  
| || 0x80029301 || An error occurred during the delete operation (attempting to delete some ps2 homebrew from virtual mem card)
|-
|-
| CELL_SPURS_TASK_ERROR_STAT || 0x8041090F ||  
| || 0x80029303 || "An error occurred during the copy operation." (attempting to copy PS1 save data with header malformed(.PSV) to internal memory card)
|-
|-
| CELL_SPURS_TASK_ERROR_ALIGN || 0x80410910 ||  
| || 0x80029901 || "To play this BD, you must renew the encryption key.
Perform a system software update to renew the encryption key."
|-
|-
| CELL_SPURS_TASK_ERROR_NULL_POINTER || 0x80410911 ||  
| || 0x80029902 || Playback of BDs is prohibited on this system.
|-
|-
| CELL_SPURS_TASK_ERROR_FATAL || 0x80410914 ||  
| || 0x80029903 || This is an invalid disc.
|-
|-
| CELL_SPURS_TASK_ERROR_SHUTDOWN || 0x80410920 ||  
| || 0x80029904 || "To play this BD, you must renew the encryption key.
Perform a system software update to renew the encryption key."
|-
|-
| CELL_SPURS_JOB_ERROR_AGAIN || 0x80410A01 ||  
| || 0x80029905 || This is an invalid disc.
|-
|-
| CELL_SPURS_JOB_ERROR_INVAL || 0x80410A02 ||  
| || 0x80029906 || Can’t playback burn BD movie, missing PS3_VPRM.
|-
|-
| CELL_SPURS_JOB_ERROR_NOSYS || 0x80410A03 ||  
| || 0x80029907 || Playback of BDs is prohibited on this system.
|-
|-
| CELL_SPURS_JOB_ERROR_NOMEM || 0x80410A04 ||  
| || 0x8002990C || The data type is not supported.
|-
|-
| CELL_SPURS_JOB_ERROR_SRCH || 0x80410A05 ||  
| || 0x8002990D || This video cannot be played.
|-
|-
| CELL_SPURS_JOB_ERROR_NOENT || 0x80410A06 ||  
| || 0x8002990E || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_SPURS_JOB_ERROR_NOEXEC || 0x80410A07 ||  
| || 0x8002990F || Playback of BDs is prohibited on this system.
|-
|-
| CELL_SPURS_JOB_ERROR_DEADLK || 0x80410A08 ||  
| || 0x80029910 || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_SPURS_JOB_ERROR_PERM || 0x80410A09 ||  
| || 0x80029911 || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_SPURS_JOB_ERROR_BUSY || 0x80410A0A ||  
| || 0x80029912 || This is an invalid disc.
|-
|-
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR || 0x80410A0B ||  
| || 0x80029920 || This video cannot be played.
|-
|-
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR_SIZE || 0x80410A0C ||  
| || 0x80029921 || This video cannot be played.
|-
|-
| CELL_SPURS_JOB_ERROR_FAULT || 0x80410A0D ||  
| || 0x80029922 || This disc cannot be played. The region code is not correct.
|-
|-
| CELL_SPURS_JOB_ERROR_CHILD || 0x80410A0E ||  
| || 0x80029923 || This video cannot be played.
|-
|-
| CELL_SPURS_JOB_ERROR_STAT || 0x80410A0F ||  
| || 0x80029925 || This video cannot be played.
|-
|-
| CELL_SPURS_JOB_ERROR_ALIGN || 0x80410A10 ||  
| || 0x80029930 || This video cannot be played.
|-
|-
| CELL_SPURS_JOB_ERROR_NULL_POINTER || 0x80410A11 ||  
| || 0x80029931 || An error has occurred.
|-
|-
| CELL_SPURS_JOB_ERROR_MEMORY_CORRUPTED || 0x80410A12 ||  
| || 0x80029932 || This video cannot be played.
|-
|-
| CELL_SPURS_JOB_ERROR_MEMORY_SIZE || 0x80410A17 ||  
| Can't read a disc || 0x80029940 || The PS3 could not read the disc or the disc is dirty/scratched. (Disable the Super-White settings)
|-
|-
| CELL_SPURS_JOB_ERROR_UNKNOWN_COMMAND || 0x80410A18 ||  
| Issue playing disc || 0x80029941 || The PS3 could not read the disc or the disc is not supported.
|-
|-
| CELL_SPURS_JOB_ERROR_JOBLIST_ALIGNMENT || 0x80410A19 ||  
| || 0x80029942 || Video in the PAL broadcast standard is not supported.
|-
|-
| CELL_SPURS_JOB_ERROR_JOB_ALIGNMENT || 0x80410A1a ||  
| || 0x80029943 || Video in the NTSC broadcast standard is not supported.
|-
|-
| CELL_SPURS_JOB_ERROR_CALL_OVERFLOW || 0x80410A1b ||  
| || 0x80029944 || This disc cannot be played. The region code is not correct.
|-
|-
| CELL_SPURS_JOB_ERROR_ABORT || 0x80410A1c ||  
| Unable to play Blu-ray Disc || 0x80029945 || Can’t playback burn BD movie
|-
|-
| CELL_SPURS_JOB_ERROR_DMALIST_ELEMENT || 0x80410A1d ||  
| Issue playing disc || 0x80029946 || Attempting to play burnt Dual layer NTSC disc on a PAL ps3 (workaround is to transfer files to ps3 via TVersity)
|-
|-
| CELL_SPURS_JOB_ERROR_NUM_CACHE || 0x80410A1e ||  
| || 0x80029947 || An error has occurred.
|-
|-
| CELL_SPURS_JOB_ERROR_INVALID_BINARY || 0x80410A1f ||  
| || 0x80029948 || This content cannot be played. There is not enough free space on the system storage
|-
|-
|}
| || 0x80029949 || This video cannot be played.
 
== SWCACHE errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SWCACHE_ERROR_AGAIN || 0x80410b01 ||  
| || 0x8002994A || Playback stopped. The content being played is protected by Cinavia™ and is not authorized for playback on this device. For more information, see http://www.cinavia.com. Message Code 1.
|-
|-
| CELL_SWCACHE_ERROR_INVAL || 0x80410b02 ||  
| || 0x80029950 || This video cannot be played.
|-
|-
| CELL_SWCACHE_ERROR_NOSYS || 0x80410b03 ||  
| || 0x80029962 || This video cannot be played.
|-
|-
| CELL_SWCACHE_ERROR_NOMEM || 0x80410b04 ||  
| || 0x8002997B ||  
|-
|-
| CELL_SWCACHE_ERROR_SRCH || 0x80410b05 ||  
| || 0x8002997D ||  
|-
|-
| CELL_SWCACHE_ERROR_NOENT || 0x80410b06 ||  
| || 0x800299AA || This video cannot be played.
|-
|-
| CELL_SWCACHE_ERROR_NOEXEC || 0x80410b07 ||  
| || 0x800299AE || This video cannot be played.
|-
|-
| CELL_SWCACHE_ERROR_DEADLK || 0x80410b08 ||  
| || 0x800299E1 || An error has occurred.
|-
|-
| CELL_SWCACHE_ERROR_PERM || 0x80410b09 ||  
| || 0x800299E2 || An error has occurred.
|-
|-
| CELL_SWCACHE_ERROR_BUSY || 0x80410b0A ||  
| || 0x800299E3 || This video cannot be played.
|-
|-
| CELL_SWCACHE_ERROR_ABORT || 0x80410b0C ||  
| 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)
|-
|-
| CELL_SWCACHE_ERROR_FAULT || 0x80410b0D ||  
| || 0x80029c78 || Error occurred while accessing storage media.
|-
|-
| CELL_SWCACHE_ERROR_CHILD || 0x80410b0E ||  
| || 0x80029C7F || "An error has occurred." while accessing Update via System Storage/Delete Update Data on System Storage (e.g. when System Storage folder contains PUP without version to check lowest applicable firmware version).
|-
|-
| CELL_SWCACHE_ERROR_STAT || 0x80410b0F ||  
| || 0x80029caa || Error occurred while checking update data. // Mostly caused by TargetID mismatch between EID and Firmware wanting to install - e.g. DEX or Rebug DEX kernel and installing a CEX firmware.
|-
|-
| CELL_SWCACHE_ERROR_ALIGN || 0x80410b10 ||  
| || 0x80029CCA || Error occurred while checking update data.
|-
|-
| CELL_SWCACHE_ERROR_NULL_POINTER || 0x80410b11 ||  
| || 0x8002B241 || DVI has no audio.
|-
|-
| CELL_SWCACHE_ERROR_NON_CACHED_POINTER || 0x80410b12 ||  
| || 0x8002B401 || Error when creating savedata. ("source" savedata files inside the game are not valid, e.g: PS3_GAME/USRDIR/CONTENT/SAVEDATA/PIC1.PNG with wrong size).
|-
|-
| CELL_SWCACHE_ERROR_NO_HTAB || 0x80410b13 ||  
| || 0x8002B71A || Possible NAT Error , Can log onto Game Server but can’t join game and can’t host game
|-
|-
| CELL_SWCACHE_ERROR_MEM_LEAKED || 0x80410b14 ||
! colspan="3" id="0x8002f..._-_PUP_.2F_Update_errors" | [[#0x8002f...  - PUP / Update errors]]
|-
|-
| CELL_SWCACHE_ERROR_VTAB || 0x80410b15 ||  
| Update success || 0x8002F000 || Not an error: Success installing/downgrading in service mode. "manufacturing updating SUCCESS(0x8002f000)"
|-
|-
|}
| Update error || 0x8002F002 || [http://www.pastie.org/3724383 Update VSH Package done(0x8002f002) / Updating or Verifying failure 0x8002f002 / manufacturing updating FAILURE(0x8002f002)] // Possibly bad firmware PUP, bad USB stick or harddrive going bad in PS3. Check PUP, try other stick and replace harddrive.
 
== SYNC2 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SYNC2_ERROR_AGAIN || 0x80410C01 ||  
| 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
|-
|-
| CELL_SYNC2_ERROR_INVAL || 0x80410C02 ||  
| Update error || 0x8002F057 || Error with installing Firmware update in service mode: "Bul-ray Disc Player Revoke done(0x8002f057). Updating or Verifying failure 0x8002f057. UpMng.UpdatePackage() failure. manufacturing updating FAILURE(0x8002f057)" // caused by downgrading and using [http://pastebin.com/j97SpE2J normal lv2_diag.self] and not a noBD firmware (using the [http://pastebin.com/9tTfAs2J jaicrab lv2_diag.self] as workaround will cause one ROS to be empty and can result in RLOD/GLOD/RSOD).
|-
|-
| CELL_SYNC2_ERROR_NOSYS || 0x80410C03 ||  
| Update error || 0x8002F087 || Error with installing Firmware update in service mode: "Update VSH Package done(0x8002f087),
Updating or Verifying failure 0x8002f087, UpMng.UpdatePackage() failure, manufacturing updating FAILURE(0x8002f087)" // can be caused by bad vsh, broken harddrive or wrong spoofing.
|-
|-
| CELL_SYNC2_ERROR_NOMEM || 0x80410C04 ||  
| Update error || 0x8002F0C1 || "An error occurred during the update operation. (8002F0C1)" -> Download error. Manual download the update with PC, put on /PS3/UPDATE/PS3UPDAT.PUP and install in recovery instead.
|-
|-
| CELL_SYNC2_ERROR_SRCH || 0x80410C05 ||  
| Update error || 0x8002F0E0 || Error with installing Firmware update. Harddrive is not found or disconnected.
|-
|-
| CELL_SYNC2_ERROR_NOENT || 0x80410C06 ||  
| Update error || 0x8002F107 || [http://www.pastie.org/3724398 Update VSH Package done(0x8002f107) / Updating or Verifying failure 0x8002f107 / manufacturing updating FAILURE(0x8002f107)] // Possibly bad firmware PUP, bad USB stick or harddrive going bad in PS3. Check PUP, try other stick and replace harddrive.
|-
|-
| CELL_SYNC2_ERROR_NOEXEC || 0x80410C07 ||  
| Update error || 0x8002F13E || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_SYNC2_ERROR_DEADLK || 0x80410C08 ||  
| Update error || 0x8002F142 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_SYNC2_ERROR_PERM || 0x80410C09 ||  
| Update error || 0x8002F147 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_SYNC2_ERROR_BUSY || 0x80410C0A ||  
| Update error || 0x8002F149 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_SYNC2_ERROR_ABORT || 0x80410C0C ||  
| Update error || 0x8002F14A || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_SYNC2_ERROR_FAULT || 0x80410C0D ||  
| Update error || 0x8002F14B || Error with installing Firmware update. Updating or Verifying failure of CoreOS on flash area (?bad flash blocks?) <!--//(stef:CECHK/DIA-002 Spansion S29GL128N90TFIR2 after successfull downgrade, tried to downgrade to 3.50 prepatched lv1-sysconhashes but errors out)//-->
|-
|-
| CELL_SYNC2_ERROR_INTR || 0x80410C0E ||  
| Update error || 0x8002F14E || Error with installing Firmware update. (BD)Drive not found or disconnected. // or CoreOS region failure when in log "Update Core OS Package done(0x8002f14e)" or Revoke region failure when in log "Update Package Revoke list done(0x8002f14e)"
|-
|-
| CELL_SYNC2_ERROR_STAT || 0x80410C0F ||  
| ?corrupt? || 0x8002F153 || firmware related error - can be generated by using the MinVerChk PUP in factory service mode (must NEVER do that!)
|-
|-
| CELL_SYNC2_ERROR_ALIGN || 0x80410C10 ||  
| ?corrupt? || 0x8002F155 || solution: power down with power button remove the power cord for a few minutes then reboot (sony message:if this doesn't work contact sony)
|-
|-
| CELL_SYNC2_ERROR_NULL_POINTER || 0x80410C11 ||  
| ?corrupt? || 0x8002F156 || NAND Downgrade eror - [http://pastebin.com/sURmGqq3 UpMng.UpdatePackage() failure: manufacturing updating FAILURE(0x8002f156)]
|-
|-
| CELL_SYNC2_ERROR_NOT_SUPPORTED_THREAD || 0x80410C12 ||  
| ?corrupt? || 0x8002F157 || firmware related error / HDD Exchange error - 3.56-1st BUG.<!--//judges//--> Also happens when you try to Upgrade from 999 Downgrader to another Non-999 CFW. Go to OFW 3.55, then upgrade to the other CFW <!--//[email protected]>
|-
|-
| CELL_SYNC2_ERROR_NO_NOTIFIER || 0x80410C13 ||  
| ?corrupt? || 0x8002F15E || CoreOS firmware related error<!--//TiGra-Dri//-->
|-
|-
| CELL_SYNC2_ERROR_NO_SPU_CONTEXT_STORAGE || 0x80410C14 ||  
| 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)
 
== 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 ||  
| Update error || 0x8002F174 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_FIBER_ERROR_INVAL || 0x80760002 ||  
| Update error || 0x8002F176 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_FIBER_ERROR_NOSYS || 0x80760003 ||  
| Update error || 0x8002F19D || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_FIBER_ERROR_NOMEM || 0x80760004 ||  
| Update error || 0x8002F1B0 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_FIBER_ERROR_SRCH || 0x80760005 ||  
| Update error || 0x8002F1B3 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_FIBER_ERROR_NOENT || 0x80760006 ||  
| Update error || 0x8002F1C1 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first - DFU Start Firmware Update failed.
|-
|-
| CELL_FIBER_ERROR_NOEXEC || 0x80760007 ||  
| Update error || 0x8002F1C3 || DFU End Firmware Update failed.
|-
|-
| CELL_FIBER_ERROR_DEADLK || 0x80760008 ||  
| Update error || 0x8002F1F0 || Bluetooth/WLAN error. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
|-
| CELL_FIBER_ERROR_PERM || 0x80760009 ||  
| Update error || 0x8002F1F9 || Error with installing Firmware update. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
|-
| CELL_FIBER_ERROR_BUSY || 0x8076000a ||  
| Update error || 0x8002F220 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_FIBER_ERROR_ABORT || 0x8076000c ||  
| Update error || 0x8002F225 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
|-
| CELL_FIBER_ERROR_FAULT || 0x8076000d ||  
| Update error || 0x8002F22F || Issue with the PS3 hard drive
|-
|-
| CELL_FIBER_ERROR_CHILD || 0x8076000e ||  
| || 0x8002F235 || Error with installing Firmware update. "Data Is Corrupted"
|-
|-
| CELL_FIBER_ERROR_STAT || 0x8076000f ||  
| Update error || 0x8002F23F || Error with installing Firmware update. The PUP is not recognised as valid update. (with 3.56 minver console)
|-
|-
| CELL_FIBER_ERROR_ALIGN || 0x80760010 ||  
| Update error || 0x8002F26A || Error with installing Firmware update. [http://www.ps3hax.net/showthread.php?t=36913 "A serious error has occurred"]
|-
|-
| CELL_FIBER_ERROR_NULL_POINTER || 0x80760011 ||  
| Update error || 0x8002F271 || Error with installing Firmware update. "An error occurred during the format operation."
|-
|-
| CELL_FIBER_ERROR_NOSYSINIT || 0x80760020 ||  
| 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.


== ADEC errors ==
'''1)''' Type "diskpart"
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
'''2)''' Type "list disk" - Get the disk number for the drive you are fixing.
|- bgcolor="#cccccc"
'''3)''' Type "select disk 1" - If the disk is not #1, change this accordingly.
! Description !! Errorcode !! Remarks
'''4)''' Type "clean"  
|-
'''5)''' Type "create partition primary"  
| CELL_ADEC_ERROR_FATAL || 0x80610001 ||  
'''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.
 
|-
| Update error || 0x8002F282 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_ADEC_ERROR_SEQ || 0x80610002 ||  
| Update error || 0x8002F285 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_ADEC_ERROR_ARG || 0x80610003 ||  
| Update error || 0x8002F2B5 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
|-
| CELL_ADEC_ERROR_BUSY || 0x80610004 ||  
| Update error || 0x8002F2BF || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_ADEC_ERROR_EMPTY || 0x80610005 ||  
| 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
 
== VDEC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_VDEC_ERROR_ARG || 0x80610101 ||  
| Update error || 0x8002F2CF || Issue with the Mass Storage Device when installing firmware, or PS3 hard drive
|-
|-
| CELL_VDEC_ERROR_SEQ || 0x80610102 ||  
| || 0x8002F2E0 || HDD Probe/Init failed. (No HDD attached)
|-
|-
| CELL_VDEC_ERROR_BUSY || 0x80610103 ||  
| || 0x8002F2E2 ||  
|-
|-
| CELL_VDEC_ERROR_EMPTY || 0x80610104 ||  
| || 0x8002F2E3 || HDD Search Regions failed. (encrypted HDD incompatible with the consoles) (Formating...)
|-
|-
| CELL_VDEC_ERROR_AU || 0x80610105 ||  
| || 0x8002F2E4 || The data is corrupted. (e.g. bad promo_flags.txt flag set)
|-
|-
| CELL_VDEC_ERROR_PIC || 0x80610106 ||  
| || 0x8002F2E5 || PUP filepath error.
|-
|-
| 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]
| || 0x8002F2E6 || No applicable Data found.
|-
|-
|}
| Update error || 0x8002F2F0 || Error with installing Firmware update. The PUP is not recognised as valid update.
 
== 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 ||  
| Update error || 0x8002F2F2 || Error with installing Firmware update. The PUP is not recognised as valid update
|-
|-
| CELL_DMUX_ERROR_SEQ || 0x80610202 ||  
| Update error || 0x8002F310 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| CELL_DMUX_ERROR_BUSY || 0x80610203 ||  
| Update error || 0x8002F311 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| CELL_DMUX_ERROR_EMPTY || 0x80610204 ||  
| Update error || 0x8002F312 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| CELL_DMUX_ERROR_FATAL || 0x80610205 ||  
| Update error || 0x8002F313 || Error with installing Firmware update. Shows up in Service Mode log as 'Update Core OS Package done(0x8002f313)' possible caused by bad ROS
|-
|-
|}
| Update error || 0x8002F325 || Error with installing Firmware update. data corrupted
 
== 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 ||  
| Update error || 0x8002F333 || Error with installing Firmware update. data corrupted // Issue with the internal harddrive.
|-
|-
| CELL_ATRAC_ERROR_API_FAIL || 0x80610301 ||  
| Update error || 0x8002F953 || Error with installing Firmware update.
|-
|-
| CELL_ATRAC_ERROR_READSIZE_OVER_BUFFER || 0x80610311 ||  
| Update error || 0x8002F956 || Error with installing Firmware update. (bad harddrive?)
|-
|-
| CELL_ATRAC_ERROR_UNKNOWN_FORMAT || 0x80610312 ||  
| 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)
|-
|-
| CELL_ATRAC_ERROR_READSIZE_IS_TOO_SMALL || 0x80610313 ||  
| Update error || 0x8002F976 || Error with installing Firmware update. data corrupted
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610314 ||  
| Update error || 0x8002F95E || Error with installing Firmware update (when using Rogero 3.55 DEX DG v1 on DEX 4.20 system).
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_DATA || 0x80610315 ||  
| || 0x8002F967 || Error when checking PUP version (e.g. when using manipulated PUP without version to check lowest applicable firmware version)
|-
|-
| CELL_ATRAC_ERROR_NO_DECODER || 0x80610321 ||  
| || 0x8002F96F || Error when downgrading DEX console with special PUP. To solve: reset console by holding power button until it beeps
|-
|-
| CELL_ATRAC_ERROR_UNSET_DATA || 0x80610322 ||  
| || 0x8002F994 || Too many people downloading the update (download it later on)
|-
|-
| CELL_ATRAC_ERROR_DECODER_WAS_CREATED || 0x80610323 ||  
| An error has occured || 0x8002FB22 || Error can be generated with a malformed license.xml file in PS3UPDAT.PUP
|-
|-
| CELL_ATRAC_ERROR_ALLDATA_WAS_DECODED || 0x80610331 ||  
| || 0x8002F21x || (Set Recovery Mode Flag On (cex/dex/decr)) / (Connecting Controller)
|-
|-
| CELL_ATRAC_ERROR_NODATA_IN_BUFFER || 0x80610332 ||  
| || 0x8002F22x || (Connect Media containing FW equal or higher)
|-
|-
| CELL_ATRAC_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610333 ||  
| || 0x8002F23x || (System Partition formating) / (Search Updater)
|-
|-
| CELL_ATRAC_ERROR_NEED_SECOND_BUFFER || 0x80610334 ||  
| || 0x8002F24x || (Formatting)
|-
|-
| CELL_ATRAC_ERROR_ALLDATA_IS_ONMEMORY || 0x80610341 ||  
| || 0x8002F25x || hdd probing
|-
|-
| CELL_ATRAC_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610342 ||  
| || 0x8002F26x || region searching
|-
|-
| CELL_ATRAC_ERROR_NONEED_SECOND_BUFFER || 0x80610351 ||  
| || 0x8002F27x || preparing partitions
|-
|-
| CELL_ATRAC_ERROR_UNSET_LOOP_NUM || 0x80610361 ||  
| || 0x8002F28x || Setup Updating Environment
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLE || 0x80610371 ||  
| || 0x8002F29x ||  
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_RESET_BYTE || 0x80610372 ||  
| || 0x8002F2Ax ||  
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610381 ||  
| || 0x8002F2Bx || (Turning Off Recovery Mode Flag)
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610382 ||  
| || 0x8002F2Cx || Search Updater (Formating preparing Update)
|-
|-
|}
| || 0x8002F2Dx || (Formatting - Preparing to Update)
 
== PAMF errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PAMF_ERROR_STREAM_NOT_FOUND || 0x80610501 ||  
| || 0x8002F2Ex || (Turning On/Off Recovery Mode Flag)
|-
|-
| CELL_PAMF_ERROR_INVALID_PAMF || 0x80610502 ||
! colspan="3" id="0x8001..._RSOD.2FBSOD_errors" | [[#0x8001... RSOD/BSOD errors]]
|-
|-
| CELL_PAMF_ERROR_INVALID_ARG || 0x80610503 ||  
| || 0x80010514 || RSOD - VersionFile::Get() (index.dat failures)
|-
|-
| CELL_PAMF_ERROR_UNKNOWN_TYPE || 0x80610504 ||  
| || 0x80028C03 || BSOD - NPXS01003, net if ctl fail (game updates,commerce, friend stuff ...)
|-
|-
| CELL_PAMF_ERROR_UNSUPPORTED_VERSION || 0x80610505 ||  
| || 0x80028C10 || BSOD - xregistry
|-
|-
| CELL_PAMF_ERROR_UNKNOWN_STREAM || 0x80610506 ||  
| || 0x80028C12 || BSOD - xregistry
|-
|-
| CELL_PAMF_ERROR_EP_NOT_FOUND || 0x80610507 ||  
| || 0x80030001 || Deleting messages from inbox
|-
|-
| CELL_PAMF_ERROR_NOT_AVAILABLE || 0x80610508 ||  
| || 0x8003041F || An error occurred during the copy operation (using media server)
|-
|-
|}
| || 0x80030506 || BSOD - empty sce net ctl ptr's
 
== 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()
| || 0x8003050F || BSOD - create_open_database 0x25 failure, xregistry empty file descriptor
|-
|-
| CELL_VPOST_ERROR_Q_ARG_CFG_NULL    || 0x80610410 ||  
| || 0x80030517 || BSOD
|-
|-
| CELL_VPOST_ERROR_Q_ARG_CFG_INVALID || 0x80610411 ||  
|  || 0x8003116D || BSOD - xregistry font related
|-
|-
| CELL_VPOST_ERROR_Q_ARG_ATTR_NULL    || 0x80610412 ||  
| || 0x80031175 || BSOD - xregistry
|-
|-
! colspan="3" | for cellVpostOpen()
|  || &lt;0x80031200 || BSOD + >0x80031700 = rsod - xregistry: atrac+wma activate/dtcp ip enable/hdmi failure/menu bdvd config/(list) chat config/word register(dictionary)/edit np environment+marlin+ad catalog version+ad server url+application type+adhoc ssid prefix+update server url+np title id+fake limit size+gameutil dirname debug/ failure of swreset.self execution/Device Config/back prev setting/Display (+Output) Config/First Config/music+sound config (+wizard)
|-
|-
| CELL_VPOST_ERROR_O_ARG_CFG_NULL          || 0x80610440 ||  
| || &gt;0x80031700 || RSOD
|-
|-
| CELL_VPOST_ERROR_O_ARG_CFG_INVALID      || 0x80610441 ||
!colspan="3" | other errors
|-
|-
| CELL_VPOST_ERROR_O_ARG_RSRC_NULL        || 0x80610442 ||  
| || 0x80030517 || It seems to happen when you copy large media files.
|-
|-
| CELL_VPOST_ERROR_O_ARG_RSRC_INVALID      || 0x80610443 ||  
| || 0x8003051E || Game will not save
|-
|-
| CELL_VPOST_ERROR_O_ARG_HDL_NULL          || 0x80610444 ||  
| || 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)
|-
|-
| CELL_VPOST_ERROR_O_FATAL_QUERY_FAIL      || 0x80610460 ||  
| || 0x80031150 || "Setting information is corrupted.Press the x button to repair and restore default"
|-
|-
| CELL_VPOST_ERROR_O_FATAL_CREATEMON_FAIL || 0x80610461 ||  
|  || 0x80031601 || Error Creating Account // seems to occur when the user number doesn't match
|-
|-
| CELL_VPOST_ERROR_O_FATAL_INITSPURS_FAIL || 0x80610462 ||  
|  || 0x80031602 || Error Renaming Account
|-
|-
! colspan="3" | for cellVpostClose()
| || 0x80031603 || Error No Account name given
|-
|-
| CELL_VPOST_ERROR_C_ARG_HDL_NULL          || 0x80610470 ||  
| PAC_ASSERT || 0x8004ffff ||  
|-
|-
| CELL_VPOST_ERROR_C_ARG_HDL_INVALID        || 0x80610471 ||  
| PAC_CANNOT_DOWNLOAD_AGAIN || 0x8004000e ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_LOCKMON_FAIL    || 0x80610490 ||  
| PAC_CRITICAL_OPERATION_IN_PROGRESS || 0x8004000f ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_UNLOCKMON_FAIL  || 0x80610491 ||  
| PAC_DOWNLOADER_IS_ALREADY_ACTIVATED || 0x8004000d ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_DESTROYMON_FAIL  || 0x80610492 ||  
| PAC_INVALID_CAST_EXCEPTION || 0x8004000a ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_FINSPURS_FAIL    || 0x80610463 ||  
| PAC_INVALID_CONTENTTYPE || 0x80040001 ||  
|-
|-
! colspan="3" | for cellVpostExec()
| PAC_INVALID_OPERATION || 0x80040002 ||
|-
|-
| CELL_VPOST_ERROR_E_ARG_HDL_NULL            || 0x806104a0 ||  
| PAC_SESSION_NOT_ESTABLISHED || 0x8004000c ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_HDL_INVALID        || 0x806104a1 ||  
| PAC_THREADINVOKER_EXCEPTION || 0x8004000b ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_INPICBUF_NULL      || 0x806104a2 ||  
| PAC_UNKNOWN_CATEGORY_TYPE || 0x80040004 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_INPICBUF_INVALID    || 0x806104a3 ||  
| PAC_UNKNOWN_CONTENT_TYPE || 0x80040003 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_CTRL_NULL          || 0x806104a4 ||  
| PAC_UNKNOWN_DRM_CONTENT_TYPE || 0x80040008 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_CTRL_INVALID        || 0x806104a5 ||
| PAC_UNKNOWN_DRM_TYPE || 0x80040009 ||  
|-
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806104a6 ||
|-
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806104a7 ||
|-
| CELL_VPOST_ERROR_E_ARG_PICINFO_NULL        || 0x806104a8 ||
|-
| CELL_VPOST_ERROR_E_FATAL_LOCKMON_FAIL      || 0x806104c0 ||
|-
| CELL_VPOST_ERROR_E_FATAL_UNLOCKMON_FAIL    || 0x806104c1 ||
|-
|}
 
=== VPOST Library (Entry Module) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
! colspan="3" | for cellVpostEntQueryAttr()
|-
| CELL_VPOST_ENT_ERROR_Q_ARG_ATTR_NULL  || 0x80618110 ||
|-
! colspan="3" | for cellVpostEntOpen()
|-
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_NULL        || 0x80618140 ||
|-
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_INVALID      || 0x80618141 ||
|-
| CELL_VPOST_ENT_ERROR_O_ARG_HDL_NULL          || 0x80618142 ||
|-
| CELL_VPOST_ENT_ERROR_O_FATAL_QUERY_FAIL      || 0x80618160 ||
|-
| CELL_VPOST_ENT_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618161 ||
|-
! colspan="3" | for cellVpostEntClose()
|-
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_NULL          || 0x80618170 ||
|-
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_INVALID        || 0x80618171 ||
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618190 ||
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618191 ||
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618192 ||
|-
! colspan="3" | for cellVpostEntExec()
|-
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_NULL            || 0x806181a0 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_INVALID        || 0x806181a1 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_NULL      || 0x806181a2 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_INVALID    || 0x806181a3 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_NULL      || 0x806181a4 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_INVALID  || 0x806181a5 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_NULL          || 0x806181a6 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_INVALID        || 0x806181a7 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_COMB_INVALID        || 0x806181a8 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806181a9 ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806181aa ||
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806181ab ||
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806181c0 ||
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_RCVRES_FAIL      || 0x806181c1 ||
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806181c2 ||
|-
|}
 
=== VPOST Library (IPC) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
! colspan="3" | for cellVpostIpcQueryAttr()
|-
| CELL_VPOST_IPC_ERROR_Q_ARG_ATTR_NULL  || 0x80618210 ||
|-
! colspan="3" | for cellVpostIpcOpen()
|-
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_NULL        || 0x80618240 ||
|-
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_INVALID      || 0x80618241 ||
|-
| CELL_VPOST_IPC_ERROR_O_ARG_HDL_NULL          || 0x80618242 ||
|-
| CELL_VPOST_IPC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618260 ||
|-
| CELL_VPOST_IPC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618261 ||
|-
! colspan="3" | for cellVpostIpcClose()
|-
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_NULL          || 0x80618270 ||
|-
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_INVALID        || 0x80618271 ||
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618290 ||
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618291 ||
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618292 ||
|-
! colspan="3" | for cellVpostIpcExec()
|-
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_NULL            || 0x806182a0 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_INVALID        || 0x806182a1 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_NULL      || 0x806182a2 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806182a3 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_NULL      || 0x806182a4 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806182a5 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_NULL          || 0x806182a6 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_INVALID        || 0x806182a7 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_COMB_INVALID        || 0x806182a8 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806182a9 ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806182aa ||
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806182ab ||
|-
| CELL_VPOST_IPC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806182c0 ||
|-
| CELL_VPOST_IPC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806182c1 ||
|-
| CELL_VPOST_IPC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806182c2 ||
|-
|}
 
=== VPOST Library (Video Scaler) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
! colspan="3" | for cellVpostVscQueryAttr()
|-
| CELL_VPOST_VSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618310 ||
|-
! colspan="3" | for cellVpostVscOpen()
|-
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_NULL        || 0x80618340 ||
|-
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618341 ||
|-
| CELL_VPOST_VSC_ERROR_O_ARG_HDL_NULL          || 0x80618342 ||
|-
| CELL_VPOST_VSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618360 ||
|-
| CELL_VPOST_VSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618361 ||
|-
! colspan="3" | for cellVpostVscClose()
|-
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_NULL          || 0x80618370 ||
|-
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_INVALID        || 0x80618371 ||
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618390 ||
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618391 ||
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618392 ||
|-
! colspan="3" | for cellVpostVscExec()
|-
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_NULL            || 0x806183a0 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_INVALID        || 0x806183a1 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806183a2 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806183a3 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806183a4 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806183a5 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_NULL          || 0x806183a6 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_INVALID        || 0x806183a7 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_COMB_INVALID        || 0x806183a8 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806183a9 ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806183aa ||
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806183ab ||
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806183c0 ||
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806183c1 ||
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806183c2 ||
|-
|}
 
=== VPOST Library (CSC) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
! colspan="3" | for cellVpostCscQueryAttr()
|-
| CELL_VPOST_CSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618410 ||
|-
! colspan="3" | for cellVpostCscOpen()
|-
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_NULL        || 0x80618440 ||
|-
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618441 ||
|-
| CELL_VPOST_CSC_ERROR_O_ARG_HDL_NULL          || 0x80618442 ||
|-
| CELL_VPOST_CSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618460 ||
|-
| CELL_VPOST_CSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618461 ||
|-
! colspan="3" | for cellVpostCscClose()
|-
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_NULL          || 0x80618470 ||
|-
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_INVALID        || 0x80618471 ||
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618490 ||
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618491 ||
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618492 ||
|-
! colspan="3" | for cellVpostCscExec()
|-
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_NULL            || 0x806184a0 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_INVALID        || 0x806184a1 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806184a2 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806184a3 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806184a4 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806184a5 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_NULL          || 0x806184a6 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_INVALID        || 0x806184a7 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_COMB_INVALID        || 0x806184a8 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806184a9 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806184aa ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806184ab ||
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806184c0 ||
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806184c1 ||
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806184c2 ||
|-
|}
 
== SAIL errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_SAIL_ERROR_INVALID_ARG || 0x80610701 ||
|-
| CELL_SAIL_ERROR_INVALID_STATE || 0x80610702 ||
|-
| CELL_SAIL_ERROR_UNSUPPORTED_STREAM || 0x80610703 ||
|-
| CELL_SAIL_ERROR_INDEX_OUT_OF_RANGE || 0x80610704 ||
|-
| CELL_SAIL_ERROR_EMPTY || 0x80610705 ||
|-
| CELL_SAIL_ERROR_FULLED || 0x80610706 ||
|-
| CELL_SAIL_ERROR_USING || 0x80610707 ||
|-
| CELL_SAIL_ERROR_NOT_AVAILABLE || 0x80610708 ||
|-
| CELL_SAIL_ERROR_CANCEL || 0x80610709 ||
|-
| CELL_SAIL_ERROR_MEMORY || (0x806107F0 ||
|-
| CELL_SAIL_ERROR_INVALID_FD || 0x806107F1 ||
|-
| CELL_SAIL_ERROR_FATAL || 0x806107FF ||
|-
|}
 
== ATRACMULTI errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ATRACMULTI_ERROR_FACILITY_ATRAC || 0x80610b00 ||
|-
| CELL_ATRACMULTI_ERROR_API_FAIL || 0x80610b01 ||
|-
| CELL_ATRACMULTI_ERROR_READSIZE_OVER_BUFFER || 0x80610b11 ||
|-
| CELL_ATRACMULTI_ERROR_UNKNOWN_FORMAT || 0x80610b12 ||
|-
| CELL_ATRACMULTI_ERROR_READSIZE_IS_TOO_SMALL || 0x80610b13 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610b14 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_DATA || 0x80610b15 ||
|-
| CELL_ATRACMULTI_ERROR_NO_DECODER || 0x80610b21 ||
|-
| CELL_ATRACMULTI_ERROR_UNSET_DATA || 0x80610b22 ||
|-
| CELL_ATRACMULTI_ERROR_DECODER_WAS_CREATED || 0x80610b23 ||
|-
| CELL_ATRACMULTI_ERROR_ALLDATA_WAS_DECODED || 0x80610b31 ||
|-
| CELL_ATRACMULTI_ERROR_NODATA_IN_BUFFER || 0x80610b32 ||
|-
| CELL_ATRACMULTI_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610b33 ||
|-
| CELL_ATRACMULTI_ERROR_NEED_SECOND_BUFFER || 0x80610b34 ||
|-
| CELL_ATRACMULTI_ERROR_ALLDATA_IS_ONMEMORY || 0x80610b41 ||
|-
| CELL_ATRACMULTI_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610b42 ||
|-
| CELL_ATRACMULTI_ERROR_NONEED_SECOND_BUFFER || 0x80610b51 ||
|-
| CELL_ATRACMULTI_ERROR_UNSET_LOOP_NUM || 0x80610b61 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLE || 0x80610b71 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_RESET_BYTE || 0x80610b72 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610b81 ||
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610b82 ||
|-
| CELL_ATRACMULTI_ERROR_API_PARAMETER || 0x80610b91 ||
|-
|}
 
== LPCM errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_LPCM_FATAL || 0x80612001 ||
|-
| CELL_ADEC_ERROR_LPCM_SEQ || 0x80612002 ||
|-
| CELL_ADEC_ERROR_LPCM_ARG || 0x80612003 ||
|-
| CELL_ADEC_ERROR_LPCM_BUSY || 0x80612004 ||
|-
| CELL_ADEC_ERROR_LPCM_EMPTY || 0x80612005 ||
|-
|}
 
== AT3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_AT3_OFFSET || 0x80612100 ||
|-
| CELL_ADEC_ERROR_AT3_OK || 0x80612100 ||
|-
| CELL_ADEC_ERROR_AT3_BUSY || 0x80612164 ||
|-
| CELL_ADEC_ERROR_AT3_EMPTY || 0x80612165 ||
|-
| CELL_ADEC_ERROR_AT3_ERROR || 0x80612180 ||
|-
|}
 
== ATX errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_ATX_OK || 0x80612200 ||
|-
| CELL_ADEC_ERROR_ATX_BUSY || 0x80612264 ||
|-
| CELL_ADEC_ERROR_ATX_EMPTY || 0x80612265 ||
|-
| CELL_ADEC_ERROR_ATX_ATSHDR || 0x80612266 ||
|-
| CELL_ADEC_ERROR_ATX_NON_FATAL || 0x80612281 || undefined error
|-
| CELL_ADEC_ERROR_ATX_NOT_IMPLE || 0x80612282 || not implemented
|-
| CELL_ADEC_ERROR_ATX_PACK_CE_OVERFLOW || 0x80612283 || pack_channel_block_at5() in pack_at5.c
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_NPROCQUS || 0x80612284 || unpack_sheader() in pack_at5_sheader.c
|-
| CELL_ADEC_ERROR_ATX_FATAL || 0x8061228c || undefined error
|-
| CELL_ADEC_ERROR_ATX_ENC_OVERFLOW || 0x8061228d || at5enc_proc() in at5enc.c
|-
| CELL_ADEC_ERROR_ATX_PACK_CE_UNDERFLOW || 0x8061228e || pack_channel_block_at5() in pack_at5.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT || 0x8061228f || unpack_idct() in pack_at5_codetbl.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GAINADJ || 0x80612290 || unpack_gainadj() in pack_at5_gainadj.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF || 0x80612291 || unpack_idsf() in pack_at5_sfactor.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SPECTRA || 0x80612292 || unpack_spectra() in pack_at5_spectra.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL || 0x80612293 || unpack_idwl() in pack_at5_idwl.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GHWAVE || 0x80612294 || unpack_ghwave() in pack_at5_ghwave.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SHEADER || 0x80612295 || unpack_sheader() in pack_at5_sheader.c
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_A || 0x80612296 || idwl[][]{0-7} range error*/
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_B || 0x80612297 || idwl restriction error (wlc_encqu<=divqu<nprocqus,ich=0)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_C || 0x80612298 || idwl restriction error (0<=wlc_divqu<=wlc_encqu,ich=0)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_D || 0x80612299 || idwl restriction error (wlc_encqu<divqu<=nprocqus,ich=1)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_E || 0x8061229a || idwl restriction error (wlc_encqu<=nprocqus)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_A || 0x8061229b || idsf[][]{0-63} range error
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_B || 0x8061229c || sfc_nbitlen{0-6} range error
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_C || 0x8061229d || idsf restriction error (0<=sfc_divqu<=nrealqus)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_D || 0x8061229e || idsf restriction error (0<=sfc_sg_divqu<=nrealqus)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT_A || 0x8061229f || idct restriction error (0<=ctc_divqu<=nrealqus)
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_NGC || 0x806122a0 || ngc[][]{0-7} range error
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_A || 0x806122a1 || idlev[][][]{0-15} range error
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_A || 0x806122a2 || idloc[][][]{0-31} range error
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_B || 0x806122a3 || gain_control_data restriction error (idlev[][][])
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_B || 0x806122a4 || gain_control_data restriction error (idloc[][][])
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SN_NWVS || 0x806122a5 || sinusoid_data restriction error
|-
| CELL_ADEC_ERROR_ATX_FATAL_HANDLE || 0x806122aa || undefined error at handle level
|-
| CELL_ADEC_ERROR_ATX_ASSERT_SAMPLING_FREQ || 0x806122ab || sampling freqeuency assertion error
|-
| CELL_ADEC_ERROR_ATX_ASSERT_CH_CONFIG_INDEX || 0x806122ac || channel_config_index assertion error
|-
| CELL_ADEC_ERROR_ATX_ASSERT_NBYTES || 0x806122ad || a number of bytes(nbytes) assertion error
|-
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_NUM || 0x806122ae || a number of blocks(block_num) assertion error
|-
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_ID || 0x806122af || block_id assertion error
|-
| CELL_ADEC_ERROR_ATX_ASSERT_CHANNELS || 0x806122b0 || a number of channels per block assertion error
|-
| CELL_ADEC_ERROR_ATX_UNINIT_BLOCK_SPECIFIED || 0x806122b1 || uninitialized block specified
|-
| CELL_ADEC_ERROR_ATX_POSCFG_PRESENT || 0x806122b2 ||  "position_config_data" presents(currently fatal error)
|-
| CELL_ADEC_ERROR_ATX_BUFFER_OVERFLOW || 0x806122b3 || buffer overflow
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_TYPE_ID || 0x806122b4 || illegal "block_type_id" detected
|-
| CELL_ADEC_ERROR_ATX_UNPACK_CHANNEL_BLK_FAILED || 0x806122b5 || unpack_channel_block() failed
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_1 || 0x806122b6 || illegal "block_id" used (more audio_channel_block)
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_2 || 0x806122b7 || illegal "block_id" used (less audio_channel_block)
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_ENC_SETTING || 0x806122b8 || illegal encoder setting(init_atrac5_encode())
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_DEC_SETTING || 0x806122b9 || illegal decoder setting(init_atrac5_decode())
|-
| CELL_ADEC_ERROR_ATX_ASSERT_NSAMPLES || 0x806122ba || a number of input PCM samples assertion error
|-
| CELL_ADEC_ERROR_ATX_ILL_SYNCWORD || 0x806122bb || illegal syncword used
|-
| CELL_ADEC_ERROR_ATX_ILL_SAMPLING_FREQ || 0x806122bc || illegal sampling_frequeny_index @ config_data()
|-
| CELL_ADEC_ERROR_ATX_ILL_CH_CONFIG_INDEX || 0x806122bd || illegal channel_config_index@ config_data()
|-
| CELL_ADEC_ERROR_ATX_RAW_DATA_FRAME_SIZE_OVER || 0x806122be || size of raw_data_frame > frame_length
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_ENHANCE_LENGTH_OVER || 0x806122bf || enhance_length {0,2046} range error
|-
| CELL_ADEC_ERROR_ATX_SPU_INTERNAL_FAIL || 0x806122c8 || spu-processing failed
|-
|}
 
== M4AAC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_M4AAC_FATAL || 0x80612401 ||
|-
| CELL_ADEC_ERROR_M4AAC_SEQ || 0x80612402 ||
|-
| CELL_ADEC_ERROR_M4AAC_ARG || 0x80612403 ||
|-
| CELL_ADEC_ERROR_M4AAC_BUSY || 0x80612404 ||
|-
| CELL_ADEC_ERROR_M4AAC_EMPTY || 0x80612405 ||
|-
| CELL_ADEC_ERROR_M4AAC_BUFFER_OVERFLOW || 0x80612406 ||
|-
| CELL_ADEC_ERROR_M4AAC_END_OF_BITSTREAM || 0x80612407 ||
|-
| CELL_ADEC_ERROR_M4AAC_CH_CONFIG_INCONSISTENCY || 0x80612410 ||
|-
| CELL_ADEC_ERROR_M4AAC_NO_CH_DEFAULT_POS || 0x80612411 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_CH_POS || 0x80612412 ||
|-
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_COUPLING_CH || 0x80612413 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_LAYER_ID || 0x80612414 ||
|-
| CELL_ADEC_ERROR_M4AAC_ADTS_SYNCWORD_ERROR || 0x80612415 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ADTS_ID || 0x80612416 ||
|-
| CELL_ADEC_ERROR_M4AAC_CH_CHANGED || 0x80612417 ||
|-
| CELL_ADEC_ERROR_M4AAC_SAMPLING_FREQ_CHANGED || 0x80612418 ||
|-
| CELL_ADEC_ERROR_M4AAC_WRONG_SBR_CH || 0x80612419 ||
|-
| CELL_ADEC_ERROR_M4AAC_WRONG_SCALE_FACTOR || 0x8061241a ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_BOOKS || 0x8061241b ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_SECTION_DATA || 0x8061241c ||
|-
| CELL_ADEC_ERROR_M4AAC_PULSE_IS_NOT_LONG || 0x8061241d ||
|-
| CELL_ADEC_ERROR_M4AAC_GC_IS_NOT_SUPPORTED || 0x8061241e ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ELEMENT_ID || 0x8061241f ||
|-
| CELL_ADEC_ERROR_M4AAC_NO_CH_CONFIG || 0x80612420 ||
|-
| CELL_ADEC_ERROR_M4AAC_UNEXPECTED_OVERLAP_CRC || 0x80612421 ||
|-
| CELL_ADEC_ERROR_M4AAC_CRC_BUFFER_EXCEEDED || 0x80612422 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_CRC || 0x80612423 ||
|-
| CELL_ADEC_ERROR_M4AAC_BAD_WINDOW_CODE || 0x80612424 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ADIF_HEADER_ID || 0x80612425 ||
|-
| CELL_ADEC_ERROR_M4AAC_NOT_SUPPORTED_PROFILE || 0x80612426 ||
|-
| CELL_ADEC_ERROR_M4AAC_PROG_NUMBER_NOT_FOUND || 0x80612427 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_SAMP_RATE_INDEX || 0x80612428 ||
|-
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_CH_CONFIG || 0x80612429 ||
|-
| CELL_ADEC_ERROR_M4AAC_PULSE_OVERFLOWED || 0x8061242a ||
|-
| CELL_ADEC_ERROR_M4AAC_CAN_NOT_UNPACK_INDEX || 0x8061242b ||
|-
| CELL_ADEC_ERROR_M4AAC_DEINTERLEAVE_FAILED || 0x8061242c ||
|-
| CELL_ADEC_ERROR_M4AAC_CALC_BAND_OFFSET_FAILED || 0x8061242d ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_SCALE_FACTOR_FAILED || 0x8061242e ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_CC_GAIN_FAILED || 0x8061242f ||
|-
| CELL_ADEC_ERROR_M4AAC_MIX_COUPLING_CH_FAILED || 0x80612430 ||
|-
| CELL_ADEC_ERROR_M4AAC_GROUP_IS_INVALID || 0x80612431 ||
|-
| CELL_ADEC_ERROR_M4AAC_PREDICT_FAILED || 0x80612432 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_PREDICT_RESET_PATTERN || 0x80612433 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_TNS_FRAME_INFO || 0x80612434 ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_MASK_FAILED || 0x80612435 ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_GROUP_FAILED || 0x80612436 ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_LPFLAG_FAILED || 0x80612437 ||
|-
| CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED || 0x80612438 ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED || 0x80612439 ||
|-
| CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED || 0x8061243a ||
|-
| CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243b ||
|-
| CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243c ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW || 0x80612480 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH || 0x80612481 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PROGRAM || 0x80612482 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_TAG || 0x80612483 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_CHN_CONFIG || 0x80612484 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SECTION || 0x80612485 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SCFACTORS || 0x80612486 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PULSE_DATA || 0x80612487 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_MAIN_PROFILE_NOT_IMPLEMENTED || 0x80612488 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_GC_NOT_IMPLEMENTED || 0x80612489 ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PLUS_ELE_ID || 0x8061248a ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_CREATE_ERROR || 0x8061248b ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_NOT_INITIALIZED || 0x8061248c ||
|-
| CELL_ADEC_ERROR_M4AAC_SBR_INVALID_ENVELOPE || 0x8061248d ||
|-
|}
 
== AC3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_AC3_BUSY || 0x80612500 ||
|-
| CELL_ADEC_ERROR_AC3_EMPTY || 0x80612501 ||
|-
| CELL_ADEC_ERROR_AC3_PARAM || 0x80612502 ||
|-
| CELL_ADEC_ERROR_AC3_FRAME || 0x80612503 ||
|-
|}
 
== MP3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_MP3_OK || 0x80612700 ||
|-
| CELL_ADEC_ERROR_MP3_BUSY || 0x80612764 ||
|-
| CELL_ADEC_ERROR_MP3_EMPTY || 0x80612765 ||
|-
| CELL_ADEC_ERROR_MP3_ERROR || 0x80612781 ||
|-
| CELL_ADEC_ERROR_MP3_LOST_SYNC || 0x80612782 ||
|-
| CELL_ADEC_ERROR_MP3_NOT_L3 || 0x80612783 ||
|-
| CELL_ADEC_ERROR_MP3_BAD_BITRATE || 0x80612784 ||
|-
| CELL_ADEC_ERROR_MP3_BAD_SFREQ || 0x80612785 ||
|-
| CELL_ADEC_ERROR_MP3_BAD_EMPHASIS || 0x80612786 ||
|-
| CELL_ADEC_ERROR_MP3_BAD_BLKTYPE || 0x80612787 ||
|-
| CELL_ADEC_ERROR_MP3_BAD_VERSION || 0x8061278c ||
|-
| CELL_ADEC_ERROR_MP3_BAD_MODE || 0x8061278d ||
|-
| CELL_ADEC_ERROR_MP3_BAD_MODE_EXT || 0x8061278e ||
|-
| CELL_ADEC_ERROR_MP3_HUFFMAN_NUM || 0x80612796 ||
|-
| CELL_ADEC_ERROR_MP3_HUFFMAN_CASE_ID || 0x80612797 ||
|-
| CELL_ADEC_ERROR_MP3_SCALEFAC_COMPRESS || 0x80612798 ||
|-
| CELL_ADEC_ERROR_MP3_HGETBIT || 0x80612799 ||
|-
| CELL_ADEC_ERROR_MP3_FLOATING_EXCEPTION || 0x8061279a ||
|-
| CELL_ADEC_ERROR_MP3_ARRAY_OVERFLOW || 0x8061279b ||
|-
| CELL_ADEC_ERROR_MP3_STEREO_PROCESSING || 0x8061279c ||
|-
| CELL_ADEC_ERROR_MP3_JS_BOUND || 0x8061279d ||
|-
| CELL_ADEC_ERROR_MP3_PCMOUT || 0x8061279e ||
|-
|}
 
== M2BC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_M2BC_FATAL || 0x80612b01 ||
|-
| CELL_ADEC_ERROR_M2BC_SEQ || 0x80612b02 ||
|-
| CELL_ADEC_ERROR_M2BC_ARG || 0x80612b03 ||
|-
| CELL_ADEC_ERROR_M2BC_BUSY || 0x80612b04 ||
|-
| CELL_ADEC_ERROR_M2BC_EMPTY || 0x80612b05 ||
|-
| CELL_ADEC_ERROR_M2BC_SYNCF || 0x80612b11 ||
|-
| CELL_ADEC_ERROR_M2BC_LAYER || 0x80612b12 ||
|-
| CELL_ADEC_ERROR_M2BC_BITRATE || 0x80612b13 ||
|-
| CELL_ADEC_ERROR_M2BC_SAMPLEFREQ || 0x80612b14 ||
|-
| CELL_ADEC_ERROR_M2BC_VERSION || 0x80612b15 ||
|-
| CELL_ADEC_ERROR_M2BC_MODE_EXT || 0x80612b16 ||
|-
| CELL_ADEC_ERROR_M2BC_UNSUPPORT || 0x80612b17 ||
|-
| CELL_ADEC_ERROR_M2BC_OPENBS_EX || 0x80612b21 ||
|-
| CELL_ADEC_ERROR_M2BC_SYNCF_EX || 0x80612b22 ||
|-
| CELL_ADEC_ERROR_M2BC_CRCGET_EX || 0x80612b23 ||
|-
| CELL_ADEC_ERROR_M2BC_CRC_EX || 0x80612b24 ||
|-
| CELL_ADEC_ERROR_M2BC_CRCGET || 0x80612b31 ||
|-
| CELL_ADEC_ERROR_M2BC_CRC || 0x80612b32 ||
|-
| CELL_ADEC_ERROR_M2BC_BITALLOC || 0x80612b33 ||
|-
| CELL_ADEC_ERROR_M2BC_SCALE || 0x80612b34 ||
|-
| CELL_ADEC_ERROR_M2BC_SAMPLE || 0x80612b35 ||
|-
| CELL_ADEC_ERROR_M2BC_OPENBS || 0x80612b36 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_CRCGET || 0x80612b41 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_CRC || 0x80612b42 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_BITALLOC || 0x80612b43 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_SCALE || 0x80612b44 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_SAMPLE || 0x80612b45 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_HEADER || 0x80612b46 ||
|-
| CELL_ADEC_ERROR_M2BC_MC_STATUS || 0x80612b47 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_CCRCGET || 0x80612b51 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_CRC || 0x80612b52 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_BITALLOC || 0x80612b53 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_SCALE || 0x80612b54 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_SAMPLE || 0x80612b55 ||
|-
| CELL_ADEC_ERROR_M2BC_AG_STATUS || 0x80612b57 ||
|-
|}
 
== CELP errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_CELP_BUSY || 0x80612e01 ||
|-
| CELL_ADEC_ERROR_CELP_EMPTY || 0x80612e02 ||
|-
| CELL_ADEC_ERROR_CELP_ARG || 0x80612e03 ||
|-
| CELL_ADEC_ERROR_CELP_SEQ || 0x80612e04 ||
|-
| CELL_ADEC_ERROR_CELP_CORE_FATAL || 0x80612e81 ||
|-
| CELL_ADEC_ERROR_CELP_CORE_ARG || 0x80612e82 ||
|-
| CELL_ADEC_ERROR_CELP_CORE_SEQ || 0x80612e83 ||
|-
|}
 
== CELP8 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_ADEC_ERROR_CELP8_BUSY || 0x80612ea1 ||
|-
| CELL_ADEC_ERROR_CELP8_EMPTY || 0x80612ea2 ||
|-
| CELL_ADEC_ERROR_CELP8_ARG || 0x80612ea3 ||
|-
| CELL_ADEC_ERROR_CELP8_SEQ || 0x80612ea4 ||
|-
| CELL_ADEC_ERROR_CELP8_CORE_FATAL || 0x80612eb1 ||
|-
| CELL_ADEC_ERROR_CELP8_CORE_ARG || 0x80612eb2 ||
|-
| CELL_ADEC_ERROR_CELP8_CORE_SEQ || 0x80612eb3 ||
|-
|}
 
== CELPENC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_CELPENC_ERROR_FAILED || 0x80614001 ||
|-
| CELL_CELPENC_ERROR_SEQ || 0x80614002 ||
|-
| CELL_CELPENC_ERROR_ARG || 0x80614003 ||
|-
| CELL_CELPENC_ERROR_CORE_FAILED || 0x80614081 ||
|-
| CELL_CELPENC_ERROR_CORE_SEQ || 0x80614082 ||
|-
| CELL_CELPENC_ERROR_CORE_ARG || 0x80614083 ||
|-
|}
 
== CELP8ENC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_CELP8ENC_ERROR_FAILED || 0x806140a1 ||
|-
| CELL_CELP8ENC_ERROR_SEQ || 0x806140a2 ||
|-
| CELL_CELP8ENC_ERROR_ARG || 0x806140a3 ||
|-
| CELL_CELP8ENC_ERROR_CORE_FAILED || 0x806140b1 ||
|-
| CELL_CELP8ENC_ERROR_CORE_SEQ || 0x806140b2 ||
|-
| CELL_CELP8ENC_ERROR_CORE_ARG || 0x806140b3 ||
|-
|}
 
== Console errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_CONSOLE_ERROR_BASE || 0xFFFFFFF0 ||
|-
|  || 0xFFFFFFFB || "An error occurred during the copy operation." When trying to copy an modify memory save (PS1, .PSV) with only option to create New Internal Memory Card (other path are not displayed).
|-
| CELL_CONSOLE_IO_ERROR || 0xFFFFFFFC ||
|-
| CELL_CONSOLE_ENOMEM || 0xFFFFFFFD ||
|-
| CELL_CONSOLE_EINVAL || 0xFFFFFFFE || "An error occurred during the delete operation." In this case, attempting (error display but deleted) to delete from XMB an already deleted (from FTP)virtual memory card. other message: see 0x81010002.
|-
| CELL_CONSOLE_NOT_INITIALIZED || 0xFFFFFFFF ||
|-
|}
 
== Other errors (not specified above) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
!colspan="3" | other errors
|-
|  PS3 install error || 0x80010048 || Internal memory error
|-
|  || 0x80010098 ||
|-
|  || 0x80010500 || Bad Packet ID
|-
| unspecified trophy error || 0x80010505 || Trophy error caused by "Allow access to all SS services (Needed for ps3dm-utils)" patch / Access Violation / Caused by attempting to read eeprom with only root flags
|-
|  || 0x80010506 || No Entry
|-
|  || 0x80010509 || Backup/Restore decryption and/or verification error / Invalid Parameter
|-
|  || 0x8001050B || Will not play demo hard drive games, (when blue-ray disc is inserted) - cause unknown
|-
|  || 0x8001050D || An error during the start operation; PS3 game swapped using the eject function and then play pressed quickly - PS3 game inserted again
|-
| Call Limit Exceeded || 0x8001050F || Hardware failure. Cannot update firmware or connect to internet.<br />You can get this on the date "29.02.2010" with firmwares containing the leapyear error
|-
|  || 0x80010510 || Will not play games installed on the hard drive
|-
| Database problem || 0x80010513 || System database corrupted or problem with internal flash memory
|-
| Issue reading discs || 0x80010514 || RSOD - Reading blu-ray disc problem // msg_errorcode_solution_check_other_bd msg_errorcode_solution_check_disc_clean
msg_errorcode_if_no_solution_ask_ic_with_errorcode / drm marlin - authorization / act.dat fetch fail
ERROR!! VersionFile::Get() (exdata/ver.txt,index.dat failures) "release" missmatch / OnActivatePageInitSetting failure / avatar userthumbnail.png failure / vtrm retrieve + store (root hsec+root hash doesnt match with syscon's one)
|-
|  || 0x80010516 || An error occurred during the start operation; PS1 game swapped using the eject function and then play pressed quickly - PS1 game inserted again
|-
| Clock error || 0x80010519 || The firmware time is incorrect, update via internet to set it. If this keeps happening try changing the CMOS cell, if that doesn't work your firmware is probably corrupted.
|-
| Saved data was corrupt || 0x8001051B ||
|-
|  || 0x8001051C || "The data is corrupted."
|-
| Time error || 0x80010601 || Time/Date has not been set
|-
| Connection error || 0x80022A07 || Cannot connect to server. Server overloaded?
|-
| Incorrect trophy data || 0x80022D00 || "Error in sync operation."
|-
| Incorrect trophy data || 0x80022D05 ||
|-
| Cannot sync trophies or register trophy data || 0x80022D11 || "Registration of the trophy information could not be completed. The game will quit (80022D11)". Delete SEN user and create a new one
|-
| Incorrect trophy data || 0x80022D1A ||
|-
| Trophy installation erased from hdd but indexed in "XMB database" || 0x80022D1E || "Registration of the trophy information could not be completed. The game will quit (80022D1E)". After error 0x80022D74 and after erasing the trophy folder manually, in the next boot the game tries to install trophies but the error appears (at this point "XMB database" is updated and the indexed copy of the installation is deleted), after this if trying to boot the game again the trophy installation is completed and the game works normally
|-
| Unable to sync trophy data || 0x80022D27 || Trophy server is down
|-
| Trophy installation not updateable || 0x80022D55 || "Registration of the trophy information could not be completed. The game will quit (80022D55)". Erase old trophy installation, rebuild database, and install new trophy version
|-
| Not signed into the PSN || 0x80022D64 ||
|-
| Trophy update installer missing || 0x80022D74 || "Registration of the trophy information could not be completed. The game will quit (80022D74)".
|-
| Unable to connect online || 0x80022D7C ||
|-
| Trophy Data is corrupted || 0x80022D86 || "Registration of the trophy information could not be completed. The game will quit (80022D86)" : Enter Safe Mode and select "Restore File system." / If you still have the issue, delete the User and re-create the User. Then sync the trophy data by logging in to your Sony Entertainment Network account, then go to [Trophy Collection] under (Games). / If error persist, replace harddrive. // can also be generated by setting wrong (old) date/time.
|-
| cVTRM error || 0x80022D90 || Bad cVTRM region in flash
|-
| Issue connecting to server || 0x80022F0A ||
|-
| DRM error || 0x80022F12 ||
|-
| Unable to connect online || 0x80022F16 || Possible congestion in internet service, try connecting later
|-
| Video license issue || 0x80022F2C ||
|-
| Issue connecting to server || 0x80022F2E ||
|-
| Content not detected || 0x80022F50 || Disc was ejected while game was updating
|-
| Unable to download PSN game || 0x80023300 || Internet service issues or corrupted data
|-
|  || 0x80023320 || "An error occurred during the download operation. (80023320)" (with external device selected as destination for storage).
|-
| DRM error || 0x80023507 ||
|-
| Video activation failed || 0x80023691 || Download failed due to activation error
|-
| PSN download error || 0x800236CC || If renting a video, too many videos on console; if purchasing the video, too many videos on hard drive
|-
| PSS access error || 0x8002400C || PSS down or having connection issues
|-
| Data transfer issue || 0x80024611 || Ethernet cable damaged or connected incorrectly
|-
| Partition error || 0x80028347 || There is no partition for installing another system on the harddisk (when selecting Install OtherOS from XMB on 1.02 or higher). Solution: make sure there is a partition with Harddisk Format Utility from XMB.
|-
| Removable storage media may be damaged || 0x800283EB || Check storage media for damage and replace it if this is the case. Try a different storage media to determine if there is damage to the USB slot. If there is damage, send console in for repairs.
|-
| Back-up data is corrupted || 0x800283F0 ||
|-
| Cannot find content || 0x80028510 || Content does not exist
|-
| File data error || 0x8002888C || File data may be corrupted
|-
| Message could not be sent to some players || 0x80028903 || Can be caused by too much data; try sending message individually to users instead.
|-
| Message could not be sent to some players || 0x80028907 || Can be caused by too much data; try sending message individually to users instead. Some of the Online ID's receiving the message may be incorrect.
|-
| Trying to play a game without an invite || 0x80028909 ||
|-
| Online ID already on block list || 0x8002890E || Incorrect Online ID
|-
| Cannot add yourself to block list || 0x8002890F || Incorrect Online ID
|-
| Cannot send another friend request || 0x80028913 || Incorrect Online ID; delete current request before sending another
|-
| Not signed into PSN || 0x80028917 || Sign in on XMB, then try again
|-
| Not enough free space to send message || 0x80028918 || Free up space (back up files as needed), then try sending the message again
|-
|  || 0x8002892B || Comes up when opening game invite or sending message
|-
| Cannot add yourself to block list || 0x80028A05 || You cannot add yourself to your own block list
|-
| Online ID already on block list || 0x80028A06 || Incorrect Online ID
|-
| Cannot add a friend to your block list || 0x80028A07 || Remove that person from your friend list, then add the person to your block list
|-
| Reached maximum number of people on block list || 0x80028A09 || Remove an account from your block list to add another
|-
| DNS error || 0x8002A0F ||
|-
| Not enough space on PS3 hard drive || 0x80028A11 || Free up space on hard drive, then try again
|-
| Block list error || 0x80028A12 ||
|-
| Unable to connect to network || 0x80028ED4 || Incorrect internet settings or connecting to an incorrect DNS or proxy server
|-
| Issue connecting to patch server || 0x80028ED6 || Patch server may be down; also comes up when the game cannot determine if it needs to be updated
|-
| Restore error || 0x800283F0 || "The restore operation could not be completed. The system will restart. (800283F0)" // solutions: ¨I have just found that this appears to have been due to my PSP being registered to my PS3.  Unregistered it, completed a backup, swapped in the new formatted HDD, restore completed successfully.¨ / "My protected saves did not copy over from a full restore from my back-up. Before I did my back-up I copied my protected saves over to PS+ cloud as this allows for locked/protected saves to be copied."
|-
|  || 0x80028F08 || "An error occurred during the start operation. (80028F08)", when related to PARAM.SFO (with unsupported or corrupted Data ICON), can be resolved (not every time) by pressing triangle one time and launch the game from start or back from the ICON. When related to eboot.bin, combined with error 80010006 / 80010009 / 80010017, check the path for this type of eboot.
|-
| Issue with video output setting || 0x80028F10 || "You cannot play this game at the current video output setting (80028F10)"
This occurs because the game you are trying to play will only work at 16:9 resolution, and your PS3 is set for 4:3 resolution. 2 solutions: <br />1) Go to Display Settings then HDMI (or whatever your connection is) and choose Automatic; -or- <br />2) Go to Display Settings and under select Video Display Output: select Composite or S-Video, whichever type of connection you use. Then choose 16:9 Resolution.
|-
|  || 0x80028F14 || "An error occurred during the start operation (80028f14)", mostly caused by bad laser / user trying to  directboot via app_home instead of mounting first / old/ancient payload / with malformed PARAM.SFO (unsupported or corrupted data ICON).
|-
|  PS2 mode error || 0x80028F17 || "An error occurred during the start operation (80028F17)," PlayStation 2 disc Boot Error, also happen with PS1 PSN games (either due to customed SFO or eboot.pbp<!--// will try to remember and reproduce to determinate if SFO or Eboot.pbp was the problem //-->).
|-
|  || 0x80028F18 || PS2 Disc Error, unsupported disc; eg. Utility discs, BB discs, IQ Remix game etc. ode).
|-
|  || 0x80028F19 || PS2 Disc Error, fsck; the internal PS2 disk got corrupted and I guess that you can use HDD utility disc to fix it
|-
|  || 0x80028F1A || PS2 Disc Error, invalbnnetcfg; network config error
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F17 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x81
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F18 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x82
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F19 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x83
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1A || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x84
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1B || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x85
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1C || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x86
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1D || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x87
|-
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1E || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x88
|-
|  || 0x80028F22 || "An error occurred during the start operation" e.g.: Starting from BD emu (not from app_home) a game without PARAM.SFO, malformed /combined ATTRIBUTE flags.
|-
|  || 0x80029012 || Network error // Temporary congestion in service
|-
|  || 0x80029020 || Connection timed out // If using Wi-Fi, console not getting a signal from router.
|-
|  || 0x80029023 || Exchanging Key Information exchange has timed out
|-
|  || 0x80029024 || "The attempt to obtain an IP address has timed out". // Check internet connection.
|-
|  || 0x800290A1 || Unable to connect to network // Power-cycle router and console; if problems continue, may be a router issue
|-
| Game data is corrupted || 0x80029105 || Go into Safe Mode and select "Rebuild Database".
|-
| Unable to write data to storage media || 0x80029135 || Try transferring data from a computer to make sure data can be written to it; if this can't be done, device may be bad.
|-
| Game data is corrupted || 0x80029207 || Delete corrupt data; if this can't be done then go into Safe Mode and select "Restore File System". If issues continue try reformatting the hard drive (restore PS3 system).
|-
|  || 0x80029208 || Error loading user profile after update [http://www.ps3hax.net/showthread.php?t=69457]
|-
| Game data is corrupted || 0x80029209 ||
|-
| Game data is corrupted || 0x8002920A ||
|-
| Game data is corrupted || 0x8002920D ||
|-
|  || 0x80029301 || "An error occurred during the delete operation" (attempting to delete some ps2 homebrew from virtual mem card)
|-
|  || 0x80029303 || "An error occurred during the copy operation." (attempting to copy PS1 save data with header malformed(.PSV) to internal memory card)
|-
|  || 0x80029901 || "To play this BD, you must renew the encryption key. Perform a system software update to renew the encryption key."
|-
|  || 0x80029902 || Playback of BDs is prohibited on this system.
|-
| Issue playing disc || 0x80029903 || "This is an invalid disc (80029903)" // The disc may be dirty or scratched, try cleaning it
|-
|  || 0x80029904 || "To play this BD, you must renew the encryption key. Perform a system software update to renew the encryption key."
|-
|  || 0x80029905 || "This is an invalid disc (80029905)"
|-
| Can't read copyright protection on a Blu-ray disc || 0x80029906 || Can’t playback burn BD movie, missing PS3_VPRM.
|-
|  || 0x80029907 || "This video cannot be played (80029907)" // Playback of BDs is prohibited on this system.
|-
|  || 0x8002990C || The data type is not supported.
|-
|  || 0x8002990D || This video cannot be played.
|-
|  || 0x8002990E || Playback of this disc using the connected device is prohibited.
|-
|  || 0x8002990F || Playback of BDs is prohibited on this system.
|-
|  || 0x80029910 || Playback of this disc using the connected device is prohibited.
|-
|  || 0x80029911 || Playback of this disc using the connected device is prohibited.
|-
|  || 0x80029912 || This is an invalid disc.
|-
|  || 0x80029920 || This video cannot be played.
|-
|  || 0x80029921 || This video cannot be played.
|-
|  || 0x80029922 || This disc cannot be played. The region code is not correct.
|-
|  || 0x80029923 || "This video cannot be played."
|-
|  || 0x80029925 || "This video cannot be played."
|-
|  || 0x80029930 || "This video cannot be played."
|-
|  || 0x80029931 || "An error has occurred."
|-
|  || 0x80029932 || "This video cannot be played."
|-
| Can't read a disc || 0x80029940 || Disc is dirty/scratched or damaged. (Disable the Super-White settings)
|-
| Issue playing disc || 0x80029941 || The PS3 could not read the disc or the disc is not supported.
|-
|  || 0x80029942 || Video in the PAL broadcast standard is not supported.
|-
|  || 0x80029943 || Video in the NTSC broadcast standard is not supported.
|-
|  || 0x80029944 || "This disc cannot be played." // The region code is not correct.
|-
| Unable to play Blu-ray Disc || 0x80029945 || Can’t playback burn BD movie
|-
| Issue playing disc || 0x80029946 || Attempting to play burnt Dual layer NTSC disc on a PAL ps3 (workaround is to transfer files to ps3 via TVersity)
|-
|  || 0x80029947 || "An error has occurred."
|-
|  || 0x80029948 || "This content cannot be played." // There is not enough free space on the system storage
|-
|  || 0x80029949 || "This video cannot be played."
|-
|  || 0x8002994A || "Playback stopped. The content being played is protected by Cinavia™ and is not authorized for playback on this device. For more information, see http://www.cinavia.com. Message Code 1." // Audio track contains a Cinavia code meant for professional equipment only
|-
|  || 0x80029950 || "This video cannot be played."
|-
|  Issue writing to the hard drive || 0x8002995C || Hard drive may be corrupted or it is bad.
|-
|  || 0x80029962 || "This video cannot be played."
|-
|  Issue reading Blu-Ray disc? || 0x8002996E ||
|-
|  || 0x8002997B ||
|-
|  || 0x8002997D ||
|-
|  Issue reading Blu-Ray disc || 0x8002997F ||
|-
|  Issue reading Blu-Ray disc || 0x80029986 ||
|-
|  Issue reading Blu-Ray disc? || 0x80029988 ||
|-
|  || 0x800299A0 || "This video cannot be played". (Solution: Update AACS keys/Firmware)
|-
|  Unable to read the disc || 0x800299A1 || Disc may not be supported by PS3
|-
|  || 0x800299AA || "This video cannot be played (800299AA)".
|-
|  Blu-Ray disc drive error || 0x800299AE || "This video cannot be played (800299AE)". // Blu-Ray disc may be damaged or the Blu-Ray laser is bad
|-
|  || 0x800299E1 || "An error has occurred".
|-
|  || 0x800299E2 || "An error has occurred".
|-
|  || 0x800299E3 || "This video cannot be played".
|-
|  DRL error || 0x800299D2 || BD Player process startup failed. (BD/DVD/AVCHD MKB mismatch DRL error<!--//http://www.ps3devwiki.com/index.php?title=Downgrade_BluRay_Playback_Issue//--> (or trying to watch BD/DVD/AVCH on converted CEX&gt;DEX))
|-
| System update error || 0x80029C78 || Issue installing update
|-
| || 0x80029C7F || "An error has occurred." while accessing Update via System Storage/Delete Update Data on System Storage (e.g. when System Storage folder contains PUP without version to check lowest applicable firmware version).
|-
| || 0x80029CAA || Error occurred while checking update data. // Mostly caused by TargetID mismatch between EID and Firmware wanting to install - e.g. DEX or Rebug DEX kernel and installing a CEX firmware.
|-
| || 0x80029CCA || Error occurred while checking update data.
|-
| || 0x8002AE04 || Error occurred due the content ID in the XML is not the same as the pkg in the download link.
|-
|  Account already associated with another user || 0x8002AE05 || SEN account is already linked to another user, try logging in through that user instead.
|-
|  PSN sign-in error || 0x8002AE06 || Login failed due to out-of-date software
|-
| Online connection not established || 0x8002AE16 || Temporary congestion in internet service or issue with internet connection
|-
| Online connection timed out || 0x8002AE17 || Temporary congestion in internet service or issue with internet connection
|-
| Game application update failed || 0x8002AE22 || Download the update again; if problems continue, possibly an issue with the file itself
|-
| Issue connecting to PSN || 0x8002AEID ||
|-
|  DVI has no audio || 0x8002B241 || Hook up audio via SCART connection or digital cable
|-
|  || 0x8002B401 || Error when creating savedata. ("source" savedata files inside the game are not valid, e.g: PS3_GAME/USRDIR/CONTENT/SAVEDATA/PIC1.PNG with wrong size).
|-
| || 0X8002B603 || Corrupted system file
|-
|  || 0x8002B71A || Possible NAT Error, Can log onto Game Server but can’t join game and can’t host game
|-
! colspan="3" id="0x8002f..._-_PUP_.2F_Update_errors" | [[#0x8002f...  - PUP / Update errors]]
|-
| Update success || 0x8002F000 || Not an error: Success installing/downgrading in service mode. "manufacturing updating SUCCESS(0x8002f000)"
|-
| Update error || 0x8002F002 || [http://www.pastie.org/3724383 Update VSH Package done(0x8002f002) / Updating or Verifying failure 0x8002f002 / manufacturing updating FAILURE(0x8002f002)] // Possibly bad firmware PUP, bad USB stick or harddrive going bad in PS3. Check PUP, try other stick and replace harddrive.
|-
| Update error || 0x8002F020 || Update file corrupted
|-
| Update error || 0x8002F02B || Update file corrupted
|-
| Update error || 0x8002F02D || Update file corrupted
|-
| Update error || 0x8002F048 || Error with installing Firmware update in service mode: "start Updating Proccess. UpMng.UpdatePackage() failure. manufacturing updating FAILURE(0x8002f048)" // Check if PUP to install is in root of stick and named PS3UPDAT.PUP
|-
| Update error || 0x8002F057 || Error with installing Firmware update in service mode: "Bul-ray Disc Player Revoke done(0x8002f057). Updating or Verifying failure 0x8002f057. UpMng.UpdatePackage() failure. manufacturing updating FAILURE(0x8002f057)" // caused by downgrading and using [http://pastebin.com/j97SpE2J normal lv2_diag.self] and not a noBD firmware (using the [http://pastebin.com/9tTfAs2J jaicrab lv2_diag.self] as workaround will cause one ROS to be empty and can result in RLOD/GLOD/RSOD).
|-
| Update error || 0x8002F087 || Error with installing Firmware update in service mode: "Update VSH Package done(0x8002f087),
Updating or Verifying failure 0x8002f087, UpMng.UpdatePackage() failure, manufacturing updating FAILURE(0x8002f087)" // can be caused by bad vsh, broken harddrive or wrong spoofing.
|-
| Update error || 0x8002F0C1 || "An error occurred during the update operation. (8002F0C1)" -> Download error. Manual download the update with PC, put on /PS3/UPDATE/PS3UPDAT.PUP and install in recovery instead.
|-
| Update error || 0x8002F0E0 || Error with installing Firmware update. Harddrive is not found or disconnected.
|-
| Update error || 0x8002F107 || [http://www.pastie.org/3724398 Update VSH Package done(0x8002f107) / Updating or Verifying failure 0x8002f107 / manufacturing updating FAILURE(0x8002f107)] // Possibly bad firmware PUP, bad USB stick or harddrive going bad in PS3. Check PUP, try other stick and replace harddrive.
|-
| Update error || 0x8002F13E || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
| Update error || 0x8002F142 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
| Update error || 0x8002F147 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F149 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F14A || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
| Update error || 0x8002F14B || Error with installing Firmware update. Updating or Verifying failure of CoreOS on flash area (?bad flash blocks?) <!--//(stef:CECHK/DIA-002 Spansion S29GL128N90TFIR2 after successfull downgrade, tried to downgrade to 3.50 prepatched lv1-sysconhashes but errors out)//-->
|-
| Update error || 0x8002F14E || Error with installing Firmware update. (BD)Drive not found or disconnected. // or CoreOS region failure when in log "Update Core OS Package done(0x8002f14e)" or Revoke region failure when in log "Update Package Revoke list done(0x8002f14e)"
|-
| ?corrupt? || 0x8002F153 || firmware related error - can be generated by using the MinVerChk PUP in factory service mode (must NEVER do that!)
|-
| ?corrupt? || 0x8002F155 || solution: power down with power button remove the power cord for a few minutes then reboot (sony message:if this doesn't work contact sony)
|-
| ?corrupt? || 0x8002F156 || NAND Downgrade eror - [http://pastebin.com/sURmGqq3 UpMng.UpdatePackage() failure: manufacturing updating FAILURE(0x8002f156)]
|-
| ?corrupt? || 0x8002F157 || firmware related error / HDD Exchange error - 3.56-1st BUG.<!--//judges//--> Also happens when you try to Upgrade from 999 Downgrader to another Non-999 CFW. Go to OFW 3.55, then upgrade to the other CFW <!--//[email protected]>
|-
| ?corrupt? || 0x8002F15E || CoreOS firmware related error<!--//TiGra-Dri//-->
|-
| Update error || 0x8002F165 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Firmware data is corrupt || 0x8002F169 || Error when checking the firmware data (after unpacking)
|-
| Update error || 0x8002F174 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
| Update error || 0x8002F176 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F19D || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F1B0 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F1B3 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
| Update error || 0x8002F1C1 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first - DFU Start Firmware Update failed.
|-
| Update error || 0x8002F1C3 || DFU End Firmware Update failed.
|-
| Update error || 0x8002F1F0 || Bluetooth/WLAN error. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
| Update error || 0x8002F1F9 || Error with installing Firmware update. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
| Update error || 0x8002F220 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
| Update error || 0x8002F225 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
| Update error || 0x8002F22F || Issue with the PS3 hard drive
|-
|  || 0x8002F235 || Error with installing Firmware update. "Data Is Corrupted"
|-
| Update error || 0x8002F23F || Error with installing Firmware update. The PUP is not recognised as valid update. (with 3.56 minver console)
|-
| Update error || 0x8002F26A || Error with installing Firmware update. [http://www.ps3hax.net/showthread.php?t=36913 "A serious error has occurred"]
|-
| Update error || 0x8002F271 || Error with installing Firmware update. "An error occurred during the format operation."
|-
| Update error || 0x8002F281 || Error with installing Firmware update. Check the connection of the Wifi/BT board.
|-
| Issue with the PS3 harddrive. || 0x8002F281 || Issue with the PS3 harddrive. Reboot system and use Recovery Menu options. If error persist, Format the hd on a pc, reinsert it to the ps3, install update (normal/recovery mode), format hd on install. If still not fixed: exchange harddrive.<br />Note: This error also comes up when trying to install a 1.5TB HDD as internal HDD.
Plug it into the pc, then open command prompt.
 
'''1)''' Type "diskpart"
'''2)''' Type "list disk" - Get the disk number for the drive you are fixing.
'''3)''' Type "select disk 1" - If the disk is not #1, change this accordingly.
'''4)''' Type "clean"
'''5)''' Type "create partition primary"
'''6)''' Type "select partition 1"
'''7)''' Type "active"
'''8)''' Type "assign" - When it asks you to format, click cancel.
'''9)''' Type "exit"
'''9)''' Type "exit"
'''10)''' Reinsert into your ps3, and boot it into safe mode, it may take awhile to boot into safe mode.
'''11)''' Choose to update, it should ask you to format, do so then update.
<br />
Issue with flash. R/B control signal for NAND not connected (leg, track, or via for R/B brokens when attempting to solder a flasher on it)
 
|-
| Update error || 0x8002F282 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
| Update error || 0x8002F285 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
| Update error || 0x8002F2B5 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
| Update error || 0x8002F2BF || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
| Downgrade error || 0x8002F2C4 || Error when downgrading below applicable firmware version with QA-flag from Recovery Mode
|-
| Update error || 0x8002F2C5 || Error with installing Firmware update. The PUP is not recognised as valid update. (Can be generated by pulling the storage device with the PUP when it is still in checking stage. DANGEROUS!). Or when trying to install MinVerCheck.PUP inmediatly after an hdd replacement in PS3 models with a NOR flash
|-
| Update error || 0x8002F2CF || Issue with the Mass Storage Device when installing firmware, or PS3 hard drive
|-
| || 0x8002F2E0 || HDD Probe/Init failed. (No HDD attached)
|-
| || 0x8002F2E2 ||
|-
| || 0x8002F2E3 || HDD Search Regions failed. (encrypted HDD incompatible with the consoles) (Formating...)
|-
| || 0x8002F2E4 || The data is corrupted. (e.g. bad promo_flags.txt flag set)
|-
| || 0x8002F2E5 || PUP filepath error.
|-
| || 0x8002F2E6 || No applicable Data found.
|-
| Update error || 0x8002F2F0 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
| Update error || 0x8002F2F2 || Error with installing Firmware update. The PUP is not recognised as valid update
|-
| Update error || 0x8002F310 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
| Update error || 0x8002F311 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
| Update error || 0x8002F312 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
| Update error || 0x8002F313 || Error with installing Firmware update. Shows up in Service Mode log as 'Update Core OS Package done(0x8002f313)' possible caused by bad ROS
|-
| Update error || 0x8002F314 || Timed out during update
|-
| Update error || 0x8002F325 || Error with installing Firmware update. data corrupted
|-
| Update error || 0x8002F333 || Error with installing Firmware update. data corrupted // Issue with the internal harddrive.
|-
| Update error || 0x8002F334 || Error with installing Firmware update. data corrupted // Issue with the internal harddrive.
|-
| Update error || 0x8002F842 || Unable to update the PS3 (HD issue)
|-
| Update error || 0x8002F878 || System update issue (issue reading update file)
|-
| Update error || 0x8002F87C || Update file may be corrupted // Reboot console and try updating again; if the error occurs again, try updating a different way (e.g if updating via the console, try via a PC with a USB stick); if issues continue then restore file system and try updating again
|-
| Update error || 0x8002F88C || Unable to update (issue saving update to console memory)
|-
| Update error || 0x8002F953 || Error with installing Firmware update.
|-
| Update error || 0x8002F956 || Error with installing Firmware update. (bad harddrive?)
|-
| Update error || 0x8002F957 || Error with installing Firmware update. The data is corrupted (firmware in flash does not allow the MFW installation as it does not contain the needed patches)
|-
| Update error || 0x8002F976 || Error with installing Firmware update. data corrupted
|-
| Update error || 0x8002F95E || Error with installing Firmware update (when using Rogero 3.55 DEX DG v1 on DEX 4.20 system).
|-
|  || 0x8002F967 || Error when checking PUP version (e.g. when using manipulated PUP without version to check lowest applicable firmware version)
|-
|  || 0x8002F969 || Error when checking PUP version (Seen on DECR-1400)
|-
|  || 0x8002F96F || Error when downgrading DEX console with special PUP. To solve: reset console by holding power button until it beeps
|-
|  || 0x8002F994 || Too many people downloading the update (download it later on)
|-
| An error has occurred || 0x8002FB22 || Error can be generated with a malformed license.xml file in PS3UPDAT.PUP
|-
|  || 0x8002F21x ||  (Set Recovery Mode Flag On (cex/dex/decr)) / (Connecting Controller)
|-
|  || 0x8002F22x || (Connect Media containing FW equal or higher)
|-
|  || 0x8002F23x || (System Partition formating) / (Search Updater)
|-
|  || 0x8002F24x || (Formatting)
|-
|  || 0x8002F25x || hdd probing
|-
|  || 0x8002F26x || region searching
|-
|  || 0x8002F27x || preparing partitions
|-
|  || 0x8002F28x || Setup Updating Environment
|-
|  || 0x8002F29x ||
|-
|  || 0x8002F2Ax ||
|-
|  || 0x8002F2Bx || (Turning Off Recovery Mode Flag)
|-
|  || 0x8002F2Cx || Search Updater (Formating preparing Update)
|-
|  || 0x8002F2Dx || (Formatting - Preparing to Update)
|-
|  || 0x8002F2Ex || (Turning On/Off Recovery Mode Flag)
|-
! colspan="3" id="0x8001..._RSOD.2FBSOD_errors" | [[#0x8001... RSOD/BSOD errors]]
|-
|  || 0x80010514 || RSOD - VersionFile::Get() (index.dat failures)
|-
|  || 0x80028C03 || BSOD - NPXS01003, net if ctl fail (game updates,commerce, friend stuff ...)
|-
|  || 0x80028C10 || BSOD - xregistry
|-
|  || 0x80028C12 || BSOD - xregistry
|-
|  || 0x80030506 || BSOD - empty sce net ctl ptr's
|-
|  || 0x8003050F || BSOD - create_open_database 0x25 failure, xregistry empty file descriptor
|-
|  || 0x80030517 || BSOD
|-
|  || 0x80031150 || BSOD- "Setting information is corrupted. Press the X button to repair and restore default"
|-
|  || 0x8003116D || BSOD - xregistry font related
|-
|  || 0x80031175 || BSOD - xregistry
|-
|  || &lt;0x80031200 || BSOD + >0x80031700 = rsod - xregistry: atrac+wma activate/dtcp ip enable/hdmi failure/menu bdvd config/(list) chat config/word register(dictionary)/edit np environment+marlin+ad catalog version+ad server url+application type+adhoc ssid prefix+update server url+np title id+fake limit size+gameutil dirname debug/ failure of swreset.self execution/Device Config/back prev setting/Display (+Output) Config/First Config/music+sound config (+wizard)
|-
|  || &gt;0x80031700 || RSOD
|-
!colspan="3" | other errors
|-
|  || 0x80030001 || Deleting messages from inbox
|-
|  || 0x80030400 || Issue locating files // Rebuild database
|-
|  || 0x8003041C || Issue locating files on the PS3
|-
|  || 0x8003041F || An error occurred during the copy operation (using media server)
|-
|  || 0x80030517 || It seems to happen when you copy large media files.
|-
|  || 0x8003051E || Game will not save
|-
|  || 0x80030920 || An error occurred during the copy operation, the file may be corrupt or there isn't enough memory (Try copying data from original source)
|-
|  || 0x80031208 || Disc has not loaded properly
|-
|  || 0x80031601 || Error Creating Account // seems to occur when the user number doesn't match
|-
|  || 0x80031602 || Error Renaming Account
|-
|  || 0x80031603 || Error No Account name given
|-
|  || 0x80031606 || PSN login failed due to corrupted files
|-
| PAC_INVALID_CONTENTTYPE || 0x80040001 ||
|-
| PAC_INVALID_OPERATION || 0x80040002 ||
|-
| PAC_UNKNOWN_CONTENT_TYPE || 0x80040003 ||
|-
| PAC_UNKNOWN_CATEGORY_TYPE || 0x80040004 ||  
|-
|-
| PAC_UNKNOWN_PRODUCT_TYPE || 0x80040005 ||  
| PAC_UNKNOWN_PRODUCT_TYPE || 0x80040005 ||  
Line 10,553: Line 8,796:
|-
|-
| PAC_UNKNOWN_VOUCHER_TYPE || 0x80040007 ||  
| 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 ||  
| PAC_URL_LOADER_WEB_EXCEPTION || 0x80040010 ||  
|-
|-
|  || 0x8004D844 || Remote Play Connection error (cannot connect to PS3)
|  || 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 || 0x80110104 || "An error occured during the register operation. Try to register again." (when bluetooth device is disconnected during the register operation).
|-
|-
| bluetooth || 0x80110118 || "An error occurred during the register operation. Try to register again." (time expired probably)
| bluetooth || 0x80110106 || "An error occured during the register operation. Try to register again." (when trying register bluetooth device without pass key.
|-
|-
| || 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]]
| bluetooth || 0x80110108 || "An error occured during the register operation. Try to register again." (with wrong pass key)
|-
|-
| 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
| bluetooth || 0x80110113 || "An error occured during the register operation. Try to register again." (with wrong pass key)
|-
|-
| Issue with AOSS setting || 0x80130143 || Follow instructions for setting up AOSS equipment correctly; if on Wi-Fi, signal may be too weak
| bluetooth || 0x80110118 || "An error occured during the register operation. Try to register again." (time expired probably)
|-
|-
|  || 0x80130203 || PS3 connects to internet but not to network - Typically means that the required ports are not open to connect to store but PS3 can connect to internet.
|  || 0x80130203 || PS3 connects to internet but not to network - Typically means that the required ports are not open to connect to store but PS3 can connect to internet.
Line 10,600: Line 8,815:
|  || 0x8013030? || System Error due to failed update download
|  || 0x8013030? || System Error due to failed update download
|-
|-
| Unable to detect access point || 0x8013030F ||  
| || 0x8013030F || Access Point not detected
|-
| Unable to detect access point || 0x80130310 ||
|-
| Problem connecting to wireless router || 0x8013031A || Try connecting to the router again; if problems continue, power cycle the router and reboot the console, then try connecting again
|-
| Unable to connect to wireless router || 0x8013031B || Router and console settings don't match
|-
| DHCP communication error || 0x80130501 || Reboot console and connect again; make sure modem/router supports DHCP
|-
| No response from DHCP server || 0x80130502 || Reboot console and connect again; make sure modem/router supports DHCP
|-
| DHCP communication error || 0x80130503 || Reboot console and connect again; make sure modem/router supports DHCP
|-
| DHCP communication error || 0x80130505 || Reboot console and connect again; make sure modem/router supports DHCP
|-
| Unable to connect to wireless router || 0x80130804 || Reboot router and console and try connecting again; if issues continue, may be a connection issue
|-
|-
|  || 0x8041040F || Communication with the server failed. A DNS error has occurred.
|  || 0x8041040F || Communication with the server failed. A dsn error has occured.
|-
|-
|  || 0x80410418 || DNS Error
|  || 0x80410418 || DNS Error
|-
|-
|  || 0x80410A0B || Internal PSP error, hardware fault. Send back to be replaced/fixed.
|  || 0x80410A0B || Internal PSP error, hardware fault. Send back to be replaced/fixed.
|-
| Network error || 0x80431021 || Software is out of date and needs to be updated; contact Sony if issues continue
|-
| 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 8,851:




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