Editing Error Codes

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

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

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


== Generic errors ==
== Generic errors ==
Line 68: Line 19:
| ENOENT || 0x80010006 || The file does not exist Note : This error can happen when you try to install a pkg that have an invalid name.
| ENOENT || 0x80010006 || The file does not exist Note : This error can happen when you try to install a pkg that have an invalid name.
|-
|-
| ENOEXEC || 0x80010007 || The file is in unrecognized format / The file is not a valid ELF file. (running a self from a higher sdk version on a lower fw version causes this)
| ENOEXEC || 0x80010007 || The file is in unrecognized format / The file is not a valid ELF file.
|-
|-
| EDEADLK || 0x80010008 || Resource deadlock is avoided
| EDEADLK || 0x80010008 || Resource deadlock is avoided
Line 81: Line 32:
|-
|-
| EFAULT || 0x8001000D || Invalid memory access  
| EFAULT || 0x8001000D || Invalid memory access  
|-
| ECHILD || 0x8001000E || Try to access a non existing child process
|-
|-
| ESTAT || 0x8001000F || State of the target thread is invalid  
| ESTAT || 0x8001000F || State of the target thread is invalid  
Line 174: Line 123:
| ENOTSDATA || 0x8001003B || Not SData.  
| ENOTSDATA || 0x8001003B || Not SData.  
|-
|-
| ESDKVER || 0x8001003C || Incorrect version in sys_load_param.
| || 0x8001003C || Incorrect version in sys_load_param.
|-
|-
| ENOLICDISC || 0x8001003D || Pointer is null. When related to PARAM.SFO : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003D)": can be resolved by pointing to (only) other PARAM.SFO with Lxx folder. In this case, it s similar than 0x8001003E but with some PARAM.SFO parameter (TITLE_ID?) embedded. Refresh it by using this Lxx or others [[PARAM.SFO#Tips_.26_Tricks | Tricks]].
| || 0x8001003D || Pointer is null. When related to PARAM.SFO : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003D)": can be resolved by pointing to (only) other PARAM.SFO with Lxx folder. In this case, it s similar than 0x8001003E but with some PARAM.SFO parameter (TITLE_ID?) embedded. Refresh it by using this Lxx or others [[http://www.ps3devwiki.com/wiki/PARAM.SFO#Tips_.26_Tricks Tricks]].
|-
|-
| ENOLICENT || 0x8001003E || Pointer is null. When related to DISC.SFO (and PARAM.SFO) : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003E) Install disc" : can be resolved by launching BD emulator, or remove the disc.sfo if there are one, using the original disc or using the [[Talk:PARAM.SFO#Lxx:_License_Area | L** folder]]
| || 0x8001003E || Pointer is null. When related to DISC.SFO (and PARAM.SFO) : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003E) Install disc" : can be resolved by launching BD emulator, or remove the disc.sfo if there are one, using the original disc or using the [[http://www.ps3devwiki.com/wiki/Talk:PARAM.SFO#Lxx:_License_Area L** folder]]
|-
|-
| || 0x8001003F ||  
| || 0x8001003F ||  
Line 189: Line 138:
  Others left there contain some reference, so they are left there.  
  Others left there contain some reference, so they are left there.  
  The error code list aids a lot towards reversing vsh.self,  
  The error code list aids a lot towards reversing vsh.self,  
  you can determine various functions character from the error codes within it. //-->
  you can determin various functions character from the error codes within it. //-->
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
Line 196: Line 145:
!colspan="3" | NP Authentication Error (client runtime errors)  
!colspan="3" | NP Authentication Error (client runtime errors)  
|-
|-
| SCE_NP_AUTH_EINVAL || 0x8002A002 ||  
| SCE_NP_AUTH_EINVAL || 0x8002a002 ||  
|-
|-
| SCE_NP_AUTH_ENOMEM || 0x8002A004 ||  
| SCE_NP_AUTH_ENOMEM || 0x8002a004 ||  
|-
|-
| SCE_NP_AUTH_ESRCH || 0x8002A005 ||  
| SCE_NP_AUTH_ESRCH || 0x8002a005 ||  
|-
|-
| SCE_NP_AUTH_EBUSY || 0x8002A00A ||  
| SCE_NP_AUTH_EBUSY || 0x8002a00a ||  
|-
|-
| SCE_NP_AUTH_EABORT || 0x8002A00C ||  
| SCE_NP_AUTH_EABORT || 0x8002a00c ||  
|-
|-
| SCE_NP_AUTH_EEXIST || 0x8002A014 ||  
| SCE_NP_AUTH_EEXIST || 0x8002a014 ||  
|-
|-
| SCE_NP_AUTH_EINVALID_ARGUMENT || 0x8002A015 ||  
| SCE_NP_AUTH_EINVALID_ARGUMENT || 0x8002a015 ||  
|-
|-
!colspan="3" | Community client library error (0x8002a100 - 0x8002a1ff)
!colspan="3" | community client library error (0x8002a100 - 0x8002a1ff)
|-
|-
| SCE_NP_COMMUNITY_ERROR_ALREADY_INITIALIZED || 0x8002A101 ||  
| SCE_NP_COMMUNITY_ERROR_ALREADY_INITIALIZED || 0x8002a101 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NOT_INITIALIZED || 0x8002A102 ||  
| SCE_NP_COMMUNITY_ERROR_NOT_INITIALIZED || 0x8002a102 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_OUT_OF_MEMORY || 0x8002A103 ||  
| SCE_NP_COMMUNITY_ERROR_OUT_OF_MEMORY || 0x8002a103 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ARGUMENT || 0x8002A104 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_ARGUMENT || 0x8002a104 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_TITLE_SET || 0x8002A105 ||  
| SCE_NP_COMMUNITY_ERROR_NO_TITLE_SET || 0x8002a105 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_LOGIN || 0x8002A106 ||  
| SCE_NP_COMMUNITY_ERROR_NO_LOGIN || 0x8002a106 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_OBJECTS || 0x8002A107 ||
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_OBJECTS || 0x8002a107 ||
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_STILL_REFERENCED || 0x8002A108 || (obsolete)
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_STILL_REFERENCED || 0x8002a108 || (obsolete)
|-
|-
| SCE_NP_COMMUNITY_ERROR_ABORTED || 0x8002A109 ||  
| SCE_NP_COMMUNITY_ERROR_ABORTED || 0x8002a109 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_RESOURCE || 0x8002A10A ||  
| SCE_NP_COMMUNITY_ERROR_NO_RESOURCE || 0x8002a10a ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BAD_RESPONSE || 0x8002A10B || Shows up when trying to view friends trophies, profile, etc.
| SCE_NP_COMMUNITY_ERROR_BAD_RESPONSE || 0x8002a10b ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BODY_TOO_LARGE || 0x8002A10C ||  
| SCE_NP_COMMUNITY_ERROR_BODY_TOO_LARGE || 0x8002a10c ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_HTTP_SERVER || 0x8002A10D || "An error occurred during communication with the server" / Shows up when trying to view friends profile; that person may be having internet service problems
| SCE_NP_COMMUNITY_ERROR_HTTP_SERVER || 0x8002a10d ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_SIGNATURE || 0x8002A10E || Issue syncing trophy data; trophy servers may be down
| SCE_NP_COMMUNITY_ERROR_INVALID_SIGNATURE || 0x8002a10e ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TIMEOUT || 0x8002A10F || Server timeout
| SCE_NP_COMMUNITY_ERROR_TIMEOUT || 0x8002a10f ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_ARGUMENT || 0x8002A1A1 ||  
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_ARGUMENT || 0x8002a1a1 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_UNKNOWN_TYPE || 0x8002A1A2 ||  
| SCE_NP_COMMUNITY_ERROR_UNKNOWN_TYPE || 0x8002a1a2 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ID || 0x8002A1A3 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_ID || 0x8002a1a3 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID || 0x8002A1A4 || Not signed into PSN
| SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID || 0x8002a1a4 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_TICKET || 0x8002A1A5 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_TICKET || 0x8002a1a5 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_CLIENT_ALREADY_EXISTS<br />SCE_NP_COMMUNITY_ERROR_CLIENT_HANDLE_ALREADY_EXISTS || 0x8002A1A6 ||  
| SCE_NP_COMMUNITY_ERROR_CLIENT_ALREADY_EXISTS<br />SCE_NP_COMMUNITY_ERROR_CLIENT_HANDLE_ALREADY_EXISTS || 0x8002a1a6 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_BUFFER || 0x8002A1A7 ||  
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_BUFFER || 0x8002a1a7 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_TYPE || 0x8002A1A8 ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_TYPE || 0x8002a1a8 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_ALREADY_END || 0x8002A1A9 ||  
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_ALREADY_END || 0x8002a1a9 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_BEFORE_END || 0x8002A1AA ||  
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_BEFORE_END || 0x8002a1aa ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BUSY_BY_ANOTHER_TRANSACTION || 0x8002A1AB ||  
| SCE_NP_COMMUNITY_ERROR_BUSY_BY_ANOTEHR_TRANSACTION || 0x8002a1ab ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ALIGNMENT || 0x8002A1AC ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_ALIGNMENT || 0x8002a1ac ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_NPID || 0x8002A1AD ||  
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_NPID || 0x8002a1ad ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_LARGE_RANGE || 0x8002A1AE ||  
| SCE_NP_COMMUNITY_ERROR_TOO_LARGE_RANGE || 0x8002a1ae ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_PARTITION || 0x8002A1AF ||  
| SCE_NP_COMMUNITY_ERROR_INVALID_PARTITION || 0x8002a1af ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_SLOTID || 0x8002A1B1
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_SLOTID || 0x8002a1b1
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_PSHANDLE || 0x8002A1A4 || obsolete (replaced by SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID)
| SCE_NP_COMMUNITY_ERROR_INVALID_PSHANDLE || 0x8002a1a4 || obsolete (replaced by SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID)
|-
|-
!colspan="3" | NP Authentication Error (server returned errors)
!colspan="3" | NP Authentication Error (server returned errors)
|-
|-
| SCE_NP_AUTH_ERROR_SERVICE_END || 0x8002A200 || Issue accessing PSN; PSN may be down or problems with internet connection; if issues continue, possibly an issue with SEN account
| SCE_NP_AUTH_ERROR_SERVICE_END || 0x8002a200 ||  
|-
|-
| SCE_NP_AUTH_ERROR_SERVICE_DOWN || 0x8002A201 || Use of PSN has been suspended (this is not an account suspension)
| SCE_NP_AUTH_ERROR_SERVICE_DOWN || 0x8002a201 ||  
|-
|-
| SCE_NP_AUTH_ERROR_SERVICE_BUSY || 0x8002A202 || PSN is busy
| SCE_NP_AUTH_ERROR_SERVICE_BUSY || 0x8002a202 ||  
|-
|-
| SCE_NP_AUTH_ERROR_SERVER_MAINTENANCE || 0x8002A203 || Issue connecting to server (PSN maintenance)
| SCE_NP_AUTH_ERROR_SERVER_MAINTENANCE || 0x8002a203 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_DATA_LENGTH || 0x8002A210 ||  
| SCE_NP_AUTH_ERROR_INVALID_DATA_LENGTH || 0x8002a210 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_USER_AGENT || 0x8002A211 ||  
| SCE_NP_AUTH_ERROR_INVALID_USER_AGENT || 0x8002a211 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_VERSION || 0x8002A212 || "An error has occurred. You have been signed out of PSN" (8002A212)
| SCE_NP_AUTH_ERROR_INVALID_VERSION || 0x8002a212 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_SERVICE_ID || 0x8002A220 || Issue with PSN account // Invalid ID
| SCE_NP_AUTH_ERROR_INVALID_SERVICE_ID || 0x8002a220 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_CREDENTIAL || 0x8002A221 || Issue signing into the PSN // Invalid login (incorrect password or ID)
| SCE_NP_AUTH_ERROR_INVALID_CREDENTIAL || 0x8002a221 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_ENTITLEMENT_ID || 0x8002A222 ||  
| SCE_NP_AUTH_ERROR_INVALID_ENTITLEMENT_ID || 0x8002a222 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_CONSUMED_COUNT || 0x8002A223 ||  
| SCE_NP_AUTH_ERROR_INVALID_CONSUMED_COUNT || 0x8002a223 ||  
|-
|-
| SCE_NP_AUTH_ERROR_INVALID_CONSOLE_ID || 0x8002A224 || "An error has occurred. You have been signed out of PSN" (8002A224) // Happens when you try to sign into retail [[environments|environment]] with CEX2DEX'ed console. Verify that your console is using a valid IDPS.
| SCE_NP_AUTH_ERROR_INVALID_CONSOLE_ID || 0x8002a224 || Happens when you try to sign into retail [[environments|environment]] with CEX2DEX'ed console
|-
|-
| SCE_NP_AUTH_ERROR_CONSOLE_ID_SUSPENDED || 0x8002A227 || "You cannot use PSN with this account" or "Access to SEN from this system has been banned or temporarily suspended" // Console banned/suspended for Terms of Service and User Agreement violations
| SCE_NP_AUTH_ERROR_CONSOLE_ID_SUSPENDED || 0x8002a227 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_CLOSED || 0x8002A230 || Cannot use PSN // SEN account deleted
| SCE_NP_AUTH_ERROR_ACCOUNT_CLOSED || 0x8002a230 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_SUSPENDED || 0x8002A231 || "You cannot use PSN with this account" or "Access to SEN from this system has been banned or temporarily suspended" // Account suspended/banned
| SCE_NP_AUTH_ERROR_ACCOUNT_SUSPENDED || 0x8002a231 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_EULA || 0x8002A232 || Need to accept Terms of Service and User Agreement
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_EULA || 0x8002a232 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT1 || 0x8002A240 || Need to accept updated PSN Terms of Service
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT1 || 0x8002a240 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT2 || 0x8002A241 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT2 || 0x8002a241 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT3 || 0x8002A242 || Need to accept Terms of Service and User Agreement
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT3 || 0x8002a242 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT4 || 0x8002A243 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT4 || 0x8002a243 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT5 || 0x8002A244 || Invalid console ID?
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT5 || 0x8002a244 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT6 || 0x8002A245 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT6 || 0x8002a245 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT7 || 0x8002A246 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT7 || 0x8002a246 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT8 || 0x8002A247 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT8 || 0x8002a247 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT9 || 0x8002A248 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT9 || 0x8002a248 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT10 || 0x8002A249 ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT10 || 0x8002a249 ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT11 || 0x8002A24A ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT11 || 0x8002a24a ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT12 || 0x8002A24B ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT12 || 0x8002a24b ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT13 || 0x8002A24C ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT13 || 0x8002a24c ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT14 || 0x8002A24D ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT14 || 0x8002a24d ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT15 || 0x8002A24E ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT15 || 0x8002a24e ||  
|-
|-
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT16<br />SCE_NP_AUTH_ERROR_SUB_ACCOUNT_RENEW_EULA || 0x8002A24F ||  
| SCE_NP_AUTH_ERROR_ACCOUNT_RENEW_ACCOUNT16<br />SCE_NP_AUTH_ERROR_SUB_ACCOUNT_RENEW_EULA || 0x8002a24f ||  
|-
|-
| SCE_NP_AUTH_ERROR_SUB_ACCOUNT_PW_???<br />SCE_NP_AUTH_ERROR_PASSWORD_RESET_REQUIRED || 0x8002A260 || Occurs when you try to log in with wrong?/old? or not-renewed? password. fix: xmb->psn->forgot my pass->reset via email->confirm
| SCE_NP_AUTH_ERROR_SUB_ACCOUNT_PW_???<br />SCE_NP_AUTH_ERROR_PASSWORD_RESET_REQUIRED || 0x8002a260 || occours when you try to log in with wrong?/old? or not-renewed? password. fix: xmb->psn->forgot my pass->reset via email->confirm
|-
|-
| SCE_NP_AUTH_ERROR_UNKNOWN || 0x8002a280 || When privacypatching with MFW Builder partly and try to sign in spoofed
| SCE_NP_AUTH_ERROR_UNKNOWN || 0x8002a280 || When privacypatching with MFW Builder partly and try to sign in spoofed
Line 348: Line 297:
!colspan="3" | NP Core Server Error
!colspan="3" | NP Core Server Error
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BASE || 0x8002A300 ||  
| SCE_NP_CORE_SERVER_ERROR_BASE || 0x8002a300 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BAD_FORMAT || 0x8002A301 ||  
| SCE_NP_CORE_SERVER_ERROR_BAD_FORMAT || 0x8002a301 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BAD_NAMESPACE_PREFIX || 0x8002A302 ||  
| SCE_NP_CORE_SERVER_ERROR_BAD_NAMESPACE_PREFIX || 0x8002a302 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_CONFLICT || 0x8002A303 || Already logged into another console
| SCE_NP_CORE_SERVER_ERROR_CONFLICT || 0x8002a303 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_CONNECTION_TIMEOUT || 0x8002A304 ||  
| SCE_NP_CORE_SERVER_ERROR_CONNECTION_TIMEOUT || 0x8002a304 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_HOST_GONE || 0x8002A305 ||  
| SCE_NP_CORE_SERVER_ERROR_HOST_GONE || 0x8002a305 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_HOST_UNKNOWN || 0x8002A306 ||  
| SCE_NP_CORE_SERVER_ERROR_HOST_UNKNOWN || 0x8002a306 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_IMPROPER_ADDRESSING || 0x8002A307 ||  
| SCE_NP_CORE_SERVER_ERROR_IMPROPER_ADDRESSING || 0x8002a307 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002A308 || PSN dropped out with this error after pulled [[4.45-1-CEX]] before [[4.45-2-CEX]] release
| SCE_NP_CORE_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002a308 || PSN dropped out with this error after pulled [[4.45-1-CEX]] before [[4.45-2-CEX]] release
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_FROM || 0x8002A309 ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_FROM || 0x8002a309 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_ID || 0x8002A30A ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_ID || 0x8002a30a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_NAMESPACE || 0x8002A30B ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_NAMESPACE || 0x8002a30b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_XML || 0x8002A30C ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_XML || 0x8002a30c ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_NOT_AUTHORIZED || 0x8002A30D ||  
| SCE_NP_CORE_SERVER_ERROR_NOT_AUTHORIZED || 0x8002a30d ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_POLICY_VIOLATION || 0x8002A30E ||  
| SCE_NP_CORE_SERVER_ERROR_POLICY_VIOLATION || 0x8002a30e ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_REMOTE_CONNECTION_FAILED || 0x8002A30F ||  
| SCE_NP_CORE_SERVER_ERROR_REMOTE_CONNECTION_FAILED || 0x8002a30f ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_RESOURCE_CONSTRAINT || 0x8002A310 ||  
| SCE_NP_CORE_SERVER_ERROR_RESOURCE_CONSTRAINT || 0x8002a310 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_RESTRICTED_XML || 0x8002A311 ||  
| SCE_NP_CORE_SERVER_ERROR_RESTRICTED_XML || 0x8002a311 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SEE_OTHER_HOST || 0x8002A312 ||  
| SCE_NP_CORE_SERVER_ERROR_SEE_OTHER_HOST || 0x8002a312 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SYSTEM_SHUTDOWN || 0x8002A313 ||  
| SCE_NP_CORE_SERVER_ERROR_SYSTEM_SHUTDOWN || 0x8002a313 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNDEFINED_CONDITION || 0x8002A314 ||   
| SCE_NP_CORE_SERVER_ERROR_UNDEFINED_CONDITION || 0x8002a314 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_ENCODING || 0x8002A315 ||   
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_ENCODING || 0x8002a315 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_STANZA_TYPE || 0x8002A316 ||   
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_STANZA_TYPE || 0x8002a316 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_VERSION || 0x8002A317 ||  
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_VERSION || 0x8002a317 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_XML_NOT_WELL_FORMED || 0x8002A318 ||   
| SCE_NP_CORE_SERVER_ERROR_XML_NOT_WELL_FORMED || 0x8002a318 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_CLIENT_VERSION || 0x8002A319 ||   
| SCE_NP_CORE_SERVER_ERROR_UNSUPPORTED_CLIENT_VERSION || 0x8002a319 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_ACCOUNT_ID || 0x8002A31A ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_ACCOUNT_ID || 0x8002a31a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_INVALID_JID_NODE || 0x8002A31B ||  
| SCE_NP_CORE_SERVER_ERROR_INVALID_JID_NODE || 0x8002a31b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_BANNED_TICKET || 0x8002A31C ||  
| SCE_NP_CORE_SERVER_ERROR_BANNED_TICKET || 0x8002a31c ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_ABORTED || 0x8002A320 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_ABORTED || 0x8002a320 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INCORRECT_ENCODING || 0x8002A321 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INCORRECT_ENCODING || 0x8002a321 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_AUTHORIZED || 0x8002A322 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_AUTHORIZED || 0x8002a322 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_MECHANISM || 0x8002A323 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_MECHANISM || 0x8002a323 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_MECHANISM_TOO_WEAK || 0x8002A324 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_MECHANISM_TOO_WEAK || 0x8002a324 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_NOT_AUTHORIZED || 0x8002A325 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_NOT_AUTHORIZED || 0x8002a325 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_TEMPORARY_AUTH_FAILURE || 0x8002A326 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_TEMPORARY_AUTH_FAILURE || 0x8002a326 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_TICKET_SIGNATURE ||0x8002A327 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_TICKET_SIGNATURE || 0x8002a327 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_EXPIRED_TICKET || 0x8002A328 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_EXPIRED_TICKET || 0x8002a328 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_BANNED || 0x8002A329 ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_BANNED || 0x8002a329 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_DOMAIN_NOT_SUPPORTED || 0x8002A32A ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_DOMAIN_NOT_SUPPORTED || 0x8002a32a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_JID || 0x8002A32B ||  
| SCE_NP_CORE_SERVER_ERROR_SASL_INVALID_JID || 0x8002a32b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAD_REQUEST || 0x8002A330 || Comes up when responding to friend request or deleting someone from block list
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAD_REQUEST || 0x8002a330 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_CONFLICT || 0x8002A331 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_CONFLICT || 0x8002a331 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FEATURE_NOT_IMPLEMENTED || 0x8002A332 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FEATURE_NOT_IMPLEMENTED || 0x8002a332 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FORBIDDEN || 0x8002A333 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FORBIDDEN || 0x8002a333 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_GONE || 0x8002A334 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_GONE || 0x8002a334 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_INTERNAL_SERVER_ERROR || 0x8002A335 || Could not connect to network server // Try connecting later; contact Sony if issues continue
| SCE_NP_CORE_SERVER_ERROR_STANZA_INTERNAL_SERVER_ERROR || 0x8002a335 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_ITEM_NOT_FOUND || 0x8002A336 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_ITEM_NOT_FOUND || 0x8002a336 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_JID_MALFORMED || 0x8002A337 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_JID_MALFORMED || 0x8002a337 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ACCEPTABLE || 0x8002A338 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ACCEPTABLE || 0x8002a338 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ALLOWED || 0x8002A339 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_ALLOWED || 0x8002a339 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_AUTHORIZED || 0x8002A33A
| SCE_NP_CORE_SERVER_ERROR_STANZA_NOT_AUTHORIZED || 0x8002a33a
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_PAYMENT_REQUIRED || 0x8002A33B ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_PAYMENT_REQUIRED || 0x8002a33b ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_RECIPIENT_UNAVAILABLE || 0x8002A33C ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_RECIPIENT_UNAVAILABLE || 0x8002a33c ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REDIRECT || 0x8002A33D ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_REDIRECT || 0x8002a33d ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REGISTRATION_REQUIRED || 0x8002A33E ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_REGISTRATION_REQUIRED || 0x8002a33e ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_NOT_FOUND || 0x8002A33F || "The message to [person] could not be sent (8002A33F)" // DNS error
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_NOT_FOUND || 0x8002a33f ||
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_TIMEOUT || 0x8002A340 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_REMOTE_SERVER_TIMEOUT || 0x8002a340 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_RESOURCE_CONSTRAINT || 0x8002A341 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_RESOURCE_CONSTRAINT || 0x8002a341 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_SERVICE_UNAVAILABLE || 0x8002A342 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_SERVICE_UNAVAILABLE || 0x8002a342 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_SUBSCRIPTION_REQUIRED || 0x8002A343 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_SUBSCRIPTION_REQUIRED || 0x8002a343 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNDEFINED_CONDITION || 0x8002A344 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNDEFINED_CONDITION || 0x8002a344 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNEXPECTED_REQUEST || 0x8002A345 ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_UNEXPECTED_REQUEST || 0x8002a345 ||   
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_LOBBY || 0x8002A346 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_LOBBY || 0x8002a346 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_ROOM || 0x8002A347 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_ROOM || 0x8002a347 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_USER || 0x8002A348 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_NO_SUCH_USER || 0x8002a348 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NO_SPACE || 0x8002A349 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NO_SPACE || 0x8002a349 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MAX_ROSTER || 0x8002A34A || Maximum number of friends reached
| SCE_NP_CORE_SERVER_ERROR_STANZA_MAX_ROSTER || 0x8002a34a ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_SERVICE_UNAVAILABLE || 0x8002A34B ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_SERVICE_UNAVAILABLE || 0x8002a34b ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_RESOURCE_CONSTRAINT || 0x8002A34C ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_RESOURCE_CONSTRAINT || 0x8002a34c ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NOT_AUTHORIZED || 0x8002A34D ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_NOT_AUTHORIZED || 0x8002a34d ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_ROOM_UNAVAILABLE || 0x8002A34E ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_ROOM_UNAVAILABLE || 0x8002a34e ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_MAX || 0x8002A34F ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_MUC_MAX || 0x8002a34f ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAN || 0x8002A350 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_BAN || 0x8002a350 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MISMATCH || 0x8002A351 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MISMATCH || 0x8002a351 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MAINTENANCE || 0x8002A352 ||  
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_MAINTENANCE || 0x8002a352 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_NOT_FOUND || 0x8002A353 || Comes up when trying to delete or accept friend requests
| SCE_NP_CORE_SERVER_ERROR_STANZA_FRIENDLIST_NOT_FOUND || 0x8002a353 ||  
|-
|-
| SCE_NP_CORE_SERVER_ERROR_STANZA_OPTIONAL || 0x8002A3ff ||   
| SCE_NP_CORE_SERVER_ERROR_STANZA_OPTIONAL || 0x8002a3ff ||   
|-
|-
!colspan="3" | NP Community Server error (0x8002A400 - 0x8002A4FF)
 
 
 
!colspan="3" | community server error (0x8002a400 - 0x8002a4ff)
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BAD_REQUEST || 0x8002A401 || Issue with game attempting to access PSN
| SCE_NP_COMMUNITY_SERVER_ERROR_BAD_REQUEST || 0x8002a401 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_TICKET || 0x8002A402 || Issue accessing PSN
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_TICKET || 0x8002a402 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SIGNATURE || 0x8002A403 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SIGNATURE || 0x8002a403 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_EXPIRED_TICKET || 0x8002A404 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_EXPIRED_TICKET || 0x8002a404 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_NPID || 0x8002A405 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_NPID || 0x8002a405 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FORBIDDEN || 0x8002A406 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FORBIDDEN || 0x8002a406 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002A407 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x8002a407 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_VERSION_NOT_SUPPORTED || 0x8002A408 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_VERSION_NOT_SUPPORTED || 0x8002a408 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x8002A409 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x8002a409 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_PLAYER_BANNED || 0x8002A40A || Player banned
| SCE_NP_COMMUNITY_SERVER_ERROR_PLAYER_BANNED || 0x8002a40a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_CENSORED || 0x8002A40B || Text contains inappropriate words; rephrase what you entered
| SCE_NP_COMMUNITY_SERVER_ERROR_CENSORED || 0x8002a40b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_RECORD_FORBIDDEN || 0x8002A40C || Account banned from using score ranking
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_RECORD_FORBIDDEN || 0x8002a40c ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_PROFILE_NOT_FOUND || 0x8002A40D || User doesn't exist? Profile may have been deleted
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_PROFILE_NOT_FOUND || 0x8002a40d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UPLOADER_DATA_NOT_FOUND || 0x8002A40E || Attached file deleted from server
| SCE_NP_COMMUNITY_SERVER_ERROR_UPLOADER_DATA_NOT_FOUND || 0x8002a40e ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_QUOTA_MASTER_NOT_FOUND || 0x8002A40F ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_QUOTA_MASTER_NOT_FOUND || 0x8002a40f ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_TITLE_NOT_FOUND || 0x8002A410 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_TITLE_NOT_FOUND || 0x8002a410 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_USER_ID || 0x8002A411 || User ID blacklisted
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_USER_ID || 0x8002a411 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_RANKING_NOT_FOUND || 0x8002A412 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_RANKING_NOT_FOUND || 0x8002a412 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_STORE_NOT_FOUND || 0x8002A414 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_STORE_NOT_FOUND || 0x8002a414 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_BEST_SCORE || 0x8002A415 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_BEST_SCORE || 0x8002a415 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_LATEST_UPDATE_NOT_FOUND || 0x8002A416 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_LATEST_UPDATE_NOT_FOUND || 0x8002a416 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BOARD_MASTER_NOT_FOUND || 0x8002A417 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BOARD_MASTER_NOT_FOUND || 0x8002a417 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_GAME_DATA_MASTER_NOT_FOUND  || 0x8002A418 || Game has no ranking data or data was lost
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_GAME_DATA_MASTER_NOT_FOUND  || 0x8002a418 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ANTICHEAT_DATA || 0x8002A419 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ANTICHEAT_DATA || 0x8002a419 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_DATA || 0x8002A41A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_DATA || 0x8002a41a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_USER_NPID || 0x8002A41B || Online ID does not exist; ID may be incorrect
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_USER_NPID || 0x8002a41b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ENVIRONMENT || 0x8002A41D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ENVIRONMENT || 0x8002a41d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_CHARACTER || 0x8002A41F ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_CHARACTER || 0x8002a41f ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_LENGTH || 0x8002A420 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ONLINE_NAME_LENGTH || 0x8002a420 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_CHARACTER || 0x8002A421 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_CHARACTER || 0x8002a421 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_LENGTH || 0x8002A422 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_ABOUT_ME_LENGTH || 0x8002a422 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SCORE || 0x8002A423 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_SCORE || 0x8002a423 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_RANKING_LIMIT || 0x8002A424 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_RANKING_LIMIT || 0x8002a424 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FAIL_TO_CREATE_SIGNATURE || 0x8002A426 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FAIL_TO_CREATE_SIGNATURE || 0x8002a426 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MASTER_INFO_NOT_FOUND || 0x8002A427 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MASTER_INFO_NOT_FOUND || 0x8002a427 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_GAME_DATA_LIMIT || 0x8002A428 || Too much data being uploaded
| SCE_NP_COMMUNITY_SERVER_ERROR_OVER_THE_GAME_DATA_LIMIT || 0x8002a428 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_SELF_DATA_NOT_FOUND || 0x8002A42A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_SELF_DATA_NOT_FOUND || 0x8002a42a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_NOT_ASSIGNED || 0x8002A42B ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_NOT_ASSIGNED || 0x8002a42b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_DATA_ALREADY_EXISTS || 0x8002A42C ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_GAME_DATA_ALREADY_EXISTS || 0x8002a42c ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_RESULTS || 0x8002A42D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_RESULTS || 0x8002a42d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_RECORDABLE_VERSION || 0x8002A42E ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_RECORDABLE_VERSION || 0x8002a42e ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_TITLE_MASTER_NOT_FOUND || 0x8002A448 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_TITLE_MASTER_NOT_FOUND || 0x8002a448 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_VIRTUAL_USER || 0x8002A449 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_VIRTUAL_USER || 0x8002a449 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_DATA_NOT_FOUND || 0x8002A44A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_USER_STORAGE_DATA_NOT_FOUND || 0x8002a44a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_AVATAR_PAP || 0x8002A457 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_INVALID_AVATAR_PAP || 0x8002a457 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NON_PLUS_MEMBER || 0x8002A45D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NON_PLUS_MEMBER || 0x8002a45d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SEQUENCE || 0x8002A45E ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SEQUENCE || 0x8002a45e ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_SAVEDATA_NOT_FOUND || 0x8002A45F ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_SAVEDATA_NOT_FOUND || 0x8002a45f ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_SAVEDATA_FILES || 0x8002A460 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MANY_SAVEDATA_FILES || 0x8002a460 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_TOTAL_SAVEDATA_SIZE || 0x8002A461 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_TOTAL_SAVEDATA_SIZE || 0x8002a461 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_YET_DOWNLOADABLE || 0x8002A462 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_NOT_YET_DOWNLOADABLE || 0x8002a462 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_TITLE || 0x8002A468 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_BLACKLISTED_TITLE || 0x8002a468 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_ICONDATA || 0x8002A469 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_ICONDATA || 0x8002a469 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_SAVEDATA || 0x8002A46A ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_LARGE_SAVEDATA || 0x8002a46a ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SIGNATURE || 0x8002A46B ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_SIGNATURE || 0x8002a46b ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_MD5SUM || 0x8002A46C ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UNMATCH_MD5SUM || 0x8002a46c ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_SAVEDATA_SIZE || 0x8002A46D ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TOO_MUCH_SAVEDATA_SIZE || 0x8002a46d ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_CONDITIONS_NOT_SATISFIED || 0x8002A473 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_CONDITIONS_NOT_SATISFIED || 0x8002a473 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSUPPORTED_PLATFORM || 0x8002A478 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSUPPORTED_PLATFORM || 0x8002a478 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_BEFORE_SERVICE || 0x8002A4A0 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_BEFORE_SERVICE || 0x8002a4a0 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_END_OF_SERVICE || 0x8002A4A1 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_END_OF_SERVICE || 0x8002a4a1 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_MAINTENANCE || 0x8002A4A2 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_MATCHING_MAINTENANCE || 0x8002a4a2 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BEFORE_SERVICE || 0x8002A4A3 || Score ranking not started yet
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_BEFORE_SERVICE || 0x8002a4a3 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_END_OF_SERVICE || 0x8002A4A4 || Score ranking discontinued
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_END_OF_SERVICE || 0x8002a4a4 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MAINTENANCE || 0x8002A4A5 || Score ranking under maintenance
| SCE_NP_COMMUNITY_SERVER_ERROR_RANKING_MAINTENANCE || 0x8002a4a5 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_TITLE || 0x8002A4A6 || Issue connecting to game server
| SCE_NP_COMMUNITY_SERVER_ERROR_NO_SUCH_TITLE || 0x8002a4a6 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_BEFORE_SERVICE || 0x8002A4A7 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_BEFORE_SERVICE || 0x8002a4a7 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_END_OF_SERVICE || 0x8002A4A8 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_END_OF_SERVICE || 0x8002a4a8 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_MAINTENANCE || 0x8002A4A9 ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TROPHY_MAINTENANCE || 0x8002a4a9 ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_BEFORE_SERVICE || 0x8002A4AA ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_BEFORE_SERVICE || 0x8002a4aa ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_END_OF_SERVICE || 0x8002A4AB ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_END_OF_SERVICE || 0x8002a4ab ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_MAINTENANCE || 0x8002A4AC ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_TITLE_USER_STORAGE_MAINTENANCE || 0x8002a4ac ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_BEFORE_SERVICE || 0x8002A4AD ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_BEFORE_SERVICE || 0x8002a4ad ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_END_OF_SERVICE || 0x8002A4AE ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_END_OF_SERVICE || 0x8002a4ae ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_MAINTENANCE || 0x8002A4AF ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_FSR_MAINTENANCE || 0x8002a4af ||  
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_BEFORE_SERVICE || 0x8002A4B0 ||
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_BEFORE_SERVICE || 0x8002a4b0
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_END_OF_SERVICE || 0x8002A4B1 ||
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_END_OF_SERVICE || 0x8002a4b1
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_MAINTENANCE || 0x8002A4B2 ||
| SCE_NP_COMMUNITY_SERVER_ERROR_UBS_MAINTENANCE || 0x8002a4b2
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_BASIC_BLACKLISTED_USER_ID || 0x8002A4B3 ||
| SCE_NP_COMMUNITY_SERVER_ERROR_BASIC_BLACKLISTED_USER_ID || 0x8002a4b3
|-
|-
!colspan="3" | Unspecified Error
!colspan="3" | Unspecified Error
|-
|-
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSPECIFIED || 0x8002A4FF ||  
| SCE_NP_COMMUNITY_SERVER_ERROR_UNSPECIFIED || 0x8002a4ff ||  
|-
|-
!colspan="3" | NP Core Error  
!colspan="3" | NP Core Error  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_ARGUMENT || 0x8002A501 ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_ARGUMENT || 0x8002a501 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_OUT_OF_MEMORY || 0x8002A502 ||  
| SCE_NP_CORE_UTIL_ERROR_OUT_OF_MEMORY || 0x8002a502 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INSUFFICIENT || 0x8002A503 ||  
| SCE_NP_CORE_UTIL_ERROR_INSUFFICIENT || 0x8002a503 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_PARSER_FAILED || 0x8002A504 ||  
| SCE_NP_CORE_UTIL_ERROR_PARSER_FAILED || 0x8002a504 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002A505 ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_PROTOCOL_ID || 0x8002a505 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_EXTENSION || 0x8002A506 ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_EXTENSION || 0x8002a506 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_INVALID_TEXT || 0x8002A507 ||  
| SCE_NP_CORE_UTIL_ERROR_INVALID_TEXT || 0x8002a507 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN_TYPE || 0x8002A508 ||  
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN_TYPE || 0x8002a508 ||  
|-
|-
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN || 0x8002A509 ||  
| SCE_NP_CORE_UTIL_ERROR_UNKNOWN || 0x8002a509 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_NOT_INITIALIZED || 0x8002A511 ||  
| SCE_NP_CORE_PARSER_ERROR_NOT_INITIALIZED || 0x8002a511 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_ALREADY_INITIALIZED || 0x8002A512 ||  
| SCE_NP_CORE_PARSER_ERROR_ALREADY_INITIALIZED || 0x8002a512 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_OUT_OF_MEMORY || 0x8002A513 ||  
| SCE_NP_CORE_PARSER_ERROR_OUT_OF_MEMORY || 0x8002a513 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INSUFFICIENT || 0x8002A514 ||  
| SCE_NP_CORE_PARSER_ERROR_INSUFFICIENT || 0x8002a514 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_FORMAT || 0x8002A515 ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_FORMAT || 0x8002a515 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_ARGUMENT || 0x8002A516 ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_ARGUMENT || 0x8002a516 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_HANDLE || 0x8002A517 ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_HANDLE || 0x8002a517 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_INVALID_ICON || 0x8002A518 ||  
| SCE_NP_CORE_PARSER_ERROR_INVALID_ICON || 0x8002a518 ||  
|-
|-
| SCE_NP_CORE_PARSER_ERROR_UNKNOWN || 0x8002A519 ||  
| SCE_NP_CORE_PARSER_ERROR_UNKNOWN || 0x8002a519 ||  
|-
|-
| SCE_NP_CORE_ERROR_ALREADY_INITIALIZED || 0x8002A521 || Issue connecting online
| SCE_NP_CORE_ERROR_ALREADY_INITIALIZED || 0x8002a521 ||  
|-
|-
| SCE_NP_CORE_ERROR_NOT_INITIALIZED || 0x8002A522 ||  
| SCE_NP_CORE_ERROR_NOT_INITIALIZED || 0x8002a522 ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_ARGUMENT || 0x8002A523 ||  
| SCE_NP_CORE_ERROR_INVALID_ARGUMENT || 0x8002a523 ||  
|-
|-
| SCE_NP_CORE_ERROR_OUT_OF_MEMORY || 0x8002A524 || System memory too low. Reboot console.
| SCE_NP_CORE_ERROR_OUT_OF_MEMORY || 0x8002a524 ||  
|-
|-
| SCE_NP_CORE_ERROR_ID_NOT_AVAILABLE || 0x8002A525 ||  
| SCE_NP_CORE_ERROR_ID_NOT_AVAILABLE || 0x8002a525 ||  
|-
|-
| SCE_NP_CORE_ERROR_USER_OFFLINE || 0x8002A526 || "A network error has occurred." (8002A526)
| SCE_NP_CORE_ERROR_USER_OFFLINE || 0x8002a526 ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_RUNNING || 0x8002A527 ||  
| SCE_NP_CORE_ERROR_SESSION_RUNNING || 0x8002a527 ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_NOT_ESTABLISHED || 0x8002A528 ||  
| SCE_NP_CORE_ERROR_SESSION_NOT_ESTABLISHED || 0x8002a528 ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_INVALID_STATE || 0x8002A529 ||  
| SCE_NP_CORE_ERROR_SESSION_INVALID_STATE || 0x8002a529 ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_ID_TOO_LONG || 0x8002A52A ||  
| SCE_NP_CORE_ERROR_SESSION_ID_TOO_LONG || 0x8002a52a ||  
|-
|-
| SCE_NP_CORE_ERROR_SESSION_INVALID_NAMESPACE || 0x8002A52B ||  
| SCE_NP_CORE_ERROR_SESSION_INVALID_NAMESPACE || 0x8002a52b ||  
|-
|-
| SCE_NP_CORE_ERROR_CONNECTION_TIMEOUT || 0x8002A52C ||  
| SCE_NP_CORE_ERROR_CONNECTION_TIMEOUT || 0x8002a52c ||  
|-
|-
| SCE_NP_CORE_ERROR_GETSOCKOPT || 0x8002A52D ||  
| SCE_NP_CORE_ERROR_GETSOCKOPT || 0x8002a52d ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_NOT_INITIALIZED || 0x8002A52E ||  
| SCE_NP_CORE_ERROR_SSL_NOT_INITIALIZED || 0x8002a52e ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_ALREADY_INITIALIZED || 0x8002A52F ||  
| SCE_NP_CORE_ERROR_SSL_ALREADY_INITIALIZED || 0x8002a52f ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_NO_CERT || 0x8002A530 ||  
| SCE_NP_CORE_ERROR_SSL_NO_CERT || 0x8002a530 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_NO_TRUSTWORTHY_CA || 0x8002A531 ||  
| SCE_NP_CORE_ERROR_SSL_NO_TRUSTWORTHY_CA || 0x8002a531 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_INVALID_CERT || 0x8002A532 ||  
| SCE_NP_CORE_ERROR_SSL_INVALID_CERT || 0x8002a532 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_CERT_VERIFY || 0x8002A533 ||  
| SCE_NP_CORE_ERROR_SSL_CERT_VERIFY || 0x8002a533 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_CN_CHECK || 0x8002A534 ||  
| SCE_NP_CORE_ERROR_SSL_CN_CHECK || 0x8002a534 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_HANDSHAKE_FAILED || 0x8002A535 || Issue connecting to PSN
| SCE_NP_CORE_ERROR_SSL_HANDSHAKE_FAILED || 0x8002a535 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_SEND || 0x8002A536 ||  
| SCE_NP_CORE_ERROR_SSL_SEND || 0x8002a536 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_RECV || 0x8002A537 || "An error has occurred. You have been signed out of PSN" (8002A537)
| SCE_NP_CORE_ERROR_SSL_RECV || 0x8002a537 ||  
|-
|-
| SCE_NP_CORE_ERROR_SSL_CREATE_CTX || 0x8002A538 ||  
| SCE_NP_CORE_ERROR_SSL_CREATE_CTX || 0x8002a538 ||  
|-
|-
| SCE_NP_CORE_ERROR_PARSE_PEM || 0x8002A539 ||  
| SCE_NP_CORE_ERROR_PARSE_PEM || 0x8002a539 ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_INITIATE_STREAM || 0x8002A53A ||  
| SCE_NP_CORE_ERROR_INVALID_INITIATE_STREAM || 0x8002a53a ||  
|-
|-
| SCE_NP_CORE_ERROR_SASL_NOT_SUPPORTED || 0x8002A53B ||  
| SCE_NP_CORE_ERROR_SASL_NOT_SUPPORTED || 0x8002a53b ||  
|-
|-
| SCE_NP_CORE_ERROR_NAMESPACE_ALREADY_EXISTS || 0x8002A53C ||  
| SCE_NP_CORE_ERROR_NAMESPACE_ALREADY_EXISTS || 0x8002a53c ||  
|-
|-
| SCE_NP_CORE_ERROR_FROM_ALREADY_EXISTS || 0x8002A53D ||  
| SCE_NP_CORE_ERROR_FROM_ALREADY_EXISTS || 0x8002a53d ||  
|-
|-
| SCE_NP_CORE_ERROR_MODULE_NOT_REGISTERED || 0x8002A53E ||  
| SCE_NP_CORE_ERROR_MODULE_NOT_REGISTERED || 0x8002a53e ||  
|-
|-
| SCE_NP_CORE_ERROR_MODULE_FROM_NOT_FOUND || 0x8002A53F ||  
| SCE_NP_CORE_ERROR_MODULE_FROM_NOT_FOUND || 0x8002a53f ||  
|-
|-
| SCE_NP_CORE_ERROR_UNKNOWN_NAMESPACE || 0x8002A540 ||  
| SCE_NP_CORE_ERROR_UNKNOWN_NAMESPACE || 0x8002a540 ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_VERSION || 0x8002A541 ||  
| SCE_NP_CORE_ERROR_INVALID_VERSION || 0x8002a541 ||  
|-
|-
| SCE_NP_CORE_ERROR_LOGIN_TIMEOUT || 0x8002A542 || Connection to PSN timed out
| SCE_NP_CORE_ERROR_LOGIN_TIMEOUT || 0x8002a542 ||  
|-
|-
| SCE_NP_CORE_ERROR_TOO_MANY_SESSIONS || 0x8002A543 || Issue connecting to PSN
| SCE_NP_CORE_ERROR_TOO_MANY_SESSIONS || 0x8002a543 ||  
|-
|-
| SCE_NP_CORE_ERROR_SENDLIST_NOT_FOUND || 0x8002A544 ||  
| SCE_NP_CORE_ERROR_SENDLIST_NOT_FOUND || 0x8002a544 ||  
|-
|-
| SCE_NP_CORE_ERROR_NO_ID || 0x8002A545 ||  
| SCE_NP_CORE_ERROR_NO_ID || 0x8002a545 ||  
|-
|-
| SCE_NP_CORE_ERROR_LOAD_CERTS || 0x8002A546 ||  
| SCE_NP_CORE_ERROR_LOAD_CERTS || 0x8002a546 ||  
|-
|-
| SCE_NP_CORE_ERROR_NET_SELECT || 0x8002A547 ||  
| SCE_NP_CORE_ERROR_NET_SELECT || 0x8002a547 ||  
|-
|-
| SCE_NP_CORE_ERROR_DISCONNECTED || 0x8002A548 || "An error has occurred. You have been signed out of PSN (8002A548)." / Issue connecting to PSN // PSN down, internet connection issues, ISP issues, network equipment issues or console issues
| SCE_NP_CORE_ERROR_DISCONNECTED || 0x8002a548 ||  
|-
|-
| SCE_NP_CORE_ERROR_TICKET_TOO_SMALL || 0x8002A549 ||  
| SCE_NP_CORE_ERROR_TICKET_TOO_SMALL || 0x8002a549 ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_TICKET || 0x8002A54A ||  
| SCE_NP_CORE_ERROR_INVALID_TICKET || 0x8002a54a ||  
|-
|-
| SCE_NP_CORE_ERROR_INVALID_ONLINEID<br />SCE_NP_CORE_ERROR_INVALID_PSHANDLE || 0x8002A54B ||  
| SCE_NP_CORE_ERROR_INVALID_ONLINEID || 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,358:
| SCE_NP_COMMERCE_ERROR_REQ_NOT_FOUND || 0x80029409 ||  
| SCE_NP_COMMERCE_ERROR_REQ_NOT_FOUND || 0x80029409 ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_REQID_NOT_AVAILABLE || 0x8002940A ||  
| SCE_NP_COMMERCE_ERROR_REQID_NOT_AVAILABLE || 0x8002940a ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_CATEGORY_ID || 0x8002940B ||  
| SCE_NP_COMMERCE_ERROR_INVALID_CATEGORY_ID || 0x8002940b ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_LANG_CODE || 0x8002940C ||  
| SCE_NP_COMMERCE_ERROR_INVALID_LANG_CODE || 0x8002940c ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_REQ_BUSY || 0x8002940D ||  
| SCE_NP_COMMERCE_ERROR_REQ_BUSY || 0x8002940d ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INSUFFICIENT_BUFFER || 0x8002940E ||  
| SCE_NP_COMMERCE_ERROR_INSUFFICIENT_BUFFER || 0x8002940e ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_REQ_STATE || 0x8002940F ||  
| SCE_NP_COMMERCE_ERROR_INVALID_REQ_STATE || 0x8002940f ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_CTX_STATE || 0x80029410 ||  
| SCE_NP_COMMERCE_ERROR_INVALID_CTX_STATE || 0x80029410 ||  
Line 1,438: Line 1,390:
| SCE_NP_COMMERCE_ERROR_INVALID_PROVIDER_ID || 0x80029419 ||  
| SCE_NP_COMMERCE_ERROR_INVALID_PROVIDER_ID || 0x80029419 ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_NUM || 0x8002941A ||  
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_NUM || 0x8002941a ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_SKU_ID || 0x8002941B ||  
| SCE_NP_COMMERCE_ERROR_INVALID_SKU_ID || 0x8002941b ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_ID || 0x8002941C ||  
| SCE_NP_COMMERCE_ERROR_INVALID_DATA_FLAG_ID || 0x8002941c ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_GPC_SEND_REQUEST || 0x8002941D ||  
| SCE_NP_COMMERCE_ERROR_GPC_SEND_REQUEST || 0x8002941d ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_GDF_SEND_REQUEST || 0x8002941E ||  
| SCE_NP_COMMERCE_ERROR_GDF_SEND_REQUEST || 0x8002941e ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_SDF_SEND_REQUEST || 0x8002941F ||  
| SCE_NP_COMMERCE_ERROR_SDF_SEND_REQUEST || 0x8002941f ||  
|-
|-
| SCE_NP_COMMERCE_ERROR_PARSE_PRODUCT_CATEGORY || 0x80029421 ||  
| SCE_NP_COMMERCE_ERROR_PARSE_PRODUCT_CATEGORY || 0x80029421 ||  
Line 1,504: Line 1,456:
| SCE_NP_COMMERCE_BROWSE_SERVER_ERROR_INTERNAL_SERVER || 0x80029680 ||  
| SCE_NP_COMMERCE_BROWSE_SERVER_ERROR_INTERNAL_SERVER || 0x80029680 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNKNOWN || 0x80029D00 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNKNOWN || 0x80029d00 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029D01 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029d01 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029D02 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029d02 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_END || 0x80029D03 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_END || 0x80029d03 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_STOP || 0x80029D04 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_STOP || 0x80029d04 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_BUSY || 0x80029D05 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_SERVICE_BUSY || 0x80029d05 ||  
|-
|-
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029D06 ||  
| SCE_NP_COMMERCE_GDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029d06 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNKNOWN || 0x80029E00 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNKNOWN || 0x80029e00 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029E01 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_CREDENTIALS || 0x80029e01 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029E02 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_INVALID_FLAGLIST || 0x80029e02 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_END || 0x80029E03 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_END || 0x80029e03 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_STOP || 0x80029E04 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_STOP || 0x80029e04 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_BUSY || 0x80029E05 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_SERVICE_BUSY || 0x80029e05 ||  
|-
|-
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029E06 ||  
| SCE_NP_COMMERCE_SDF_SERVER_ERROR_UNSUPPORTED_VERSION || 0x80029e06 ||  
|-
|-
!colspan="3" | NP DRM error  
!colspan="3" | NP DRM error  
|-
|-
| SCE_NP_DRM_ERROR_OUT_OF_MEMORY || 0x80029501 || Connection issue
| SCE_NP_DRM_ERROR_OUT_OF_MEMORY || 0x80029501 ||  
|-
|-
| SCE_NP_DRM_ERROR_INVALID_PARAM || 0x80029502 ||  
| SCE_NP_DRM_ERROR_INVALID_PARAM || 0x80029502 ||  
|-
|-
| SCE_NP_DRM_ERROR_SERVER_RESPONSE || 0x80029509 || PSN down for maintenance
| SCE_NP_DRM_ERROR_SERVER_RESPONSE || 0x80029509 ||  
|-
|-
| SCE_NP_DRM_ERROR_NO_ENTITLEMENT || 0x80029513 || This content cannot be accessed on your account (in case of an [[EDAT files|edat]] for unlock a demo/purchase game this error might not be returned, turn the [[QA_Flagging#Debug_Settings_.28CEX.2FDEX.29|NPDRM Debug option]] to OFF to get entitlement for unlock the full game)
| SCE_NP_DRM_ERROR_NO_ENTITLEMENT || 0x80029513 || This content cannot be accessed on your account (in case of an [[EDAT files|edat]] for unlock a demo/purchase game this error might not be returned, turn the [[QA_Flagging#Debug_Settings_.28CEX.2FDEX.29|NPDRM Debug option]] to OFF to get entitlement for unlock the full game)
|-
|-
| SCE_NP_DRM_ERROR_BAD_ACT || 0x80029514 || Activate console (if already activated for game content, de-activate and re-activate it); if issues continue then contact Sony
| SCE_NP_DRM_ERROR_BAD_ACT || 0x80029514 ||  
|-
|-
| SCE_NP_DRM_ERROR_BAD_FORMAT || 0x80029515 ||  
| SCE_NP_DRM_ERROR_BAD_FORMAT || 0x80029515 ||  
Line 1,552: Line 1,504:
| SCE_NP_DRM_ERROR_BAD_PERM || 0x80029519 || Bad Permission - when trying to open FSELF PKG's on Retail/starting npdrm fself without installing first.
| SCE_NP_DRM_ERROR_BAD_PERM || 0x80029519 || Bad Permission - when trying to open FSELF PKG's on Retail/starting npdrm fself without installing first.
|-
|-
| SCE_NP_DRM_ERROR_UNKNOWN_VERSION || 0x8002951A ||  
| SCE_NP_DRM_ERROR_UNKNOWN_VERSION || 0x8002951a ||  
|-
|-
| SCE_NP_DRM_ERROR_TIME_LIMIT || 0x8002951B ||  
| SCE_NP_DRM_ERROR_TIME_LIMIT || 0x8002951b ||  
|-
|-
| SCE_NP_DRM_ERROR_DIFFERENT_ACCOUNT_ID || 0x8002951C ||  
| SCE_NP_DRM_ERROR_DIFFERENT_ACCOUNT_ID || 0x8002951c ||  
|-
|-
| SCE_NP_DRM_ERROR_DIFFERENT_DRM_TYPE || 0x8002951D ||  
| SCE_NP_DRM_ERROR_DIFFERENT_DRM_TYPE || 0x8002951d ||  
|-
|-
| SCE_NP_DRM_ERROR_SERVICE_NOT_STARTED || 0x8002951E || "This content is not available before the start date."
| SCE_NP_DRM_ERROR_SERVICE_NOT_STARTED || 0x8002951e || "This content is not available before the start date."
|-
|-
| SCE_NP_DRM_ERROR_BUSY || 0x80029520 ||  
| SCE_NP_DRM_ERROR_BUSY || 0x80029520 ||  
Line 1,577: Line 1,529:
| SCE_NP_DRM_ERROR_K_LICENSEE || 0x80029534 ||  
| SCE_NP_DRM_ERROR_K_LICENSEE || 0x80029534 ||  
|-
|-
| SCE_NP_DRM_??? || 0x80029536 || Edat header signature verification failed
| SCE_NP_DRM_INSTALL_ERROR_CHECK || 0x80029564 || Invalid package - Package files are corrupted - Package requirements are not fullfilled (files were not created with make_package_npdrm)
|-
| SCE_NP_DRM_??? || 0x80029537 || Wrong DrmType on ISO.BIN.EDAT (E.G. Type 3 on PS1 classics)
|-
| SCE_NP_DRM_INSTALL_ERROR_FORMAT || 0x80029563 || Invalid format - Package files are corrupted - Package requirements are not fulfilled (files were not created with make_package_npdrm)
|-
| SCE_NP_DRM_INSTALL_ERROR_CHECK || 0x80029564 || Invalid package - Package files are corrupted - Package requirements are not fulfilled (files were not created with make_package_npdrm)
|-
|-
| SCE_NP_DRM_??? || 0x80029565 || Package install error -  
| SCE_NP_DRM_??? || 0x80029565 || Package install error -  
Line 1,600: Line 1,546:
|-
|-
| SCE_NP_DRM_SERVER_ERROR_INVALID_PRODUCT_ID || 0x80029722 ||  
| SCE_NP_DRM_SERVER_ERROR_INVALID_PRODUCT_ID || 0x80029722 ||  
|-
| ? || 0x80029724 || PSN/activation related, not possible to download own PSN content. Known solution is to restore file system.
|-
|-
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_CLOSED || 0x80029730 ||  
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_CLOSED || 0x80029730 ||  
Line 1,607: Line 1,551:
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_SUSPENDED || 0x80029731 ||  
| SCE_NP_DRM_SERVER_ERROR_ACCOUNT_IS_SUSPENDED || 0x80029731 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_ACTIVATED_CONSOLE_IS_FULL || 0x80029750 || Too many PSP's activated to PSN account
| SCE_NP_DRM_SERVER_ERROR_ACTIVATED_CONSOLE_IS_FULL || 0x80029750 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_CONSOLE_NOT_ACTIVATED || 0x80029751 || Console not activated
| SCE_NP_DRM_SERVER_ERROR_CONSOLE_NOT_ACTIVATED || 0x80029751 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_PRIMARY_CONSOLE_CANNOT_CHANGED || 0x80029752 || Content being played on two different consoles. Wait 24 hours before attempting to play the content on a different console
| SCE_NP_DRM_SERVER_ERROR_PRIMARY_CONSOLE_CANNOT_CHANGED || 0x80029752 ||  
|-
|-
| SCE_NP_DRM_SERVER_ERROR_UNKNOWN || 0x80029780 || e.g. when spoofed on 3.55 without PSN+ and trying to download/activate PSN+ content
| SCE_NP_DRM_SERVER_ERROR_UNKNOWN || 0x80029780 || e.g. when spoofed on 3.55 without PSN+ and trying to download/activate PSN+ content
Line 1,625: Line 1,569:
| SCE_NP_MATCHING2_ERROR_CONTEXT_MAX || 0x80022304 ||  
| SCE_NP_MATCHING2_ERROR_CONTEXT_MAX || 0x80022304 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONTEXT_ALREADY_EXISTS || 0x80022305 || Software could not be loaded
| SCE_NP_MATCHING2_ERROR_CONTEXT_ALREADY_EXISTS || 0x80022305 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONTEXT_NOT_FOUND || 0x80022306 ||  
| SCE_NP_MATCHING2_ERROR_CONTEXT_NOT_FOUND || 0x80022306 ||  
Line 1,635: Line 1,579:
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_FOUND || 0x80022309 ||  
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_FOUND || 0x80022309 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ARGUMENT || 0x8002230A ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ARGUMENT || 0x8002230a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_CONTEXT_ID || 0x8002230B ||  
| SCE_NP_MATCHING2_ERROR_INVALID_CONTEXT_ID || 0x8002230b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_SERVER_ID || 0x8002230C ||  
| SCE_NP_MATCHING2_ERROR_INVALID_SERVER_ID || 0x8002230c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_WORLD_ID || 0x8002230D ||  
| SCE_NP_MATCHING2_ERROR_INVALID_WORLD_ID || 0x8002230d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_LOBBY_ID || 0x8002230E ||  
| SCE_NP_MATCHING2_ERROR_INVALID_LOBBY_ID || 0x8002230e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ROOM_ID || 0x8002230F ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ROOM_ID || 0x8002230f ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_MEMBER_ID || 0x80022310 ||  
| SCE_NP_MATCHING2_ERROR_INVALID_MEMBER_ID || 0x80022310 ||  
Line 1,667: Line 1,611:
| SCE_NP_MATCHING2_ERROR_INVALID_MESSAGE_TARGET || 0x80022319 ||  
| SCE_NP_MATCHING2_ERROR_INVALID_MESSAGE_TARGET || 0x80022319 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_RANGE_FILTER_MAX || 0x8002231A ||  
| SCE_NP_MATCHING2_ERROR_RANGE_FILTER_MAX || 0x8002231a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INSUFFICIENT_BUFFER || 0x8002231B ||  
| SCE_NP_MATCHING2_ERROR_INSUFFICIENT_BUFFER || 0x8002231b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_DESTINATION_DISAPPEARED || 0x8002231C ||  
| SCE_NP_MATCHING2_ERROR_DESTINATION_DISAPPEARED || 0x8002231c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_REQUEST_TIMEOUT || 0x8002231D || Connection timed out
| SCE_NP_MATCHING2_ERROR_REQUEST_TIMEOUT || 0x8002231d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ALIGNMENT || 0x8002231E ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ALIGNMENT || 0x8002231e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_REQUEST_CB_QUEUE_OVERFLOW || 0x8002231F ||  
| SCE_NP_MATCHING2_ERROR_REQUEST_CB_QUEUE_OVERFLOW || 0x8002231f ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_EVENT_CB_QUEUE_OVERFLOW || 0x80022320 ||  
| SCE_NP_MATCHING2_ERROR_EVENT_CB_QUEUE_OVERFLOW || 0x80022320 ||  
Line 1,683: Line 1,627:
| SCE_NP_MATCHING2_ERROR_MSG_CB_QUEUE_OVERFLOW || 0x80022321 ||  
| SCE_NP_MATCHING2_ERROR_MSG_CB_QUEUE_OVERFLOW || 0x80022321 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONNECTION_CLOSED_BY_SERVER || 0x80022322 || Could not connect to the server
| SCE_NP_MATCHING2_ERROR_CONNECTION_CLOSED_BY_SERVER || 0x80022322 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_SSL_VERIFY_FAILED || 0x80022323 ||  
| SCE_NP_MATCHING2_ERROR_SSL_VERIFY_FAILED || 0x80022323 ||  
Line 1,699: Line 1,643:
| SCE_NP_MATCHING2_ERROR_INVALID_SESSION_TYPE || 0x80022329 ||  
| SCE_NP_MATCHING2_ERROR_INVALID_SESSION_TYPE || 0x80022329 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CLAN_LOBBY_NOT_EXIST || 0x8002232A ||  
| SCE_NP_MATCHING2_ERROR_CLAN_LOBBY_NOT_EXIST || 0x8002232a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_NP_SIGNED_OUT || 0x8002232B ||  
| SCE_NP_MATCHING2_ERROR_NP_SIGNED_OUT || 0x8002232b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CONTEXT_UNAVAILABLE || 0x8002232C ||  
| SCE_NP_MATCHING2_ERROR_CONTEXT_UNAVAILABLE || 0x8002232c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_AVAILABLE || 0x8002232D ||  
| SCE_NP_MATCHING2_ERROR_SERVER_NOT_AVAILABLE || 0x8002232d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_NOT_ALLOWED || 0x8002232E ||  
| SCE_NP_MATCHING2_ERROR_NOT_ALLOWED || 0x8002232e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_ABORTED || 0x8002232F ||  
| SCE_NP_MATCHING2_ERROR_ABORTED || 0x8002232f ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_REQUEST_NOT_FOUND || 0x80022330 ||  
| SCE_NP_MATCHING2_ERROR_REQUEST_NOT_FOUND || 0x80022330 ||  
Line 1,731: Line 1,675:
| SCE_NP_MATCHING2_ERROR_EVENT_DATA_NOT_FOUND || 0x80022339 ||  
| SCE_NP_MATCHING2_ERROR_EVENT_DATA_NOT_FOUND || 0x80022339 ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_KEEPALIVE_TIMEOUT || 0x8002233A || Issue connecting to the internet
| SCE_NP_MATCHING2_ERROR_KEEPALIVE_TIMEOUT || 0x8002233a ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_TIMEOUT_TOO_SHORT || 0x8002233B ||  
| SCE_NP_MATCHING2_ERROR_TIMEOUT_TOO_SHORT || 0x8002233b ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_TIMEDOUT || 0x8002233C || Connection timed out
| SCE_NP_MATCHING2_ERROR_TIMEDOUT || 0x8002233c ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CREATE_HEAP || 0x8002233D ||  
| SCE_NP_MATCHING2_ERROR_CREATE_HEAP || 0x8002233d ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_INVALID_ATTRIBUTE_SIZE || 0x8002233E ||  
| SCE_NP_MATCHING2_ERROR_INVALID_ATTRIBUTE_SIZE || 0x8002233e ||  
|-
|-
| SCE_NP_MATCHING2_ERROR_CANNOT_ABORT || 0x8002233F ||
| SCE_NP_MATCHING2_ERROR_CANNOT_ABORT || 0x8002233f ||
|-
|-
!colspan="3" | Matching2 Resolver errors  
!colspan="3" | Matching2 Resolver errors  
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_DNS_SERVER || 0x800223A2 || DNS server is not set
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_DNS_SERVER || 0x800223a2 || DNS server is not set
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_INVALID_PACKET || 0x800223AD || received DNS response was invalid
| SCE_NP_MATCHING2_RESOLVER_ERROR_INVALID_PACKET || 0x800223ad || received DNS response was invalid
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_TIMEOUT || 0x800223B0 || timeout
| SCE_NP_MATCHING2_RESOLVER_ERROR_TIMEOUT || 0x800223b0 || timeout
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_RECORD || 0x800223B1 || no record for this query
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_RECORD || 0x800223b1 || no record for this query
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_PACKET_FORMAT || 0x800223B2 || server could not recognize DNS query packet
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_PACKET_FORMAT || 0x800223b2 || server could not recognize DNS query packet
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_FAILURE || 0x800223B3 || Server failure
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_FAILURE || 0x800223b3 || Server failure
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_HOST || 0x800223B4 || there is no entry for this hostname
| SCE_NP_MATCHING2_RESOLVER_ERROR_NO_HOST || 0x800223b4 || there is no entry for this hostname
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_NOT_IMPLEMENTED || 0x800223B5 || Kind of query is not supported
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_NOT_IMPLEMENTED || 0x800223b5 || Kind of query is not supported
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_REFUSED || 0x800223B6 || Refused by server
| SCE_NP_MATCHING2_RESOLVER_ERROR_RES_SERVER_REFUSED || 0x800223b6 || Refused by server
|-
|-
| SCE_NP_MATCHING2_RESOLVER_ERROR_RESP_TRUNCATED || 0x800223BC || the response was truncated
| SCE_NP_MATCHING2_RESOLVER_ERROR_RESP_TRUNCATED || 0x800223bc || the response was truncated
|-
|-
!colspan="3" | NP Matching2 Server error  
!colspan="3" | NP Matching2 Server error  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BAD_REQUEST || 0x80022B01 ||
| SCE_NP_MATCHING2_SERVER_ERROR_BAD_REQUEST || 0x80022b01 ||  
|-
| SCE_NP_MATCHING2_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x80022B02 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BUSY || 0x80022B03 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_SERVICE_UNAVAILABLE || 0x80022b02 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_END_OF_SERVICE || 0x80022B04 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_BUSY || 0x80022b03 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80022B05 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_END_OF_SERVICE || 0x80022b04 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_PLAYER_BANNED || 0x80022B06 || Player banned from matching service
| SCE_NP_MATCHING2_SERVER_ERROR_INTERNAL_SERVER_ERROR || 0x80022b05 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_FORBIDDEN || 0x80022B07 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_PLAYER_BANNED || 0x80022b06 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BLOCKED || 0x80022B08 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_FORBIDDEN || 0x80022b07 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_UNSUPPORTED_NP_ENV || 0x80022B09 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_BLOCKED || 0x80022b08 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_TICKET || 0x80022B0A ||  
| SCE_NP_MATCHING2_SERVER_ERROR_UNSUPPORTED_NP_ENV || 0x80022b09 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNATURE || 0x80022B0B ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_TICKET || 0x80022b0a ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_EXPIRED_TICKET || 0x80022B0C ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNATURE || 0x80022b0b ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ENTITLEMENT_REQUIRED || 0x80022B0D ||  
| SCE_NP_MATCHING2_SERVER_ERROR_EXPIRED_TICKET || 0x80022b0c ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_CONTEXT || 0x80022B0E ||  
| SCE_NP_MATCHING2_SERVER_ERROR_ENTITLEMENT_REQUIRED || 0x80022b0d ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_CLOSED || 0x80022B0F ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_CONTEXT || 0x80022b0e ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_TITLE || 0x80022B10 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_CLOSED || 0x80022b0f ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_WORLD || 0x80022B11 || Software could not be loaded
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_TITLE || 0x80022b10 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY || 0x80022B12 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_WORLD || 0x80022b11 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM || 0x80022B13 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY || 0x80022b12 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY_INSTANCE || 0x80022B14 || Lobby no longer exists
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM || 0x80022b13 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM_INSTANCE || 0x80022B15 || Room no longer exists
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_LOBBY_INSTANCE || 0x80022b14 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_PASSWORD_MISMATCH || 0x80022B17 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_ROOM_INSTANCE || 0x80022b15 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_LOBBY_FULL || 0x80022B18 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_PASSWORD_MISMATCH || 0x80022b17 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_FULL || 0x80022B19 || Room is full
| SCE_NP_MATCHING2_SERVER_ERROR_LOBBY_FULL || 0x80022b18 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_GROUP_FULL || 0x80022B1B ||  
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_FULL || 0x80022b19 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_USER || 0x80022B1C ||  
| SCE_NP_MATCHING2_SERVER_ERROR_GROUP_FULL || 0x80022b1b ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_TITLE_PASSPHRASE_MISMATCH || 0x80022B1E ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_USER || 0x80022b1c ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO || 0x80022B1F ||  
| SCE_NP_MATCHING2_SERVER_ERROR_TITLE_PASSPHRASE_MISMATCH || 0x80022b1e ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO_SIGNATURE || 0x80022B20 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO || 0x80022b1f ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO || 0x80022B21 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_USER_INFO_SIGNATURE || 0x80022b20 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO_SIGNATURE || 0x80022B22 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO || 0x80022b21 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION || 0x80022B23 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_INFO_SIGNATURE || 0x80022b22 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION_SIGNATURE || 0x80022B24 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION || 0x80022b23 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_LOBBY || 0x80022B25 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_INVALID_SIGNED_INSTANCE_CONFIGURATION_SIGNATURE || 0x80022b24 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_ROOM || 0x80022B26 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_LOBBY || 0x80022b25 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BANNED_CONSOLE || 0x80022B28 || Console banned from matching service
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_ROOM || 0x80022b26 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_JOIN_GROUP_LABEL || 0x80022B29 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_BANNED_CONSOLE || 0x80022b28 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_GROUP || 0x80022B2A ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_JOIN_GROUP_LABEL || 0x80022b29 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NO_PASSWORD || 0x80022B2B ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_SUCH_GROUP || 0x80022b2a ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_SLOT_GROUP || 0x80022B2C ||  
| SCE_NP_MATCHING2_SERVER_ERROR_NO_PASSWORD || 0x80022b2b ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_PASSWORD_MASK || 0x80022B2D ||  
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_SLOT_GROUP || 0x80022b2c ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_GROUP_LABEL || 0x80022B2E ||  
| SCE_NP_MATCHING2_SERVER_ERROR_MAX_OVER_PASSWORD_MASK || 0x80022b2d ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_REQUEST_OVERFLOW || 0x80022B2F ||  
| SCE_NP_MATCHING2_SERVER_ERROR_DUPLICATE_GROUP_LABEL || 0x80022b2e ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ALREADY_JOINED || 0x80022B30 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_REQUEST_OVERFLOW || 0x80022b2f ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_NAT_TYPE_MISMATCH || 0x80022B31 ||  
| SCE_NP_MATCHING2_SERVER_ERROR_ALREADY_JOINED || 0x80022b30 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_INCONSISTENCY || 0x80022B32 ||
| SCE_NP_MATCHING2_SERVER_ERROR_NAT_TYPE_MISMATCH || 0x80022b31 ||  
|-
|-
| SCE_NP_MATCHING2_SERVER_ERROR_BLOCKED_USER_IN_ROOM || 0x80022B33 ||
| SCE_NP_MATCHING2_SERVER_ERROR_ROOM_INCONSISTENCY || 0x80022b32 ||
|-
|-
!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,823:
| 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,839:
| 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,855:
| 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,873:
| 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,883:
| 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,933:
| 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,949:
| 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,963:
| 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,980:
|-
|-
| 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,995:
| SCE_NP_COMMERCE2_ERROR_INVALID_MEMORY_CONTAINER || 0x80023009 ||  
| SCE_NP_COMMERCE2_ERROR_INVALID_MEMORY_CONTAINER || 0x80023009 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_MEMORY_CONTAINER || 0x8002300A ||  
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_MEMORY_CONTAINER || 0x8002300a ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_OUT_OF_MEMORY || 0x8002300B ||  
| SCE_NP_COMMERCE2_ERROR_OUT_OF_MEMORY || 0x8002300b ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_CTX_NOT_FOUND || 0x8002300C ||  
| SCE_NP_COMMERCE2_ERROR_CTX_NOT_FOUND || 0x8002300c ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_CTXID_NOT_AVAILABLE || 0x8002300D ||  
| SCE_NP_COMMERCE2_ERROR_CTXID_NOT_AVAILABLE || 0x8002300d ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_REQ_NOT_FOUND || 0x8002300E ||  
| SCE_NP_COMMERCE2_ERROR_REQ_NOT_FOUND || 0x8002300e ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_REQID_NOT_AVAILABLE || 0x8002300F ||  
| SCE_NP_COMMERCE2_ERROR_REQID_NOT_AVAILABLE || 0x8002300f ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_ABORTED || 0x80023010 ||  
| SCE_NP_COMMERCE2_ERROR_ABORTED || 0x80023010 ||  
Line 2,073: Line 2,019:
| SCE_NP_COMMERCE2_ERROR_UNKNOWN || 0x80023015 ||  
| SCE_NP_COMMERCE2_ERROR_UNKNOWN || 0x80023015 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_SERVER_MAINTENANCE || 0x80023016 || PSN may be down for maintenance
| SCE_NP_COMMERCE2_ERROR_SERVER_MAINTENANCE || 0x80023016 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_SERVER_UNKNOWN || 0x80023017 || "An error has occurred. (80023017)" // PSN under maintenance or congestion in internet service
| SCE_NP_COMMERCE2_ERROR_SERVER_UNKNOWN || 0x80023017 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_BUF_SIZE || 0x80023018 ||  
| SCE_NP_COMMERCE2_ERROR_INSUFFICIENT_BUF_SIZE || 0x80023018 ||  
Line 2,081: Line 2,027:
| 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,051:
| SCE_NP_COMMERCE2_ERROR_TLV_LESS_THAN_MINLEN || 0x80023089 ||  
| SCE_NP_COMMERCE2_ERROR_TLV_LESS_THAN_MINLEN || 0x80023089 ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_TLV_DATALEN_TOO_LONG || 0x8002308A ||  
| SCE_NP_COMMERCE2_ERROR_TLV_DATALEN_TOO_LONG || 0x8002308a ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_NPENV || 0x8002308B ||
| SCE_NP_COMMERCE2_ERROR_INVALID_NPENV || 0x8002308b ||
|-
|-
| SCE_NP_COMMERCE2_ERROR_TOO_LONG_NPENV || 0x8002308C ||  
| SCE_NP_COMMERCE2_ERROR_TOO_LONG_NPENV || 0x8002308c ||  
|-
|-
| SCE_NP_COMMERCE2_ERROR_INTERFACE_NOT_FOUND || 0x8002308D ||
| SCE_NP_COMMERCE2_ERROR_INTERFACE_NOT_FOUND || 0x8002308d ||
|-
|-
| SCE_NP_COMMERCE2_ERROR_PLUGIN_NOT_FOUND || 0x8002308E ||  
| SCE_NP_COMMERCE2_ERROR_PLUGIN_NOT_FOUND || 0x8002308e ||  
|-  
|-  
| SCE_NP_COMMERCE2_ERROR_DIALOG_CANCELED || 0x8002308F ||
| SCE_NP_COMMERCE2_ERROR_DIALOG_CANCELED || 0x8002308f ||  
|-
| SCE_NP_COMMERCE2_ERROR_INVALID_CLEN || 0x80023090 ||
|-
| SCE_NP_COMMERCE2_ERROR_UNKNOWN_COUNTRY_CODE || 0x80023091 ||
|-
| SCE_NP_COMMERCE2_ERROR_SEE_INPUT_ERROR || 0x80023092 || Unable to connect to PSN
|-
| SCE_NP_COMMERCE2_CS_ERROR_ABORTED || 0x800230C0 ||  
|-
|-
| SCE_NP_COMMERCE2_SC_ERROR_INVALID_RESPONSE || 0x800230E1 ||  
| SCE_NP_COMMERCE2_CS_ERROR_ABORTED || 0x800230c0 ||  
|-
|-
!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,081:
| 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,101:
| 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,246:
| 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,278:
| 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,310:
| SCE_NP_TROPHY_ERROR_INVALID_SIGNATURE || 0x80022929 ||  
| SCE_NP_TROPHY_ERROR_INVALID_SIGNATURE || 0x80022929 ||  
|-
|-
| SCE_NP_TROPHY_ERROR_ILLEGAL_UPDATE || 0x8002292A || Cannot update. An irresolvable discrepancy has been found between the registered data and the data trying to be registered. Possible causes are from a change in trophy grade or a reduction in the number of trophies from the previous install. Check the trophy configuration data, and remove the previously installed trophy set from the console.
| SCE_NP_TROPHY_ERROR_ILLEGAL_UPDATE || 0x8002292a || Cannot update. An irresolvable discrepancy has been found between the registered data and the data trying to be registered. Possible causes are from a change in trophy grade or a reduction in the number of trophies from the previous install. Check the trophy configuration data, and remove the previously installed trophy set from the console.
|-
|-
| SCE_NP_TROPHY_ERROR_SAVEDATA_USER_DOES_NOT_MATCH || 0x8002292B || This user cannot use trophies. A discrepancy has been found between the creator of the save data and the trophy user. No trophies can be unlocked during this gaming session.
| SCE_NP_TROPHY_ERROR_SAVEDATA_USER_DOES_NOT_MATCH || 0x8002292b || This user cannot use trophies. A discrepancy has been found between the creator of the save data and the trophy user. No trophies can be unlocked during this gaming session.
|-
|-
| SCE_NP_TROPHY_ERROR_TROPHY_ID_DOES_NOT_EXIST || 0x8002292C || The trophy ID does not exist
| SCE_NP_TROPHY_ERROR_TROPHY_ID_DOES_NOT_EXIST || 0x8002292c || The trophy ID does not exist
|-
|-
| SCE_NP_TROPHY_ERROR_SERVICE_UNAVAILABLE || 0x8002292D || The trophy service is currently unavailable
| SCE_NP_TROPHY_ERROR_SERVICE_UNAVAILABLE || 0x8002292d || The trophy service is currently unavailable
|-
|-
| SCE_NP_TROPHY_ERROR_INVALID_PLATFORM || 0x8002292E ||
| SCE_NP_TROPHY_ERROR_UNKNOWN || 0x800229ff ||Unknown internal error
|-
| SCE_NP_TROPHY_ERROR_UNKNOWN || 0x800229FF || Unknown internal error
|-
|-
!colspan="3" | NP Custom Menu Error
!colspan="3" | NP Custom Menu Error
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_ALREADY_INITIALIZED || 0x80023B01 ||  
| SCE_NP_CUSTOM_MENU_ERROR_ALREADY_INITIALIZED || 0x80023b01 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_NOT_INITIALIZED || 0x80023B02 ||  
| SCE_NP_CUSTOM_MENU_ERROR_NOT_INITIALIZED || 0x80023b02 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_OUT_OF_MEMORY || 0x80023B03 ||  
| SCE_NP_CUSTOM_MENU_ERROR_OUT_OF_MEMORY || 0x80023b03 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_NOT_SUPPORTED || 0x80023B04 ||  
| SCE_NP_CUSTOM_MENU_ERROR_NOT_SUPPORTED || 0x80023b04 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_INSUFFICIENT || 0x80023B05 ||  
| SCE_NP_CUSTOM_MENU_ERROR_INSUFFICIENT || 0x80023b05 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_CANCEL || 0x80023B06 ||  
| SCE_NP_CUSTOM_MENU_ERROR_CANCEL || 0x80023b06 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_STATUS || 0x80023B07 ||  
| SCE_NP_CUSTOM_MENU_ERROR_STATUS || 0x80023b07 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_BUSY || 0x80023B08 ||  
| SCE_NP_CUSTOM_MENU_ERROR_BUSY || 0x80023b08 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_ARGUMENT || 0x80023B09 ||  
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_ARGUMENT || 0x80023b09 ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_ABORT || 0x80023B0A ||  
| SCE_NP_CUSTOM_MENU_ERROR_ABORT || 0x80023b0a ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_NOT_REGISTERED || 0x80023B0B ||  
| SCE_NP_CUSTOM_MENU_ERROR_NOT_REGISTERED || 0x80023b0b ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_EXCEEDS_MAX || 0x80023B0C ||  
| SCE_NP_CUSTOM_MENU_ERROR_EXCEEDS_MAX || 0x80023b0c ||  
|-
|-
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_CHARACTER || 0x80023B0B ||
| SCE_NP_CUSTOM_MENU_ERROR_INVALID_CHARACTER || 0x80023b0d ||
|-
|-
!colspan="3" | SNS -&gt; Social Networks
!colspan="3" | SNS -&gt; Social Networks
Line 2,422: Line 2,357:
|-
|-
| 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,376:
| 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,392:
| SCE_NP_COMMERCE2_ERROR_WINDOWS_SYSTEM || 0x80860001 ||  
| SCE_NP_COMMERCE2_ERROR_WINDOWS_SYSTEM || 0x80860001 ||  
|-  
|-  
| SCE_NP_COMMERCE2_QS_ERROR_NO_SECURITY_QUESTION_TEXT || 0x800230D0 ||  
| SCE_NP_COMMERCE2_QS_ERROR_NO_SECURITY_QUESTION_TEXT || 0x800230d0 ||  
|-
|-
| SCE_NP_COMMERCE2_QS_ERROR_INSUFFICIENT_BUF || 0x800230D1 ||
| SCE_NP_COMMERCE2_QS_ERROR_INSUFFICIENT_BUF || 0x800230d1 ||
|-  
|-  
| SCE_NP_COMMERCE2_QS_ERROR_ABORTED || 0x800230D2 ||
| SCE_NP_COMMERCE2_QS_ERROR_ABORTED || 0x800230d2 ||
|-
| SCE_NP_COMMERCE2_QS_ERROR_INVALID_NPENV || 0x800230D3
|-
|-
| || 0x8002847C || psgm failed because the .pkg url wasn't 200 OK status code
| SCE_NP_COMMERCE2_QS_ERROR_INVALID_NPENV || 0x800230d3
|-
|-
|}
|}
Line 2,492: Line 2,407:
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
Unable to connect to PSN || 0x80028E01 || HTTP status error was returned from the server // Reboot console and try connecting again (PSN may be down for maintenance), if this fails, try connecting later; if setting up a network connection, settings may be incorrect; if issues continue then check internet connection
|  || 0x80028e01 || HTTP status error was returned from the server.
|-
|-
| Issue connecting to ISP || 0x80028E02 || "An error has occurred. You have been signed out of PSN (80028E02)" // No response from the server for Content-Length // Error from ISP or service requires a login; open browser and check for a message from ISP or a login page
| || 0x80028e02 || No response from the server for Content-Length.
|-
|-
|  || 0x80028E03 || Size of image list file is larger than 64KB.
|  || 0x80028e03 || Size of image list file is larger than 64KB.
|-
|-
|  || 0x80028E04 || Content-Length of image list file and the file size that can actually be received are invalid.
|  || 0x80028e04 || Content-Length of image list file and the file size that can actually be received are invalid.
|-
|-
|  || 0x80028E05 || Format of image list file is invalid.
|  || 0x80028e05 || Format of image list file is invalid.
|-
|-
| Issue connecting to ISP || 0x80028E06 || Image list file does not include the Dest parameter that indicates the destination. // Error from ISP or service requires a login; open browser and check for a message from ISP or a login page
| || 0x80028e06 || Image list file does not include the Dest parameter that indicates the destination.
|-
|-
|  || 0x80028E07 || Frequent disconnections by the server while downloading the updater.
|  || 0x80028e07 || Frequent disconnections by the server while downloading the updater.
|-
|-
| Could not check update data - low memory || 0x80028EA1 || Reboot console; if problem persists, may be connecting to incorrect update server; reset proxy server and make sure DNS setting is correct
| || 0x80028ea1 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA2 || Problem with network settings or network status.
|  || 0x80028ea2 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA3 || Problem with network settings or network status.
|  || 0x80028ea3 || Problem with network settings or network status.
|-
|-
| Latest system software has already been installed || 0x80028EA4 || No update is needed
| || 0x80028ea4 || Problem with network settings or network status.
|-
|-
| Issue connecting online || 0x80028EA5 || Reboot console and try connecting again or try connecting later (temporary congestion); if issues continue then check internet connection
| || 0x80028ea5 || Problem with network settings or network status.
|-
|-
| Can't download the system software || 0x80028EA6 || Proxy server is set. Connect to internet and turn off the proxy server
| || 0x80028ea6 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA7 || Problem with network settings or network status.
|  || 0x80028ea7 || Problem with network settings or network status.
|-
|-
Unable to connect to the internet || 0x80028EA8 || Check if PSN is up; if it is, connection info may be incorrect; may need to log in using the browser
|  || 0x80028ea8 || Problem with network settings or network status.
|-
|-
|  || 0x80028EA9 || Problem with network settings or network status.
|  || 0x80028ea9 || Problem with network settings or network status.
|-
|-
|  || 0x80028EAA || Problem with network settings or network status.
|  || 0x80028eaa || Problem with network settings or network status.
|-
|-
|  || 0x80028EAB || Problem with network settings or network status.
|  || 0x80028eab || Problem with network settings or network status.
|-
|-
|  || 0x80028EAC || Problem with network settings or network status.
|  || 0x80028eac || Problem with network settings or network status.
|-
|-
|  || 0x80028EAD || Problem with network settings or network status.
|  || 0x80028ead || Problem with network settings or network status.
|-
|-
| Cannot update the PS3 || 0x80029C41 || Turn off console for 10 seconds, then back on and try updating again; if issues continue, go into Safe Mode and select "Restore File System"; if that did not help, go into Safe Mode and select "Restore PS3 System"; if still having issues then send console in for repairs
| || 0x80029c9c || "The datatype is not supported" > Update data does not support downgrades. Seen when updating to lower version from XMB with QA-extra flag / System Update Debug enabled. Solution: Use Recovery Menu for QA flagged systems, for downgrades to 2.50/2.70 < 3.55
|-
|-
| Cannot update the PS3 || 0x80029C44 || Turn off console for 10 seconds, then back on and try updating again; if issues continue, go into Safe Mode and select "Restore File System"; if that did not help, go into Safe Mode and select "Restore PS3 System"; if still having issues then send console in for repairs
| || 0x8002f029 || Invalid update data. (TargetID related) / The data type is not supported. (8002F029) when trying to install Debug/DEX firmware on a Retail/CEX console.
|-
|-
|  || 0x80029C48 || Error occurred while accessing the HDD.
|  || 0x80029c68 || Error occurred while checking update data.
|-
|-
|  || 0x80029C54 || Error occurred while accessing the HDD.
|  || 0x8002f828 || Error occurred while checking update data.
|-
|-
Issues updating the PS3 || 0x80029C55 || Error occurred while accessing storage media.
|  || 0x8002f82b || Error occurred while checking update data.
|-
|-
|  || 0x80029C65 || Error occurred while accessing storage media.
|  || 0x8002f997 || Error occurred while checking update data.
|-
|-
| Cannot update the PS3 || 0x80029C68 || Error occurred while accessing storage media.
| || 0x80029c41 || Error occurred while accessing the HDD.
|-
|-
|  || 0x80029C75 || Error occurred while accessing storage media.
|  || 0x80029c44 || Error occurred while accessing the HDD.
|-
|-
| Unable to update the PS3 || 0x80029C77 || Reboot console, then run the update again (go to [Settings] > [System Update]); if issue occurs again then send console in for repairs  (Possible Bad Blocks on Nands in Bootloader area, cannot be remapped, but you can copy bootloader sector if one of the bootloaders is in tact and overwrite the bad one.  Requires New NAND replacement, patching as stated, and reflashing with flasher.
| || 0x80029c48 || Error occurred while accessing the HDD.
|-
|-
| System update error || 0x80029C78 || Reboot console, then update via Safe Mode; if issues continue then console may need repair
| || 0x80029c54 || Error occurred while accessing the HDD.
|-
|-
|  || 0x80029C9C || "The datatype is not supported" > Update data does not support downgrades. Seen when updating to lower version from XMB with QA-extra flag / System Update Debug enabled. Solution: Use Recovery Menu for QA flagged systems, for downgrades to 2.50/2.70 < 3.55
|  || 0x80029c55 || Error occurred while accessing storage media.
|-
|-
| System update file corrupted || 0x8002F020 || If downloading from a game disc, make sure the disc is not scratched and reboot console; if using external storage, reboot the console, then re-download the file; if downloading direct from system, reboot console; if issues continue then send console in for repairs
| || 0x80029c65 || Error occurred while accessing storage media.
|-
|-
|  || 0x8002F029 || Invalid update data. (TargetID related) / The data type is not supported. (8002F029) when trying to install Debug/DEX firmware on a Retail/CEX console.
|  || 0x80029c75 || Error occurred while accessing storage media.
|-
|-
| System update file corrupted || 0x8002F02B || If downloading from a game disc, make sure the disc is not scratched and reboot console; if using external storage, reboot the console, then re-download the file; if downloading direct from system, reboot console; if issues continue then send console in for repairs
|-
| System update file corrupted || 0x8002F02D || If downloading from a game disc, make sure the disc is not scratched and reboot console; if using external storage, reboot the console, then re-download the file; if downloading direct from system, reboot console; if issues continue then send console in for repairs
|-
| Unable to update || 0x8002F07C || Turn off console for 10 seconds, then back on and try updating again; if issues continue, go into Safe Mode and select "Restore File System"; if that did not help, go into Safe Mode and select "Restore PS3 System"; if still having issues then send console in for repairs
|-
| Issue updating the PS3 software || 0x8002F087 || Reboot console, re-download and install the update; if issues continue then send console in for repairs
|-
|  || 0x8002F828 || Error occurred while checking update data.
|-
|  || 0x8002F82B || Error occurred while checking update data.
|-
| Unable to update the PS3 || 0x8002F8DC || Issue with hard drive // Turn off console for 10 seconds, then back on and try updating again; if issues continue, go into Safe Mode and select "Restore File System"; if that did not help, go into Safe Mode and select "Restore PS3 System"; if still having issues then send console in for repairs
|-
|  Issue updating the PS3 system software || 0x8002F997 || Error occurred while checking update data; file may be corrupted.
|}
|}


Line 2,599: Line 2,499:
|-
|-
| CELL_SUBDISPLAY_ERROR_ZERO_REGISTERED || 0x80029813 || No PSP has been registered
| CELL_SUBDISPLAY_ERROR_ZERO_REGISTERED || 0x80029813 || No PSP has been registered
|-
| CELL_REMOTEPLAY_ERROR_INTERNAL || 0x80029830 ||
|-
|-
|}
|}
Line 2,720: Line 2,618:
| SYS_NET_ERROR_ECONNRESET || 0x80010236 ||  
| SYS_NET_ERROR_ECONNRESET || 0x80010236 ||  
|-
|-
| SYS_NET_ERROR_ENOBUFS || 0x80010237 || no free network buffers, usually caused by very high rate of filling/emptying the network queue
| SYS_NET_ERROR_ENOBUFS || 0x80010237 ||  
|-
|-
| SYS_NET_ERROR_EISCONN || 0x80010238 ||  
| SYS_NET_ERROR_EISCONN || 0x80010238 ||  
Line 2,816: Line 2,714:
| 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,736:
| 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,744:
| 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,762:
| 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)
|-
| CELL_FTP_SERVICE_ERROR_NETWORK_NOT_INITIALIZED || 0x80130701 || Network access has not been initialized
|-
| CELL_FTP_SERVICE_ERROR_STORAGE_NOT_INITIALIZED || 0x80130702 || HDD access has not been initialized
|-
| CELL_FTP_SERVICE_ERROR_RTCLOCK_NOT_INITIALIZED || 0x80130703 || Real-time Clock has not been initialized
|-
| CELL_FTP_SERVICE_ERROR_ALREADY_RUNNING || 0x80130704 || An instance of the service is already running
|-
| CELL_FTP_SERVICE_ERROR_NOT_RUNNING || 0x80130705 || Service is not currently running
|-
| CELL_FTP_SERVICE_ERROR_NETWORK_ERROR || 0x80130706 || A core network error has occurred
|-
| CELL_FTP_SERVICE_ERROR_NULL_POINTER  || 0x80130707 || Null pointer error
|-
| CELL_FTP_SERVICE_ERROR_INTERNAL  || 0x801307FF || An internal error has occurred
|-
|-
!colspan="3" | Cell Http errors (libhttp)  
!colspan="3" | Cell Http errors (libhttp)  
Line 2,974: Line 2,854:
| 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,924:
| 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,932:
| 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,946:
| 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,338:
| 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,430:
| 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,514:
| 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,606:
| 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,612:
| 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,626:
| 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,816:
| 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,992:
| 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,192:
| 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,252:
| 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,468:
| 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,596:
| 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,662:
| 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,772:
| 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,784:
| 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,860:
| 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,866:
| CELL_HTTP_UTIL_ERROR_INVALID_REQUEST || 0x80711007 || Malformed request line
| CELL_HTTP_UTIL_ERROR_INVALID_REQUEST || 0x80711007 || Malformed request line
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_RESPONSE || 0x80711008 || Malformed response (status line) // Can happen if server doesnt respond with 'Connection: close' header
| CELL_HTTP_UTIL_ERROR_INVALID_RESPONSE || 0x80711008 || Malformed response (status line)
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_LENGTH || 0x80711009 || Invalid length of buffer
| CELL_HTTP_UTIL_ERROR_INVALID_LENGTH || 0x80711009 || Invalid length of buffer
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER || 0x8071100A || Illegal character
| CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER || 0x8071100a || Illegal character
|-
|-
!colspan="3" | Cell SSL errors (libssl)  
!colspan="3" | Cell SSL errors (libssl)  
Line 5,276: Line 5,156:
|-
|-
| CELL_AVC2_ERROR_NO_SESSION || 0x8002b70d || Function was called when the user has not joined an AV chat session
| CELL_AVC2_ERROR_NO_SESSION || 0x8002b70d || Function was called when the user has not joined an AV chat session
|-
| CELL_AVC2_ERROR_INCOMPATIBLE_PROTOCOL || 0x8002b70e ||
|-
|-
| CELL_AVC2_ERROR_WINDOW_ALREADY_EXISTS || 0x8002b70f || Window has already been created
| CELL_AVC2_ERROR_WINDOW_ALREADY_EXISTS || 0x8002b70f || Window has already been created
Line 5,283: Line 5,161:
| CELL_AVC2_ERROR_TOO_MANY_WINDOWS || 0x8002b710 || Number of windows has reached the maximum allowed
| CELL_AVC2_ERROR_TOO_MANY_WINDOWS || 0x8002b710 || Number of windows has reached the maximum allowed
|-
|-
| CELL_AVC2_ERROR_TOO_MANY_PEER_WINDOWS || 0x8002B711 || Number of peer windows has reached the maximum allowed
| CELL_AVC2_ERROR_TOO_MANY_PEER_WINDOWS || 0x8002b711 || Number of peer windows has reached the maximum allowed
|-
|-
| CELL_AVC2_ERROR_WINDOW_NOT_FOUND || 0x8002b712 || Window has not been created
| CELL_AVC2_ERROR_WINDOW_NOT_FOUND || 0x8002b712 || Window has not been created
Line 5,386: Line 5,264:
|-
|-
| CELL_VIDEO_UPLOAD_ERROR_INVALID_STATE || 0x8002d024 || Function was called in an incorrect state
| CELL_VIDEO_UPLOAD_ERROR_INVALID_STATE || 0x8002d024 || Function was called in an incorrect state
|-
| CELL_VIDEO_UPLOAD_ERROR_INTERNAL_INVALID_USER || 0x8002d040 ||
|-
| CELL_VIDEO_UPLOAD_ERROR_INTERNAL_BOUNDARY || 0x8002d041 ||
|-
|-
|}
|}
Line 5,863: Line 5,737:
!colspan="3" | Debug LV2 errors (liblv2dbg)  
!colspan="3" | Debug LV2 errors (liblv2dbg)  
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDPROCESSID || 0x80010401 ||  
| CELL_LV2DBG_ERROR_DEINVALIDARGUMENTS || 0x80010409 || Invalid arguments
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADID || 0x80010402 ||  
| CELL_LV2DBG_ERROR_DEOPERATIONDENIED || 0x8001042c || Call of a liblv2dbg public function within the PS3 environment
|-
|-
| CELL_LV2DBG_ERROR_DEILLEGALREGISTERTYPE || 0x80010403 ||  
|}
 
== DECI3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_LV2DBG_ERROR_DEILLEGALREGISTERNUMBER || 0x80010404 ||
!colspan="3" | DECI3 Remote File Protocol / File Management Protocol / Controller Protocol errors (drfp/dfmp/ctrlp)
|-
|-
| CELL_LV2DBG_ERROR_DEILLEGALTHREADSTATE || 0x80010405 ||  
| 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_LV2DBG_ERROR_DEINVALIDEFFECTIVEADDRESS || 0x80010406 ||  
| DRFP_ENOMEM / DFMP_ENOMEM / CTRLP_ENOMEM || 0x80010004 || Not enough memory
|-
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDPROCESSID || 0x80010407 ||  
| DRFP_ENOENT / DFMP_ENOENT || 0x80010006 || File could not be found, or filename is invalid
|-
|-
| CELL_LV2DBG_ERROR_DENOMEM || 0x80010408 ||  
| DRFP_EBUSY / DFMP_EBUSY / CTRLP_EBUSY || 0x8001000a || Already open (or already recording or playing)
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDARGUMENTS || 0x80010409 ||  
| DRFP_EISDIR / DFMP_EISDIR || 0x80010012 || Is a directory
|-
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDFILE || 0x8001040a ||  
| DRFP_EEXIST / DFMP_EEXIST || 0x80010014 || File already exists
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDFILETYPE || 0x8001040b ||  
| DRFP_EFBIG / DFMP_EFBIG || 0x80010020 || File is too big
|-
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDTHREADID || 0x8001040c ||  
| DRFP_ENOSPC / DFMP_ENOSPC || 0x80010023 || Space cannot be allocated on disk
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADSTATUS || 0x8001040d ||  
| DRFP_EROFS / DFMP_EROFS || 0x80010026 || Write access was requested for read-only file system
|-
|-
| CELL_LV2DBG_ERROR_DENOAVAILABLEPROCESSID || 0x8001040e ||  
| DRFP_EACCES / DFMP_EACCES || 0x80010029 || Do not have access rights
|-
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDEVENTHANDLER || 0x8001040f ||  
| DRFP_EBADF / DFMP_EBADF || 0x8001002a || File descriptor is invalid
|-
|-
| CELL_LV2DBG_ERROR_DESPNOROOM || 0x80010410 ||  
| DRFP_EIO / DFMP_EIO || 0x8001002b || I/O error
|-
|-
| CELL_LV2DBG_ERROR_DESPNOTFOUND || 0x80010411 ||  
| DRFP_EMFILE / DFMP_EMFILE || 0x8001002c || Maximum number of operable files exceeded
|-
|-
| CELL_LV2DBG_ERROR_DESPINPROCESS || 0x80010412 ||  
| DRFP_ENODEV / DFMP_ENODEV / CTRLP_ENODEV || 0x8001002d || Specified device does not exist (or disconnected)
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDPRIMARYSPUTHREADID || 0x80010413 ||  
| DRFP_ENOTDIR / DFMP_ENOTDIR || 0x8001002e || Not a directory
|-
|-
| CELL_LV2DBG_ERROR_DETHREADSTATEISNOTSTOPPED || 0x80010414 ||  
| DRFP_EXDEV / DFMP_EXDEV || 0x80010030 || Multiple devices are specified
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADTYPE || 0x80010415 ||  
| DRFP_ENAMETOOLONG / DFMP_ENAMETOOLONG || 0x80010034 || File pathname is too long
|-
|-
| CELL_LV2DBG_ERROR_DECONTINUEFAILED || 0x80010416 ||  
| DRFP_ENOTEMPTY / DFMP_ENOTEMPTY || 0x80010036 || Directory is not empty
|-
|-
| CELL_LV2DBG_ERROR_DESTOPFAILED || 0x80010417 ||  
| DRFP_ENOTSUP / DFMP_EUNSUP / CTRLP_EUNSUP || 0x80010037 || Request is not supported by this device
|-
|-
| CELL_LV2DBG_ERROR_DENOEXCEPTION || 0x80010418 ||  
| DRFP_ESPECIFIC / DFMP_EFSSPECIFIC || 0x80010038 || Undefined error
|-
|-
| CELL_LV2DBG_ERROR_DENOMOREEVENTQUE || 0x80010419 ||
!colspan="3" | DECI3 Systemcalls errors (libdeci3)
|-
|-
| CELL_LV2DBG_ERROR_DEEVENTQUENOTCREATED || 0x8001041a ||  
| SYS_DECI3_EINVAL || 0x80510201 || Invalid parameter
|-
|-
| CELL_LV2DBG_ERROR_DEEVENTQUEOVERFLOWED || 0x8001041b ||  
| SYS_DECI3_EBADF || 0x80510202 || Invalid session ID
|-
|-
| CELL_LV2DBG_ERROR_DENOTIMPLEMENTED || 0x8001041c ||  
| SYS_DECI3_EALREADYUSE || 0x80510203 || Session is already opened
|-
|-
| CELL_LV2DBG_ERROR_DEQUENOTREGISTERED || 0x8001041d ||  
| SYS_DECI3_EMFILE || 0x80510204 || Number of sessions that can be open simultaneously was exceeded
|-
|-
| CELL_LV2DBG_ERROR_DENOMOREEVENTPROCESS || 0x8001041e ||  
| SYS_DECI3_EPKTSIZE || 0x80510205 || Send data is too large
|-
|-
| CELL_LV2DBG_ERROR_DEPROCESSNOTREGISTERED || 0x8001041f ||  
| SYS_DECI3_ENOHOSTIF || 0x80510206 || Not connected with host
|-
|-
| CELL_LV2DBG_ERROR_DEEVENTDISCARDED || 0x80010420 ||  
| SYS_DECI3_ENOSPACE || 0x80510207 || Send buffer is full
|-
|-
| CELL_LV2DBG_ERROR_DENOMORESYNCID || 0x80010421 ||  
| SYS_DECI3_EPERM || 0x80510208 || Not in a state in which the function can be executed
|-
|-
| CELL_LV2DBG_ERROR_DESYNCIDALREADYADDED || 0x80010422 ||  
| SYS_DECI3_ENOMEM || 0x80510209 || Not enough memory
|-
|-
| CELL_LV2DBG_ERROR_DESYNCIDNOTFOUND || 0x80010423 ||  
| SYS_DECI3_EBUSY || 0x8051020a || Timeout occurred
|-
|-
| CELL_LV2DBG_ERROR_DESYNCIDNOTACQUIRED || 0x80010424 ||  
| SYS_DECI3_ENXIO || 0x8051020b || Communication device does not exist
|-
|-
| CELL_LV2DBG_ERROR_DEPROCESSALREADYREGISTERED || 0x80010425 ||  
| SYS_DECI3_EFAULT || 0x8051020c || Internal error occurred
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDLSADDRESS || 0x80010426 ||
!colspan="3" | Dtlib errors
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDOPERATION || 0x80010427 ||  
| DTLIB_INVALID_TARGETNAME || 50001<!--//5digit shortnumbers are not a typo!//--> || hostname is not valid
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDMODULEID || 0x80010428 ||  
| DTLIB_INVALID_SOCKET || 50002 || Socket is invalid
|-
|-
| CELL_LV2DBG_ERROR_DEHANDLERALREADYREGISTERED || 0x80010429 ||  
| DTLIB_INVALID_PCK || 50003 || Unknown packet was received, or packet is unrelated to specified deciH
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDHANDLER || 0x8001042a ||  
| DTLIB_INVALID_PERM || 50004 || Specified argument is invalid
|-
|-
| CELL_LV2DBG_ERROR_DEHANDLENOTREGISTERED || 0x8001042b ||  
| DTLIB_ERROR_READ || 50005 || Read of DECI header failed
|-
|-
| CELL_LV2DBG_ERROR_DEOPERATIONDENIED || 0x8001042c ||  
| DTLIB_INVALID_SIZE || 50006 || Packet size of DECI header is invalid
|-
|-
| CELL_LV2DBG_ERROR_DEHANDLERNOTINITIALIZED || 0x8001042d ||  
| DTLIB_DCMP_INVALHEAD || 50100 || Unsupported DECI header
|-
|-
| CELL_LV2DBG_ERROR_DEHANDLERALREADYINITIALIZED || 0x8001042e ||  
| DTLIB_DCMP_SYSTEM_OFF || 50101 || System power has dropped
|-
|-
| CELL_LV2DBG_ERROR_DEILLEGALCOREDUMPPARAMETER || 0x8001042f ||  
| DTLIB_DCMP_SYSTEM_SUSPENDED || 50102 || System is suspended
|-
|-
|}
| DTLIB_DCMP_LPAR_NONE || 50103 || Invalid LPAR
 
== DECI3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
!colspan="3" | DECI3 Remote File Protocol / File Management Protocol / Controller Protocol errors (drfp/dfmp/ctrlp)
| DTLIB_DCMP_LPAR_SUSPENDED || 50104 || LPAR is suspended
|-
|-
| 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)
| DTLIB_DCMP_NOCONNECT || 50105 || DECI3 Manager is not connected
|-
|-
| DRFP_ENOMEM / DFMP_ENOMEM / CTRLP_ENOMEM || 0x80010004 || Not enough memory
| DTLIB_DCMP_NOPROTO || 50106 || Invalid protocol number
|-
|-
| DRFP_ENOENT / DFMP_ENOENT || 0x80010006 || File could not be found, or filename is invalid
| DTLIB_DCMP_PRIORITY || 50107 || Invalid priority
|-
|-
| DRFP_EBUSY / DFMP_EBUSY / CTRLP_EBUSY || 0x8001000a || Already open (or already recording or playing)
| DTLIB_DCMP_NOSPACE || 50108 || Insufficient memory
|-
|-
| DRFP_EISDIR / DFMP_EISDIR || 0x80010012 || Is a directory
| DTLIB_DCMP_VERSION || 50110 || Unsupported DECI version
|-
|-
| DRFP_EEXIST / DFMP_EEXIST || 0x80010014 || File already exists
| DTLIB_NETMP_INVAL || 50121 || Invalid request (dtnetm error)
|-
|-
| DRFP_EFBIG / DFMP_EFBIG || 0x80010020 || File is too big
| DTLIB_NETMP_BUSY || 50122 || Another application is already connected using the same protocol, same port, and same priority (dtnetm error)
|-
|-
| DRFP_ENOSPC / DFMP_ENOSPC || 0x80010023 || Space cannot be allocated on disk
| DTLIB_NETMP_NOTCONNECT || 50123 || Not connected to dtnetm (dtnetm error)
|-
|-
| DRFP_EROFS / DFMP_EROFS || 0x80010026 || Write access was requested for read-only file system
| DTLIB_NETMP_ALREADYCONN || 50124 || Already connected (dtnetm error)
|-
|-
| DRFP_EACCES / DFMP_EACCES || 0x80010029 || Do not have access rights
| DTLIB_NETMP_NOMEM || 50125 || Insufficient memory (dtnetm error)
|-
|-
| DRFP_EBADF / DFMP_EBADF || 0x8001002a || File descriptor is invalid
| DTLIB_NETMP_INVALLPAR || 50126 || Invalid LPAR (dtnetm error)
|-
|-
| DRFP_EIO / DFMP_EIO || 0x8001002b || I/O error
| DTLIB_NETMP_INVALPRIORITY || 50127 || Invalid priority (dtnetm error)
|-
|-
| DRFP_EMFILE / DFMP_EMFILE || 0x8001002c || Maximum number of operable files exceeded
| DTLIB_NETMP_INVALPROTO || 50128 || Invalid protocol number (dtnetm error)
|-
|-
| DRFP_ENODEV / DFMP_ENODEV / CTRLP_ENODEV || 0x8001002d || Specified device does not exist (or disconnected)
| DTLIB_NETMP_POWER_OFF || 50129 || Target power is off (dtnetm error)
|-
|-
| DRFP_ENOTDIR / DFMP_ENOTDIR || 0x8001002e || Not a directory
| DTLIB_NETMP_NODECI_CONNECT || 50130 || DECI3 Manager is not connected (dtnetm error)
|-
|-
| DRFP_EXDEV / DFMP_EXDEV || 0x80010030 || Multiple devices are specified
| DTLIB_NETMP_NOREGISTER || 50131 || Not registered (dtnetm error)
|-
|-
| DRFP_ENAMETOOLONG / DFMP_ENAMETOOLONG || 0x80010034 || File pathname is too long
| DTLIB_NETMP_ALREADY_REGISTER || 50132 || Already registered (dtnetm error)
|-
|-
| DRFP_ENOTEMPTY / DFMP_ENOTEMPTY || 0x80010036 || Directory is not empty
| DTLIB_SOCKET_CLOSE || 50141 || Communication is not possible due to closed socket
|-
|-
| DRFP_ENOTSUP / DFMP_EUNSUP / CTRLP_EUNSUP || 0x80010037 || Request is not supported by this device
| DTLIB_WAIT_TIMEOUT || 50142 || Timeout
|-
|-
| DRFP_ESPECIFIC / DFMP_EFSSPECIFIC || 0x80010038 || Undefined error
| DTLIB_DONT_CONTINUE || 50143 || Callback routine returned false or communication could not be performed for some other reason.
|-
|-
!colspan="3" | DECI3 Systemcalls errors (libdeci3)
| DTLIB_TOO_BIG_PACKET || 50201 || Size of data to be sent is larger than 64KB
|-
|-
| SYS_DECI3_EINVAL<br />CELL_DEBUG_ERROR_INVAL || 0x80510201 || Invalid parameter
|}
|-
 
| SYS_DECI3_EBADF<br />CELL_DEBUG_ERROR_BADF || 0x80510202 || Invalid session ID
== FIOS errors ==
|-
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
| SYS_DECI3_EALREADYUSE<br />CELL_DEBUG_ERROR_ALREADYUSE || 0x80510203 || Session is already opened
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| SYS_DECI3_EMFILE<br />CELL_DEBUG_ERROR_MFILE || 0x80510204 || Number of sessions that can be open simultaneously was exceeded
| CELL_FIOS_ERROR_INPROGRESS || 0x80010701 || I/O is in progress.
|-
|-
| SYS_DECI3_EPKTSIZE<br />CELL_DEBUG_ERROR_PKTSIZE || 0x80510205 || Send data is too large
| CELL_FIOS_ERROR_UNKNOWNCALLBACKEVENT || 0x80010702 || Callback return code: event was not handled.
|-
|-
| SYS_DECI3_ENOHOSTIF<br />CELL_DEBUG_ERROR_NOHOSTIF || 0x80510206 || Not connected with host
| CELL_FIOS_ERROR_NOTREADY || 0x80010703 || Callback return code: no buffer ready yet, try again later.
|-
|-
| SYS_DECI3_ENOSPACE<br />CELL_DEBUG_ERROR_NOSPACE || 0x80510207 || Send buffer is full
| CELL_FIOS_ERROR_TIMEOUT || 0x80010704 || The deadline has been reached while waiting on an operation, and the I/O has not completed yet.
|-
|-
| SYS_DECI3_EPERM<br />CELL_DEBUG_ERROR_PERM || 0x80510208 || Not in a state in which the function can be executed
| CELL_FIOS_ERROR_BADPATH || 0x80010705 || Bad path argument, or file not found.
|-
|-
| SYS_DECI3_ENOMEM<br />CELL_DEBUG_ERROR_NOMEM || 0x80510209 || Not enough memory
| CELL_FIOS_ERROR_BADHANDLE || 0x80010706 || Bad filehandle argument.
|-
|-
| SYS_DECI3_EBUSY<br />CELL_DEBUG_ERROR_BUSY || 0x8051020a || Timeout occurred
| CELL_FIOS_ERROR_BADPARAM || 0x80010707 || Bad parameter (invalid or illegal).
|-
|-
| SYS_DECI3_ENXIO<br />CELL_DEBUG_ERROR_NXIO || 0x8051020b || Communication device does not exist
| CELL_FIOS_ERROR_CANCELLED || 0x80010708 || Operation was cancelled.
|-
|-
| SYS_DECI3_EFAULT<br />CELL_DEBUG_ERROR_FAULT || 0x8051020c || Internal error occurred
| 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.
|-
|-
!colspan="3" | Dtlib errors
| CELL_FIOS_ERROR_NOMEM || 0x8001070A || Out of memory.
|-
|-
| DTLIB_INVALID_TARGETNAME || 50001<!--//5digit shortnumbers are not a typo!//--> || hostname is not valid
| CELL_FIOS_ERROR_BADOFFSET || 0x8001070B || Bad offset during seek.
|-
|-
| DTLIB_INVALID_SOCKET || 50002 || Socket is invalid
| CELL_FIOS_ERROR_BADCALLBACK || 0x8001070C || Callback was NULL when it shouldn't have been.
|-
|-
| DTLIB_INVALID_PCK || 50003 || Unknown packet was received, or packet is unrelated to specified deciH
| CELL_FIOS_ERROR_PLATFORM || 0x8001070D || Some platform-specific error occurred that is not enumerated here (for example, too many open files).
|-
|-
| DTLIB_INVALID_PERM || 50004 || Specified argument is invalid
| CELL_FIOS_ERROR_ACCESS || 0x8001070E || Access was denied, you don't have appropriate security permission.
|-
|-
| DTLIB_ERROR_READ || 50005 || Read of DECI header failed
| CELL_FIOS_ERROR_DECOMPRESSION || 0x8001070F || Decompression failed.
|-
|-
| DTLIB_INVALID_SIZE || 50006 || Packet size of DECI header is invalid
| CELL_FIOS_ERROR_READONLY || 0x80010710 || Write not supported by media or file access permissions.
|-
|-
| DTLIB_DCMP_INVALHEAD || 50100 || Unsupported DECI header
| CELL_FIOS_ERROR_NOBLOCK || 0x80010711 || Block APIs not supported by media.
|-
|-
| DTLIB_DCMP_SYSTEM_OFF || 50101 || System power has dropped
| CELL_FIOS_ERROR_NOPATH || 0x80010712 || Path APIs not supported by media.
|-
|-
| DTLIB_DCMP_SYSTEM_SUSPENDED || 50102 || System is suspended
| 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.
|-
|-
| DTLIB_DCMP_LPAR_NONE || 50103 || Invalid LPAR
| CELL_FIOS_ERROR_CANTIMMED || 0x80010714 || An operation had kOPF_IMMED set but I/O was required.
|-
|-
| DTLIB_DCMP_LPAR_SUSPENDED || 50104 || LPAR is suspended
|}
 
== CXML errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| DTLIB_DCMP_NOCONNECT || 50105 || DECI3 Manager is not connected
| RESULT_ERROR_CANT_OPEN || 0x80550001 || File could not be opened
|-
|-
| DTLIB_DCMP_NOPROTO || 50106 || Invalid protocol number
| RESULT_ERROR_CANT_READ || 0x80550002 || Could not read from file or buffer
|-
|-
| DTLIB_DCMP_PRIORITY || 50107 || Invalid priority
| RESULT_ERROR_CANT_WRITE || 0x80550003 || Could not write to file or buffer
|-
|-
| DTLIB_DCMP_NOSPACE || 50108 || Insufficient memory
| RESULT_ERROR_CANT_SEEK || 0x80550004 || Could not set read position in file or buffer
|-
|-
| DTLIB_DCMP_VERSION || 50110 || Unsupported DECI version
| RESULT_ERROR_CANT_ALLOC || 0x80550005 || Memory allocation failed
|-
|-
| DTLIB_NETMP_INVAL || 50121 || Invalid request (dtnetm error)
| RESULT_ERROR_FORMAT || 0x80550006 || Incorrect file format
|-
|-
| DTLIB_NETMP_BUSY || 50122 || Another application is already connected using the same protocol, same port, and same priority (dtnetm error)
| RESULT_ERROR_VERSION || 0x80550007 || Incorrect file version
|-
|-
| DTLIB_NETMP_NOTCONNECT || 50123 || Not connected to dtnetm (dtnetm error)
| RESULT_ERROR_INVALID_NODE || 0x80550008 || Access to invalid node (Element, Attribute, File)
|-
|-
| DTLIB_NETMP_ALREADYCONN || 50124 || Already connected (dtnetm error)
| RESULT_ERROR_NOT_ENOUGH_BUF || 0x80550009 || Buffer size is not large enough
|-
|-
| DTLIB_NETMP_NOMEM || 50125 || Insufficient memory (dtnetm error)
| RESULT_ERROR_ACCESS_MODE || 0x80550010 || Operation forbidden in current access mode
|-
|-
| DTLIB_NETMP_INVALLPAR || 50126 || Invalid LPAR (dtnetm error)
| RESULT_ERROR_NOT_EXIST || 0x80550011 || Does not exist
|-
|-
| DTLIB_NETMP_INVALPRIORITY || 50127 || Invalid priority (dtnetm error)
| RESULT_ERROR_TYPE || 0x80550012 || Incorrect attribute type
|-
|-
| DTLIB_NETMP_INVALPROTO || 50128 || Invalid protocol number (dtnetm error)
| RESULT_ERROR_CANT_MODIFY || 0x80550013 || Cannot modify
|-
|-
| DTLIB_NETMP_POWER_OFF || 50129 || Target power is off (dtnetm error)
| RESULT_ERROR_NO_ALLOCATOR || 0x80550014 || Allocator is not registered
|-
| DTLIB_NETMP_NODECI_CONNECT || 50130 || DECI3 Manager is not connected (dtnetm error)
|-
| DTLIB_NETMP_NOREGISTER || 50131 || Not registered (dtnetm error)
|-
| DTLIB_NETMP_ALREADY_REGISTER || 50132 || Already registered (dtnetm error)
|-
| DTLIB_SOCKET_CLOSE || 50141 || Communication is not possible due to closed socket
|-
| DTLIB_WAIT_TIMEOUT || 50142 || Timeout
|-
| DTLIB_DONT_CONTINUE || 50143 || Callback routine returned false or communication could not be performed for some other reason.
|-
| DTLIB_TOO_BIG_PACKET || 50201 || Size of data to be sent is larger than 64KB
|-
|-
|}
|}


== FIOS errors ==
== 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_FIOS_ERROR_INPROGRESS || 0x80010701 || I/O is in progress.
!colspan="3" | SPU Assembly Preprocessor errors (spasm)
|-
|-
| CELL_FIOS_ERROR_UNKNOWNCALLBACKEVENT || 0x80010702 || Callback return code: event was not handled.
| || 0x1000 || An identifier defined as a label is being used in a place where a variable is expected.
|-
|-
| CELL_FIOS_ERROR_NOTREADY || 0x80010703 || Callback return code: no buffer ready yet, try again later.
| || 0x1001 || An identifier defined as a variable is being used in a place where a label is expected.
|-
|-
| CELL_FIOS_ERROR_TIMEOUT || 0x80010704 || The deadline has been reached while waiting on an operation, and the I/O has not completed yet.
| || 0x1002 || A label with the same name is multiply defined.
|-
|-
| CELL_FIOS_ERROR_BADPATH || 0x80010705 || Bad path argument, or file not found.
| || 0x1003 || An invalid form operand was used where a d-form instruction operand of the form offset(baseVar) was expected.
|-
|-
| CELL_FIOS_ERROR_BADHANDLE || 0x80010706 || Bad filehandle argument.
| || 0x1004 || A variable is used before initialization.
|-
|-
| CELL_FIOS_ERROR_BADPARAM || 0x80010707 || Bad parameter (invalid or illegal).
| || 0x1005 || There are insufficient temporary registers to compile the program. Define extra temporary registers or alter the code to use fewer registers.
|-
|-
| CELL_FIOS_ERROR_CANCELLED || 0x80010708 || Operation was cancelled.
| || 0x1006 || Code contains an unrecognized instruction pattern.
|-
|-
| 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.
| || 0x1007 || Code contains an unrecognized SPASM directive.
|-
|-
| CELL_FIOS_ERROR_NOMEM || 0x8001070A || Out of memory.
| || 0x1008 || Code contains an unrecognized SPASM prag directive.
|-
|-
| CELL_FIOS_ERROR_BADOFFSET || 0x8001070B || Bad offset during seek.
| || 0x1009 || Code contains an invalid label identifier such as a zero-length label.
|-
|-
| CELL_FIOS_ERROR_BADCALLBACK || 0x8001070C || Callback was NULL when it shouldn't have been.
| || 0x1010 || A variable identifier is expected in this instruction pattern.
|-
|-
| CELL_FIOS_ERROR_PLATFORM || 0x8001070D || Some platform-specific error occurred that is not enumerated here (for example, too many open files).
| || 0x1011 || Code contains nested --function directives.
|-
|-
| CELL_FIOS_ERROR_ACCESS || 0x8001070E || Access was denied, you don't have appropriate security permission.
| || 0x1012 || Code contains an --endfunction directive without a matching --function directive.
|-
|-
| CELL_FIOS_ERROR_DECOMPRESSION || 0x8001070F || Decompression failed.
| || 0x1020 || Code uses an unrecognized data type.
|-
|-
| CELL_FIOS_ERROR_READONLY || 0x80010710 || Write not supported by media or file access permissions.
!colspan="3" | SPU Assembly Preprocessor warnings (spasm)
|-
|-
| CELL_FIOS_ERROR_NOBLOCK || 0x80010711 || Block APIs not supported by media.
| || 0x4000 || A variable may be used before initialization.
|-
|-
| CELL_FIOS_ERROR_NOPATH || 0x80010712 || Path APIs not supported by media.
| || 0x4001 || Code contains an undefined label. It is assumed to be an external symbol.
|-
| || 0x4002 || Code is unreachable and will be deleted from the final program.
|-
| || 0x4003 || Code uses an undefined target label. It is assumed to be an external symbol.
|-
| || 0x4004 || Code is unreachable due to a missing label.
|-
|-
| 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.
| || 0x4005 || Code contains a dependency on an undefined name.
|-
|-
| CELL_FIOS_ERROR_CANTIMMED || 0x80010714 || An operation had kOPF_IMMED set but I/O was required.
| || 0x4006 || Dead code was removed from the final program.
|-
|-
|}
|}


== CXML 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
|-
|-
| RESULT_ERROR_CANT_OPEN || 0x80550001 || File could not be opened
| CELL_GAME_RET_OK || || Normal termination
|-
| CELL_GAME_RET_CANCEL || || Processing has been canceled
|-
| CELL_GAME_RET_NONE || || The specified game content does not exist
|-
| || 0x8002cb01 || System software needs to be updated
|-
| CELL_GAME_ERROR_NOTFOUND || 0x8002cb04 || The specified game content or file cannot be found (application bug)
|-
| CELL_GAME_ERROR_BROKEN || 0x8002cb05 || The specified game content is corrupted
|-
| CELL_GAME_ERROR_INTERNAL || 0x8002cb06 || Fatal error occurred in the utility
|-
|-
| RESULT_ERROR_CANT_READ || 0x80550002 || Could not read from file or buffer
| CELL_GAME_ERROR_PARAM || 0x8002cb07 || There is an error in the argument (application bug)
|-
|-
| RESULT_ERROR_CANT_WRITE || 0x80550003 || Could not write to file or buffer
| CELL_GAME_ERROR_NOAPP || 0x8002cb08 || The target application does not exist
|-
|-
| RESULT_ERROR_CANT_SEEK || 0x80550004 || Could not set read position in file or buffer
| CELL_GAME_ERROR_ACCESS_ERROR || 0x8002cb09 || HDD access error
|-
|-
| RESULT_ERROR_CANT_ALLOC || 0x80550005 || Memory allocation failed
| CELL_GAME_ERROR_NOSPACE || 0x8002cb20 || Insufficient space on the HDD (application bug)
|-
|-
| RESULT_ERROR_FORMAT || 0x80550006 || Incorrect file format
| CELL_GAME_ERROR_NOTSUPPORTED || 0x8002cb21 || Operation is not supported (debugger)
|-
|-
| RESULT_ERROR_VERSION || 0x80550007 || Incorrect file version
| CELL_GAME_ERROR_FAILURE || 0x8002cb22 || Calling order is invalid (application bug)
|-
|-
| RESULT_ERROR_INVALID_NODE || 0x80550008 || Access to invalid node (Element, Attribute, File)
| CELL_GAME_ERROR_BUSY || 0x8002cb23 || The call of an access preparing function was repeated
|-
|-
| RESULT_ERROR_NOT_ENOUGH_BUF || 0x80550009 || Buffer size is not large enough
| CELL_GAME_ERROR_IN_SHUTDOWN || 0x8002cb24 || Processing cannot be executed because application termination is being processed
|-
|-
| RESULT_ERROR_ACCESS_MODE || 0x80550010 || Operation forbidden in current access mode
| CELL_GAME_ERROR_INVALID_ID || 0x8002cb25 || A specified ID is invalid (application bug)
|-
|-
| RESULT_ERROR_NOT_EXIST || 0x80550011 || Does not exist
| CELL_GAME_ERROR_EXIST || 0x8002cb26 || Content specified already exists
|-
|-
| RESULT_ERROR_TYPE || 0x80550012 || Incorrect attribute type
| CELL_GAME_ERROR_NOTPATCH || 0x8002cb27 || Not booted from a patch
|-
|-
| RESULT_ERROR_CANT_MODIFY || 0x80550013 || Cannot modify
| CELL_GAME_ERROR_INVALID_THEME_FILE || 0x8002cb28 || Invalid format for theme file(application bug)
|-
|-
| RESULT_ERROR_NO_ALLOCATOR || 0x80550014 || Allocator is not registered
| CELL_GAME_ERROR_BOOTPATH || 0x8002cb50 || Pathname of booted program file is too long (>128b)
|-
|-
|}
|}


== SPASM errors/warnings ==
== System Cache 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" | SPU Assembly Preprocessor errors (spasm)
| CELL_SYSCACHE_RET_OK_CLEARED || || Normal termination. Cache was cleared
|-
|-
| || 0x1000 || An identifier defined as a label is being used in a place where a variable is expected.
| CELL_SYSCACHE_RET_OK_RELAYED || || Normal termination. Cache became usable in the same state as the previous usage
|-
| CELL_SYSCACHE_ERROR_ACCESS_ERROR || || HDD access error
|-
|-
| || 0x1001 || An identifier defined as a variable is being used in a place where a label is expected.
| CELL_SYSCACHE_ERROR_INTERNAL || || Fatal internal error
|-
|-
| || 0x1002 || A label with the same name is multiply defined.
| CELL_SYSCACHE_ERROR_PARAM || || Error in argument (problem with the application)
|-
|-
| || 0x1003 || An invalid form operand was used where a d-form instruction operand of the form offset(baseVar) was expected.
| CELL_SYSCACHE_ERROR_NOTMOUNTED || || System cache is not in the usable state
|-
|-
| || 0x1004 || A variable is used before initialization.
|}
 
== 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
|-
|-
| || 0x1005 || There are insufficient temporary registers to compile the program. Define extra temporary registers or alter the code to use fewer registers.
| CELL_FTP_SERVICE_EVENT_FATAL || || The service has terminated due to a fatal error
|-
|-
| || 0x1006 || Code contains an unrecognized instruction pattern.
| CELL_FTP_SERVICE_EVENT_STARTED || || The local FTP service has started successfully
|-
|-
| || 0x1007 || Code contains an unrecognized SPASM directive.
| CELL_FTP_SERVICE_EVENT_STOPPED || || The local FTP service has been gracefully shut down, not forcefully terminated
|-
|-
| || 0x1008 || Code contains an unrecognized SPASM prag directive.
| CELL_FTP_SERVICE_EVENT_CLIENT_CONNECTED || || A new connection request has been received and processed
|-
|-
| || 0x1009 || Code contains an invalid label identifier such as a zero-length label.
| CELL_FTP_SERVICE_EVENT_CLIENT_DISCONNECTED || || An existing connection has been closed
|-
|-
| || 0x1010 || A variable identifier is expected in this instruction pattern.
| CELL_FTP_SERVICE_EVENT_SHUTDOWN || || Service has received the remote shutdown command and has shut down
|-
|-
| || 0x1011 || Code contains nested --function directives.
|}
 
== 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
|-
|-
| || 0x1012 || Code contains an --endfunction directive without a matching --function directive.
| CELL_FS_SUCCEEDED || || Normal termination
|-
|-
| || 0x1020 || Code uses an unrecognized data type.
| CELL_FS_ENOTMOUNTED || || File system corresponding to path is not mounted
|-
|-
!colspan="3" | SPU Assembly Preprocessor warnings (spasm)
| CELL_FS_ENOENT || || The file specified by path does not exist
|-
|-
| || 0x4000 || A variable may be used before initialization.
| CELL_FS_EINVAL || || The specified path or extended argument is invalid
|-
|-
| || 0x4001 || Code contains an undefined label. It is assumed to be an external symbol.
| CELL_FS_EMFILE || || The number of file descriptors that can be opened at the same time has reached the maximum
|-
|-
| || 0x4002 || Code is unreachable and will be deleted from the final program.
| CELL_FS_EISDIR || || The specified path is a directory
|-
|-
| || 0x4003 || Code uses an undefined target label. It is assumed to be an external symbol.
| CELL_FS_EIO || || I/O error has occurred
|-
|-
| || 0x4004 || Code is unreachable due to a missing label.
| CELL_FS_ENOMEM || || Memory is insufficient
|-
|-
| || 0x4005 || Code contains a dependency on an undefined name.
| CELL_FS_ENOTDIR || || Components in path contain something other than a directory
|-
|-
| || 0x4006 || Dead code was removed from the final program.
| CELL_FS_ENAMETOOLONG || || path or components in path exceed the maximum length
|-
|-
|}
| CELL_FS_EFSSPECIFIC || || File system specific internal error has occurred
 
== Game Content Utility errors ==
<!--// aka sysutil_game errors //-->
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_GAME_RET_OK || || Normal termination
| CELL_FS_EFAULT || || When size is not 0, a NULL pointer is specified in arg. path or fd is NULL
|-
|-
| CELL_GAME_RET_CANCEL || || Processing has been canceled
| CELL_FS_EPERM || || Permission is invalid
|-
|-
| CELL_GAME_RET_NONE || || The specified game content does not exist
| CELL_FS_EACCES || || Permission is invalid (Only CFS, FAT and HOSTFS)
|-
|-
| || 0x8002cb01 || System software needs to be updated
| CELL_FS_EEXIST || || When the specified file exists, CELL_FS_O_CREAT and CELL_FS_O_EXCL are specified
|-
|-
| CELL_GAME_ERROR_NOTFOUND || 0x8002cb04 || The specified game content or file cannot be found (application bug)
| 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_GAME_ERROR_BROKEN || 0x8002cb05 || The specified game content is corrupted
| 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_GAME_ERROR_INTERNAL || 0x8002cb06 || Fatal error occurred in the utility
| 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_GAME_ERROR_PARAM || 0x8002cb07 || There is an error in the argument (application bug)
|}
 
== Flash errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_GAME_ERROR_NOAPP || 0x8002cb08 || The target application does not exist
| CELL_FLASH_ERROR_INVAL || || EINVAL
|-
|-
| CELL_GAME_ERROR_ACCESS_ERROR || 0x8002cb09 || HDD access error
| CELL_FLASH_ERROR_NOMEM || || ENOMEM
|-
|-
| CELL_GAME_ERROR_NOSPACE || 0x8002cb20 || Insufficient space on the HDD (application bug)
| CELL_FLASH_ERROR_SRCH  || || ESRCH
|-
|-
| CELL_GAME_ERROR_NOTSUPPORTED || 0x8002cb21 || Operation is not supported (debugger)
| CELL_FLASH_ERROR_PERM  || || EPERM
|-
|-
| CELL_GAME_ERROR_FAILURE || 0x8002cb22 || Calling order is invalid (application bug)
| CELL_FLASH_ERROR_AGAIN || || EAGAIN
|-
|-
| CELL_GAME_ERROR_BUSY || 0x8002cb23 || The call of an access preparing function was repeated
| CELL_FLASH_ERROR_NOENT || || ENOENT
|-
|-
| CELL_GAME_ERROR_IN_SHUTDOWN || 0x8002cb24 || Processing cannot be executed because application termination is being processed
| CELL_FLASH_ERROR_ISDIR || || EISDIR
|-
|-
| CELL_GAME_ERROR_INVALID_ID || 0x8002cb25 || A specified ID is invalid (application bug)
| CELL_FLASH_ERROR_ACCESS || || EACCESS
|-
|-
| CELL_GAME_ERROR_EXIST || 0x8002cb26 || Content specified already exists
| CELL_FLASH_ERROR_IO    || || EIO
|-
|-
| CELL_GAME_ERROR_NOTPATCH || 0x8002cb27 || Not booted from a patch
| CELL_FLASH_ERROR_TIMEDOUT || || ETIMEDOUT
|-
|-
| CELL_GAME_ERROR_INVALID_THEME_FILE || 0x8002cb28 || Invalid format for theme file(application bug)
| CELL_FLASH_ERROR_BUSY  || || EBUSY
|-
|-
| CELL_GAME_ERROR_BOOTPATH || 0x8002cb50 || Pathname of booted program file is too long (>128b)
| CELL_FLASH_ERROR_NOSYS || || ENOSYS
|-
|-
|}
|}


== System Cache Utility errors ==
== Cg Compiler 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_SYSCACHE_RET_OK_CLEARED || || Normal termination. Cache was cleared
| SCECGC_OK || 0 || Compilation successful.
|-
|-
| CELL_SYSCACHE_RET_OK_RELAYED || || Normal termination. Cache became usable in the same state as the previous usage
| SCECGC_ERROR_NO_IHANDLER || -6 || includeHandler is not specified.
|-
|-
| CELL_SYSCACHE_ERROR_ACCESS_ERROR || || HDD access error
| SCECGC_ERROR_NO_PROGRAM || -5 || Program source not found.
|-
|-
| CELL_SYSCACHE_ERROR_INTERNAL || || Fatal internal error
| SCECGC_ERROR_CANT_OPEN_FILE || -4 || Unable to open file.
|-
|-
| CELL_SYSCACHE_ERROR_PARAM || || Error in argument (problem with the application)
| SCECGC_ERROR_BAD_ALLOC || -3 || Memory allocation failure.
|-
|-
| CELL_SYSCACHE_ERROR_NOTMOUNTED || || System cache is not in the usable state
| SCECGC_ERROR_INVALID_OPTION || -2 || Invalid option.
|-
| SCECGC_ERROR_UNEXPECTED || -1 || Unexpected failure.
|-
|-
|}
|}


== Ftp Service events ==
== CG API 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
| CG_NO_ERROR || 0 || No error has occurred.
|-
|-
| CELL_FTP_SERVICE_EVENT_STARTED || || The local FTP service has started successfully
| CG_COMPILER_ERROR || 1 || The compile returned an error.
|-
|-
| CELL_FTP_SERVICE_EVENT_STOPPED || || The local FTP service has been gracefully shut down, not forcefully terminated
| CG_INVALID_PARAMETER_ERROR || 2 || The parameter used is invalid.
|-
|-
| CELL_FTP_SERVICE_EVENT_CLIENT_CONNECTED || || A new connection request has been received and processed
| CG_INVALID_PROFILE_ERROR || 3 || The profile is not supported.
|-
|-
| CELL_FTP_SERVICE_EVENT_CLIENT_DISCONNECTED || || An existing connection has been closed
| CG_PROGRAM_LOAD_ERROR || 4 || The program could not load.
|-
|-
| CELL_FTP_SERVICE_EVENT_SHUTDOWN || || Service has received the remote shutdown command and has shut down
| CG_PROGRAM_BIND_ERROR || 5 || The program could not bind.
|-
|-
|}
| CG_PROGRAM_NOT_LOADED_ERROR || 6 || The program must be loaded before this operation may be used.
 
== 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
| CG_UNSUPPORTED_GL_EXTENSION_ERROR || 7 || An unsupported GL extension was required to perform this operation.
|-
|-
| CELL_FS_ENOTMOUNTED || || File system corresponding to path is not mounted
| CG_INVALID_VALUE_TYPE_ERROR || 8 || An unknown value type was assigned to a parameter.
|-
|-
| CELL_FS_ENOENT || || The file specified by path does not exist
| CG_NOT_MATRIX_PARAM_ERROR || 9 || The parameter is not of matrix type.
|-
|-
| CELL_FS_EINVAL || || The specified path or extended argument is invalid
| CG_INVALID_ENUMERANT_ERROR || 10 || The enumerant parameter has an invalid value.
|-
|-
| CELL_FS_EMFILE || || The number of file descriptors that can be opened at the same time has reached the maximum
| CG_NOT_4x4_MATRIX_ERROR || 11 || The parameter must be a 4x4 matrix type.
|-
|-
| CELL_FS_EISDIR || || The specified path is a directory
| CG_FILE_READ_ERROR || 12 || The file could not be read.
|-
|-
| CELL_FS_EIO || || I/O error has occurred
| CG_FILE_WRITE_ERROR || 13 || The file could not be written.
|-
|-
| CELL_FS_ENOMEM || || Memory is insufficient
| CG_NVPARSE_ERROR || 14 || nvparse could not successfully parse the output from the Cg compiler backend.
|-
|-
| CELL_FS_ENOTDIR || || Components in path contain something other than a directory
| CG_MEMORY_ALLOC_ERROR || 15 || Memory allocation failed.
|-
|-
| CELL_FS_ENAMETOOLONG || || path or components in path exceed the maximum length
| CG_INVALID_CONTEXT_HANDLE_ERROR || 16 || Invalid context handle.
|-
|-
| CELL_FS_EFSSPECIFIC || || File system specific internal error has occurred
| CG_INVALID_PROGRAM_HANDLE_ERROR || 17 || Invalid program handle.
|-
|-
| CELL_FS_EFAULT || || When size is not 0, a NULL pointer is specified in arg. path or fd is NULL
| CG_INVALID_PARAM_HANDLE_ERROR || 18 || Invalid parameter handle.
|-
|-
| CELL_FS_EPERM || || Permission is invalid
| CG_UNKNOWN_PROFILE_ERROR || 19 || The specified profile is unknown.
|-
|-
| CELL_FS_EACCES || || Permission is invalid (Only CFS, FAT and HOSTFS)
| CG_VAR_ARG_ERROR || 20 || The variable arguments were specified incorrectly.
|-
|-
| CELL_FS_EEXIST || || When the specified file exists, CELL_FS_O_CREAT and CELL_FS_O_EXCL are specified
| CG_INVALID_DIMENSION_ERROR || 21 || The dimension value is invalid.
|-
|-
| 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
| CG_ARRAY_PARAM_ERROR || 22 || The parameter must be an array.
|-
|-
| 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)
| CG_OUT_OF_ARRAY_BOUNDS_ERROR || 23 || Index into the array is out of bounds.
|-
|-
| 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
| CG_CONFLICTING_TYPES_ERROR || 24 || A type being added to the context conflicts with an existing type.
|-
|-
|}
| CG_CONFLICTING_PARAMETER_TYPES_ERROR || 25 || The parameters being bound have conflicting types.
 
== Flash errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_FLASH_ERROR_INVAL || || EINVAL
| CG_PARAMETER_IS_NOT_SHARED_ERROR || 26 || The parameter must be global.
|-
|-
| CELL_FLASH_ERROR_NOMEM || || ENOMEM
| CG_INVALID_PARAMETER_VARIABILITY_ERROR || 27 || The parameter could not be changed to the given variability.
|-
|-
| CELL_FLASH_ERROR_SRCH  || || ESRCH
| CG_CANNOT_DESTROY_PARAMETER_ERROR || 28 || Cannot destroy the parameter.  It is bound to other parameters or is not a root parameter.
|-
|-
| CELL_FLASH_ERROR_PERM  || || EPERM
| CG_NOT_ROOT_PARAMETER_ERROR || 29 || The parameter is not a root parameter.
|-
|-
| CELL_FLASH_ERROR_AGAIN || || EAGAIN
| CG_PARAMETERS_DO_NOT_MATCH_ERROR || 30 || The two parameters being bound do not match.
|-
|-
| CELL_FLASH_ERROR_NOENT || || ENOENT
| CG_IS_NOT_PROGRAM_PARAMETER_ERROR || 31 || The parameter is not a program parameter.
|-
|-
| CELL_FLASH_ERROR_ISDIR || || EISDIR
| CG_INVALID_PARAMETER_TYPE_ERROR || 32 || The type of the parameter is invalid.
|-
|-
| CELL_FLASH_ERROR_ACCESS || || EACCESS
| CG_PARAMETER_IS_NOT_RESIZABLE_ARRAY_ERROR || 33 || The parameter must be a resizable array.
|-
|-
| CELL_FLASH_ERROR_IO    || || EIO
| CG_INVALID_SIZE_ERROR || 34 || The size value is invalid.
|-
|-
| CELL_FLASH_ERROR_TIMEDOUT || || ETIMEDOUT
| CG_BIND_CREATES_CYCLE_ERROR || 35 || Cannot bind the given parameters.  Binding will form a cycle.
|-
|-
| CELL_FLASH_ERROR_BUSY  || || EBUSY
| CG_ARRAY_TYPES_DO_NOT_MATCH_ERROR || 36 || Cannot bind the given parameters.  Array types do not match.
|-
|-
| CELL_FLASH_ERROR_NOSYS || || ENOSYS
| CG_ARRAY_DIMENSIONS_DO_NOT_MATCH_ERROR || 37 || Cannot bind the given parameters. Array dimensions do not match.
|-
|-
|}
| CG_ARRAY_HAS_WRONG_DIMENSION_ERROR || 38 || The array has the wrong dimension.
 
== Cg Compiler errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| SCECGC_OK || 0 || Compilation successful.
| 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.
|-
|-
| SCECGC_ERROR_NO_IHANDLER || -6 || includeHandler is not specified.
| CG_INVALID_EFFECT_HANDLE_ERROR || 40 || Invalid effect handle.
|-
|-
| SCECGC_ERROR_NO_PROGRAM || -5 || Program source not found.
| CG_INVALID_STATE_HANDLE_ERROR || 41 || Invalid state handle.
|-
|-
| SCECGC_ERROR_CANT_OPEN_FILE || -4 || Unable to open file.
| CG_INVALID_STATE_ASSIGNMENT_HANDLE_ERROR || 42 || Invalid stateassignment handle.
|-
|-
| SCECGC_ERROR_BAD_ALLOC || -3 || Memory allocation failure.
| CG_INVALID_PASS_HANDLE_ERROR || 43 || Invalid pass handle.
|-
|-
| SCECGC_ERROR_INVALID_OPTION || -2 || Invalid option.
| CG_INVALID_ANNOTATION_HANDLE_ERROR || 44 || Invalid annotation handle.
|-
|-
| SCECGC_ERROR_UNEXPECTED || -1 || Unexpected failure.
| CG_INVALID_TECHNIQUE_HANDLE_ERROR || 45 || Invalid technique handle.
|-
|-
|}
| CG_INVALID_PARAMETER_HANDLE_ERROR || 46 || Invalid parameter handle. Do not use this! Use CG_INVALID_PARAM_HANDLE_ERROR instead.
 
== CG API errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CG_NO_ERROR || 0 || No error has occurred.
| CG_STATE_ASSIGNMENT_TYPE_MISMATCH_ERROR || 47 || Operation is not valid for this type of stateassignment.
|-
|-
| CG_COMPILER_ERROR || 1 || The compile returned an error.
| CG_INVALID_FUNCTION_HANDLE_ERROR || 48 || Invalid function handle.
|-
|-
| CG_INVALID_PARAMETER_ERROR || 2 || The parameter used is invalid.
| CG_INVALID_TECHNIQUE_ERROR || 49 || Technique did not pass validation.
|-
|-
| CG_INVALID_PROFILE_ERROR || 3 || The profile is not supported.
| CG_INVALID_POINTER_ERROR || 50 || The supplied pointer is NULL.
|-
|-
| CG_PROGRAM_LOAD_ERROR || 4 || The program could not load.
| CG_NOT_ENOUGH_DATA_ERROR || 51 || Not enough data was provided.
|-
|-
| CG_PROGRAM_BIND_ERROR || 5 || The program could not bind.
| CG_NON_NUMERIC_PARAMETER_ERROR || 52 || The parameter is not of a numeric type.
|-
|-
| CG_PROGRAM_NOT_LOADED_ERROR || 6 || The program must be loaded before this operation may be used.
| CG_ARRAY_SIZE_MISMATCH_ERROR || 53 || The specified array sizes are not compatible with the given array.
|-
|-
| CG_UNSUPPORTED_GL_EXTENSION_ERROR || 7 || An unsupported GL extension was required to perform this operation.
| CG_CANNOT_SET_NON_UNIFORM_PARAMETER_ERROR || 54 || Cannot set the value of a non-uniform parameter.
|-
|-
| CG_INVALID_VALUE_TYPE_ERROR || 8 || An unknown value type was assigned to a parameter.
| CG_DUPLICATE_NAME_ERROR || 55 || This name is already in use.
|-
|-
| CG_NOT_MATRIX_PARAM_ERROR || 9 || The parameter is not of matrix type.
| CG_INVALID_OBJ_HANDLE_ERROR || 56 || Invalid object handle.
|-
|-
| CG_INVALID_ENUMERANT_ERROR || 10 || The enumerant parameter has an invalid value.
| CG_INVALID_BUFFER_HANDLE_ERROR || 57 || Invalid buffer handle.
|-
|-
| CG_NOT_4x4_MATRIX_ERROR || 11 || The parameter must be a 4x4 matrix type.
| CG_BUFFER_INDEX_OUT_OF_RANGE_ERROR || 58 || Buffer index is out of bounds.
|-
|-
| CG_FILE_READ_ERROR || 12 || The file could not be read.
| CG_BUFFER_ALREADY_MAPPED_ERROR || 59 || The buffer is already mapped.
|-
|-
| CG_FILE_WRITE_ERROR || 13 || The file could not be written.
| CG_BUFFER_UPDATE_NOT_ALLOWED_ERROR || 60 || The buffer cannot be updated.
|-
|-
| CG_NVPARSE_ERROR || 14 || nvparse could not successfully parse the output from the Cg compiler backend.
|}
 
== GCM errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CG_MEMORY_ALLOC_ERROR || 15 || Memory allocation failed.
!colspan="3" | GCM errors
|-
|-
| CG_INVALID_CONTEXT_HANDLE_ERROR || 16 || Invalid context handle.
| CELL_GCM_ERROR_NO_IO_PAGE_TABLE || 0x80210001 ||  
|-
|-
| CG_INVALID_PROGRAM_HANDLE_ERROR || 17 || Invalid program handle.
| CELL_GCM_ERROR_INVALID_ENUM || 0x80210002 ||  
|-
|-
| CG_INVALID_PARAM_HANDLE_ERROR || 18 || Invalid parameter handle.
| CELL_GCM_ERROR_INVALID_VALUE || 0x80210003 ||  
|-
|-
| CG_UNKNOWN_PROFILE_ERROR || 19 || The specified profile is unknown.
| CELL_GCM_ERROR_INVALID_ALIGNMENT || 0x80210004 ||  
|-
|-
| CG_VAR_ARG_ERROR || 20 || The variable arguments were specified incorrectly.
| CELL_GCM_ERROR_ADDRESS_OVERWRAP || 0x80210005 ||  
|-
|-
| CG_INVALID_DIMENSION_ERROR || 21 || The dimension value is invalid.
| CELL_GCM_ERROR_EINVAL || ||  
|-
|-
| CG_ARRAY_PARAM_ERROR || 22 || The parameter must be an array.
| CELL_GCM_ERROR_FAILURE || 0x802100ff ||  
|-
|-
| CG_OUT_OF_ARRAY_BOUNDS_ERROR || 23 || Index into the array is out of bounds.
!colspan="3" | GCM Method Check errors
|-
|-
| CG_CONFLICTING_TYPES_ERROR || 24 || A type being added to the context conflicts with an existing type.
| CELL_GCM_METHOD_CHECK_OK || || Normal termination (no problem found)
|-
|-
| CG_CONFLICTING_PARAMETER_TYPES_ERROR || 25 || The parameters being bound have conflicting types.
| CELL_GCM_METHOD_CHECK_ERROR_JUMP || || jump command was included
|-
|-
| CG_PARAMETER_IS_NOT_SHARED_ERROR || 26 || The parameter must be global.
| CELL_GCM_METHOD_CHECK_ERROR_RETURN || || return command was included
|-
|-
| CG_INVALID_PARAMETER_VARIABILITY_ERROR || 27 || The parameter could not be changed to the given variability.
| CELL_GCM_METHOD_CHECK_ERROR_CALL || || call command was included
|-
|-
| CG_CANNOT_DESTROY_PARAMETER_ERROR || 28 || Cannot destroy the parameter.  It is bound to other parameters or is not a root parameter.
| CELL_GCM_METHOD_CHECK_ERROR_OTHER || || A command that is not of the method format was included
|-
|-
| CG_NOT_ROOT_PARAMETER_ERROR || 29 || The parameter is not a root parameter.
| 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
|-
|-
| CG_PARAMETERS_DO_NOT_MATCH_ERROR || 30 || The two parameters being bound do not match.
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INVALID_ADDRESS || || Method address is invalid (an unusable method address is being used)
|-
|-
| CG_IS_NOT_PROGRAM_PARAMETER_ERROR || 31 || The parameter is not a program parameter.
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INCORRECT_DATA || || Method data is not appropriate for the method address
|-
|-
| CG_INVALID_PARAMETER_TYPE_ERROR || 32 || The type of the parameter is invalid.
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_NOP_NOT_DELIVER || || NOP is used in an un-provided format
|-
|-
| CG_PARAMETER_IS_NOT_RESIZABLE_ARRAY_ERROR || 33 || The parameter must be a resizable array.
| CELL_GCM_METHOD_CHECK_ERROR_ETC || || Other error (unexpected state entered)
|-
|-
| CG_INVALID_SIZE_ERROR || 34 || The size value is invalid.
|}
 
== 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
|-
|-
| CG_BIND_CREATES_CYCLE_ERROR || 35 || Cannot bind the given parameters.  Binding will form a cycle.
| CELL_RESC_ERROR_NOT_INITIALIZED || 0x80210301 || libresc has not been initialized
|-
|-
| CG_ARRAY_TYPES_DO_NOT_MATCH_ERROR || 36 || Cannot bind the given parameters.  Array types do not match.
| CELL_RESC_ERROR_REINITIALIZED || 0x80210302 || libresc initialization has been attempted when libresc has already been initialized
|-
|-
| CG_ARRAY_DIMENSIONS_DO_NOT_MATCH_ERROR || 37 || Cannot bind the given parameters. Array dimensions do not match.
| CELL_RESC_ERROR_BAD_ALIGNMENT || 0x80210303 || Invalid alignment
|-
|-
| CG_ARRAY_HAS_WRONG_DIMENSION_ERROR || 38 || The array has the wrong dimension.
| CELL_RESC_ERROR_BAD_ARGUMENT || 0x80210304 || Invalid argument value
|-
|-
| 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_RESC_ERROR_LESS_MEMORY || 0x80210305 || Insufficient main memory
|-
|-
| CG_INVALID_EFFECT_HANDLE_ERROR || 40 || Invalid effect handle.
| CELL_RESC_ERROR_GCM_FLIP_QUE_FULL || 0x80210306 || The queue used internally by cellGcmSetPrepareFlip() or cellGcmSetFlipImmediate() is full, or an internal libresc queue overflowed
|-
|-
| CG_INVALID_STATE_HANDLE_ERROR || 41 || Invalid state handle.
| CELL_RESC_ERROR_BAD_COMBINATION || 0x80210307 || Invalid value was set for combination of function and structure, or the order of function calls was incorrect
|-
|-
| CG_INVALID_STATE_ASSIGNMENT_HANDLE_ERROR || 42 || Invalid stateassignment handle.
|}
 
== 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
|-
|-
| CG_INVALID_PASS_HANDLE_ERROR || 43 || Invalid pass handle.
| CELL_DBG_RSX_ERROR_INVALID_ENUM || 0x80210501 ||  
|-
|-
| CG_INVALID_ANNOTATION_HANDLE_ERROR || 44 || Invalid annotation handle.
| CELL_DBG_RSX_ERROR_INVALID_VALUE || 0x80210502 ||  
|-
|-
| CG_INVALID_TECHNIQUE_HANDLE_ERROR || 45 || Invalid technique handle.
| CELL_DBG_RSX_ERROR_INVALID_ALIGNMENT || 0x80210503 ||  
|-
|-
| CG_INVALID_PARAMETER_HANDLE_ERROR || 46 || Invalid parameter handle. Do not use this! Use CG_INVALID_PARAM_HANDLE_ERROR instead.
| CELL_DBG_RSX_ERROR_FAILURE || 0x802105ff ||  
|-
|-
| CG_STATE_ASSIGNMENT_TYPE_MISMATCH_ERROR || 47 || Operation is not valid for this type of stateassignment.
|}
 
== 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
|-
|-
| CG_INVALID_FUNCTION_HANDLE_ERROR || 48 || Invalid function handle.
| SCESP_OK || 0 || Normal termination
|-
|-
| CG_INVALID_TECHNIQUE_ERROR || 49 || Technique did not pass validation.
| SCESP_ERROR_UNKNOWN || -5 || Unknown error
|-
|-
| CG_INVALID_POINTER_ERROR || 50 || The supplied pointer is NULL.
| SCESP_ERROR_PATH_NOT_FOUND || -4 || Registry settings cannot be found (reinstall NVShaderPerf)
|-
|-
| CG_NOT_ENOUGH_DATA_ERROR || 51 || Not enough data was provided.
| SCESP_ERROR_LIBRARY_NOT_FOUND || -2 || NVIDIA dll cannot be found (reinstall NVShaderPerf)
|-
|-
| CG_NON_NUMERIC_PARAMETER_ERROR || 52 || The parameter is not of a numeric type.
| SCESP_ERROR_NVSP_INIT || -1 || Error upon NVIDIA dll initialization
|-
|-
| CG_ARRAY_SIZE_MISMATCH_ERROR || 53 || The specified array sizes are not compatible with the given array.
| SCESP_ERROR_NVSP_INTERNAL || 2 || Internal error of NVIDIA dll
|-
|-
| CG_CANNOT_SET_NON_UNIFORM_PARAMETER_ERROR || 54 || Cannot set the value of a non-uniform parameter.
| SCESP_ERROR_BAD_ARGUMENTS || 4 || Content of the option array is incorrect
|-
|-
| CG_DUPLICATE_NAME_ERROR || 55 || This name is already in use.
| SCESP_ERROR_FILE_NOT_FOUND || 6 || Input file cannot be found
|-
|-
| CG_INVALID_OBJ_HANDLE_ERROR || 56 || Invalid object handle.
| SCESP_ERROR_SHADER_TYPE_UNSUPPORTED || 7 || The passed shader type is not supported
|-
|-
| CG_INVALID_BUFFER_HANDLE_ERROR || 57 || Invalid buffer handle.
| SCESP_ERROR_FAILURE_OPENING_OUTPUT_FILE || 10 || The output file could not be properly opened
|-
|-
| CG_BUFFER_INDEX_OUT_OF_RANGE_ERROR || 58 || Buffer index is out of bounds.
| SCESP_ERROR_CGBIN_FILE_INVALID || 16 || Cg binary format is invalid, or the version is misaligned
|-
|-
| CG_BUFFER_ALREADY_MAPPED_ERROR || 59 || The buffer is already mapped.
| SCESP_ERROR_SIMULATION_ERROR || 17 || Error occurred in the RSX simulator
|-
|-
| CG_BUFFER_UPDATE_NOT_ALLOWED_ERROR || 60 || The buffer cannot be updated.
| SCESP_ERROR_ENUMERATION_ENDED_EARLY || 18 || Error occurred at the front-end of NVIDIA dll
|-
|-
|}
|}


== GCM errors ==
== Font 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_FONT_ERROR_FATAL || 0x80540001 || Fatal error
|-
|-
| CELL_GCM_ERROR_NO_IO_PAGE_TABLE || 0x80210001 ||  
| CELL_FONT_ERROR_INVALID_PARAMETER || 0x80540002 || Object specified as argument is invalid
|-
|-
| CELL_GCM_ERROR_INVALID_ENUM || 0x80210002 ||  
| CELL_FONT_ERROR_UNINITIALIZED || 0x80540003 || Uninitialized object was used
|-
|-
| CELL_GCM_ERROR_INVALID_VALUE || 0x80210003 ||  
| CELL_FONT_ERROR_INITIALIZE_FAILED || 0x80540004 || Initialization failed
|-
|-
| CELL_GCM_ERROR_INVALID_ALIGNMENT || 0x80210004 ||  
| CELL_FONT_ERROR_INVALID_CACHE_BUFFER || 0x80540005 || Invalid cache buffer specified
|-
|-
| CELL_GCM_ERROR_ADDRESS_OVERWRAP || 0x80210005 ||  
| CELL_FONT_ERROR_ALREADY_INITIALIZED || 0x80540006 || Already initialized
|-
|-
| CELL_GCM_ERROR_EINVAL || ||  
| CELL_FONT_ERROR_ALLOCATION_FAILED || 0x80540007 || Memory could not be allocated
|-
|-
| CELL_GCM_ERROR_FAILURE || 0x802100ff ||  
| CELL_FONT_ERROR_NO_SUPPORT_FONTSET || 0x80540008 || Unsupported font set
|-
|-
!colspan="3" | GCM Method Check errors
| CELL_FONT_ERROR_OPEN_FAILED || 0x80540009 || Internal open process failed
|-
|-
| CELL_GCM_METHOD_CHECK_OK || || Normal termination (no problem found)
| CELL_FONT_ERROR_READ_FAILED || 0x8054000a || Internal read process failed
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_JUMP || || jump command was included
| CELL_FONT_ERROR_FONT_OPEN_FAILED || 0x8054000b || Could not open font
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_RETURN || || return command was included
| CELL_FONT_ERROR_FONT_NOT_FOUND || 0x8054000c || Font could not be found
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_CALL || || call command was included
| CELL_FONT_ERROR_FONT_OPEN_MAX || 0x8054000d || Maximum number of fonts already open
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_OTHER || || A command that is not of the method format was included
| CELL_FONT_ERROR_FONT_CLOSE_FAILED || 0x8054000e || Could not close font
|-
|-
| 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_FONT_ERROR_ALREADY_OPENED || 0x8054000f || A font is already opened
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INVALID_ADDRESS || || Method address is invalid (an unusable method address is being used)
| CELL_FONT_ERROR_NO_SUPPORT_FUNCTION || 0x80540010 || Unsupported function
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_INCORRECT_DATA || || Method data is not appropriate for the method address
| CELL_FONT_ERROR_NO_SUPPORT_CODE || 0x80540011 || Specified character code is not supported
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_METHOD_NOP_NOT_DELIVER || || NOP is used in an un-provided format
| CELL_FONT_ERROR_NO_SUPPORT_GLYPH || 0x80540012 || Glyph could not be found
|-
|-
| CELL_GCM_METHOD_CHECK_ERROR_ETC || || Other error (unexpected state entered)
| CELL_FONT_ERROR_BUFFER_SIZE_NOT_ENOUGH || 0x80540016 || Size of the specified buffer is not enough
|-
| CELL_FONT_ERROR_RENDERER_ALREADY_BIND || 0x80540020 || Renderer is already bound
|-
| CELL_FONT_ERROR_RENDERER_UNBIND || 0x80540021 || Renderer is not bound
|-
| CELL_FONT_ERROR_RENDERER_INVALID || 0x80540022 || Invalid renderer was specified
|-
|-
|}
| CELL_FONT_ERROR_RENDERER_ALLOCATION_FAILED || 0x80540023 || Memory allocation by renderer failed
 
== PSGL HW Cursor errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| PSGL_HW_CURSOR_ERROR_INVALID_VALUE || 0x80210003 ||  
| CELL_FONT_ERROR_ENOUGH_RENDERING_BUFFER || 0x80540024 || Exceeded the scale limite of the rendering buffer
|-
|-
| PSGL_HW_CURSOR_ERROR_FAILURE || 0x802100ff ||  
| CELL_FONT_ERROR_NO_SUPPORT_SURFACE || 0x80540040 || Unsupported surface
|-
|-
|}
|}


== Resizer errors ==
== Gifdec 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_GIFDEC_ERROR_OPEN_FILE || 0x80611300 || Error while attempting to open a file
|-
| CELL_GIFDEC_ERROR_STREAM_FORMAT || 0x80611301 || Error in the GIF stream
|-
|-
| CELL_RESC_ERROR_REINITIALIZED || 0x80210302 || libresc initialization has been attempted when libresc has already been initialized
| CELL_GIFDEC_ERROR_SEQ || 0x80611302 || Error in the calling sequence
|-
|-
| CELL_RESC_ERROR_BAD_ALIGNMENT || 0x80210303 || Invalid alignment
| CELL_GIFDEC_ERROR_ARG || 0x80611303 || Error in the argument values
|-
|-
| CELL_RESC_ERROR_BAD_ARGUMENT || 0x80210304 || Invalid argument value
| CELL_GIFDEC_ERROR_FATAL || 0x80611304 || Fatal error
|-
|-
| CELL_RESC_ERROR_LESS_MEMORY || 0x80210305 || Insufficient main memory
| CELL_GIFDEC_ERROR_SPU_UNSUPPORT || 0x80611305 || Tried to decode on SPUs a stream unsupported by SPUs
|-
|-
| 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_GIFDEC_ERROR_SPU_ERROR || 0x80611306 || SPU decoding error
|-
|-
| 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_GIFDEC_ERROR_CB_PARAM || 0x80611307 || Error in the parameters specified for the callback function
|-
|-
|}
|}


== DBG_RSX errors ==
== Jpgdec 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_JPGDEC_ERROR_HEADER || 0x80611101 || Header of stream is not a JPEG header
|-
| CELL_JPGDEC_ERROR_STREAM_FORMAT || 0x80611102 || Error in the stream, or the stream format is not supported
|-
| CELL_JPGDEC_ERROR_ARG || 0x80611103 || Error in arguments of function
|-
| CELL_JPGDEC_ERROR_SEQ || 0x80611104 || Error in execution procedure of function
|-
| CELL_JPGDEC_ERROR_BUSY || 0x80611105 || Internal state of decoder is in BUSY state
|-
| CELL_JPGDEC_ERROR_FATAL || 0x80611106 || Fatal error
|-
|-
| CELL_DBG_RSX_ERROR_INVALID_VALUE || 0x80210502 ||  
| CELL_JPGDEC_ERROR_OPEN_FILE || 0x80611107 || Error in opening file
|-
|-
| CELL_DBG_RSX_ERROR_INVALID_ALIGNMENT || 0x80210503 ||  
| CELL_JPGDEC_ERROR_SPU_UNSUPPORT || 0x80611108 || Tried to decode progressive JPEG data on SPUs
|-
|-
| CELL_DBG_RSX_ERROR_FAILURE || 0x802105ff ||  
| CELL_JPGDEC_ERROR_CB_PARAM || 0x80611109 || Error in user-defined parameters for callback function
|-
|-
|}
|}


== NVShaderPerf 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
|-
|-
| SCESP_OK || 0 || Normal termination
| CELL_JPGENC_ERROR_ARG || 0x80611191 || Specified argument is invalid
|-
|-
| SCESP_ERROR_UNKNOWN || -5 || Unknown error
| CELL_JPGENC_ERROR_SEQ || 0x80611192 || Function calling sequence is invalid
|-
|-
| SCESP_ERROR_PATH_NOT_FOUND || -4 || Registry settings cannot be found (reinstall NVShaderPerf)
| 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.
|-
|-
| SCESP_ERROR_LIBRARY_NOT_FOUND || -2 || NVIDIA dll cannot be found (reinstall NVShaderPerf)
| CELL_JPGENC_ERROR_EMPTY || 0x80611194 || No encoding results are available in the encoder
|-
|-
| SCESP_ERROR_NVSP_INIT || -1 || Error upon NVIDIA dll initialization
| CELL_JPGENC_ERROR_RESET || 0x80611195 || Blocking wait was released with a cellJpgEncReset() call
|-
|-
| SCESP_ERROR_NVSP_INTERNAL || 2 || Internal error of NVIDIA dll
| 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.
|-
|-
| SCESP_ERROR_BAD_ARGUMENTS || 4 || Content of the option array is incorrect
| CELL_JPGENC_ERROR_STREAM_ABORT || 0x806111A1 || Encoding was aborted with cellJpgEncReset(). The output stream is undefined.
|-
|-
| SCESP_ERROR_FILE_NOT_FOUND || 6 || Input file cannot be found
| CELL_JPGENC_ERROR_STREAM_SKIP || 0x806111A2 || Encoding was skipped with cellJpgEncReset().
|-
|-
| SCESP_ERROR_SHADER_TYPE_UNSUPPORTED || 7 || The passed shader type is not supported
| CELL_JPGENC_ERROR_STREAM_OVERFLOW || 0x806111A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
|-
|-
| SCESP_ERROR_FAILURE_OPENING_OUTPUT_FILE || 10 || The output file could not be properly opened
| CELL_JPGENC_ERROR_STREAM_FILE_OPEN || 0x806111A4 || File could not be opened (when the output is to a file)
|-
| SCESP_ERROR_CGBIN_FILE_INVALID || 16 || Cg binary format is invalid, or the version is misaligned
|-
| SCESP_ERROR_SIMULATION_ERROR || 17 || Error occurred in the RSX simulator
|-
| SCESP_ERROR_ENUMERATION_ENDED_EARLY || 18 || Error occurred at the front-end of NVIDIA dll
|-
|-
|}
|}


== Font errors ==
== 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
|-
|-
| CELL_FONT_ERROR_FATAL || 0x80540001 || Fatal error
| CELL_PNGDEC_ERROR_HEADER || 0x80611201 || Error in PNG header
|-
|-
| CELL_FONT_ERROR_INVALID_PARAMETER || 0x80540002 || Object specified as argument is invalid
| CELL_PNGDEC_ERROR_STREAM_FORMAT || 0x80611202 || Error in PNG stream
|-
|-
| CELL_FONT_ERROR_UNINITIALIZED || 0x80540003 || Uninitialized object was used
| CELL_PNGDEC_ERROR_ARG || 0x80611203 || Error in argument value
|-
|-
| CELL_FONT_ERROR_INITIALIZE_FAILED || 0x80540004 || Initialization failed
| CELL_PNGDEC_ERROR_SEQ || 0x80611204 || Error in calling sequence
|-
|-
| CELL_FONT_ERROR_INVALID_CACHE_BUFFER || 0x80540005 || Invalid cache buffer specified
| CELL_PNGDEC_ERROR_BUSY || 0x80611205 || Decoder is BUSY
|-
|-
| CELL_FONT_ERROR_ALREADY_INITIALIZED || 0x80540006 || Already initialized
| CELL_PNGDEC_ERROR_FATAL || 0x80611206 || Fatal error
|-
|-
| CELL_FONT_ERROR_ALLOCATION_FAILED || 0x80540007 || Memory could not be allocated
| CELL_PNGDEC_ERROR_OPEN_FILE || 0x80611207 || File open error
|-
|-
| CELL_FONT_ERROR_NO_SUPPORT_FONTSET || 0x80540008 || Unsupported font set
| CELL_PNGDEC_ERROR_SPU_UNSUPPORT || 0x80611208 || Tried to decode data undecodable by the SPU
|-
|-
| CELL_FONT_ERROR_OPEN_FAILED || 0x80540009 || Internal open process failed
| CELL_PNGDEC_ERROR_SPU_ERROR || 0x80611209 || SPU decoding error
|-
|-
| CELL_FONT_ERROR_READ_FAILED || 0x8054000a || Internal read process failed
| CELL_PNGDEC_ERROR_CB_PARAM || 0x8061120a || Error in the user-defined parameters for the callback function
|-
|-
| CELL_FONT_ERROR_FONT_OPEN_FAILED || 0x8054000b || Could not open font
|}
 
== Pngenc errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_FONT_ERROR_FONT_NOT_FOUND || 0x8054000c || Font could not be found
| CELL_PNGENC_ERROR_ARG || 0x80611291 || Problem with the argument
|-
|-
| CELL_FONT_ERROR_FONT_OPEN_MAX || 0x8054000d || Maximum number of fonts already open
| CELL_PNGENC_ERROR_SEQ || 0x80611292 || Problem with the calling sequence
|-
|-
| CELL_FONT_ERROR_FONT_CLOSE_FAILED || 0x8054000e || Could not close font
| 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_FONT_ERROR_ALREADY_OPENED || 0x8054000f || A font is already opened
| CELL_PNGENC_ERROR_EMPTY || 0x80611294 || No encoding results are available in the encoder
|-
|-
| CELL_FONT_ERROR_NO_SUPPORT_FUNCTION || 0x80540010 || Unsupported function
| CELL_PNGENC_ERROR_RESET || 0x80611295 || Blocking wait was released with a cellPngEncReset() call
|-
|-
| CELL_FONT_ERROR_NO_SUPPORT_CODE || 0x80540011 || Specified character code is not supported
| 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_FONT_ERROR_NO_SUPPORT_GLYPH || 0x80540012 || Glyph could not be found
| CELL_PNGENC_ERROR_STREAM_ABORT || 0x806112A1 || Encode processing is aborted by the calling of cellPngEncReset(). The output stream is undefined
|-
|-
| CELL_FONT_ERROR_BUFFER_SIZE_NOT_ENOUGH || 0x80540016 || Size of the specified buffer is not enough
| CELL_PNGENC_ERROR_STREAM_SKIP || 0x806112A2 || Encode processing is skipped by the calling of cellPngEncReset()
|-
|-
| CELL_FONT_ERROR_RENDERER_ALREADY_BIND || 0x80540020 || Renderer is already bound
| CELL_PNGENC_ERROR_STREAM_OVERFLOW || 0x806112A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
|-
|-
| CELL_FONT_ERROR_RENDERER_UNBIND || 0x80540021 || Renderer is not bound
| CELL_PNGENC_ERROR_STREAM_FILE_OPEN || 0x806112A4 || The output destination file could not be opened
|-
| CELL_FONT_ERROR_RENDERER_INVALID || 0x80540022 || Invalid renderer was specified
|-
| CELL_FONT_ERROR_RENDERER_ALLOCATION_FAILED || 0x80540023 || Memory allocation by renderer failed
|-
| CELL_FONT_ERROR_ENOUGH_RENDERING_BUFFER || 0x80540024 || Exceeded the scale limite of the rendering buffer
|-
| CELL_FONT_ERROR_NO_SUPPORT_SURFACE || 0x80540040 || Unsupported surface
|-
|-
|}
|}


== Gifdec errors ==
== GLES errors ==
=== EGL 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
| EGL_SUCCESS                  || 0x3000 ||
|-
| EGL_NOT_INITIALIZED          || 0x3001 ||
|-
| EGL_BAD_ACCESS                || 0x3002 ||
|-
| EGL_BAD_ALLOC                || 0x3003 ||
|-
| EGL_BAD_ATTRIBUTE            || 0x3004 ||
|-
| EGL_BAD_CONFIG                || 0x3005 ||
|-
| EGL_BAD_CONTEXT              || 0x3006 ||  
|-
|-
| CELL_GIFDEC_ERROR_STREAM_FORMAT || 0x80611301 || Error in the GIF stream
| EGL_BAD_CURRENT_SURFACE      || 0x3007 ||  
|-
|-
| CELL_GIFDEC_ERROR_SEQ || 0x80611302 || Error in the calling sequence
| EGL_BAD_DISPLAY              || 0x3008 ||  
|-
|-
| CELL_GIFDEC_ERROR_ARG || 0x80611303 || Error in the argument values
| EGL_BAD_MATCH                || 0x3009 ||  
|-
|-
| CELL_GIFDEC_ERROR_FATAL || 0x80611304 || Fatal error
| EGL_BAD_NATIVE_PIXMAP        || 0x300A ||  
|-
|-
| CELL_GIFDEC_ERROR_SPU_UNSUPPORT || 0x80611305 || Tried to decode on SPUs a stream unsupported by SPUs
| EGL_BAD_NATIVE_WINDOW        || 0x300B ||  
|-
|-
| CELL_GIFDEC_ERROR_SPU_ERROR || 0x80611306 || SPU decoding error
| EGL_BAD_PARAMETER            || 0x300C ||  
|-
|-
| CELL_GIFDEC_ERROR_CB_PARAM || 0x80611307 || Error in the parameters specified for the callback function
| EGL_BAD_SURFACE              || 0x300D ||  
<!--// 0x300E-0x301F reserved for additional errors.//-->
|-
|-
|}
|}
 
=== GL errors ===
== Jpgdec 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
| GL_NO_ERROR                      || 0 ||  
|-
|-
| CELL_JPGDEC_ERROR_STREAM_FORMAT || 0x80611102 || Error in the stream, or the stream format is not supported
| GL_INVALID_ENUM                  || 0x0500 ||  
|-
|-
| CELL_JPGDEC_ERROR_ARG || 0x80611103 || Error in arguments of function
| GL_INVALID_VALUE                || 0x0501 ||  
|-
|-
| CELL_JPGDEC_ERROR_SEQ || 0x80611104 || Error in execution procedure of function
| GL_INVALID_OPERATION            || 0x0502 ||  
|-
|-
| CELL_JPGDEC_ERROR_BUSY || 0x80611105 || Internal state of decoder is in BUSY state
| GL_STACK_OVERFLOW                || 0x0503 ||  
|-
|-
| CELL_JPGDEC_ERROR_FATAL || 0x80611106 || Fatal error
| GL_STACK_UNDERFLOW              || 0x0504 ||  
|-
|-
| CELL_JPGDEC_ERROR_OPEN_FILE || 0x80611107 || Error in opening file
| GL_OUT_OF_MEMORY                || 0x0505 ||  
|-
| CELL_JPGDEC_ERROR_SPU_UNSUPPORT || 0x80611108 || Tried to decode progressive JPEG data on SPUs
|-
| CELL_JPGDEC_ERROR_CB_PARAM || 0x80611109 || Error in user-defined parameters for callback function
|-
|-
|}
|}


== Jpgenc errors ==
== PSGL 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
| PSGL_REPORT_VERSION  || || Reported once at the initialization of PSGL. Reports the version of PSGL compiled in.
|-
|-
| CELL_JPGENC_ERROR_SEQ || 0x80611192 || Function calling sequence is invalid
| 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_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.
| PSGL_REPORT_GL_ERROR || || Reported when PSGL needs to trigger a GL error, as per the GLES specification.
|-
|-
| CELL_JPGENC_ERROR_EMPTY || 0x80611194 || No encoding results are available in the encoder
| PSGL_REPORT_CG_ERROR  || || Reported when PSGL needs to trigger a Cg error, as per the Cg specification.
|-
|-
| CELL_JPGENC_ERROR_RESET || 0x80611195 || Blocking wait was released with a cellJpgEncReset() call
| PSGL_REPORT_MISSING_STATE  || || Reported when PSGL needs a fixed function fragment program that was not loaded. See psglLoadShaderLibrary() for more information.
|-
|-
| 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.
| 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_JPGENC_ERROR_STREAM_ABORT || 0x806111A1 || Encoding was aborted with cellJpgEncReset(). The output stream is undefined.
| 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_JPGENC_ERROR_STREAM_SKIP || 0x806111A2 || Encoding was skipped with cellJpgEncReset().
| 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_JPGENC_ERROR_STREAM_OVERFLOW || 0x806111A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
| 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_JPGENC_ERROR_STREAM_FILE_OPEN || 0x806111A4 || File could not be opened (when the output is to a file)
| PSGL_REPORT_TEXTURE_COPY_BACK  || || Reported when PSGL needs to copy a texture back from RSX memory to system memory.
|-
|-
|}
| PSGL_REPORT_TEXTURE_REALLOC  || || Reported when PSGL needs to reallocate a texture.
 
== Pngdec errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PNGDEC_ERROR_HEADER || 0x80611201 || Error in PNG header
| 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_PNGDEC_ERROR_STREAM_FORMAT || 0x80611202 || Error in PNG stream
| PSGL_REPORT_TEXTURE_INCOMPLETE  || || Reported when a texture unit is used with a texture that is not complete. The texture will be ignored.
|-
|-
| CELL_PNGDEC_ERROR_ARG || 0x80611203 || Error in argument value
| PSGL_REPORT_FRAMEBUFFER_INCOMPLETE  || || Reported when a frame buffer is used that is not complete.
|-
|-
| CELL_PNGDEC_ERROR_SEQ || 0x80611204 || Error in calling sequence
| PSGL_REPORT_FRAMEBUFFER_UNSUPPORTED  || || Reported when the frame buffer used is not supported by PSGL. The report provides information about what is unsupported.
|-
|-
| CELL_PNGDEC_ERROR_BUSY || 0x80611205 || Decoder is BUSY
| PSGL_REPORT_BUFFER_OBJECT_OUT_OF_BOUNDS  || || Reported when PSGL tries to draw using data that is out of the object bounds.
|-
|-
| CELL_PNGDEC_ERROR_FATAL || 0x80611206 || Fatal error
| PSGL_REPORT_GPU_MEMORY_ALLOC  || || Reported when PSGL allocates RSX memory.
|-
|-
| CELL_PNGDEC_ERROR_OPEN_FILE || 0x80611207 || File open error
| PSGL_REPORT_GPU_MEMORY_FREE  || || Reported when PSGL frees RSX memory.
|-
|-
| CELL_PNGDEC_ERROR_SPU_UNSUPPORT || 0x80611208 || Tried to decode data undecodable by the SPU
| PSGL_REPORT_GPU_MEMORY_ASYNC_FREE  || || Reported when PSGL asynchronously frees RSX memory.
|-
|-
| CELL_PNGDEC_ERROR_SPU_ERROR || 0x80611209 || SPU decoding error
| PSGL_REPORT_HOST_MEMORY_ALLOC  || || Reported when PSGL allocates host memory.
|-
|-
| CELL_PNGDEC_ERROR_CB_PARAM || 0x8061120a || Error in the user-defined parameters for the callback function
| PSGL_REPORT_HOST_MEMORY_FREE  || || Reported when PSGL frees host memory.
|-
|-
|}
| PSGL_REPORT_HOST_MEMORY_ASYNC_FREE  || || Reported when PSGL asynchronously frees host memory.
 
== Pngenc errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PNGENC_ERROR_ARG || 0x80611291 || Problem with the argument
| PSGL_REPORT_MALLOC_MEMORY_ALLOC  || || Reported when PSGL allocates malloc memory.
|-
|-
| CELL_PNGENC_ERROR_SEQ || 0x80611292 || Problem with the calling sequence
| PSGL_REPORT_MALLOC_MEMORY_FREE  || || Reported when PSGL frees malloc memory.
|-
|-
| 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
| PSGL_REPORT_MALLOC_MEMORY_REALLOC  || || Reported when PSGL reallocates malloc memory.
|-
|-
| CELL_PNGENC_ERROR_EMPTY || 0x80611294 || No encoding results are available in the encoder
| PSGL_REPORT_TEXTURE_CONVERSION  || || Reported when texture color format conversion occurs.
|-
|-
| CELL_PNGENC_ERROR_RESET || 0x80611295 || Blocking wait was released with a cellPngEncReset() call
| PSGL_REPORT_RESC  || || Reported when resolution conversion (RESC) is enabled.
|-
|-
| 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
| 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_PNGENC_ERROR_STREAM_ABORT || 0x806112A1 || Encode processing is aborted by the calling of cellPngEncReset(). The output stream is undefined
| 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_PNGENC_ERROR_STREAM_SKIP || 0x806112A2 || Encode processing is skipped by the calling of cellPngEncReset()
|-
| CELL_PNGENC_ERROR_STREAM_OVERFLOW || 0x806112A3 || Size of the stream exceeded the maximum allowed (when the output is to a buffer)
|-
| CELL_PNGENC_ERROR_STREAM_FILE_OPEN || 0x806112A4 || The output destination file could not be opened
|-
|-
|}
|}


== GLES errors ==
== Content Search Utility errors ==
=== EGL 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
|-
|-
| EGL_SUCCESS                  || 0x3000 ||  
| CELL_SEARCH_ERROR_PARAM || 0x8002C801 || Parameter is invalid. func or Id is NULL.
|-
|-
| EGL_NOT_INITIALIZED          || 0x3001 ||  
| CELL_SEARCH_ERROR_BUSY || 0x8002C802 || Currently processing. Executing initialization or a search
|-
|-
| EGL_BAD_ACCESS                || 0x3002 ||  
| CELL_SEARCH_ERROR_NO_MEMORY || 0x8002C803 || Not enough memory for execution
|-
|-
| EGL_BAD_ALLOC                || 0x3003 ||  
| CELL_SEARCH_ERROR_UNKNOWN_MODE || 0x8002C804 || Mode is invalid. Value specified to mode is not CELL_SEARCH_MODE_NORMAL
|-
|-
| EGL_BAD_ATTRIBUTE            || 0x3004 ||  
| CELL_SEARCH_ERROR_ALREADY_INITIALIZED || 0x8002C805 || Already initialized
|-
|-
| EGL_BAD_CONFIG                || 0x3005 ||  
| CELL_SEARCH_ERROR_NOT_INITIALIZED || 0x8002C806 || Not initialized
|-
|-
| EGL_BAD_CONTEXT              || 0x3006 ||  
| CELL_SEARCH_ERROR_FINALIZING || 0x8002C807 || Executing termination processing
|-
|-
| EGL_BAD_CURRENT_SURFACE      || 0x3007 ||  
| CELL_SEARCH_ERROR_NOT_SUPPORTED_SEARCH || 0x8002C808 || Specified search conditions are not supported. Combination of type and sortOrder is invalid.
|-
|-
| EGL_BAD_DISPLAY              || 0x3008 ||  
| CELL_SEARCH_ERROR_CONTENT_OBSOLETE || 0x8002C809 || contentId, listID, videoId is old (content was modified by the user and therefore cannot be found)
|-
|-
| EGL_BAD_MATCH                || 0x3009 ||  
| CELL_SEARCH_ERROR_CONTENT_NOT_FOUND || 0x8002C80A || Content indicated by contentId, listID, videoID cannot be found (deleted by the user).
|-
|-
| EGL_BAD_NATIVE_PIXMAP        || 0x300A ||  
| CELL_SEARCH_ERROR_NOT_LIST || 0x8002C80B || contentId, listID, videoID cannot be found in the list.
|-
|-
| EGL_BAD_NATIVE_WINDOW        || 0x300B ||  
| CELL_SEARCH_ERROR_OUT_OF_RANGE || 0x8002C80C || Offset is either negative or too large
|-
|-
| EGL_BAD_PARAMETER            || 0x300C ||  
| CELL_SEARCH_ERROR_INVALID_SEARCHID || 0x8002C80D || Search ID is invalid
|-
|-
| EGL_BAD_SURFACE              || 0x300D ||  
| CELL_SEARCH_ERROR_ALREADY_GOT_RESULT || 0x8002C80E || Search results have already been obtained
<!--// 0x300E-0x301F reserved for additional errors.//-->
|-
| CELL_SEARCH_ERROR_NOT_SUPPORTED_CONTEXT || 0x8002C80F || Selection context cannot be created
|-
| CELL_SEARCH_ERROR_INVALID_CONTENTTYPE || 0x8002C810 || Content type is invalid
|-
| CELL_SEARCH_ERROR_DRM || 0x8002C811 || DRM error. Could not execute request/obtain path because file is a DRM file.
|-
| CELL_SEARCH_ERROR_TAG || 0x8002C812 || Tag information is invalid. tagNum is larger than CELL_SEARCH_TAG_NUM_MAX; or tagNum is at least 1 and tags or tags[n] is NULL; or length of tags[n] is larger than CELL_SEARCH_TAG_LEN_MAX
|-
| CELL_SEARCH_ERROR_GENERIC || 0x8002C8FF || Other error
|-
|-
|}
|}
=== GL 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
|-
|-
| GL_NO_ERROR                      || 0 ||  
| CELL_MUSIC_DECODE_DECODE_FINISHED || 0x8002C101 || End of music content was reached and decoding stopped
|-
| CELL_MUSIC_DECODE_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
| CELL_MUSIC_DECODE_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
| CELL_MUSIC_DECODE_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
| CELL_MUSIC_DECODE_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
| CELL_MUSIC_DECODE_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
| CELL_MUSIC_DECODE_ERROR_DECODE_FAILURE || 0x8002C107 || Error occurred during decoding and decoding stopped
|-
|-
| GL_INVALID_ENUM                  || 0x0500 ||  
| CELL_MUSIC_DECODE_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
|-
| GL_INVALID_VALUE                || 0x0501 ||  
| CELL_MUSIC_DECODE_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
|-
| GL_INVALID_OPERATION            || 0x0502 ||  
| CELL_MUSIC_DECODE_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
|-
| GL_STACK_OVERFLOW                || 0x0503 ||  
| CELL_MUSIC_DECODE_ERROR_NO_LPCM_DATA || 0x8002C10B || No decoded data was available
|-
|-
| GL_STACK_UNDERFLOW              || 0x0504 ||  
| CELL_MUSIC_DECODE_NEXT_CONTENTS_READY || 0x8002C10C || Decoding of next content can be started
|-
|-
| GL_OUT_OF_MEMORY                || 0x0505 ||  
| CELL_MUSIC_DECODE_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
|}
|}


== PSGL 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
|-
|-
| PSGL_REPORT_VERSION  || || Reported once at the initialization of PSGL. Reports the version of PSGL compiled in.
| CELL_MUSIC_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
|-
|-
| 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_MUSIC_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
|-
| PSGL_REPORT_GL_ERROR || || Reported when PSGL needs to trigger a GL error, as per the GLES specification.
| CELL_MUSIC_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
|-
| PSGL_REPORT_CG_ERROR  || || Reported when PSGL needs to trigger a Cg error, as per the Cg specification.
| CELL_MUSIC_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
|-
| PSGL_REPORT_MISSING_STATE  || || Reported when PSGL needs a fixed function fragment program that was not loaded. See psglLoadShaderLibrary() for more information.
| CELL_MUSIC_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
|-
| 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_MUSIC_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
|-
| 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_MUSIC_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
|-
|-
| 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_MUSIC_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content 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_MUSIC_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
|-
| PSGL_REPORT_TEXTURE_COPY_BACK  || || Reported when PSGL needs to copy a texture back from RSX memory to system memory.
| CELL_MUSIC_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
|-
| PSGL_REPORT_TEXTURE_REALLOC  || || Reported when PSGL needs to reallocate a texture.
| CELL_MUSIC_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
| 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.
|}
 
=== 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
|-
|-
| PSGL_REPORT_TEXTURE_INCOMPLETE  || || Reported when a texture unit is used with a texture that is not complete. The texture will be ignored.
| CELL_MUSIC2_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
|-
|-
| PSGL_REPORT_FRAMEBUFFER_INCOMPLETE  || || Reported when a frame buffer is used that is not complete.
| CELL_MUSIC2_ERROR_PARAM || 0x8002C102 || Parameters are invalid
|-
|-
| PSGL_REPORT_FRAMEBUFFER_UNSUPPORTED  || || Reported when the frame buffer used is not supported by PSGL. The report provides information about what is unsupported.
| CELL_MUSIC2_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
|-
|-
| PSGL_REPORT_BUFFER_OBJECT_OUT_OF_BOUNDS  || || Reported when PSGL tries to draw using data that is out of the object bounds.
| CELL_MUSIC2_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
|-
|-
| PSGL_REPORT_GPU_MEMORY_ALLOC  || || Reported when PSGL allocates RSX memory.
| CELL_MUSIC2_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
|-
|-
| PSGL_REPORT_GPU_MEMORY_FREE  || || Reported when PSGL frees RSX memory.
| CELL_MUSIC2_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
|-
|-
| PSGL_REPORT_GPU_MEMORY_ASYNC_FREE  || || Reported when PSGL asynchronously frees RSX memory.
| CELL_MUSIC2_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
|-
|-
| PSGL_REPORT_HOST_MEMORY_ALLOC  || || Reported when PSGL allocates host memory.
| CELL_MUSIC2_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
|-
|-
| PSGL_REPORT_HOST_MEMORY_FREE  || || Reported when PSGL frees host memory.
| CELL_MUSIC2_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
|-
|-
| PSGL_REPORT_HOST_MEMORY_ASYNC_FREE  || || Reported when PSGL asynchronously frees host memory.
| CELL_MUSIC2_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
|-
| PSGL_REPORT_MALLOC_MEMORY_ALLOC  || || Reported when PSGL allocates malloc memory.
| CELL_MUSIC2_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
| PSGL_REPORT_MALLOC_MEMORY_FREE  || || Reported when PSGL frees malloc memory.
|}
 
== 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
|-
|-
| PSGL_REPORT_MALLOC_MEMORY_REALLOC  || || Reported when PSGL reallocates malloc memory.
| CELL_MUSIC_EXPORT_UTIL_ERROR_BUSY || 0x8002c601 || Because the required processing has not been completed yet, the requested processing could not be executed
|-
|-
| PSGL_REPORT_TEXTURE_CONVERSION  || || Reported when texture color format conversion occurs.
| CELL_MUSIC_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c602 || Internal error
|-
|-
| PSGL_REPORT_RESC  || || Reported when resolution conversion (RESC) is enabled.
| CELL_MUSIC_EXPORT_UTIL_ERROR_PARAM || 0x8002c603 || Parameter is invalid
|-
|-
| 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_MUSIC_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c604 || HDD access error
|-
|-
| 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_MUSIC_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c605 || Internal database error
|-
|-
|}
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c606 || Registration to database failed
 
== PSGL Utility errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| GLU_INVALID_ENUM || 100900 ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_SET_META || 0x8002c607 || Metadata configuration failed
|-
|-
| GLU_INVALID_VALUE || 100901 ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c608 || Metadata flush failed
|-
|-
| GLU_OUT_OF_MEMORY || 100902 ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_MOVE || 0x8002c609 || File move failed
|-
|-
| GLU_INVALID_OPERATION || 100904 ||  
| CELL_MUSIC_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c60a || Initialization error
|-
|-
|}
|}


== Content Search Utility errors ==
== Photo Utility errors ==
 
=== Export 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_SEARCH_ERROR_PARAM || 0x8002C801 || Parameter is invalid. func or Id is NULL.
| CELL_PHOTO_EXPORT_UTIL_ERROR_BUSY || 0x8002c201 || Requested operation could not be executed because required operation has not ended
|-
|-
| CELL_SEARCH_ERROR_BUSY || 0x8002C802 || Currently processing. Executing initialization or a search
| CELL_PHOTO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c202 || Internal error
|-
|-
| CELL_SEARCH_ERROR_NO_MEMORY || 0x8002C803 || Not enough memory for execution
| CELL_PHOTO_EXPORT_UTIL_ERROR_PARAM || 0x8002c203 || Invalid parameter
|-
|-
| CELL_SEARCH_ERROR_UNKNOWN_MODE || 0x8002C804 || Mode is invalid. Value specified to mode is not CELL_SEARCH_MODE_NORMAL
| CELL_PHOTO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c204 || HDD access error, file copy failed
|-
|-
| CELL_SEARCH_ERROR_ALREADY_INITIALIZED || 0x8002C805 || Already initialized
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c205 || Internal error in database
|-
|-
| CELL_SEARCH_ERROR_NOT_INITIALIZED || 0x8002C806 || Not initialized
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c206 || Registration to database failed
|-
|-
| CELL_SEARCH_ERROR_FINALIZING || 0x8002C807 || Executing termination processing
| CELL_PHOTO_EXPORT_UTIL_ERROR_SET_META || 0x8002c207 || Metadata configuration failed
|-
|-
| CELL_SEARCH_ERROR_NOT_SUPPORTED_SEARCH || 0x8002C808 || Specified search conditions are not supported. Combination of type and sortOrder is invalid.
| CELL_PHOTO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c208 || Metadata writeback failed
|-
|-
| CELL_SEARCH_ERROR_CONTENT_OBSOLETE || 0x8002C809 || contentId, listID, videoId is old (content was modified by the user and therefore cannot be found)
| CELL_PHOTO_EXPORT_UTIL_ERROR_MOVE || 0x8002c209 || File move failed
|-
|-
| CELL_SEARCH_ERROR_CONTENT_NOT_FOUND || 0x8002C80A || Content indicated by contentId, listID, videoID cannot be found (deleted by the user).
| CELL_PHOTO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c20a || Initialization error
|-
|-
| CELL_SEARCH_ERROR_NOT_LIST || 0x8002C80B || contentId, listID, videoID cannot be found in the list.
|}
 
=== 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_SEARCH_ERROR_OUT_OF_RANGE || 0x8002C80C || Offset is either negative or too large
| CELL_PHOTO_IMPORT_ERROR_BUSY || 0x8002c701 || Required processing has not completed, so request could not be executed
|-
|-
| CELL_SEARCH_ERROR_INVALID_SEARCHID || 0x8002C80D || Search ID is invalid
| CELL_PHOTO_IMPORT_ERROR_INTERNAL || 0x8002c702 || Internal error
|-
|-
| CELL_SEARCH_ERROR_ALREADY_GOT_RESULT || 0x8002C80E || Search results have already been obtained
| CELL_PHOTO_IMPORT_ERROR_PARAM || 0x8002c703 || Parameters are invalid
|-
|-
| CELL_SEARCH_ERROR_NOT_SUPPORTED_CONTEXT || 0x8002C80F || Selection context cannot be created
| CELL_PHOTO_IMPORT_ERROR_ACCESS_ERROR || 0x8002c704 || HDD access error
|-
|-
| CELL_SEARCH_ERROR_INVALID_CONTENTTYPE || 0x8002C810 || Content type is invalid
| CELL_PHOTO_IMPORT_ERROR_COPY || 0x8002c705 || Copy failed
|-
|-
| CELL_SEARCH_ERROR_DRM || 0x8002C811 || DRM error. Could not execute request/obtain path because file is a DRM file.
| CELL_PHOTO_IMPORT_ERROR_INITIALIZE || 0x8002c706 || Initialization error
|-
| CELL_SEARCH_ERROR_TAG || 0x8002C812 || Tag information is invalid. tagNum is larger than CELL_SEARCH_TAG_NUM_MAX; or tagNum is at least 1 and tags or tags[n] is NULL; or length of tags[n] is larger than CELL_SEARCH_TAG_LEN_MAX
|-
| CELL_SEARCH_ERROR_GENERIC || 0x8002C8FF || Other error
|-
|-
|}
|}


== Music Decode errors ==
=== 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_MUSIC_DECODE_DECODE_FINISHED || 0x8002C101 || End of music content was reached and decoding stopped
| CELL_PHOTO_DECODE_ERROR_BUSY || 0x8002c901 || Required processing has not completed, so request could not be executed
|-
|-
| CELL_MUSIC_DECODE_ERROR_PARAM || 0x8002C102 || Parameters are invalid
| CELL_PHOTO_DECODE_ERROR_INTERNAL || 0x8002c902 || Internal error
|-
|-
| CELL_MUSIC_DECODE_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
| CELL_PHOTO_DECODE_ERROR_PARAM || 0x8002c903 || Parameters are invalid
|-
|-
| CELL_MUSIC_DECODE_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
| CELL_PHOTO_DECODE_ERROR_ACCESS_ERROR || 0x8002c904 || HDD access error
|-
|-
| CELL_MUSIC_DECODE_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
| CELL_PHOTO_DECODE_ERROR_INITIALIZE || 0x8002c905 || Initialization error
|-
|-
| CELL_MUSIC_DECODE_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
| CELL_PHOTO_DECODE_ERROR_DECODE || 0x8002c906 || Decoding failed
|-
|-
| CELL_MUSIC_DECODE_ERROR_DECODE_FAILURE || 0x8002C107 || Error occurred during decoding and decoding stopped
|}
 
== 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_MUSIC_DECODE_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
| CELL_SCREENSHOT_ERROR_INTERNAL || 0x8002d101 || Internal error
|-
|-
| CELL_MUSIC_DECODE_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
| CELL_SCREENSHOT_ERROR_PARAM || 0x8002d102 || Invalid parameter
|-
|-
| CELL_MUSIC_DECODE_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
| CELL_SCREENSHOT_ERROR_DECODE || 0x8002d103 || Image decoding failed
|-
|-
| CELL_MUSIC_DECODE_ERROR_NO_LPCM_DATA || 0x8002C10B || No decoded data was available
| CELL_SCREENSHOT_ERROR_NOSPACE || 0x8002d104 || Insufficient HDD space (500MB free needed)
|-
|-
| CELL_MUSIC_DECODE_NEXT_CONTENTS_READY || 0x8002C10C || Decoding of next content can be started
| CELL_SCREENSHOT_ERROR_UNSUPPORTED_COLOR_FORMAT || 0x8002d105 || The color format of the current frame buffer is not supported
|-
| CELL_MUSIC_DECODE_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
|}
|}


== Music Playback errors ==
== Video Utility 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
|-
|-
| CELL_MUSIC_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
| CELL_VIDEO_EXPORT_UTIL_ERROR_BUSY || 0x8002ca01 || Requested processing could not be executed because the required processing has not been completed
|-
|-
| CELL_MUSIC_ERROR_PARAM || 0x8002C102 || Parameters are invalid
| CELL_VIDEO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002ca02 || Internal error
|-
|-
| CELL_MUSIC_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
| CELL_VIDEO_EXPORT_UTIL_ERROR_PARAM || 0x8002ca03 || Parameter is invalid
|-
|-
| CELL_MUSIC_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
| CELL_VIDEO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002ca04 || HDD access error, file copy failed
|-
|-
| CELL_MUSIC_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002ca05 || Internal database error
|-
|-
| CELL_MUSIC_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002ca06 || Registration to database failed
|-
|-
| CELL_MUSIC_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
| CELL_VIDEO_EXPORT_UTIL_ERROR_SET_META || 0x8002ca07 || Metadata set failed
|-
|-
| CELL_MUSIC_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
| CELL_VIDEO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002ca08 || Metadata flush failed
|-
|-
| CELL_MUSIC_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
| CELL_VIDEO_EXPORT_UTIL_ERROR_MOVE || 0x8002ca09 || File move failed
|-
|-
| CELL_MUSIC_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
| CELL_VIDEO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002ca0a || Initialization error
|-
| CELL_MUSIC_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
|}
|}


=== Not using memory container ===
== Hash Function 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_MUSIC2_PLAYBACK_FINISHED || 0x8002C101 || End of music content was reached and playback stopped
| 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_MUSIC2_ERROR_PARAM || 0x8002C102 || Parameters are invalid
| 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_MUSIC2_ERROR_BUSY || 0x8002C103 || Required processing has not completed, so request could not be executed
| 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_MUSIC2_ERROR_NO_ACTIVE_CONTENT || 0x8002C104 || No open content
| CELL_ERROR_HASH_INVALID_ALIGN || 0x80f00004 || Argument was not aligned to the correct boundary.
|-
|-
| CELL_MUSIC2_ERROR_NO_MATCH_FOUND || 0x8002C105 || Content corresponding to passed context could not be found
| CELL_ERROR_HASH_INVALID_NOMEM || 0x80f00005 || Insufficient memory.
|-
|-
| CELL_MUSIC2_ERROR_INVALID_CONTEXT || 0x8002C106 || Context is invalid
| CELL_ERROR_HASH_TASK_CREATE_FAILED || 0x80f00006 || Failed to create SPURS task.
|-
|-
| CELL_MUSIC2_ERROR_PLAYBACK_FAILURE || 0x8002C107 || Error occurred during playback and playback stopped
| CELL_ERROR_HASH_INVALID_STATE || 0x80f00007 || Invalid state to process data.
|-
|-
| CELL_MUSIC2_ERROR_NO_MORE_CONTENT || 0x8002C108 || Next/previous content does not exist
| 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_MUSIC2_DIALOG_OPEN || 0x8002C109 || Message dialog will be displayed
| CELL_ERROR_HASH_INVALID_STREAM_ID || 0x80f00009 || Invalid stream ID size.
|-
| CELL_MUSIC2_DIALOG_CLOSE || 0x8002C10A || Message dialog was closed
|-
| CELL_MUSIC2_ERROR_GENERIC || 0x8002C1FF || Unknown error occurred
|-
|-
|}
|}


== Music Export Utility 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
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_BUSY || 0x8002c601 || Because the required processing has not been completed yet, the requested processing could not be executed
| CELL_KB_ERROR_FATAL || 0x80121001 ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c602 || Internal error
| CELL_KB_ERROR_INVALID_PARAMETER || 0x80121002 ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_PARAM || 0x8002c603 || Parameter is invalid
| CELL_KB_ERROR_ALREADY_INITIALIZED || 0x80121003 ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c604 || HDD access error
| CELL_KB_ERROR_UNINITIALIZED || 0x80121004 ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c605 || Internal database error
| CELL_KB_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121005 ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c606 || Registration to database failed
| CELL_KB_ERROR_DATA_READ_FAILED || 0x80121006 ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_SET_META || 0x8002c607 || Metadata configuration failed
| CELL_KB_ERROR_NO_DEVICE || 0x80121007 ||  
|-
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c608 || Metadata flush failed
| CELL_KB_ERROR_SYS_SETTING_FAILED || 0x80121008 ||  
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_MOVE || 0x8002c609 || File move failed
|-
| CELL_MUSIC_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c60a || Initialization error
|-
|-
|}
|}


== Photo Utility errors ==
== PAD errors ==
 
=== Export 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_PHOTO_EXPORT_UTIL_ERROR_BUSY || 0x8002c201 || Requested operation could not be executed because required operation has not ended
| CELL_PAD_ERROR_FATAL || 0x80121101 ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002c202 || Internal error
| CELL_PAD_ERROR_INVALID_PARAMETER || 0x80121102 ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_PARAM || 0x8002c203 || Invalid parameter
| CELL_PAD_ERROR_ALREADY_INITIALIZED || 0x80121103 ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002c204 || HDD access error, file copy failed
| CELL_PAD_ERROR_UNINITIALIZED || 0x80121104 ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002c205 || Internal error in database
| CELL_PAD_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121105 ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002c206 || Registration to database failed
| CELL_PAD_ERROR_DATA_READ_FAILED || 0x80121106 ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_SET_META || 0x8002c207 || Metadata configuration failed
| CELL_PAD_ERROR_NO_DEVICE || 0x80121107 ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002c208 || Metadata writeback failed
| CELL_PAD_ERROR_UNSUPPORTED_GAMEPAD || 0x80121108 ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_MOVE || 0x8002c209 || File move failed
| CELL_PAD_ERROR_TOO_MANY_DEVICES || 0x80121109 ||  
|-
|-
| CELL_PHOTO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002c20a || Initialization error
| CELL_PAD_ERROR_EBUSY || 0x8012110a ||  
|-
|-
|}
|}


=== Import 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_PHOTO_IMPORT_ERROR_BUSY || 0x8002c701 || Required processing has not completed, so request could not be executed
| CELL_MOUSE_ERROR_FATAL || 0x80121201 ||  
|-
|-
| CELL_PHOTO_IMPORT_ERROR_INTERNAL || 0x8002c702 || Internal error
| CELL_MOUSE_ERROR_INVALID_PARAMETER || 0x80121202 ||
|-
| CELL_MOUSE_ERROR_ALREADY_INITIALIZED || 0x80121203 ||
|-
| CELL_MOUSE_ERROR_UNINITIALIZED || 0x80121204 ||  
|-
|-
| CELL_PHOTO_IMPORT_ERROR_PARAM || 0x8002c703 || Parameters are invalid
| CELL_MOUSE_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121205 ||  
|-
|-
| CELL_PHOTO_IMPORT_ERROR_ACCESS_ERROR || 0x8002c704 || HDD access error
| CELL_MOUSE_ERROR_DATA_READ_FAILED || 0x80121206 ||  
|-
|-
| CELL_PHOTO_IMPORT_ERROR_COPY || 0x8002c705 || Copy failed
| CELL_MOUSE_ERROR_NO_DEVICE || 0x80121207 ||  
|-
|-
| CELL_PHOTO_IMPORT_ERROR_INITIALIZE || 0x8002c706 || Initialization error
| CELL_MOUSE_ERROR_SYS_SETTING_FAILED || 0x80121208 ||  
|-
|-
|}
|}


=== Decode errors ===
== K2C 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_PHOTO_DECODE_ERROR_BUSY || 0x8002c901 || Required processing has not completed, so request could not be executed
| CELL_K2C_ERROR_FATAL || 0x80121301 ||  
|-
|-
| CELL_PHOTO_DECODE_ERROR_INTERNAL || 0x8002c902 || Internal error
| CELL_K2C_ERROR_INVALID_HANDLE || 0x80121302 ||  
|-
|-
| CELL_PHOTO_DECODE_ERROR_PARAM || 0x8002c903 || Parameters are invalid
| CELL_K2C_ERROR_INVALID_PARAMETER || 0x80121303 ||  
|-
|-
| CELL_PHOTO_DECODE_ERROR_ACCESS_ERROR || 0x8002c904 || HDD access error
| CELL_K2C_ERROR_ALREADY_INITIALIZED || 0x80121304 ||  
|-
|-
| CELL_PHOTO_DECODE_ERROR_INITIALIZE || 0x8002c905 || Initialization error
| CELL_K2C_ERROR_UNINITIALIZED || 0x80121305 ||  
|-
|-
| CELL_PHOTO_DECODE_ERROR_DECODE || 0x8002c906 || Decoding failed
| CELL_K2C_ERROR_OTHER || 0x80121306 ||  
|-
|-
|}
|}


== Screenshot Utility errors ==
== PADFILTER 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_SCREENSHOT_ERROR_INTERNAL || 0x8002d101 || Internal error
| CELL_PADFILTER_ERROR_INVALID_PARAMETER || 0x80121401 ||  
|-
| CELL_SCREENSHOT_ERROR_PARAM || 0x8002d102 || Invalid parameter
|-
| CELL_SCREENSHOT_ERROR_DECODE || 0x8002d103 || Image decoding failed
|-
| CELL_SCREENSHOT_ERROR_NOSPACE || 0x8002d104 || Insufficient HDD space (500MB free needed)
|-
| CELL_SCREENSHOT_ERROR_UNSUPPORTED_COLOR_FORMAT || 0x8002d105 || The color format of the current frame buffer is not supported
|-
|-
|}
|}


== Video Utility errors ==
== 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
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_BUSY || 0x8002ca01 || Requested processing could not be executed because the required processing has not been completed
| CELL_GEM_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121801 || libgem initialization failed to allocate the required resources.
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_INTERNAL || 0x8002ca02 || Internal error
| CELL_GEM_ERROR_ALREADY_INITIALIZED || 0x80121802 || libgem initialization failed as the library is already initialized.
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_PARAM || 0x8002ca03 || Parameter is invalid
| CELL_GEM_ERROR_UNINITIALIZED || 0x80121803 || Call failed because libgem is not initialized.
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_ACCESS_ERROR || 0x8002ca04 || HDD access error, file copy failed
| CELL_GEM_ERROR_INVALID_PARAMETER || 0x80121804 || Call failed because one or more parameters passed was not valid.
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_INTERNAL || 0x8002ca05 || Internal database error
| CELL_GEM_ERROR_INVALID_ALIGNMENT || 0x80121805 || Call failed because the video buffer could not be read.
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_DB_REGIST || 0x8002ca06 || Registration to database failed
| CELL_GEM_ERROR_UPDATE_NOT_FINISHED || 0x80121806 || cellGemUpdateStart() call failed because it was called before cellGemUpdateFinish() completed.
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_SET_META || 0x8002ca07 || Metadata set failed
| CELL_GEM_ERROR_UPDATE_NOT_STARTED || 0x80121807 || cellGemUpdateFinish() call failed because it was called before cellGemUpdateStart().
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_FLUSH_META || 0x8002ca08 || Metadata flush failed
| CELL_GEM_ERROR_CONVERT_NOT_FINISHED || 0x80121808 || cellGemConvertVideoStart() call failed because it was called before cellGemConvertVideoFinish().
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_MOVE || 0x8002ca09 || File move failed
| CELL_GEM_ERROR_CONVERT_NOT_STARTED || 0x80121809 || cellGemConvertVideoFinish() call failed because it was called before cellGemConvertVideoStart().
|-
|-
| CELL_VIDEO_EXPORT_UTIL_ERROR_INITIALIZE || 0x8002ca0a || Initialization error
| 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.
|-
|-
|}
|}


== Hash Function 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_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_PERF_ERROR_NOT_OPENED || 0x80520001 ||  
|-
|-
| 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_PERF_ERROR_INVALID_SIGNAL || 0x80520002 ||  
|-
|-
| 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_PERF_ERROR_TRACE_BUS_BUSY || 0x80520003 ||  
|-
|-
| CELL_ERROR_HASH_INVALID_ALIGN || 0x80f00004 || Argument was not aligned to the correct boundary.
| CELL_PERF_ERROR_SIGNAL_CONTROL_FULL || 0x80520004 ||  
|-
|-
| CELL_ERROR_HASH_INVALID_NOMEM || 0x80f00005 || Insufficient memory.
| CELL_PERF_ERROR_INVALID_PARAMETER || 0x80520005 ||  
|-
|-
| CELL_ERROR_HASH_TASK_CREATE_FAILED || 0x80f00006 || Failed to create SPURS task.
| CELL_PERF_ERROR_LV1_NO_PRIVILEGE || 0x80520006 ||  
|-
|-
| CELL_ERROR_HASH_INVALID_STATE || 0x80f00007 || Invalid state to process data.
| CELL_PERF_ERROR_LV1_DENIED_BY_POLICY || 0x80520007 ||  
|-
|-
| 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_PERF_ERROR_LV1_NO_ENTRY || 0x80520008 ||  
|-
|-
| CELL_ERROR_HASH_INVALID_STREAM_ID || 0x80f00009 || Invalid stream ID size.
| CELL_PERF_ERROR_LV1_DUPLICATE_ENTRY || 0x80520009 ||  
|-
|-
|}
| CELL_PERF_ERROR_LV1_BUSY || 0x8052000a ||  
 
== KB errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_KB_ERROR_FATAL || 0x80121001 ||  
| CELL_PERF_ERROR_LV1_RESOURCE_SHORTAGE || 0x8052000b ||  
|-
|-
| CELL_KB_ERROR_INVALID_PARAMETER || 0x80121002 ||  
| CELL_PERF_ERROR_LV1_WRONG_STATE || 0x8052000c ||  
|-
|-
| CELL_KB_ERROR_ALREADY_INITIALIZED || 0x80121003 ||  
| CELL_PERF_ERROR_LV1_ALIGNMENT_ERROR || 0x8052000d ||  
|-
|-
| CELL_KB_ERROR_UNINITIALIZED || 0x80121004 ||  
| CELL_PERF_ERROR_LV1_ILLEGAL_PARAMETER_VALUE || 0x8052000e ||  
|-
|-
| CELL_KB_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121005 ||  
| CELL_PERF_ERROR_LV2_BUSY || 0x8052000f ||  
|-
|-
| CELL_KB_ERROR_DATA_READ_FAILED || 0x80121006 ||  
| CELL_PERF_ERROR_LV2_NO_RESOURCE || 0x80520010 ||  
|-
|-
| CELL_KB_ERROR_NO_DEVICE || 0x80121007 ||  
| CELL_PERF_ERROR_LV2_NOT_OPENED || 0x80520011 ||  
|-
|-
| CELL_KB_ERROR_SYS_SETTING_FAILED || 0x80121008 ||  
| CELL_PERF_ERROR_LV2_NOT_IMPLEMENTED || 0x80520012 ||  
|-
|-
|}
| CELL_PERF_ERROR_LV2_INVALID_PARAMETER || 0x80520013 ||  
 
== PAD errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PAD_ERROR_FATAL || 0x80121101 ||  
| CELL_PERF_ERROR_LV2_UNSUPPORTED_HARDWARE || 0x80520014 ||  
|-
|-
| CELL_PAD_ERROR_INVALID_PARAMETER || 0x80121102 ||  
| CELL_PERF_ERROR_LV2_NOT_ALLOWED || 0x80520015 ||  
|-
|-
| CELL_PAD_ERROR_ALREADY_INITIALIZED || 0x80121103 ||  
| CELL_PERF_ERROR_UNDEFINED || 0x80520016 ||  
|-
|-
| CELL_PAD_ERROR_UNINITIALIZED || 0x80121104 ||  
| CELL_PERF_ERROR_NO_RESOURCE || 0x80520017 ||  
|-
|-
| CELL_PAD_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121105 ||  
| CELL_PERF_ERROR_ADDED_ALREADY || 0x80520018 ||  
|-
|-
| CELL_PAD_ERROR_DATA_READ_FAILED || 0x80121106 ||
| CELL_PERF_ERROR_NO_ENTRY || 0x80520019 ||  
|-
| CELL_PAD_ERROR_NO_DEVICE || 0x80121107 ||
|-
| CELL_PAD_ERROR_UNSUPPORTED_GAMEPAD || 0x80121108 ||
|-
| CELL_PAD_ERROR_TOO_MANY_DEVICES || 0x80121109 ||
|-
| CELL_PAD_ERROR_EBUSY || 0x8012110a ||  
|-
|-
|}
|}


== MOUSE errors ==
== 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_MOUSE_ERROR_FATAL || 0x80121201 ||  
| CELL_HDDGAME_ERROR_INTERNAL || || Fatal internal error
|-
|-
| CELL_MOUSE_ERROR_INVALID_PARAMETER || 0x80121202 ||  
| CELL_HDDGAME_ERROR_PARAM || || Invalid argument (application bug)
|-
|-
| CELL_MOUSE_ERROR_ALREADY_INITIALIZED || 0x80121203 ||  
| CELL_HDDGAME_ERROR_NOAPP || || PlayStation Home is not installed
|-
|-
| CELL_MOUSE_ERROR_UNINITIALIZED || 0x80121204 ||
| CELL_GAME_ERROR_ACCESS_ERROR || || HDD access error
|-
| CELL_MOUSE_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121205 ||
|-
| CELL_MOUSE_ERROR_DATA_READ_FAILED || 0x80121206 ||
|-
| CELL_MOUSE_ERROR_NO_DEVICE || 0x80121207 ||
|-
| CELL_MOUSE_ERROR_SYS_SETTING_FAILED || 0x80121208 ||  
|-
|-
|}
|}


== K2C errors ==
== 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_K2C_ERROR_FATAL || 0x80121301 ||  
| CELL_IMEJP_ERROR_ERR || 0x8002bf01 || Function call error
|-
| CELL_IMEJP_ERROR_CONTEXT || 0x8002bf11 || Invalid context handle or context handle not opened
|-
|-
| CELL_K2C_ERROR_INVALID_HANDLE || 0x80121302 ||  
| CELL_IMEJP_ERROR_ALREADY_OPEN || 0x8002bf21 || Attempted to open when the ImeJp utility is already opened
|-
|-
| CELL_K2C_ERROR_INVALID_PARAMETER || 0x80121303 ||  
| CELL_IMEJP_ERROR_DIC_OPEN || 0x8002bf31 || Dictionary open error
|-
|-
| CELL_K2C_ERROR_ALREADY_INITIALIZED || 0x80121304 ||  
| CELL_IMEJP_ERROR_PARAM || 0x8002bf41 || Invalid parameter
|-
|-
| CELL_K2C_ERROR_UNINITIALIZED || 0x80121305 ||  
| CELL_IMEJP_ERROR_IME_ALREADY_IN_USE || 0x8002bf51 || Character input engine is being used
|-
|-
| CELL_K2C_ERROR_OTHER || 0x80121306 ||  
| CELL_IMEJP_ERROR_OTHER || 0x8002bfff || Other error, internal error
|-
|-
|}
|}


== PADFILTER errors ==
== L10n 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 ||  
| SRCIllegal || || Target character string is corrupt
|-
| DSTExhausted ||  || Buffer is too small for the conversion result
|-
| ConverterUnknown ||  || Specified converter is invalid
|-
|-
|}
|}


== GEM 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_GEM_ERROR_RESOURCE_ALLOCATION_FAILED || 0x80121801 || libgem initialization failed to allocate the required resources.
| ESRCH || || Non-existent thread
|-
|-
| CELL_GEM_ERROR_ALREADY_INITIALIZED || 0x80121802 || libgem initialization failed as the library is already initialized.
| EINVAL || || The value specified is invalid or does not refer to an initialized thread attribute object.
|-
|-
| CELL_GEM_ERROR_UNINITIALIZED || 0x80121803 || Call failed because libgem is not initialized.
| EINVAL || || Invalid value for scheduling parameters.
|-
|-
| CELL_GEM_ERROR_INVALID_PARAMETER || 0x80121804 || Call failed because one or more parameters passed was not valid.
| ENOTSUP || || An attempt was made to set the attribute to an unsupported value
|-
|-
| CELL_GEM_ERROR_INVALID_ALIGNMENT || 0x80121805 || Call failed because the video buffer could not be read.
| ENOMEM || || The process cannot allocate enough memory to initialize a mutex or a condition variable
|-
|-
| CELL_GEM_ERROR_UPDATE_NOT_FINISHED || 0x80121806 || cellGemUpdateStart() call failed because it was called before cellGemUpdateFinish() completed.
| EAGAIN || || The system lacks the resources to initialize a mutex or a condition variable
|-
|-
| CELL_GEM_ERROR_UPDATE_NOT_STARTED || 0x80121807 || cellGemUpdateFinish() call failed because it was called before cellGemUpdateStart().
| EBUSY || || Mutex is locked by another thread.
|-
|-
| CELL_GEM_ERROR_CONVERT_NOT_FINISHED || 0x80121808 || cellGemConvertVideoStart() call failed because it was called before cellGemConvertVideoFinish().
| EDEADLK || || A deadlock would occur if the thread blocked waiting for mutex
|-
|-
| CELL_GEM_ERROR_CONVERT_NOT_STARTED || 0x80121809 || cellGemConvertVideoFinish() call failed because it was called before cellGemConvertVideoStart().  
| EPERM || || The current thread does not hold a lock on mutex.
|-
|-
| CELL_GEM_ERROR_WRITE_NOT_FINISHED || 0x8012180A || cellGemWriteExternalPort() call failed because it was called before previous cellGemWriteExternalPort() completed.
| ETIMEDOUT || || The system time has reached or exceeded the time specified in abstime.
|-
| CELL_GEM_ERROR_NOT_A_HUE || 0x8012180B || Returned by cellGemGetTrackerHue() if the controller is not currently being tracked.
|-
|-
|}
|}


== PERF errors ==
== Scream / MultiStream 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 ||
!colspan="3" | Scream/MultiStream errors
|-
|-
| CELL_PERF_ERROR_INVALID_SIGNAL || 0x80520002 ||  
| CELL_SCREAM_ERROR_NONE || 0
|-
|-
| CELL_PERF_ERROR_TRACE_BUS_BUSY || 0x80520003 ||  
| CELL_SCREAM_ERROR_NULL_PARAM || -1
|-
|-
| CELL_PERF_ERROR_SIGNAL_CONTROL_FULL || 0x80520004 ||  
| CELL_SCREAM_ERROR_SYSTEM_ALREADY_STARTED || -2
|-
|-
| CELL_PERF_ERROR_INVALID_PARAMETER || 0x80520005 ||  
| CELL_SCREAM_ERROR_BAD_RETURNS || -3
|-
|-
| CELL_PERF_ERROR_LV1_NO_PRIVILEGE || 0x80520006 ||  
| CELL_SCREAM_ERROR_SYSTEM_NOT_RUNNING || -4
|-
|-
| CELL_PERF_ERROR_LV1_DENIED_BY_POLICY || 0x80520007 ||  
| CELL_SCREAM_ERROR_BAD_FLAGS || -5
|-
|-
| CELL_PERF_ERROR_LV1_NO_ENTRY || 0x80520008 ||  
| CELL_SCREAM_ERROR_BAD_MS_BUS || -6
|-
|-
| CELL_PERF_ERROR_LV1_DUPLICATE_ENTRY || 0x80520009 ||
!colspan="3" | SCREAM specific errors
|-
|-
| CELL_PERF_ERROR_LV1_BUSY || 0x8052000a ||  
| CELL_SCREAM_LOAD_ERR_COUDNT_OPEN_FILE || 0x100
|-
|-
| CELL_PERF_ERROR_LV1_RESOURCE_SHORTAGE || 0x8052000b ||  
| CELL_SCREAM_LOAD_ERR_READING_FILE || 0x101
|-
|-
| CELL_PERF_ERROR_LV1_WRONG_STATE || 0x8052000c ||  
| CELL_SCREAM_LOAD_ERR_MEMORY || 0x102
|-
|-
| CELL_PERF_ERROR_LV1_ALIGNMENT_ERROR || 0x8052000d ||  
| CELL_SCREAM_LOAD_ERR_SYNTH_MEMORY || 0x103
|-
|-
| CELL_PERF_ERROR_LV1_ILLEGAL_PARAMETER_VALUE || 0x8052000e ||  
| CELL_SCREAM_LOAD_ERR_IN_PROGRESS || 0x104
|-
|-
| CELL_PERF_ERROR_LV2_BUSY || 0x8052000f ||  
| CELL_SCREAM_LOAD_ERR_DMA || 0x105
|-
|-
| CELL_PERF_ERROR_LV2_NO_RESOURCE || 0x80520010 ||  
| CELL_SCREAM_LOAD_ERR_RPC || 0x106
|-
|-
| CELL_PERF_ERROR_LV2_NOT_OPENED || 0x80520011 ||  
| CELL_SCREAM_LOAD_ERR_INVALID_FORMAT || 0x107
|-
|-
| CELL_PERF_ERROR_LV2_NOT_IMPLEMENTED || 0x80520012 ||  
|}
|-
 
| CELL_PERF_ERROR_LV2_INVALID_PARAMETER || 0x80520013 ||  
== Realtimeclock errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
| CELL_RTC_ERROR_NOT_INITIALIZED || 0x80010601 || Library has not yet been initialized. Please initialize before use.
|-
| CELL_RTC_ERROR_INVALID_POINTER || 0x80010602 || The pointer passed in is invalid.
|-
| CELL_RTC_ERROR_INVALID_VALUE || 0x80010603 || A value in the arguments is invalid and cannot be used.
|-
|-
| CELL_PERF_ERROR_LV2_UNSUPPORTED_HARDWARE || 0x80520014 ||  
| CELL_RTC_ERROR_INVALID_ARG || 0x80010604 || An argument contains invalid data.
|-
|-
| CELL_PERF_ERROR_LV2_NOT_ALLOWED || 0x80520015 ||  
| CELL_RTC_ERROR_NOT_SUPPORTED || 0x80010605 || The feature is not supported
|-
|-
| CELL_PERF_ERROR_UNDEFINED || 0x80520016 ||  
| CELL_RTC_ERROR_NO_CLOCK || 0x80010606 || The clock is not available
|-
|-
| CELL_PERF_ERROR_NO_RESOURCE || 0x80520017 ||  
| CELL_RTC_ERROR_BAD_PARSE || 0x80010607 || Error occurred in parsing, perhaps an unknown format
|-
|-
| CELL_PERF_ERROR_ADDED_ALREADY || 0x80520018 ||  
| CELL_RTC_ERROR_INVALID_YEAR || 0x80010621 || The year value is invalid
|-
|-
| CELL_PERF_ERROR_NO_ENTRY || 0x80520019 ||  
| CELL_RTC_ERROR_INVALID_MONTH || 0x80010622 || The month value is invalid
|-
|-
|}
| CELL_RTC_ERROR_INVALID_DAY || 0x80010623 || The day value is invalid
 
== 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_RTC_ERROR_INVALID_HOUR || 0x80010624 || The hour value is invalid
|-
|-
| CELL_HDDGAME_ERROR_PARAM || || Invalid argument (application bug)
| CELL_RTC_ERROR_INVALID_MINUTE || 0x80010625 || The minute value is invalid
|-
|-
| CELL_HDDGAME_ERROR_NOAPP || || PlayStation Home is not installed
| CELL_RTC_ERROR_INVALID_SECOND || 0x80010626 || The second value is invalid
|-
|-
| CELL_GAME_ERROR_ACCESS_ERROR || || HDD access error
| CELL_RTC_ERROR_INVALID_MICROSECOND || 0x80010627 || The microsecond value is invalid
|-
|-
|}
|}


== IMEJP utility 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_IMEJP_ERROR_ERR || 0x8002bf01 || Function call error
| CELL_PRINT_ERRORSTATUS_COMM || 0x80000000 || Printer communication error
|-
| CELL_PRINT_ERRORSTATUS_COVEROPEN || 0x80000001 || Cover is opened
|-
|-
| CELL_IMEJP_ERROR_CONTEXT || 0x8002bf11 || Invalid context handle or context handle not opened
| CELL_PRINT_ERRORSTATUS_INKCOVEROPEN || 0x80000002 || Ink (cartridge) cover is opened
|-
|-
| CELL_IMEJP_ERROR_ALREADY_OPEN || 0x8002bf21 || Attempted to open when the ImeJp utility is already opened
| CELL_PRINT_ERRORSTATUS_NOPAPER || 0x80000003 || No paper
|-
|-
| CELL_IMEJP_ERROR_DIC_OPEN || 0x8002bf31 || Dictionary open error
| CELL_PRINT_ERRORSTATUS_NOTRAY || 0x80000004 || No paper tray
|-
|-
| CELL_IMEJP_ERROR_PARAM || 0x8002bf41 || Invalid parameter
| CELL_PRINT_ERRORSTATUS_SIZE_TYPE_PATH || 0x80000005 || Paper feed method is not matching
|-
|-
| CELL_IMEJP_ERROR_IME_ALREADY_IN_USE || 0x8002bf51 || Character input engine is being used
| CELL_PRINT_ERRORSTATUS_DOUBLEFEED || 0x80000006 || Paper feed error (double feed)
|-
|-
| CELL_IMEJP_ERROR_OTHER || 0x8002bfff || Other error, internal error
| CELL_PRINT_ERRORSTATUS_FEEDERROR || 0x80000007 || Paper feed error (other than double feed)
|-
|-
|}
| CELL_PRINT_ERRORSTATUS_PAPERJAM || 0x80000008 || Paper jammed
 
|-
== L10n errors ==
| CELL_PRINT_ERRORSTATUS_TRAYCLOSE || 0x80000009 || Eject tray is closed
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|-
|- bgcolor="#cccccc"
| CELL_PRINT_ERRORSTATUS_NOINK || 0x8000000a || No ink
! Description !! Errorcode !! Remarks
|-
| CELL_PRINT_ERRORSTATUS_NOCARTRIDGE || 0x8000000b || No ink cartridge
|-
| CELL_PRINT_ERRORSTATUS_COVERFLOW || 0x8000000c || Ink cartridge's waste ink full
|-
| CELL_PRINT_ERRORSTATUS_CFAIL || 0x8000000d || Ink cartridge detection error
|-
| CELL_PRINT_ERRORSTATUS_CFACTORY || 0x8000000e || Ink cartridge error (factory default settings)
|-
| CELL_PRINT_ERRORSTATUS_BATTERYVOLTAGE || 0x8000000f || Abnormal battery voltage
|-
| CELL_PRINT_ERRORSTATUS_BATTERYTEMPERATURE || 0x80000010 || Abnormal battery temperature
|-
| CELL_PRINT_ERRORSTATUS_BATTERYEMPTY || 0x80000011 || No battery (cannot print)
|-
|-
| SRCIllegal || || Target character string is corrupt
| CELL_PRINT_ERRORSTATUS_SERVICEREQ || 0x80000012 || Printer adjustment necessary
|-
|-
| DSTExhausted || || Buffer is too small for the conversion result
| CELL_PRINT_ERRORSTATUS_GENERAL || 0x80000013 || Printer-related error
|-
|-
| ConverterUnknown || || Specified converter is invalid
| CELL_PRINT_ERRORSTATUS_FATAL || 0x80000014 || Fatal printer error
|-
|-
|}
|}


== Pthread 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
|-
|-
| ESRCH || || Non-existent thread
| CELL_PRINT_ERROR_INTERNAL || 0x8002c401 || Internal error
|-
|-
| EINVAL || || The value specified is invalid or does not refer to an initialized thread attribute object.
| CELL_PRINT_ERROR_NO_MEMORY || 0x8002c402 || Memory allocation failed
|-
|-
| EINVAL || || Invalid value for scheduling parameters.
| CELL_PRINT_ERROR_PRINTER_NOT_FOUND || 0x8002c403 || Printer could not be found
|-
|-
| ENOTSUP || || An attempt was made to set the attribute to an unsupported value
| CELL_PRINT_ERROR_INVALID_PARAM || 0x8002c404 || Parameter is invalid
|-
|-
| ENOMEM || || The process cannot allocate enough memory to initialize a mutex or a condition variable
| CELL_PRINT_ERROR_INVALID_FUNCTION || 0x8002c405 || API call is invalid
|-
|-
| EAGAIN || || The system lacks the resources to initialize a mutex or a condition variable
| CELL_PRINT_ERROR_NOT_SUPPORT || 0x8002c406 || Printer is not supported
|-
|-
| EBUSY || || Mutex is locked by another thread.
| CELL_PRINT_ERROR_OCCURRED || 0x8002c407 || API execution error
|-
|-
| EDEADLK || || A deadlock would occur if the thread blocked waiting for mutex
| CELL_PRINT_ERROR_CANCELED_BY_PRINTER || 0x8002c408 || Print job was cancelled
|-
| EPERM || || The current thread does not hold a lock on mutex.
|-
| ETIMEDOUT || || The system time has reached or exceeded the time specified in abstime.
|-
|-
|}
|}


== Scream / MultiStream errors ==
== Multistream 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" | Scream/MultiStream errors
| CELL_MS_ERROR || 0x88000000 || Base error value
|-
|-
| CELL_SCREAM_ERROR_NONE || 0
| CELL_MS_ERROR_SYSPAUSED || 0x88000001 || The system is paused.
|-
|-
| CELL_SCREAM_ERROR_NULL_PARAM || -1
| CELL_MS_ERROR_INVAL || 0x88000002 || A parameter is invalid.
|-
|-
| CELL_SCREAM_ERROR_SYSTEM_ALREADY_STARTED || -2
| CELL_MS_ERROR_WRONGSTATE || 0x88000003 || A state is wrong.
|-
|-
| CELL_SCREAM_ERROR_BAD_RETURNS || -3
| CELL_MS_ERROR_RESOURCEUNAVAIL || 0x88000004 || A system resource is unavailable.
|-
| CELL_MS_ERROR_CIRCULARDEPEND || 0x88000005 || There is a circular dependency.
|-
|-
| CELL_SCREAM_ERROR_SYSTEM_NOT_RUNNING || -4
| CELL_MS_ERROR_BUSMISMATCH || 0x88000006 || There is a bus mismatch.
|-
|-
| CELL_SCREAM_ERROR_BAD_FLAGS || -5
| CELL_MS_ERROR_INVALIDELF || 0x88000007 || An ELF file is invalid.
|-
|-
| CELL_SCREAM_ERROR_BAD_MS_BUS || -6
| CELL_MS_ERROR_FILEACCESS || 0x88000008 || Access to a file failed.
|-
|-
!colspan="3" | SCREAM specific errors
| CELL_MS_ERROR_INVALIDENV || 0x88000009 || An envelope is invalid.
|-
|-
| CELL_SCREAM_LOAD_ERR_COUDNT_OPEN_FILE || 0x100
| CELL_MS_ERROR_OUTOFRANGE || 0x8800000a || Out of range.
|-
|-
| CELL_SCREAM_LOAD_ERR_READING_FILE || 0x101
| CELL_MS_ERROR_BADMODE || 0x8800000b || There is a bad mode.
|-
|-
| CELL_SCREAM_LOAD_ERR_MEMORY || 0x102
| CELL_MS_ERROR_NOFREESTREAMS || 0x8800000c || There are no free streams.
|-
|-
| CELL_SCREAM_LOAD_ERR_SYNTH_MEMORY || 0x103
| CELL_MS_ERROR_SURROUNDNOTINIT || 0x8800000d || Surround sound is not initialised.
|-
|-
| CELL_SCREAM_LOAD_ERR_IN_PROGRESS || 0x104
| CELL_MS_ERROR_INVALID_CHANNEL || 0x8800000e || A channel is invalid.
|-
|-
| CELL_SCREAM_LOAD_ERR_DMA || 0x105
| CELL_MS_ERROR_INVALID_TYPE || 0x8800000f || A type is invalid.
|-
|-
| CELL_SCREAM_LOAD_ERR_RPC || 0x106
| CELL_MS_ERROR_AUDIO_CONFIGURE || 0x88000010 || cellMSSystemConfigureSysUtil failed processing cellAudioOutConfigure function
|-
|-
| CELL_SCREAM_LOAD_ERR_INVALID_FORMAT || 0x107
| CELL_MS_ERROR_AUDIO_GETSTATE || 0x88000011 || cellMSSystemConfigureSysUtil failed processing cellAudioOutGetState function
|-
|-
|}
|}


== Realtimeclock 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
|-
|-
| CELL_RTC_ERROR_NOT_INITIALIZED || 0x80010601 || Library has not yet been initialized. Please initialize before use.
| CELL_REC_ERROR_OUT_OF_MEMORY|| 0x8002c501||  
|-
|-
| CELL_RTC_ERROR_INVALID_POINTER || 0x80010602 || The pointer passed in is invalid.
| CELL_REC_ERROR_FATAL|| 0x8002c502||  
|-
|-
| CELL_RTC_ERROR_INVALID_VALUE || 0x80010603 || A value in the arguments is invalid and cannot be used.
| CELL_REC_ERROR_INVALID_VALUE || 0x8002c503||  
|-
|-
| CELL_RTC_ERROR_INVALID_ARG || 0x80010604 || An argument contains invalid data.
| CELL_REC_ERROR_FILE_OPEN || 0x8002c504||  
|-
|-
| CELL_RTC_ERROR_NOT_SUPPORTED || 0x80010605 || The feature is not supported
| CELL_REC_ERROR_FILE_WRITE || 0x8002c505||  
|-
|-
| CELL_RTC_ERROR_NO_CLOCK || 0x80010606 || The clock is not available
| CELL_REC_ERROR_INVALID_STATE || 0x8002c506||  
|-
|-
| CELL_RTC_ERROR_BAD_PARSE || 0x80010607 || Error occurred in parsing, perhaps an unknown format
| CELL_REC_ERROR_FILE_NO_DATA || 0x8002c507||  
|-
| CELL_RTC_ERROR_INVALID_YEAR || 0x80010621 || The year value is invalid
|-
| CELL_RTC_ERROR_INVALID_MONTH || 0x80010622 || The month value is invalid
|-
| CELL_RTC_ERROR_INVALID_DAY || 0x80010623 || The day value is invalid
|-
| CELL_RTC_ERROR_INVALID_HOUR || 0x80010624 || The hour value is invalid
|-
| CELL_RTC_ERROR_INVALID_MINUTE || 0x80010625 || The minute value is invalid
|-
| CELL_RTC_ERROR_INVALID_SECOND || 0x80010626 || The second value is invalid
|-
| CELL_RTC_ERROR_INVALID_MICROSECOND || 0x80010627 || The microsecond value is invalid
|-
|-
|}
|}


== USERINFO errors ==
== Sysmodule Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_USERINFO_ERROR_BUSY || 0x8002c301 ||  
| CELL_SYSMODULE_ERROR_DUPLICATED || 0x80012001 || Tried to load a PRX that is already loaded
|-
|-
| CELL_USERINFO_ERROR_INTERNAL || 0x8002c302 ||  
| CELL_SYSMODULE_ERROR_UNKNOWN || 0x80012002 || Tried to load an unknown PRX
|-
| CELL_SYSMODULE_ERROR_UNLOADED || 0x80012003 || Tried to unload a PRX that is already unloaded, or the module is not loaded
|-
|-
| CELL_USERINFO_ERROR_PARAM || 0x8002c303 ||  
| CELL_SYSMODULE_ERROR_INVALID_MEMCONTAINER || 0x80012004 || An invalid memory container ID was passed
|-
|-
| CELL_USERINFO_ERROR_NOUSER || 0x8002c304 ||  
| CELL_SYSMODULE_ERROR_FATAL || 0x800120ff || Function call failed
|-
|-
|}
|}


== Print Utility errors ==
== System Utility Error ==


=== 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_SYSUTIL_ERROR_TYPE || 0x8002b101 || Type is invalid
|-
|-
| CELL_PRINT_ERRORSTATUS_COVEROPEN || 0x80000001 || Cover is opened
| CELL_SYSUTIL_ERROR_VALUE || 0x8002b102 || Value is invalid
|-
|-
| CELL_PRINT_ERRORSTATUS_INKCOVEROPEN || 0x80000002 || Ink (cartridge) cover is opened
| CELL_SYSUTIL_ERROR_SIZE || 0x8002b103 || Size is invalid
|-
|-
| CELL_PRINT_ERRORSTATUS_NOPAPER || 0x80000003 || No paper
| CELL_SYSUTIL_ERROR_NUM || 0x8002b104 || Number exceeds valid range
|-
|-
| CELL_PRINT_ERRORSTATUS_NOTRAY || 0x80000004 || No paper tray
| CELL_SYSUTIL_ERROR_BUSY || 0x8002b105 || Service cannot run because another service is running
|-
|-
| CELL_PRINT_ERRORSTATUS_SIZE_TYPE_PATH || 0x80000005 || Paper feed method is not matching
| CELL_SYSUTIL_ERROR_STATUS || 0x8002b106 || Invalid API was called for the current service status
|-
|-
| CELL_PRINT_ERRORSTATUS_DOUBLEFEED || 0x80000006 || Paper feed error (double feed)
| CELL_SYSUTIL_ERROR_MEMORY || 0x8002b107 || Sufficient memory could not be allocated for the requested service
|-
|-
| CELL_PRINT_ERRORSTATUS_FEEDERROR || 0x80000007 || Paper feed error (other than double feed)
|}
 
 
== System BGM Control Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PRINT_ERRORSTATUS_PAPERJAM || 0x80000008 || Paper jammed
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_PARAM || 0x8002b101 || Invalid parameter
|-
|-
| CELL_PRINT_ERRORSTATUS_TRAYCLOSE || 0x80000009 || Eject tray is closed
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_BUSY || 0x8002b102 || Requested processing cannot be executed because the required processing has not completed yet
|-
|-
| CELL_PRINT_ERRORSTATUS_NOINK || 0x8000000a || No ink
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_GENERIC || 0x8002b1ff || Unknown error occurred
|-
|-
| CELL_PRINT_ERRORSTATUS_NOCARTRIDGE || 0x8000000b || No ink cartridge
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_PARAM || 0x8002d301 || Invalid parameter
|-
|-
| CELL_PRINT_ERRORSTATUS_COVERFLOW || 0x8000000c || Ink cartridge's waste ink full
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_ALREADY_SETPARAM || 0x8002d302 || Processing cannot be accepted because the setting has already been made
|-
|-
| CELL_PRINT_ERRORSTATUS_CFAIL || 0x8000000d || Ink cartridge detection error
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_DISABLE_SETPARAM || 0x8002d303 || Processing cannot be accepted because the feature is disabled
|-
|-
| CELL_PRINT_ERRORSTATUS_CFACTORY || 0x8000000e || Ink cartridge error (factory default settings)
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_GENERIC || 0x8002d3ff || Unknown error occurred
|-
| CELL_PRINT_ERRORSTATUS_BATTERYVOLTAGE || 0x8000000f || Abnormal battery voltage
|-
| CELL_PRINT_ERRORSTATUS_BATTERYTEMPERATURE || 0x80000010 || Abnormal battery temperature
|-
| CELL_PRINT_ERRORSTATUS_BATTERYEMPTY || 0x80000011 || No battery (cannot print)
|-
| CELL_PRINT_ERRORSTATUS_SERVICEREQ || 0x80000012 || Printer adjustment necessary
|-
| CELL_PRINT_ERRORSTATUS_GENERAL || 0x80000013 || Printer-related error
|-
| CELL_PRINT_ERRORSTATUS_FATAL || 0x80000014 || Fatal printer error
|-
|-
|}
|}


=== Print Error ===
== CXML Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PRINT_ERROR_INTERNAL || 0x8002c401 || Internal error
| CXML_RESULT_OK || 0x0 ||
|-
| CXML_RESULT_ERROR_CANT_OPEN || 0x8002E001 ||
|-
| CXML_RESULT_ERROR_CANT_READ || 0x8002E002 ||
|-
| CXML_RESULT_ERROR_CANT_WRITE || 0x8002E003 ||
|-
| CXML_RESULT_ERROR_CANT_SEEK || 0x8002E004 ||
|-
| CXML_RESULT_ERROR_CANT_ALLOC || 0x8002E005 ||
|-
| CXML_RESULT_ERROR_FORMAT || 0x8002E006 ||
|-
| CXML_RESULT_ERROR_VERSION || 0x8002E007 ||
|-
|-
| CELL_PRINT_ERROR_NO_MEMORY || 0x8002c402 || Memory allocation failed
| CXML_RESULT_ERROR_INVALID_NODE || 0x8002E008 ||
|-
|-
| CELL_PRINT_ERROR_PRINTER_NOT_FOUND || 0x8002c403 || Printer could not be found
| CXML_RESULT_ERROR_NOT_ENOUGH_BUF || 0x8002E009 ||
|-
|-
| CELL_PRINT_ERROR_INVALID_PARAM || 0x8002c404 || Parameter is invalid
| CXML_RESULT_ERROR_ACCESS_MODE || 0x8002E010 ||
|-
|-
| CELL_PRINT_ERROR_INVALID_FUNCTION || 0x8002c405 || API call is invalid
| CXML_RESULT_ERROR_NOT_EXIST || 0x8002E011 ||
|-
|-
| CELL_PRINT_ERROR_NOT_SUPPORT || 0x8002c406 || Printer is not supported
| CXML_RESULT_ERROR_TYPE || 0x8002E012 ||
|-
|-
| CELL_PRINT_ERROR_OCCURRED || 0x8002c407 || API execution error
| CXML_RESULT_ERROR_CANT_MODIFY || 0x8002E013 ||
|-
|-
| CELL_PRINT_ERROR_CANCELED_BY_PRINTER || 0x8002c408 || Print job was cancelled
| CXML_RESULT_ERROR_NO_ALLOCATOR || 0x8002E014 ||
|-
|-
|}
|}


== Multistream errors ==
== Media? Player Video Player Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_MS_ERROR || 0x88000000 || Base error value
| MP_SUCCESS|| 0x0 ||  
|-
|-
| CELL_MS_ERROR_SYSPAUSED || 0x88000001 || The system is paused.
| 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_MS_ERROR_INVAL || 0x88000002 || A parameter is invalid.
| MP_VP_NO_MORE_ITEM_ERROR|| 0x80028802  ||  
|-
|-
| CELL_MS_ERROR_WRONGSTATE || 0x88000003 || A state is wrong.
| MP_VP_DATA_TOP_ERROR|| 0x80028803 ||  
|-
|-
| CELL_MS_ERROR_RESOURCEUNAVAIL || 0x88000004 || A system resource is unavailable.
| MP_VP_DATA_END_ERROR|| 0x80028804  ||  
|-
|-
| CELL_MS_ERROR_CIRCULARDEPEND || 0x88000005 || There is a circular dependency.
| MP_VP_NO_DATA_ERROR|| 0x80028805  ||  
|-
|-
| CELL_MS_ERROR_BUSMISMATCH || 0x88000006 || There is a bus mismatch.
| MP_VP_BUFFER_FULL_ERROR||0x80028806  ||  
|-
|-
| CELL_MS_ERROR_INVALIDELF || 0x88000007 || An ELF file is invalid.
| MP_VP_FILE_OPEN_ERROR || 0x80028807  ||  
|-
|-
| CELL_MS_ERROR_FILEACCESS || 0x88000008 || Access to a file failed.
| MP_VP_FILE_READ_ERROR|| 0x80028808  ||  
|-
|-
| CELL_MS_ERROR_INVALIDENV || 0x88000009 || An envelope is invalid.
| MP_VP_FILE_SEEK_ERROR|| 0x80028809  ||  
|-
|-
| CELL_MS_ERROR_OUTOFRANGE || 0x8800000a || Out of range.
| MP_VP_NO_SUPPORTED_ERROR || 0x8002880A  ||  
|-
|-
| CELL_MS_ERROR_BADMODE || 0x8800000b || There is a bad mode.
| MP_VP_DECODE_ERROR || 0x8002880B  ||  
|-
|-
| CELL_MS_ERROR_NOFREESTREAMS || 0x8800000c || There are no free streams.
| MP_VP_V_DECODE_ERROR || 0x8002880C  ||  
|-
|-
| CELL_MS_ERROR_SURROUNDNOTINIT || 0x8800000d || Surround sound is not initialised.
| MP_VP_A_DECODE_ERROR|| 0x8002880D  ||  
|-
|-
| CELL_MS_ERROR_INVALID_CHANNEL || 0x8800000e || A channel is invalid.
| MP_VP_DATA_SET_FAILED_ERROR|| 0x8002880E  ||  
|-
|-
| CELL_MS_ERROR_INVALID_TYPE || 0x8800000f || A type is invalid.
| MP_VP_NOTFOUND_NEXT_DATA_ERROR||0x8002880F  ||  
|-
|-
| CELL_MS_ERROR_AUDIO_CONFIGURE || 0x88000010 || cellMSSystemConfigureSysUtil failed processing cellAudioOutConfigure function
| MP_VP_NOTFOUND_PREV_DATA_ERROR|| 0x80028810  ||  
|-
|-
| CELL_MS_ERROR_AUDIO_GETSTATE || 0x88000011 || cellMSSystemConfigureSysUtil failed processing cellAudioOutGetState function
| MP_VP_ANALYZE_ERROR || 0x80028811  ||  
|-
|-
|}
| MP_VP_LACK_OF_BUFFER_ERROR ||0x80028812  ||  
 
== Record Utility Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_REC_ERROR_OUT_OF_MEMORY|| 0x8002c501||  
| MP_VP_LICENSE_ERROR || 0x80028813  ||  
|-
|-
| CELL_REC_ERROR_FATAL|| 0x8002c502||  
| MP_VP_LICENSE_NOT_YET_AVAILABLE_ERROR || 0x80028814  ||  
|-
|-
| CELL_REC_ERROR_INVALID_VALUE || 0x8002c503||  
| MP_VP_LICENSE_EXPIRED_ERROR|| 0x80028815  ||  
|-
|-
| CELL_REC_ERROR_FILE_OPEN || 0x8002c504||  
| MP_VP_LICENSE_VOID_SECURE_CLOCK_ERROR || 0x80028816  ||  
|-
|-
| CELL_REC_ERROR_FILE_WRITE || 0x8002c505||  
| MP_VP_GET_PICTURE_ERROR|| 0x80028817  ||  
|-
|-
| CELL_REC_ERROR_INVALID_STATE || 0x8002c506||  
| MP_VP_VPOST_ERROR|| 0x80028818  ||  
|-
|-
| CELL_REC_ERROR_FILE_NO_DATA || 0x8002c507||  
| MP_VP_IMAGE_LOAD_FAILED_ERROR || 0x80028819  ||  
|-
|-
|}
| MP_VP_NO_EXECUTE_ERROR|| 0x80028881  ||  
 
== PRX Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_PRX_ERROR_ERROR || 0x80011001 ||  
| MP_VP_OUT_OF_RANGE_ERROR|| 0x8002888D  ||  
|-
|-
| CELL_PRX_ERROR_ILLEGAL_PERM || 0x800110d1 ||  
| MP_VP_FILE_NOT_EXIST_ERROR || 0x80028882  ||  
|-
|-
| CELL_PRX_ERROR_UNKNOWN_MODULE || 0x8001112e ||  
| MP_VP_LICENSE_EXCLUDED_ERROR|| 0x80028883  ||  
|-
|-
| CELL_PRX_ERROR_ALREADY_STARTED || 0x80011133 ||  
| MP_VP_CREATE_SHORT_ICON_ERROR || 0x80028884  ||  
|-
|-
| CELL_PRX_ERROR_NOT_STARTED || 0x80011134 ||  
| MP_VP_CREATE_ICON_ERROR|| 0x80028885  ||  
|-
|-
| CELL_PRX_ERROR_ALREADY_STOPPED || 0x80011135 ||  
| MP_VP_VTRM_BROKEN_ERROR|| 0x80028886  ||  
|-
|-
| CELL_PRX_ERROR_CAN_NOT_STOP || 0x80011136 ||  
| MP_VP_INCOMPAT_ADAPTER_ERROR|| 0x80028887  || MagicGate device required
|-
|-
| CELL_PRX_ERROR_NOT_REMOVABLE || 0x80011138 ||  
| MP_VP_MEDIA_INCOMPAT_ERROR|| 0x80028888  ||  
|-
|-
| CELL_PRX_ERROR_LIBRARY_NOT_YET_LINKED || 0x8001113a ||  
| MP_VP_GID_NO_SET_ERROR|| 0x80028889  ||  
|-
|-
| CELL_PRX_ERROR_LIBRARY_FOUND || 0x8001113b ||  
| MP_VP_PREMATURE_GID_ERROR|| 0x8002888A  ||  
|-
|-
| CELL_PRX_ERROR_LIBRARY_NOTFOUND || 0x8001113c ||  
| MP_VP_BELATED_GID_ERROR|| 0x8002888B  ||  
|-
|-
| CELL_PRX_ERROR_ILLEGAL_LIBRARY || 0x8001113d ||  
| MP_VP_PSN_NOLICENSE_ERROR|| 0x8002888E  || Authenticate via PsStore
|-
|-
| CELL_PRX_ERROR_LIBRARY_INUSE || 0x8001113e ||  
| MP_VP_PSN_NEED_ACTIVATION_ERROR|| 0x8002888F  || Need Certification
|-
|-
| CELL_PRX_ERROR_ALREADY_STOPPING || 0x8001113f ||  
| MP_VP_PSN_UNEXPECTED_AIV_ERROR|| 0x80028890  || Wrong Certification Data
|-
|-
| CELL_PRX_ERROR_UNSUPPORTED_PRX_TYPE || 0x80011148 ||  
| MP_VP_INVALID_FORMAT_ERROR || 0x80028891  ||  
|-
|-
| CELL_PRX_ERROR_INVAL || 0x80011324 ||  
| MP_VP_ACCESS_DENIED_ERROR|| 0x80028892  ||  
|-
|-
| CELL_PRX_ERROR_ILLEGAL_PROCESS || 0x80011801 ||  
| MP_VP_HTTP_SERVER_NOT_FOUND_ERROR|| 0x80028893  ||  
|-
|-
| CELL_PRX_ERROR_NO_LIBLV2 || 0x80011881 ||  
| MP_VP_HTTP_GENERIC_ERROR || 0x80028894  || HTTP MediaServer Error
|-
|-
| CELL_PRX_ERROR_UNSUPPORTED_ELF_TYPE || 0x80011901 ||  
| MP_VP_NOT_ENOUGH_MEMORY_ERROR|| 0x80028895  ||  
|-
|-
| CELL_PRX_ERROR_UNSUPPORTED_ELF_CLASS || 0x80011902 ||  
| MP_VP_NO_AUDIO_STREAM_ERROR || 0x80028896  || No Audio
|-
|-
| CELL_PRX_ERROR_UNDEFINED_SYMBOL || 0x80011904 ||  
| MP_VP_NO_SUBTITLE_ERROR || 0x80028897  || No Subtitle
|-
|-
| CELL_PRX_ERROR_UNSUPPORTED_RELOCATION_TYPE || 0x80011905 ||  
| MP_VP_NETWORK_ERROR|| 0x80028898  ||  
|-
|-
| CELL_PRX_ERROR_ELF_IS_REGISTERED || 0x80011910 ||  
| MP_VP_A_ENCODE_ERROR|| 0x80028899  ||  
|-
|-
| CELL_PRX_ERROR_NO_EXIT_ENTRY || 0x80011911 ||  
| MP_VP_V_ENCODE_ERROR|| 0x8002889A  ||  
|-
|-
|}
| MP_VP_FILE_WRITE_ERROR || 0x8002889B  ||  
 
== 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
| MP_VP_FILE_WRITE_RES_ERROR||0x8002889C  ||  
|-
|-
| CELL_SYSMODULE_ERROR_UNKNOWN || 0x80012002 || Tried to load an unknown PRX
| MP_VP_S_DECODE_ERROR|| 0x8002889D  ||  
|-
|-
| CELL_SYSMODULE_ERROR_UNLOADED || 0x80012003 || Tried to unload a PRX that is already unloaded, or the module is not loaded
| MP_VP_FILE_IO_CANCELLED_ERROR || 0x8002889E  ||  
|-
|-
| CELL_SYSMODULE_ERROR_INVALID_MEMCONTAINER || 0x80012004 || An invalid memory container ID was passed
| MP_VP_HTTP_CONTENT_NOT_FOUND_ERROR|| 0x8002889F  ||  
|-
|-
| CELL_SYSMODULE_ERROR_FATAL || 0x800120ff || Function call failed
| MP_VP_EXPIRED_ERROR|| 0x800288A0  ||  
|-
|-
|}
| MP_VP_WMA_NOT_ENABLED_ERROR || 0x800288A1  || WMA Playback not enabled.
 
== 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
| MP_VP_ACCESS_NOT_DOWNLOADED_AREA_ERROR|| 0x800288A2  ||  
|-
|-
| CELL_SYSUTIL_ERROR_VALUE || 0x8002b102 || Value is invalid
| MP_VP_DTCP_IP_AUTH_INVALID_HOSTNAME_ERROR|| 0x800288A3  ||  
|-
|-
| CELL_SYSUTIL_ERROR_SIZE || 0x8002b103 || Size is invalid
| MP_VP_DTCP_IP_AUTH_SERVER_NOT_FOUND_ERROR||0x800288A4  ||  
|-
|-
| CELL_SYSUTIL_ERROR_NUM || 0x8002b104 || Number exceeds valid range
| MP_VP_DTCP_IP_AUTH_CANNOT_ACCESS_ERROR|| 0x800288A5  ||  
|-
|-
| CELL_SYSUTIL_ERROR_BUSY || 0x8002b105 || Service cannot run because another service is running
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR|| 0x800288A6  ||  
|-
|-
| CELL_SYSUTIL_ERROR_STATUS || 0x8002b106 || Invalid API was called for the current service status
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR_WLAN|| 0x800288A7  || DTCPIP Error set WEP/WPA
|-
|-
| CELL_SYSUTIL_ERROR_MEMORY || 0x8002b107 || Sufficient memory could not be allocated for the requested service
| MP_VP_DTCP_IP_DEVCERT_EXPIRED_ERROR|| 0x800288A8  ||  
|-
|-
| CELL_SYSUTIL_ERROR_3D_SUPPORT || 0x8002b108 ||  
| MP_VP_DTCP_IP_INVALID_URL_ERROR || 0x800288A9  ||  
|-
|-
|}
| MP_VP_DTCP_IP_KM_NEED_ACTIVATE_ERROR|| 0x800288AA  ||  
 
== System BGM Control Error ==
 
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_PARAM || 0x8002b101 || Invalid parameter
| MP_VP_DTCP_IP_KM_NEED_UPDATE_ERROR|| 0x800288AB  ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_BUSY || 0x8002b102 || Requested processing cannot be executed because the required processing has not completed yet
| MP_VP_DTCP_IP_KM_FATAL_ERROR|| 0x800288AC  ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_ERROR_GENERIC || 0x8002b1ff || Unknown error occurred
| MP_VP_DTCP_IP_KM_FATAL_ERROR_REGISTRY|| 0x800288AD  ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_PARAM || 0x8002d301 || Invalid parameter
| MP_VP_DTCP_IP_KM_FATAL_ERROR_BUFFER|| 0x800288AE  ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_ALREADY_SETPARAM || 0x8002d302 || Processing cannot be accepted because the setting has already been made
| MP_VP_DTCP_IP_KM_FATAL_ERROR_SRM||0x800288AF  ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_DISABLE_SETPARAM || 0x8002d303 || Processing cannot be accepted because the feature is disabled
| MP_VP_DTCP_IP_KM_NEED_CLOCK_SETUP_ERROR || 0x800288B0  ||  
|-
|-
| CELL_SYSUTIL_BGMPLAYBACK_EX_ERROR_GENERIC || 0x8002d3ff || Unknown error occurred
| MP_VP_HTTP_SEEK_NOT_ALLOWED_ERROR|| 0x800288B1  ||
|-
| MP_VP_DTCP_IP_UNKNOWN_ERROR || 0x800288B2  ||
|-
| MP_VP_DTCP_IP_INVALID_ARG_ERROR|| 0x800288B3  ||  
|-
|-
|}
| MP_VP_DTCP_IP_INVALID_STATE_ERROR|| 0x800288B4  ||  
 
== COMBOPLAY errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_CANCEL || 0x8002cd80 ||  
| MP_VP_DTCP_IP_NOT_IMPLEMENTED_ERROR|| 0x800288B5 ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_NETWORK || 0x8002cd81 ||  
| MP_VP_DTCP_IP_INTERNAL_ERROR || 0x800288B6  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_OUT_OF_MEMORY || 0x8002cd90 ||  
| MP_VP_DTCP_IP_STREAM_GENERIC_ERROR||0x800288B7  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_FATAL || 0x8002cd91 ||  
| MP_VP_REGISTRY_ERROR|| 0x800288B8  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_PKG_FILENAME || 0x8002cd92 ||  
| MP_VP_HDCP_OFF_ERROR|| 0x800288B9  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_SIG_FILENAME || 0x8002cd93 ||  
| MP_VP_DTCP_IP_EMI_CCI_ERROR|| 0x800288BA  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_ICON_FILENAME || 0x8002cd94 ||  
| MP_VP_NET_CTL_ERROR||0x800288BB  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_VALUE || 0x8002cd95 ||  
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_LARGE|| 0x800288BC  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_PKG_FILE_OPEN || 0x8002cd96 ||  
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_SMALL|| 0x800288BD  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_SIG_FILE_OPEN || 0x8002cd97 ||  
| MP_VP_NO_SUPPORTED_ERROR_PROFILE||0x800288BE  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_ICON_FILE_OPEN || 0x8002cd98 ||  
| MP_VP_NO_SUPPORTED_ERROR_TOOL || 0x800288BF  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_STATE || 0x8002cd99 ||  
| MP_VP_NO_SUPPORTED_ERROR_VIDEO_CODEC || 0x800288C0  || "The data type is not supported." Related to video.
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INVALID_PKG_FILE || 0x8002cd9a ||  
| MP_VP_NO_SUPPORTED_ERROR_AUDIO_CODEC|| 0x800288C1  ||  
|-
|-
| CELL_CROSS_CONTROLLER_ERROR_INTERNAL || 0x8002cda0 ||  
| MP_VP_NO_SUPPORTED_ERROR_AU_SIZE ||0x800288C2  ||  
|-
|-
|}
| MP_VP_HTTP_NO_CONTENT_LENGTH_ERROR|| 0x800288C3  ||  
 
== SYSTEMPARAM errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_VIDEO_OUT_ERROR_NOT_IMPLEMENTED || 0x8002b220 ||  
| MP_VP_DIGITAL_ONLY_ERROR|| 0x800288C4  || Cannot output video other than hdmi
|-
|-
| CELL_VIDEO_OUT_ERROR_ILLEGAL_CONFIGURATION || 0x8002b221 ||  
| MP_VP_PSN_UNSUPPORTED_DEVICE_ERROR|| 0x800288C5  ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_ILLEGAL_PARAMETER || 0x8002b222 ||  
| MP_VP_DIVX_DRM_RENTAL_EXPIRED_ERROR||0x800288C6  || divx vod rental expired
|-
|-
| CELL_VIDEO_OUT_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b223 ||  
| MP_VP_DIVX_DRM_AUTHORIZATION_ERROR ||0x800288C7  || divx vod reg visit website
|-
|-
| CELL_VIDEO_OUT_ERROR_DEVICE_NOT_FOUND || 0x8002b224 ||  
| MP_VP_CANNOT_PLAY_CONTENT_ERROR || 0x800288C8  ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_UNSUPPORTED_VIDEO_OUT || 0x8002b225 ||  
| MP_VP_NO_SUPPORTED_ERROR_BRAND || 0x800288C9  ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_UNSUPPORTED_DISPLAY_MODE || 0x8002b226 ||  
| MP_VP_NO_SUPPORTED_ERROR_DURATION_TOO_LONG|| 0x800288CF  ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_CONDITION_BUSY || 0x8002b227 ||  
| MP_VP_NO_SUPPORTED_ERROR_TRACKS_TOO_MANY|| 0x800288D0  ||  
|-
|-
| CELL_VIDEO_OUT_ERROR_VALUE_IS_NOT_SET || 0x8002b228 ||  
| MP_VP_NO_SUPPORTED_ERROR_LICENSE||0x800288D1  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_NOT_IMPLEMENTED || 0x8002b240 ||  
| MP_VP_NO_SUPPORTED_ERROR_MVP_SEPARATED_PVL ||0x800288D2  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_ILLEGAL_CONFIGURATION || 0x8002b241 ||  
| MP_VP_NO_SUPPORTED_ERROR_PROHIBITED_DAO|| 0x800288D3  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_ILLEGAL_PARAMETER || 0x8002b242 ||  
| MP_VP_NO_SUPPORTED_ERROR_FORMAT_VERSION || 0x800288D4  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b243 ||  
| MP_VP_NO_SUPPORTED_ERROR_MEDIA|| 0x800288D5  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_DEVICE_NOT_FOUND || 0x8002b244 ||  
| MP_VP_NO_SUPPORTED_ERROR_64BIT_BOXSIZE|| 0x800288D6  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_UNSUPPORTED_AUDIO_OUT || 0x8002b245 ||  
| MP_VP_CONTENTS_NOT_EXIST_ERROR ||0x800288CA  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_UNSUPPORTED_SOUND_MODE || 0x8002b246 ||  
| MP_VP_NO_NEXT_CONTENTS_ERROR|| 0x800288CC  ||  
|-
|-
| CELL_AUDIO_OUT_ERROR_CONDITION_BUSY || 0x8002b247 ||  
| MP_VP_NO_PREV_CONTENTS_ERROR ||0x800288CD  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_NOT_IMPLEMENTED || 0x8002b260 ||  
| MP_VP_SEQUENTIAL_PLAY_NOT_ALLOWED_ERROR||0x800288D7  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_ILLEGAL_CONFIGURATION || 0x8002b261 ||  
| MP_VP_DELETE_CONTENTS_ERROR|| 0x800288DA  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_ILLEGAL_PARAMETER || 0x8002b262 ||  
| MP_VP_AACS_WM_TRUSTED_SOURCE_STATE_ERROR|| 0x800288DB  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_PARAMETER_OUT_OF_RANGE || 0x8002b263 ||  
| MP_VP_AACS_WM_NO_HOME_USE_ERROR || 0x800288DC  || cinavia msg code 1
|-
|-
| CELL_AUDIO_IN_ERROR_DEVICE_NOT_FOUND || 0x8002b264 ||  
| MP_VP_NO_SUPPORTED_ERROR_SCREEN_SAVER|| 0x800288DE  ||  
|-
|-
| CELL_AUDIO_IN_ERROR_UNSUPPORTED_AUDIO_IN || 0x8002b265 ||  
| MP_VP_SELFLICENSE_NONE_ERROR|| 0x800288DF  || Content owner account signin please
|-
|-
| CELL_AUDIO_IN_ERROR_UNSUPPORTED_SOUND_MODE || 0x8002b266 ||  
| MP_VP_NOT_SUPPORT_REMOTEPLAY_ERROR|| 0x800288E0  || Content does not support remoteplay
|-
|-
| CELL_AUDIO_IN_ERROR_CONDITION_BUSY || 0x8002b267 ||  
| MP_VP_READ_FIRST_BLOCK_SIZE_0_ERROR|| 0x800288E1  ||  
|-
|-
|}
| MP_VP_DTCP_IP_CABLE_NOT_CONNECTED_ERROR|| 0x800288E2  ||  
 
== MsgDialog Error ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_MSGDIALOG_ERROR_PARAM || 0x8002b301 || Parameter is invalid
| MP_VP_FILE_IO_TIMEOUT_ERROR|| 0x800288E3  ||  
|-
|-
| CELL_MSGDIALOG_ERROR_DIALOG_NOT_OPENED || 0x8002b302 || The dialogue is not opened
|-
|}
|}


== SAVEDATA 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_SAVEDATA_ERROR_CBRESULT || 0x8002B401 ||  
| CELL_SYNC_ERROR_AGAIN || 0x80410101 ||  
|-
|-
| CELL_SAVEDATA_ERROR_ACCESS_ERROR || 0x8002B402 ||  
| CELL_SYNC_ERROR_INVAL || 0x80410102 ||  
|-
|-
| CELL_SAVEDATA_ERROR_INTERNAL || 0x8002B403 || Game save issue // Reboot console
| CELL_SYNC_ERROR_NOSYS || 0x80410103 ||  
|-
|-
| CELL_SAVEDATA_ERROR_PARAM || 0x8002B404 ||  
| CELL_SYNC_ERROR_NOMEM || 0x80410104 ||  
|-
|-
| CELL_SAVEDATA_ERROR_NOSPACE || 0x8002B405 ||  
| CELL_SYNC_ERROR_SRCH || 0x80410105 ||  
|-
|-
| CELL_SAVEDATA_ERROR_BROKEN || 0x8002B406 ||  
| CELL_SYNC_ERROR_NOENT || 0x80410106 ||  
|-
|-
| CELL_SAVEDATA_ERROR_FAILURE || 0x8002B407 ||  
| CELL_SYNC_ERROR_NOEXEC || 0x80410107 ||  
|-
|-
| CELL_SAVEDATA_ERROR_BUSY || 0x8002B408 ||  
| CELL_SYNC_ERROR_DEADLK || 0x80410108 ||  
|-
|-
| CELL_SAVEDATA_ERROR_NOUSER || 0x8002B409 ||  
| CELL_SYNC_ERROR_PERM || 0x80410109 ||  
|-
|-
| CELL_SAVEDATA_ERROR_SIZEOVER || 0x8002B40A ||  
| CELL_SYNC_ERROR_BUSY || 0x8041010A ||  
|-
|-
| CELL_SAVEDATA_ERROR_NODATA || 0x8002b40b ||  
| CELL_SYNC_ERROR_ABORT || 0x8041010C ||
|-
| CELL_SYNC_ERROR_FAULT || 0x8041010D ||  
|-
|-
| CELL_SAVEDATA_ERROR_NOTSUPPORTED || 0x8002b40c ||  
| CELL_SYNC_ERROR_CHILD || 0x8041010E ||  
|-
|-
|}
| CELL_SYNC_ERROR_STAT || 0x8041010F ||  
 
== OSKDIALOG errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_OSKDIALOG_ERROR_IME_ALREADY_IN_USE || 0x8002b501 ||  
| CELL_SYNC_ERROR_ALIGN || 0x80410110 ||  
|-
|-
| CELL_OSKDIALOG_ERROR_GET_SIZE_ERROR || 0x8002b502 ||  
| CELL_SYNC_ERROR_NULL_POINTER || 0x80410111 ||  
|-
|-
| CELL_OSKDIALOG_ERROR_UNKNOWN || 0x8002b503 ||  
| CELL_SYNC_ERROR_SHOTAGE || 0x80410112 ||  
|-
|-
| CELL_OSKDIALOG_ERROR_PARAM || 0x8002b504 ||  
| CELL_SYNC_ERROR_UNKNOWNKEY || 0x80410113 ||  
|-
|-
|}
|}


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


== SYSCONF 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_SYSCONF_ERROR_PARAM || 0x8002bb01 ||  
| CELL_OVIS_ERROR_INVAL || 0x80410402 || An invalid argument value is specified.
|-
| CELL_OVIS_ERROR_ALIGN || 0x80410416 || Alignment is invalid
|-
|-
|}
|}


== SYSCACHE 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_SYSCACHE_ERROR_ACCESS_ERROR || 0x8002bc01 ||  
| CELL_DAISY_ERROR_NO_BEGIN || 0x80410501 ||  
|-
|-
| CELL_SYSCACHE_ERROR_INTERNAL || 0x8002bc02 ||  
| CELL_DAISY_ERROR_INVALID_PORT_ATTACH || 0x80410502 ||  
|-
|-
| CELL_SYSCACHE_ERROR_PARAM || 0x8002bc03 ||  
| CELL_DAISY_ERROR_NOT_IMPLEMENTED || 0x80410503 ||  
|-
|-
| CELL_SYSCACHE_ERROR_NOTMOUNTED || 0x8002bc04 ||  
| CELL_DAISY_ERROR_PERM || 0x80410509 ||  
|-
|-
|}
| CELL_DAISY_ERROR_STAT || 0x8041050f ||  
 
== 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_DAISY_ERROR_AGAIN || 0x80410511 ||  
|-
|-
| CELL_STORAGEDATA_ERROR_INTERNAL || 0x8002be02 ||  
| CELL_DAISY_ERROR_INVAL || 0x80410512 ||  
|-
|-
| CELL_STORAGEDATA_ERROR_PARAM || 0x8002be03 ||
| CELL_DAISY_ERROR_BUSY || 0x8041051a ||  
|-
| CELL_STORAGEDATA_ERROR_ACCESS_ERROR || 0x8002be04 ||
|-
| CELL_STORAGEDATA_ERROR_FAILURE || 0x8002be05 ||  
|-
|-
|}
|}


== CXML Error ==
== 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
|-
|-
| CXML_RESULT_OK || 0x0 ||
| CELL_SPUDLL_ERROR_AGAIN || 0x80410601 ||  
|-
|-
| CXML_RESULT_ERROR_CANT_OPEN || 0x8002E001 ||
| CELL_SPUDLL_ERROR_INVAL || 0x80410602 ||  
|-
|-
| CXML_RESULT_ERROR_CANT_READ || 0x8002E002 ||
| CELL_SPUDLL_ERROR_NOSYS || 0x80410603 ||  
|-
|-
| CXML_RESULT_ERROR_CANT_WRITE || 0x8002E003 ||
| CELL_SPUDLL_ERROR_NOMEM || 0x80410604 ||  
|-
|-
| CXML_RESULT_ERROR_CANT_SEEK || 0x8002E004 ||
| CELL_SPUDLL_ERROR_SRCH || 0x80410605 ||
|-
| CELL_SPUDLL_ERROR_NOENT || 0x80410606 ||
|-
| CELL_SPUDLL_ERROR_NOEXEC || 0x80410607 ||
|-
| CELL_SPUDLL_ERROR_DEADLK || 0x80410608 ||  
|-
|-
| CXML_RESULT_ERROR_CANT_ALLOC || 0x8002E005 ||
| CELL_SPUDLL_ERROR_PERM || 0x80410609 ||  
|-
|-
| CXML_RESULT_ERROR_FORMAT || 0x8002E006 ||
| CELL_SPUDLL_ERROR_BUSY || 0x8041060a ||  
|-
|-
| CXML_RESULT_ERROR_VERSION || 0x8002E007 ||
| CELL_SPUDLL_ERROR_ABORT || 0x8041060c ||  
|-
|-
| CXML_RESULT_ERROR_INVALID_NODE || 0x8002E008 ||
| CELL_SPUDLL_ERROR_FAULT || 0x8041060d ||  
|-
|-
| CXML_RESULT_ERROR_NOT_ENOUGH_BUF || 0x8002E009 ||
| CELL_SPUDLL_ERROR_CHILD || 0x8041060e ||  
|-
|-
| CXML_RESULT_ERROR_ACCESS_MODE || 0x8002E010 ||
| CELL_SPUDLL_ERROR_STAT || 0x8041060f ||  
|-
|-
| CXML_RESULT_ERROR_NOT_EXIST || 0x8002E011 ||
| CELL_SPUDLL_ERROR_ALIGN || 0x80410610 ||  
|-
|-
| CXML_RESULT_ERROR_TYPE || 0x8002E012 ||
| CELL_SPUDLL_ERROR_NULL_POINTER || 0x80410611 ||  
|-
|-
| CXML_RESULT_ERROR_CANT_MODIFY || 0x8002E013 ||
| CELL_SPUDLL_ERROR_UNDEF || 0x80410612 ||  
|-
|-
| CXML_RESULT_ERROR_NO_ALLOCATOR || 0x8002E014 ||
| CELL_SPUDLL_ERROR_FATAL || 0x80410613 ||  
|-
|-
|}
|}


== Media? Player Video Player Error ==
== SPURS 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
|-
|-
| MP_SUCCESS|| 0x0 ||  
| CELL_SPURS_CORE_ERROR_AGAIN || 0x80410701 ||  
|-
|-
| MP_VP_ERROR|| 0x80028801 || "This content cannot be played."  Related with [PARAM.SFO#CATEGORY_For_Disc_contents | fake Blu-Ray discs] and video.
| CELL_SPURS_CORE_ERROR_INVAL || 0x80410702 ||  
|-
|-
| MP_VP_NO_MORE_ITEM_ERROR|| 0x80028802  ||  
| CELL_SPURS_CORE_ERROR_NOSYS || 0x80410703 ||  
|-
|-
| MP_VP_DATA_TOP_ERROR|| 0x80028803 ||  
| CELL_SPURS_CORE_ERROR_NOMEM || 0x80410704 ||  
|-
|-
| MP_VP_DATA_END_ERROR|| 0x80028804  ||  
| CELL_SPURS_CORE_ERROR_SRCH || 0x80410705 ||  
|-
|-
| MP_VP_NO_DATA_ERROR|| 0x80028805  ||  
| CELL_SPURS_CORE_ERROR_NOENT || 0x80410706 ||  
|-
|-
| MP_VP_BUFFER_FULL_ERROR||0x80028806  ||  
| CELL_SPURS_CORE_ERROR_NOEXEC || 0x80410707 ||  
|-
|-
| MP_VP_FILE_OPEN_ERROR || 0x80028807  ||  
| CELL_SPURS_CORE_ERROR_DEADLK || 0x80410708 ||  
|-
|-
| MP_VP_FILE_READ_ERROR|| 0x80028808  ||  
| CELL_SPURS_CORE_ERROR_PERM || 0x80410709 ||  
|-
|-
| MP_VP_FILE_SEEK_ERROR|| 0x80028809  ||  
| CELL_SPURS_CORE_ERROR_BUSY || 0x8041070A ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR || 0x8002880A  ||  
| CELL_SPURS_CORE_ERROR_ABORT || 0x8041070C ||  
|-
|-
| MP_VP_DECODE_ERROR || 0x8002880B  ||  
| CELL_SPURS_CORE_ERROR_FAULT || 0x8041070D ||  
|-
|-
| MP_VP_V_DECODE_ERROR || 0x8002880C  ||  
| CELL_SPURS_CORE_ERROR_CHILD || 0x8041070E ||  
|-
|-
| MP_VP_A_DECODE_ERROR|| 0x8002880D  ||  
| CELL_SPURS_CORE_ERROR_STAT || 0x8041070F ||  
|-
|-
| MP_VP_DATA_SET_FAILED_ERROR|| 0x8002880E  ||  
| CELL_SPURS_CORE_ERROR_ALIGN || 0x80410710 ||  
|-
|-
| MP_VP_NOTFOUND_NEXT_DATA_ERROR||0x8002880F  ||  
| CELL_SPURS_CORE_ERROR_NULL_POINTER || 0x80410711 ||  
|-
|-
| MP_VP_NOTFOUND_PREV_DATA_ERROR|| 0x80028810  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_AGAIN || 0x80410801 ||  
|-
|-
| MP_VP_ANALYZE_ERROR || 0x80028811  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_INVAL || 0x80410802 ||  
|-
|-
| MP_VP_LACK_OF_BUFFER_ERROR ||0x80028812  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_NOSYS || 0x80410803 ||  
|-
|-
| MP_VP_LICENSE_ERROR || 0x80028813  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_NOMEM || 0x80410804 ||  
|-
|-
| MP_VP_LICENSE_NOT_YET_AVAILABLE_ERROR || 0x80028814  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_SRCH || 0x80410805 ||  
|-
|-
| MP_VP_LICENSE_EXPIRED_ERROR|| 0x80028815  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_NOENT || 0x80410806 ||  
|-
|-
| MP_VP_LICENSE_VOID_SECURE_CLOCK_ERROR || 0x80028816  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_NOEXEC || 0x80410807 ||  
|-
|-
| MP_VP_GET_PICTURE_ERROR|| 0x80028817  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_DEADLK || 0x80410808 ||  
|-
|-
| MP_VP_VPOST_ERROR|| 0x80028818  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_PERM || 0x80410809 ||  
|-
|-
| MP_VP_IMAGE_LOAD_FAILED_ERROR || 0x80028819  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_BUSY || 0x8041080A ||  
|-
|-
| MP_VP_NO_EXECUTE_ERROR|| 0x80028881  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_ABORT || 0x8041080C ||  
|-
|-
| MP_VP_OUT_OF_RANGE_ERROR|| 0x8002888D  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_FAULT || 0x8041080D ||  
|-
|-
| MP_VP_FILE_NOT_EXIST_ERROR || 0x80028882  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_CHILD || 0x8041080E ||  
|-
|-
| MP_VP_LICENSE_EXCLUDED_ERROR|| 0x80028883  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_STAT || 0x8041080F ||  
|-
|-
| MP_VP_CREATE_SHORT_ICON_ERROR || 0x80028884  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_ALIGN || 0x80410810 ||  
|-
|-
| MP_VP_CREATE_ICON_ERROR|| 0x80028885  ||  
| CELL_SPURS_POLICY_MODULE_ERROR_NULL_POINTER || 0x80410811 ||  
|-
|-
| MP_VP_VTRM_BROKEN_ERROR|| 0x80028886  ||  
| CELL_SPURS_TASK_ERROR_AGAIN || 0x80410901 ||  
|-
|-
| MP_VP_INCOMPAT_ADAPTER_ERROR|| 0x80028887  || MagicGate device required
| CELL_SPURS_TASK_ERROR_INVAL || 0x80410902 ||  
|-
|-
| MP_VP_MEDIA_INCOMPAT_ERROR|| 0x80028888  ||  
| CELL_SPURS_TASK_ERROR_NOSYS || 0x80410903 ||  
|-
|-
| MP_VP_GID_NO_SET_ERROR|| 0x80028889  ||  
| CELL_SPURS_TASK_ERROR_NOMEM || 0x80410904 ||  
|-
|-
| MP_VP_PREMATURE_GID_ERROR|| 0x8002888A  ||  
| CELL_SPURS_TASK_ERROR_SRCH || 0x80410905 ||  
|-
|-
| MP_VP_BELATED_GID_ERROR|| 0x8002888B  ||  
| CELL_SPURS_TASK_ERROR_NOENT || 0x80410906 ||  
|-
|-
| MP_VP_PSN_NOLICENSE_ERROR|| 0x8002888E  || Authenticate via PsStore
| CELL_SPURS_TASK_ERROR_NOEXEC || 0x80410907 ||  
|-
|-
| MP_VP_PSN_NEED_ACTIVATION_ERROR|| 0x8002888F  || Need Certification
| CELL_SPURS_TASK_ERROR_DEADLK || 0x80410908 ||  
|-
|-
| MP_VP_PSN_UNEXPECTED_AIV_ERROR|| 0x80028890  || Wrong Certification Data
| CELL_SPURS_TASK_ERROR_PERM || 0x80410909 ||  
|-
|-
| MP_VP_INVALID_FORMAT_ERROR || 0x80028891  ||  
| CELL_SPURS_TASK_ERROR_BUSY || 0x8041090A ||  
|-
|-
| MP_VP_ACCESS_DENIED_ERROR|| 0x80028892  ||  
| CELL_SPURS_TASK_ERROR_ABORT || 0x8041090C ||  
|-
|-
| MP_VP_HTTP_SERVER_NOT_FOUND_ERROR|| 0x80028893  ||  
| CELL_SPURS_TASK_ERROR_FAULT || 0x8041090D ||  
|-
|-
| MP_VP_HTTP_GENERIC_ERROR || 0x80028894  || HTTP MediaServer Error
| CELL_SPURS_TASK_ERROR_CHILD || 0x8041090E ||  
|-
|-
| MP_VP_NOT_ENOUGH_MEMORY_ERROR|| 0x80028895  ||  
| CELL_SPURS_TASK_ERROR_STAT || 0x8041090F ||  
|-
|-
| MP_VP_NO_AUDIO_STREAM_ERROR || 0x80028896  || No Audio
| CELL_SPURS_TASK_ERROR_ALIGN || 0x80410910 ||  
|-
|-
| MP_VP_NO_SUBTITLE_ERROR || 0x80028897  || No Subtitle
| CELL_SPURS_TASK_ERROR_NULL_POINTER || 0x80410911 ||  
|-
|-
| MP_VP_NETWORK_ERROR|| 0x80028898  ||  
| CELL_SPURS_TASK_ERROR_FATAL || 0x80410914 ||  
|-
|-
| MP_VP_A_ENCODE_ERROR|| 0x80028899  ||  
| CELL_SPURS_TASK_ERROR_SHUTDOWN || 0x80410920 ||  
|-
|-
| MP_VP_V_ENCODE_ERROR|| 0x8002889A  ||  
| CELL_SPURS_JOB_ERROR_AGAIN || 0x80410A01 ||  
|-
|-
| MP_VP_FILE_WRITE_ERROR || 0x8002889B  ||  
| CELL_SPURS_JOB_ERROR_INVAL || 0x80410A02 ||  
|-
|-
| MP_VP_FILE_WRITE_RES_ERROR||0x8002889C  ||  
| CELL_SPURS_JOB_ERROR_NOSYS || 0x80410A03 ||  
|-
|-
| MP_VP_S_DECODE_ERROR|| 0x8002889D  ||  
| CELL_SPURS_JOB_ERROR_NOMEM || 0x80410A04 ||  
|-
|-
| MP_VP_FILE_IO_CANCELLED_ERROR || 0x8002889E  ||  
| CELL_SPURS_JOB_ERROR_SRCH || 0x80410A05 ||  
|-
|-
| MP_VP_HTTP_CONTENT_NOT_FOUND_ERROR|| 0x8002889F  ||  
| CELL_SPURS_JOB_ERROR_NOENT || 0x80410A06 ||  
|-
|-
| MP_VP_EXPIRED_ERROR|| 0x800288A0  ||  
| CELL_SPURS_JOB_ERROR_NOEXEC || 0x80410A07 ||  
|-
|-
| MP_VP_WMA_NOT_ENABLED_ERROR || 0x800288A1  || WMA Playback not enabled.
| CELL_SPURS_JOB_ERROR_DEADLK || 0x80410A08 ||  
|-
|-
| MP_VP_ACCESS_NOT_DOWNLOADED_AREA_ERROR|| 0x800288A2  ||  
| CELL_SPURS_JOB_ERROR_PERM || 0x80410A09 ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_INVALID_HOSTNAME_ERROR|| 0x800288A3  ||  
| CELL_SPURS_JOB_ERROR_BUSY || 0x80410A0A ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_SERVER_NOT_FOUND_ERROR||0x800288A4  ||  
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR || 0x80410A0B ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_CANNOT_ACCESS_ERROR|| 0x800288A5  ||  
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR_SIZE || 0x80410A0C ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR|| 0x800288A6  ||  
| CELL_SPURS_JOB_ERROR_FAULT || 0x80410A0D ||  
|-
|-
| MP_VP_DTCP_IP_AUTH_FAILED_ERROR_WLAN|| 0x800288A7  || DTCPIP Error set WEP/WPA
| CELL_SPURS_JOB_ERROR_CHILD || 0x80410A0E ||  
|-
|-
| MP_VP_DTCP_IP_DEVCERT_EXPIRED_ERROR|| 0x800288A8  ||  
| CELL_SPURS_JOB_ERROR_STAT || 0x80410A0F ||  
|-
|-
| MP_VP_DTCP_IP_INVALID_URL_ERROR || 0x800288A9  ||  
| CELL_SPURS_JOB_ERROR_ALIGN || 0x80410A10 ||  
|-
|-
| MP_VP_DTCP_IP_KM_NEED_ACTIVATE_ERROR|| 0x800288AA  ||  
| CELL_SPURS_JOB_ERROR_NULL_POINTER || 0x80410A11 ||  
|-
|-
| MP_VP_DTCP_IP_KM_NEED_UPDATE_ERROR|| 0x800288AB  ||  
| CELL_SPURS_JOB_ERROR_MEMORY_CORRUPTED || 0x80410A12 ||  
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR|| 0x800288AC  ||  
| CELL_SPURS_JOB_ERROR_MEMORY_SIZE || 0x80410A17 ||  
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_REGISTRY|| 0x800288AD  ||  
| CELL_SPURS_JOB_ERROR_UNKNOWN_COMMAND || 0x80410A18 ||  
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_BUFFER|| 0x800288AE  ||  
| CELL_SPURS_JOB_ERROR_JOBLIST_ALIGNMENT || 0x80410A19 ||  
|-
|-
| MP_VP_DTCP_IP_KM_FATAL_ERROR_SRM||0x800288AF  ||  
| CELL_SPURS_JOB_ERROR_JOB_ALIGNMENT || 0x80410A1a ||  
|-
|-
| MP_VP_DTCP_IP_KM_NEED_CLOCK_SETUP_ERROR || 0x800288B0  ||  
| CELL_SPURS_JOB_ERROR_CALL_OVERFLOW || 0x80410A1b ||  
|-
|-
| MP_VP_HTTP_SEEK_NOT_ALLOWED_ERROR|| 0x800288B1  ||  
| CELL_SPURS_JOB_ERROR_ABORT || 0x80410A1c ||  
|-
|-
| MP_VP_DTCP_IP_UNKNOWN_ERROR || 0x800288B2  ||  
| CELL_SPURS_JOB_ERROR_DMALIST_ELEMENT || 0x80410A1d ||  
|-
|-
| MP_VP_DTCP_IP_INVALID_ARG_ERROR|| 0x800288B3  ||  
| CELL_SPURS_JOB_ERROR_NUM_CACHE || 0x80410A1e ||  
|-
|-
| MP_VP_DTCP_IP_INVALID_STATE_ERROR || 0x800288B4 ||  
| CELL_SPURS_JOB_ERROR_INVALID_BINARY || 0x80410A1f ||  
|-
|-
| MP_VP_DTCP_IP_NOT_IMPLEMENTED_ERROR || 0x800288B5 ||  
|}
 
== 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
|-
|-
| MP_VP_DTCP_IP_INTERNAL_ERROR || 0x800288B6 ||  
| CELL_SWCACHE_ERROR_AGAIN || 0x80410b01 ||  
|-
|-
| MP_VP_DTCP_IP_STREAM_GENERIC_ERROR||0x800288B7 ||  
| CELL_SWCACHE_ERROR_INVAL || 0x80410b02 ||  
|-
|-
| MP_VP_REGISTRY_ERROR || 0x800288B8 ||  
| CELL_SWCACHE_ERROR_NOSYS || 0x80410b03 ||  
|-
|-
| MP_VP_HDCP_OFF_ERROR || 0x800288B9 ||  
| CELL_SWCACHE_ERROR_NOMEM || 0x80410b04 ||  
|-
|-
| MP_VP_DTCP_IP_EMI_CCI_ERROR || 0x800288BA ||  
| CELL_SWCACHE_ERROR_SRCH || 0x80410b05 ||  
|-
|-
| MP_VP_NET_CTL_ERROR || 0x800288BB ||  
| CELL_SWCACHE_ERROR_NOENT || 0x80410b06 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_LARGE || 0x800288BC ||  
| CELL_SWCACHE_ERROR_NOEXEC || 0x80410b07 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PICTURE_TOO_SMALL || 0x800288BD ||  
| CELL_SWCACHE_ERROR_DEADLK || 0x80410b08 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PROFILE || 0x800288BE ||  
| CELL_SWCACHE_ERROR_PERM || 0x80410b09 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_TOOL || 0x800288BF || PS3 cannot play this file type
| CELL_SWCACHE_ERROR_BUSY || 0x80410b0A ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_VIDEO_CODEC || 0x800288C0 || "The data type is not supported." Related to video.
| CELL_SWCACHE_ERROR_ABORT || 0x80410b0C ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_AUDIO_CODEC || 0x800288C1 || PS3 cannot play this file type
| CELL_SWCACHE_ERROR_FAULT || 0x80410b0D ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_AU_SIZE ||0x800288C2 ||  
| CELL_SWCACHE_ERROR_CHILD || 0x80410b0E ||  
|-
|-
| MP_VP_HTTP_NO_CONTENT_LENGTH_ERROR|| 0x800288C3 ||  
| CELL_SWCACHE_ERROR_STAT || 0x80410b0F ||  
|-
|-
| MP_VP_DIGITAL_ONLY_ERROR|| 0x800288C4  || Cannot output video other than HDMI
| CELL_SWCACHE_ERROR_ALIGN || 0x80410b10 ||  
|-
|-
| MP_VP_PSN_UNSUPPORTED_DEVICE_ERROR || 0x800288C5 ||  
| CELL_SWCACHE_ERROR_NULL_POINTER || 0x80410b11 ||  
|-
|-
| MP_VP_DIVX_DRM_RENTAL_EXPIRED_ERROR || 0x800288C6 || divx vod rental expired
| CELL_SWCACHE_ERROR_NON_CACHED_POINTER || 0x80410b12 ||  
|-
|-
| MP_VP_DIVX_DRM_AUTHORIZATION_ERROR || 0x800288C7 || divx vod reg visit website
| CELL_SWCACHE_ERROR_NO_HTAB || 0x80410b13 ||  
|-
|-
| MP_VP_CANNOT_PLAY_CONTENT_ERROR || 0x800288C8  ||  
| CELL_SWCACHE_ERROR_MEM_LEAKED || 0x80410b14 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_BRAND || 0x800288C9  ||  
| CELL_SWCACHE_ERROR_VTAB || 0x80410b15 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_DURATION_TOO_LONG|| 0x800288CF  ||  
|}
 
== 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
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_TRACKS_TOO_MANY|| 0x800288D0  ||  
| CELL_SYNC2_ERROR_AGAIN || 0x80410C01 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_LICENSE ||0x800288D1 ||  
| CELL_SYNC2_ERROR_INVAL || 0x80410C02 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_MVP_SEPARATED_PVL || 0x800288D2 ||  
| CELL_SYNC2_ERROR_NOSYS || 0x80410C03 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_PROHIBITED_DAO || 0x800288D3 ||  
| CELL_SYNC2_ERROR_NOMEM || 0x80410C04 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_FORMAT_VERSION || 0x800288D4 ||  
| CELL_SYNC2_ERROR_SRCH || 0x80410C05 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_MEDIA || 0x800288D5 ||  
| CELL_SYNC2_ERROR_NOENT || 0x80410C06 ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_64BIT_BOXSIZE|| 0x800288D6 ||  
| CELL_SYNC2_ERROR_NOEXEC || 0x80410C07 ||  
|-
|-
| MP_VP_CONTENTS_NOT_EXIST_ERROR || 0x800288CA ||  
| CELL_SYNC2_ERROR_DEADLK || 0x80410C08 ||  
|-
|-
| MP_VP_NO_NEXT_CONTENTS_ERROR || 0x800288CC ||  
| CELL_SYNC2_ERROR_PERM || 0x80410C09 ||  
|-
|-
| MP_VP_NO_PREV_CONTENTS_ERROR ||0x800288CD || Content not found
| CELL_SYNC2_ERROR_BUSY || 0x80410C0A ||  
|-
|-
| MP_VP_SEQUENTIAL_PLAY_NOT_ALLOWED_ERROR || 0x800288D7 ||  
| CELL_SYNC2_ERROR_ABORT || 0x80410C0C ||  
|-
|-
| MP_VP_DELETE_CONTENTS_ERROR || 0x800288DA ||  
| CELL_SYNC2_ERROR_FAULT || 0x80410C0D ||  
|-
|-
| MP_VP_AACS_WM_TRUSTED_SOURCE_STATE_ERROR|| 0x800288DB ||  
| CELL_SYNC2_ERROR_INTR || 0x80410C0E ||  
|-
|-
| MP_VP_AACS_WM_NO_HOME_USE_ERROR || 0x800288DC  || cinavia msg code 1
| CELL_SYNC2_ERROR_STAT || 0x80410C0F ||  
|-
|-
| MP_VP_NO_SUPPORTED_ERROR_SCREEN_SAVER|| 0x800288DE  ||  
| CELL_SYNC2_ERROR_ALIGN || 0x80410C10 ||  
|-
|-
| MP_VP_SELFLICENSE_NONE_ERROR|| 0x800288DF  || Content owner account signin please
| CELL_SYNC2_ERROR_NULL_POINTER || 0x80410C11 ||  
|-
|-
| MP_VP_NOT_SUPPORT_REMOTEPLAY_ERROR|| 0x800288E0  || Content does not support remoteplay
| CELL_SYNC2_ERROR_NOT_SUPPORTED_THREAD || 0x80410C12 ||  
|-
|-
| MP_VP_READ_FIRST_BLOCK_SIZE_0_ERROR|| 0x800288E1  ||  
| CELL_SYNC2_ERROR_NO_NOTIFIER || 0x80410C13 ||  
|-
|-
| MP_VP_DTCP_IP_CABLE_NOT_CONNECTED_ERROR|| 0x800288E2  ||
| CELL_SYNC2_ERROR_NO_SPU_CONTEXT_STORAGE || 0x80410C14 ||  
|-
| MP_VP_FILE_IO_TIMEOUT_ERROR|| 0x800288E3  ||  
|-
|-
|}
|}


== DMA 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_DMA_ERROR_INVAL || 0x80410002 ||  
| CELL_FIBER_ERROR_AGAIN || 0x80760001 ||  
|-
|-
|}
| CELL_FIBER_ERROR_INVAL || 0x80760002 ||  
 
== 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_FIBER_ERROR_NOSYS || 0x80760003 ||  
|-
|-
| CELL_SYNC_ERROR_INVAL || 0x80410102 ||  
| CELL_FIBER_ERROR_NOMEM || 0x80760004 ||  
|-
|-
| CELL_SYNC_ERROR_NOSYS || 0x80410103 ||  
| CELL_FIBER_ERROR_SRCH || 0x80760005 ||  
|-
|-
| CELL_SYNC_ERROR_NOMEM || 0x80410104 ||  
| CELL_FIBER_ERROR_NOENT || 0x80760006 ||  
|-
|-
| CELL_SYNC_ERROR_SRCH || 0x80410105 ||  
| CELL_FIBER_ERROR_NOEXEC || 0x80760007 ||  
|-
|-
| CELL_SYNC_ERROR_NOENT || 0x80410106 ||  
| CELL_FIBER_ERROR_DEADLK || 0x80760008 ||  
|-
|-
| CELL_SYNC_ERROR_NOEXEC || 0x80410107 ||  
| CELL_FIBER_ERROR_PERM || 0x80760009 ||  
|-
|-
| CELL_SYNC_ERROR_DEADLK || 0x80410108 ||  
| CELL_FIBER_ERROR_BUSY || 0x8076000a ||  
|-
|-
| CELL_SYNC_ERROR_PERM || 0x80410109 ||  
| CELL_FIBER_ERROR_ABORT || 0x8076000c ||  
|-
|-
| CELL_SYNC_ERROR_BUSY || 0x8041010A ||  
| CELL_FIBER_ERROR_FAULT || 0x8076000d ||  
|-
|-
| CELL_SYNC_ERROR_ABORT || 0x8041010C ||  
| CELL_FIBER_ERROR_CHILD || 0x8076000e ||  
|-
|-
| CELL_SYNC_ERROR_FAULT || 0x8041010D ||  
| CELL_FIBER_ERROR_STAT || 0x8076000f ||  
|-
|-
| CELL_SYNC_ERROR_CHILD || 0x8041010E ||  
| CELL_FIBER_ERROR_ALIGN || 0x80760010 ||  
|-
|-
| CELL_SYNC_ERROR_STAT || 0x8041010F ||  
| CELL_FIBER_ERROR_NULL_POINTER || 0x80760011 ||  
|-
|-
| CELL_SYNC_ERROR_ALIGN || 0x80410110 ||
| CELL_FIBER_ERROR_NOSYSINIT || 0x80760020 ||  
|-
| CELL_SYNC_ERROR_NULL_POINTER || 0x80410111 ||
|-
| CELL_SYNC_ERROR_SHOTAGE || 0x80410112 ||
|-
| CELL_SYNC_ERROR_UNKNOWNKEY || 0x80410113 ||  
|-
|-
|}
|}


== SHEAP errors ==
== 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_SHEAP_ERROR_AGAIN || 0x80410301 || The resource is temporarily unavailable
| CELL_ADEC_ERROR_FATAL || 0x80610001 ||  
|-
|-
| CELL_SHEAP_ERROR_INVAL || 0x80410302 || An invalid argument value is specified
| CELL_ADEC_ERROR_SEQ || 0x80610002 ||  
|-
|-
| CELL_SHEAP_ERROR_NOSYS || 0x80410303 || The feature is not yet implemented
| CELL_ADEC_ERROR_ARG || 0x80610003 ||  
|-
|-
| CELL_SHEAP_ERROR_NOMEM || 0x80410304 || Memory allocation failure
| CELL_ADEC_ERROR_BUSY || 0x80610004 ||  
|-
|-
| CELL_SHEAP_ERROR_SRCH || 0x80410305 || The resource (process, thread, sheaphronous object, etc) with the specified identifier does not exist.
| CELL_ADEC_ERROR_EMPTY || 0x80610005 ||  
|-
|-
| CELL_SHEAP_ERROR_NOENT || 0x80410306 || The file does not exist
|}
 
== 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_SHEAP_ERROR_NOEXEC || 0x80410307 || The file is not a valid ELF file. (The file is in unrecognized format.)
| CELL_VDEC_ERROR_ARG || 0x80610101 ||  
|-
|-
| CELL_SHEAP_ERROR_DEADLK || 0x80410308 || Resource deadlock is avoided
| CELL_VDEC_ERROR_SEQ || 0x80610102 ||  
|-
|-
| CELL_SHEAP_ERROR_PERM || 0x80410309 || The operation is not permitted
| CELL_VDEC_ERROR_BUSY || 0x80610103 ||  
|-
|-
| CELL_SHEAP_ERROR_BUSY || 0x8041030A || The device or resource is busy
| CELL_VDEC_ERROR_EMPTY || 0x80610104 ||  
|-
|-
| CELL_SHEAP_ERROR_ABORT || 0x8041030C || The operation is aborted
| CELL_VDEC_ERROR_AU || 0x80610105 ||  
|-
|-
| CELL_SHEAP_ERROR_FAULT || 0x8041030D || Invalid memory access
| CELL_VDEC_ERROR_PIC || 0x80610106 ||  
|-
|-
| CELL_SHEAP_ERROR_CHILD || 0x8041030E || Failed in awaiting a child, or no such child exists
| 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_SHEAP_ERROR_STAT || 0x8041030F || State of the target thread is invalid
|-
| CELL_SHEAP_ERROR_ALIGN || 0x80410310 || Alignment is invalid
|-
| CELL_SHEAP_ERROR_KRESOURCE || 0x80410311 || Shortage of the kernel resources
|-
| CELL_SHEAP_ERROR_SHORTAGE || 0x80410312 || Shortage of the kernel resources
|-
| CELL_SHEAP_ERROR_UNKNOWNKEY || 0x80410313 || Shortage of the kernel resources
|-
|-
|}
|}


== OVIS errors ==
== DMUX 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_DMUX_ERROR_ARG || 0x80610201 ||
|-
| CELL_DMUX_ERROR_SEQ || 0x80610202 ||  
|-
|-
| CELL_OVIS_ERROR_ABORT || 0x8041040C ||  
| CELL_DMUX_ERROR_BUSY || 0x80610203 ||  
|-
|-
| CELL_OVIS_ERROR_ALIGN || 0x80410416 || Alignment is invalid
| CELL_DMUX_ERROR_EMPTY || 0x80610204 ||
|-
| CELL_DMUX_ERROR_FATAL || 0x80610205 ||  
|-
|-
|}
|}


== Daisy errors (libdaisy) ==
== ATRAC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_DAISY_ERROR_NO_BEGIN || 0x80410501 ||  
| CELL_ATRAC_ERROR_FACILITY_ATRAC || 0x80610300 ||  
|-
|-
| CELL_DAISY_ERROR_INVALID_PORT_ATTACH || 0x80410502 ||  
| CELL_ATRAC_ERROR_API_FAIL || 0x80610301 ||  
|-
|-
| CELL_DAISY_ERROR_NOT_IMPLEMENTED || 0x80410503 ||  
| CELL_ATRAC_ERROR_READSIZE_OVER_BUFFER || 0x80610311 ||  
|-
|-
| CELL_DAISY_ERROR_PERM || 0x80410509 ||  
| CELL_ATRAC_ERROR_UNKNOWN_FORMAT || 0x80610312 ||  
|-
|-
| CELL_DAISY_ERROR_STAT || 0x8041050f ||  
| CELL_ATRAC_ERROR_READSIZE_IS_TOO_SMALL || 0x80610313 ||  
|-
|-
| CELL_DAISY_ERROR_AGAIN || 0x80410511 ||  
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610314 ||  
|-
|-
| CELL_DAISY_ERROR_INVAL || 0x80410512 ||  
| CELL_ATRAC_ERROR_ILLEGAL_DATA || 0x80610315 ||  
|-
|-
| CELL_DAISY_ERROR_BUSY || 0x8041051a ||  
| CELL_ATRAC_ERROR_NO_DECODER || 0x80610321 ||  
|-
|-
|}
| CELL_ATRAC_ERROR_UNSET_DATA || 0x80610322 ||  
 
== SPUDLL errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SPUDLL_ERROR_AGAIN || 0x80410601 ||  
| CELL_ATRAC_ERROR_DECODER_WAS_CREATED || 0x80610323 ||  
|-
|-
| CELL_SPUDLL_ERROR_INVAL || 0x80410602 ||  
| CELL_ATRAC_ERROR_ALLDATA_WAS_DECODED || 0x80610331 ||  
|-
|-
| CELL_SPUDLL_ERROR_NOSYS || 0x80410603 ||  
| CELL_ATRAC_ERROR_NODATA_IN_BUFFER || 0x80610332 ||  
|-
|-
| CELL_SPUDLL_ERROR_NOMEM || 0x80410604 ||  
| CELL_ATRAC_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610333 ||  
|-
|-
| CELL_SPUDLL_ERROR_SRCH || 0x80410605 ||  
| CELL_ATRAC_ERROR_NEED_SECOND_BUFFER || 0x80610334 ||  
|-
|-
| CELL_SPUDLL_ERROR_NOENT || 0x80410606 ||  
| CELL_ATRAC_ERROR_ALLDATA_IS_ONMEMORY || 0x80610341 ||  
|-
|-
| CELL_SPUDLL_ERROR_NOEXEC || 0x80410607 ||  
| CELL_ATRAC_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610342 ||  
|-
|-
| CELL_SPUDLL_ERROR_DEADLK || 0x80410608 ||  
| CELL_ATRAC_ERROR_NONEED_SECOND_BUFFER || 0x80610351 ||  
|-
|-
| CELL_SPUDLL_ERROR_PERM || 0x80410609 ||  
| CELL_ATRAC_ERROR_UNSET_LOOP_NUM || 0x80610361 ||  
|-
|-
| CELL_SPUDLL_ERROR_BUSY || 0x8041060a ||  
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLE || 0x80610371 ||  
|-
|-
| CELL_SPUDLL_ERROR_ABORT || 0x8041060c ||  
| CELL_ATRAC_ERROR_ILLEGAL_RESET_BYTE || 0x80610372 ||  
|-
|-
| CELL_SPUDLL_ERROR_FAULT || 0x8041060d ||  
| CELL_ATRAC_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610381 ||  
|-
|-
| CELL_SPUDLL_ERROR_CHILD || 0x8041060e ||
| CELL_ATRAC_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610382 ||  
|-
| CELL_SPUDLL_ERROR_STAT || 0x8041060f ||
|-
| CELL_SPUDLL_ERROR_ALIGN || 0x80410610 ||
|-
| CELL_SPUDLL_ERROR_NULL_POINTER || 0x80410611 ||
|-
| CELL_SPUDLL_ERROR_UNDEF || 0x80410612 ||
|-
| CELL_SPUDLL_ERROR_FATAL || 0x80410613 ||  
|-
|-
|}
|}


== SPURS errors ==
== 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_SPURS_CORE_ERROR_AGAIN || 0x80410701 ||  
| CELL_PAMF_ERROR_STREAM_NOT_FOUND || 0x80610501 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_INVAL || 0x80410702 ||  
| CELL_PAMF_ERROR_INVALID_PAMF || 0x80610502 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_NOSYS || 0x80410703 ||  
| CELL_PAMF_ERROR_INVALID_ARG || 0x80610503 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_NOMEM || 0x80410704 ||  
| CELL_PAMF_ERROR_UNKNOWN_TYPE || 0x80610504 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_SRCH || 0x80410705 ||  
| CELL_PAMF_ERROR_UNSUPPORTED_VERSION || 0x80610505 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_NOENT || 0x80410706 ||  
| CELL_PAMF_ERROR_UNKNOWN_STREAM || 0x80610506 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_NOEXEC || 0x80410707 ||  
| CELL_PAMF_ERROR_EP_NOT_FOUND || 0x80610507 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_DEADLK || 0x80410708 ||  
| CELL_PAMF_ERROR_NOT_AVAILABLE || 0x80610508 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_PERM || 0x80410709 ||  
|}
 
== VPOST errors ==
=== VPOST Library (PPM) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SPURS_CORE_ERROR_BUSY || 0x8041070A ||
! colspan="3" | for cellVpostQueryAttr()
|-
|-
| CELL_SPURS_CORE_ERROR_ABORT || 0x8041070C ||  
| CELL_VPOST_ERROR_Q_ARG_CFG_NULL    || 0x80610410 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_FAULT || 0x8041070D ||  
| CELL_VPOST_ERROR_Q_ARG_CFG_INVALID  || 0x80610411 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_CHILD || 0x8041070E ||  
| CELL_VPOST_ERROR_Q_ARG_ATTR_NULL    || 0x80610412 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_STAT || 0x8041070F ||
! colspan="3" | for cellVpostOpen()
|-
|-
| CELL_SPURS_CORE_ERROR_ALIGN || 0x80410710 ||  
| CELL_VPOST_ERROR_O_ARG_CFG_NULL          || 0x80610440 ||  
|-
|-
| CELL_SPURS_CORE_ERROR_NULL_POINTER || 0x80410711 ||  
| CELL_VPOST_ERROR_O_ARG_CFG_INVALID      || 0x80610441 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_AGAIN || 0x80410801 ||  
| CELL_VPOST_ERROR_O_ARG_RSRC_NULL        || 0x80610442 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_INVAL || 0x80410802 ||  
| CELL_VPOST_ERROR_O_ARG_RSRC_INVALID      || 0x80610443 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOSYS || 0x80410803 ||  
| CELL_VPOST_ERROR_O_ARG_HDL_NULL          || 0x80610444 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOMEM || 0x80410804 ||  
| CELL_VPOST_ERROR_O_FATAL_QUERY_FAIL      || 0x80610460 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_SRCH || 0x80410805 ||  
| CELL_VPOST_ERROR_O_FATAL_CREATEMON_FAIL  || 0x80610461 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOENT || 0x80410806 ||  
| CELL_VPOST_ERROR_O_FATAL_INITSPURS_FAIL  || 0x80610462 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NOEXEC || 0x80410807 ||
! colspan="3" | for cellVpostClose()
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_DEADLK || 0x80410808 ||  
| CELL_VPOST_ERROR_C_ARG_HDL_NULL          || 0x80610470 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_PERM || 0x80410809 ||  
| CELL_VPOST_ERROR_C_ARG_HDL_INVALID        || 0x80610471 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_BUSY || 0x8041080A ||  
| CELL_VPOST_ERROR_C_FATAL_LOCKMON_FAIL    || 0x80610490 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_ABORT || 0x8041080C ||  
| CELL_VPOST_ERROR_C_FATAL_UNLOCKMON_FAIL  || 0x80610491 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_FAULT || 0x8041080D ||  
| CELL_VPOST_ERROR_C_FATAL_DESTROYMON_FAIL  || 0x80610492 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_CHILD || 0x8041080E ||  
| CELL_VPOST_ERROR_C_FATAL_FINSPURS_FAIL    || 0x80610463 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_STAT || 0x8041080F ||
! colspan="3" | for cellVpostExec()
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_ALIGN || 0x80410810 ||  
| CELL_VPOST_ERROR_E_ARG_HDL_NULL            || 0x806104a0 ||  
|-
|-
| CELL_SPURS_POLICY_MODULE_ERROR_NULL_POINTER || 0x80410811 ||  
| CELL_VPOST_ERROR_E_ARG_HDL_INVALID        || 0x806104a1 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_AGAIN || 0x80410901 ||  
| CELL_VPOST_ERROR_E_ARG_INPICBUF_NULL      || 0x806104a2 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_INVAL || 0x80410902 ||  
| CELL_VPOST_ERROR_E_ARG_INPICBUF_INVALID    || 0x806104a3 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_NOSYS || 0x80410903 ||  
| CELL_VPOST_ERROR_E_ARG_CTRL_NULL          || 0x806104a4 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_NOMEM || 0x80410904 ||  
| CELL_VPOST_ERROR_E_ARG_CTRL_INVALID        || 0x806104a5 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_SRCH || 0x80410905 ||  
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806104a6 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_NOENT || 0x80410906 ||  
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806104a7 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_NOEXEC || 0x80410907 ||  
| CELL_VPOST_ERROR_E_ARG_PICINFO_NULL        || 0x806104a8 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_DEADLK || 0x80410908 ||  
| CELL_VPOST_ERROR_E_FATAL_LOCKMON_FAIL      || 0x806104c0 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_PERM || 0x80410909 ||  
| CELL_VPOST_ERROR_E_FATAL_UNLOCKMON_FAIL    || 0x806104c1 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_BUSY || 0x8041090A ||  
|}
 
=== 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
|-
|-
| CELL_SPURS_TASK_ERROR_ABORT || 0x8041090C ||
! colspan="3" | for cellVpostEntQueryAttr()
|-
|-
| CELL_SPURS_TASK_ERROR_FAULT || 0x8041090D ||  
| CELL_VPOST_ENT_ERROR_Q_ARG_ATTR_NULL  || 0x80618110 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_CHILD || 0x8041090E ||
! colspan="3" | for cellVpostEntOpen()
|-
|-
| CELL_SPURS_TASK_ERROR_STAT || 0x8041090F ||  
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_NULL        || 0x80618140 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_ALIGN || 0x80410910 ||  
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_INVALID      || 0x80618141 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_NULL_POINTER || 0x80410911 ||  
| CELL_VPOST_ENT_ERROR_O_ARG_HDL_NULL          || 0x80618142 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_FATAL || 0x80410914 ||  
| CELL_VPOST_ENT_ERROR_O_FATAL_QUERY_FAIL      || 0x80618160 ||  
|-
|-
| CELL_SPURS_TASK_ERROR_SHUTDOWN || 0x80410920 ||  
| CELL_VPOST_ENT_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618161 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_AGAIN || 0x80410A01 ||
! colspan="3" | for cellVpostEntClose()
|-
|-
| CELL_SPURS_JOB_ERROR_INVAL || 0x80410A02 ||  
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_NULL          || 0x80618170 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NOSYS || 0x80410A03 ||  
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_INVALID        || 0x80618171 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NOMEM || 0x80410A04 ||  
| CELL_VPOST_ENT_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618190 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_SRCH || 0x80410A05 ||  
| CELL_VPOST_ENT_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618191 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NOENT || 0x80410A06 ||  
| CELL_VPOST_ENT_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618192 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NOEXEC || 0x80410A07 ||
! colspan="3" | for cellVpostEntExec()
|-
|-
| CELL_SPURS_JOB_ERROR_DEADLK || 0x80410A08 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_NULL            || 0x806181a0 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_PERM || 0x80410A09 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_INVALID        || 0x806181a1 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_BUSY || 0x80410A0A ||  
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_NULL      || 0x806181a2 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR || 0x80410A0B ||  
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_INVALID    || 0x806181a3 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_JOB_DESCRIPTOR_SIZE || 0x80410A0C ||  
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_NULL      || 0x806181a4 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_FAULT || 0x80410A0D ||  
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_INVALID  || 0x806181a5 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_CHILD || 0x80410A0E ||  
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_NULL          || 0x806181a6 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_STAT || 0x80410A0F ||  
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_INVALID        || 0x806181a7 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_ALIGN || 0x80410A10 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_COMB_INVALID        || 0x806181a8 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_NULL_POINTER || 0x80410A11 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806181a9 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_MEMORY_CORRUPTED || 0x80410A12 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806181aa ||  
|-
|-
| CELL_SPURS_JOB_ERROR_MEMORY_SIZE || 0x80410A17 ||  
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806181ab ||  
|-
|-
| CELL_SPURS_JOB_ERROR_UNKNOWN_COMMAND || 0x80410A18 ||  
| CELL_VPOST_ENT_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806181c0 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_JOBLIST_ALIGNMENT || 0x80410A19 ||  
| CELL_VPOST_ENT_ERROR_E_FATAL_RCVRES_FAIL      || 0x806181c1 ||  
|-
|-
| CELL_SPURS_JOB_ERROR_JOB_ALIGNMENT || 0x80410A1a ||
| CELL_VPOST_ENT_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806181c2 ||  
|-
| CELL_SPURS_JOB_ERROR_CALL_OVERFLOW || 0x80410A1b ||
|-
| CELL_SPURS_JOB_ERROR_ABORT || 0x80410A1c ||
|-
| CELL_SPURS_JOB_ERROR_DMALIST_ELEMENT || 0x80410A1d ||
|-
| CELL_SPURS_JOB_ERROR_NUM_CACHE || 0x80410A1e ||
|-
| CELL_SPURS_JOB_ERROR_INVALID_BINARY || 0x80410A1f ||  
|-
|-
|}
|}


== SWCACHE errors ==
=== VPOST Library (IPC) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SWCACHE_ERROR_AGAIN || 0x80410b01 ||
! colspan="3" | for cellVpostIpcQueryAttr()
|-
|-
| CELL_SWCACHE_ERROR_INVAL || 0x80410b02 ||  
| CELL_VPOST_IPC_ERROR_Q_ARG_ATTR_NULL  || 0x80618210 ||  
|-
|-
| CELL_SWCACHE_ERROR_NOSYS || 0x80410b03 ||
! colspan="3" | for cellVpostIpcOpen()
|-
|-
| CELL_SWCACHE_ERROR_NOMEM || 0x80410b04 ||  
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_NULL        || 0x80618240 ||  
|-
|-
| CELL_SWCACHE_ERROR_SRCH || 0x80410b05 ||  
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_INVALID      || 0x80618241 ||  
|-
|-
| CELL_SWCACHE_ERROR_NOENT || 0x80410b06 ||  
| CELL_VPOST_IPC_ERROR_O_ARG_HDL_NULL          || 0x80618242 ||  
|-
|-
| CELL_SWCACHE_ERROR_NOEXEC || 0x80410b07 ||  
| CELL_VPOST_IPC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618260 ||  
|-
|-
| CELL_SWCACHE_ERROR_DEADLK || 0x80410b08 ||  
| CELL_VPOST_IPC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618261 ||  
|-
|-
| CELL_SWCACHE_ERROR_PERM || 0x80410b09 ||
! colspan="3" | for cellVpostIpcClose()
|-
|-
| CELL_SWCACHE_ERROR_BUSY || 0x80410b0A ||  
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_NULL          || 0x80618270 ||  
|-
|-
| CELL_SWCACHE_ERROR_ABORT || 0x80410b0C ||  
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_INVALID        || 0x80618271 ||  
|-
|-
| CELL_SWCACHE_ERROR_FAULT || 0x80410b0D ||  
| CELL_VPOST_IPC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618290 ||  
|-
|-
| CELL_SWCACHE_ERROR_CHILD || 0x80410b0E ||  
| 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_SWCACHE_ERROR_STAT || 0x80410b0F ||  
| CELL_VPOST_IPC_ERROR_E_ARG_COMB_INVALID        || 0x806182a8 ||  
|-
|-
| CELL_SWCACHE_ERROR_ALIGN || 0x80410b10 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806182a9 ||  
|-
|-
| CELL_SWCACHE_ERROR_NULL_POINTER || 0x80410b11 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806182aa ||  
|-
|-
| CELL_SWCACHE_ERROR_NON_CACHED_POINTER || 0x80410b12 ||  
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806182ab ||  
|-
|-
| CELL_SWCACHE_ERROR_NO_HTAB || 0x80410b13 ||  
| CELL_VPOST_IPC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806182c0 ||  
|-
|-
| CELL_SWCACHE_ERROR_MEM_LEAKED || 0x80410b14 ||  
| CELL_VPOST_IPC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806182c1 ||  
|-
|-
| CELL_SWCACHE_ERROR_VTAB || 0x80410b15 ||  
| CELL_VPOST_IPC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806182c2 ||  
|-
|-
|}
|}


== SYNC2 errors ==
=== VPOST Library (Video Scaler) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SYNC2_ERROR_AGAIN || 0x80410C01 ||
! colspan="3" | for cellVpostVscQueryAttr()
|-
|-
| CELL_SYNC2_ERROR_INVAL || 0x80410C02 ||  
| CELL_VPOST_VSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618310 ||  
|-
|-
| CELL_SYNC2_ERROR_NOSYS || 0x80410C03 ||
! colspan="3" | for cellVpostVscOpen()
|-
|-
| CELL_SYNC2_ERROR_NOMEM || 0x80410C04 ||  
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_NULL        || 0x80618340 ||  
|-
|-
| CELL_SYNC2_ERROR_SRCH || 0x80410C05 ||  
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618341 ||  
|-
|-
| CELL_SYNC2_ERROR_NOENT || 0x80410C06 ||  
| CELL_VPOST_VSC_ERROR_O_ARG_HDL_NULL          || 0x80618342 ||  
|-
|-
| CELL_SYNC2_ERROR_NOEXEC || 0x80410C07 ||  
| CELL_VPOST_VSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618360 ||  
|-
|-
| CELL_SYNC2_ERROR_DEADLK || 0x80410C08 ||  
| CELL_VPOST_VSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618361 ||  
|-
|-
| CELL_SYNC2_ERROR_PERM || 0x80410C09 ||
! colspan="3" | for cellVpostVscClose()
|-
|-
| CELL_SYNC2_ERROR_BUSY || 0x80410C0A ||  
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_NULL          || 0x80618370 ||  
|-
|-
| CELL_SYNC2_ERROR_ABORT || 0x80410C0C ||  
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_INVALID        || 0x80618371 ||  
|-
|-
| CELL_SYNC2_ERROR_FAULT || 0x80410C0D ||  
| CELL_VPOST_VSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618390 ||  
|-
|-
| CELL_SYNC2_ERROR_INTR || 0x80410C0E ||  
| CELL_VPOST_VSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618391 ||  
|-
|-
| CELL_SYNC2_ERROR_STAT || 0x80410C0F ||  
| CELL_VPOST_VSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618392 ||  
|-
|-
| CELL_SYNC2_ERROR_ALIGN || 0x80410C10 ||
! colspan="3" | for cellVpostVscExec()
|-
|-
| CELL_SYNC2_ERROR_NULL_POINTER || 0x80410C11 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_NULL            || 0x806183a0 ||  
|-
|-
| CELL_SYNC2_ERROR_NOT_SUPPORTED_THREAD || 0x80410C12 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_INVALID        || 0x806183a1 ||  
|-
|-
| CELL_SYNC2_ERROR_NO_NOTIFIER || 0x80410C13 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806183a2 ||  
|-
|-
| CELL_SYNC2_ERROR_NO_SPU_CONTEXT_STORAGE || 0x80410C14 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806183a3 ||  
|-
|-
|}
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806183a4 ||  
 
== Fiber errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_FIBER_ERROR_AGAIN || 0x80760001 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806183a5 ||  
|-
|-
| CELL_FIBER_ERROR_INVAL || 0x80760002 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_NULL          || 0x806183a6 ||  
|-
|-
| CELL_FIBER_ERROR_NOSYS || 0x80760003 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_INVALID        || 0x806183a7 ||  
|-
|-
| CELL_FIBER_ERROR_NOMEM || 0x80760004 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_COMB_INVALID        || 0x806183a8 ||  
|-
|-
| CELL_FIBER_ERROR_SRCH || 0x80760005 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806183a9 ||  
|-
|-
| CELL_FIBER_ERROR_NOENT || 0x80760006 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806183aa ||  
|-
|-
| CELL_FIBER_ERROR_NOEXEC || 0x80760007 ||  
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806183ab ||  
|-
|-
| CELL_FIBER_ERROR_DEADLK || 0x80760008 ||  
| CELL_VPOST_VSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806183c0 ||  
|-
|-
| CELL_FIBER_ERROR_PERM || 0x80760009 ||  
| CELL_VPOST_VSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806183c1 ||  
|-
|-
| CELL_FIBER_ERROR_BUSY || 0x8076000a ||
| CELL_VPOST_VSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806183c2 ||  
|-
| CELL_FIBER_ERROR_ABORT || 0x8076000c ||
|-
| CELL_FIBER_ERROR_FAULT || 0x8076000d ||
|-
| CELL_FIBER_ERROR_CHILD || 0x8076000e ||
|-
| CELL_FIBER_ERROR_STAT || 0x8076000f ||
|-
| CELL_FIBER_ERROR_ALIGN || 0x80760010 ||
|-
| CELL_FIBER_ERROR_NULL_POINTER || 0x80760011 ||
|-
| CELL_FIBER_ERROR_NOSYSINIT || 0x80760020 ||  
|-
|-
|}
|}


== ADEC errors ==
=== VPOST Library (CSC) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ADEC_ERROR_FATAL || 0x80610001 ||
! colspan="3" | for cellVpostCscQueryAttr()
|-
|-
| CELL_ADEC_ERROR_SEQ || 0x80610002 ||  
| CELL_VPOST_CSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618410 ||  
|-
|-
| CELL_ADEC_ERROR_ARG || 0x80610003 ||
! colspan="3" | for cellVpostCscOpen()
|-
|-
| CELL_ADEC_ERROR_BUSY || 0x80610004 ||  
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_NULL        || 0x80618440 ||  
|-
|-
| CELL_ADEC_ERROR_EMPTY || 0x80610005 ||  
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618441 ||  
|-
|-
|}
| CELL_VPOST_CSC_ERROR_O_ARG_HDL_NULL          || 0x80618442 ||  
 
== VDEC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_VDEC_ERROR_ARG || 0x80610101 ||  
| CELL_VPOST_CSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618460 ||  
|-
|-
| CELL_VDEC_ERROR_SEQ || 0x80610102 ||  
| CELL_VPOST_CSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618461 ||  
|-
|-
| CELL_VDEC_ERROR_BUSY || 0x80610103 ||
! colspan="3" | for cellVpostCscClose()
|-
|-
| CELL_VDEC_ERROR_EMPTY || 0x80610104 ||  
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_NULL          || 0x80618470 ||  
|-
|-
| CELL_VDEC_ERROR_AU || 0x80610105 ||  
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_INVALID        || 0x80618471 ||  
|-
|-
| CELL_VDEC_ERROR_PIC || 0x80610106 ||  
| CELL_VPOST_CSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618490 ||  
|-
|-
| CELL_VDEC_ERROR_FATAL || 0x80610180 || Fatal error occurred with the decoder itself<br />CELL_VDEC_ERROR_FATAL indicates that an error having to do with the decoder itself occurred. For example, this error will occur if a data structure inside the decoder required for the decoding process becomes inconsistent due to an unknown reason and decoding cannot be continued. Statuses other than CELL_VDEC_ERROR_FATAL indicate that an unexpected error occurred with the OS or library used inside the decoder. In such cases, too, the decoding process cannot be continued. CELL_OK will never be returned for the status. [http://psx-scene.com/forums/f6/article-%5Bupdate%5D-multiman-v4-65-01-base-cex-deanks-showtime-builds-124904/index8.html#post1150131]
| CELL_VPOST_CSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618491 ||  
|-
|-
|}
| CELL_VPOST_CSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618492 ||  
 
== DMUX errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_DMUX_ERROR_ARG || 0x80610201 ||
! colspan="3" | for cellVpostCscExec()
|-
|-
| CELL_DMUX_ERROR_SEQ || 0x80610202 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_NULL            || 0x806184a0 ||  
|-
|-
| CELL_DMUX_ERROR_BUSY || 0x80610203 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_INVALID        || 0x806184a1 ||  
|-
|-
| CELL_DMUX_ERROR_EMPTY || 0x80610204 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806184a2 ||  
|-
|-
| CELL_DMUX_ERROR_FATAL || 0x80610205 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806184a3 ||  
|-
|-
|}
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806184a4 ||  
 
== ATRAC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ATRAC_ERROR_FACILITY_ATRAC || 0x80610300 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806184a5 ||  
|-
|-
| CELL_ATRAC_ERROR_API_FAIL || 0x80610301 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_NULL          || 0x806184a6 ||  
|-
|-
| CELL_ATRAC_ERROR_READSIZE_OVER_BUFFER || 0x80610311 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_INVALID        || 0x806184a7 ||  
|-
|-
| CELL_ATRAC_ERROR_UNKNOWN_FORMAT || 0x80610312 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_COMB_INVALID        || 0x806184a8 ||
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806184a9 ||  
|-
|-
| CELL_ATRAC_ERROR_READSIZE_IS_TOO_SMALL || 0x80610313 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806184aa ||  
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610314 ||  
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806184ab ||  
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_DATA || 0x80610315 ||  
| CELL_VPOST_CSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806184c0 ||  
|-
|-
| CELL_ATRAC_ERROR_NO_DECODER || 0x80610321 ||  
| CELL_VPOST_CSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806184c1 ||  
|-
|-
| CELL_ATRAC_ERROR_UNSET_DATA || 0x80610322 ||  
| CELL_VPOST_CSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806184c2 ||  
|-
|-
| CELL_ATRAC_ERROR_DECODER_WAS_CREATED || 0x80610323 ||  
|}
 
== 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_ATRAC_ERROR_ALLDATA_WAS_DECODED || 0x80610331 ||  
| CELL_SAIL_ERROR_INVALID_ARG || 0x80610701 ||  
|-
|-
| CELL_ATRAC_ERROR_NODATA_IN_BUFFER || 0x80610332 ||  
| CELL_SAIL_ERROR_INVALID_STATE || 0x80610702 ||  
|-
|-
| CELL_ATRAC_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610333 ||  
| CELL_SAIL_ERROR_UNSUPPORTED_STREAM || 0x80610703 ||  
|-
|-
| CELL_ATRAC_ERROR_NEED_SECOND_BUFFER || 0x80610334 ||  
| CELL_SAIL_ERROR_INDEX_OUT_OF_RANGE || 0x80610704 ||  
|-
|-
| CELL_ATRAC_ERROR_ALLDATA_IS_ONMEMORY || 0x80610341 ||  
| CELL_SAIL_ERROR_EMPTY || 0x80610705 ||  
|-
|-
| CELL_ATRAC_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610342 ||  
| CELL_SAIL_ERROR_FULLED || 0x80610706 ||  
|-
|-
| CELL_ATRAC_ERROR_NONEED_SECOND_BUFFER || 0x80610351 ||  
| CELL_SAIL_ERROR_USING || 0x80610707 ||  
|-
|-
| CELL_ATRAC_ERROR_UNSET_LOOP_NUM || 0x80610361 ||  
| CELL_SAIL_ERROR_NOT_AVAILABLE || 0x80610708 ||  
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_SAMPLE || 0x80610371 ||  
| CELL_SAIL_ERROR_CANCEL || 0x80610709 ||  
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_RESET_BYTE || 0x80610372 ||  
| CELL_SAIL_ERROR_MEMORY || (0x806107F0 ||  
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610381 ||  
| CELL_SAIL_ERROR_INVALID_FD || 0x806107F1 ||  
|-
|-
| CELL_ATRAC_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610382 ||  
| CELL_SAIL_ERROR_FATAL || 0x806107FF ||  
|-
|-
|}
|}


== PAMF 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_PAMF_ERROR_STREAM_NOT_FOUND || 0x80610501 ||  
| CELL_ATRACMULTI_ERROR_FACILITY_ATRAC || 0x80610b00 ||  
|-
|-
| CELL_PAMF_ERROR_INVALID_PAMF || 0x80610502 ||  
| CELL_ATRACMULTI_ERROR_API_FAIL || 0x80610b01 ||  
|-
|-
| CELL_PAMF_ERROR_INVALID_ARG || 0x80610503 ||  
| CELL_ATRACMULTI_ERROR_READSIZE_OVER_BUFFER || 0x80610b11 ||  
|-
|-
| CELL_PAMF_ERROR_UNKNOWN_TYPE || 0x80610504 ||  
| CELL_ATRACMULTI_ERROR_UNKNOWN_FORMAT || 0x80610b12 ||  
|-
|-
| CELL_PAMF_ERROR_UNSUPPORTED_VERSION || 0x80610505 ||  
| CELL_ATRACMULTI_ERROR_READSIZE_IS_TOO_SMALL || 0x80610b13 ||  
|-
|-
| CELL_PAMF_ERROR_UNKNOWN_STREAM || 0x80610506 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610b14 ||  
|-
|-
| CELL_PAMF_ERROR_EP_NOT_FOUND || 0x80610507 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_DATA || 0x80610b15 ||  
|-
|-
| CELL_PAMF_ERROR_NOT_AVAILABLE || 0x80610508 ||  
| CELL_ATRACMULTI_ERROR_NO_DECODER || 0x80610b21 ||  
|-
|-
|}
| CELL_ATRACMULTI_ERROR_UNSET_DATA || 0x80610b22 ||  
 
== VPOST errors ==
=== VPOST Library (PPM) errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
! colspan="3" | for cellVpostQueryAttr()
| CELL_ATRACMULTI_ERROR_DECODER_WAS_CREATED || 0x80610b23 ||
|-
|-
| CELL_VPOST_ERROR_Q_ARG_CFG_NULL    || 0x80610410 ||  
| CELL_ATRACMULTI_ERROR_ALLDATA_WAS_DECODED || 0x80610b31 ||  
|-
|-
| CELL_VPOST_ERROR_Q_ARG_CFG_INVALID  || 0x80610411 ||  
| CELL_ATRACMULTI_ERROR_NODATA_IN_BUFFER || 0x80610b32 ||  
|-
|-
| CELL_VPOST_ERROR_Q_ARG_ATTR_NULL    || 0x80610412 ||  
| CELL_ATRACMULTI_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610b33 ||  
|-
|-
! colspan="3" | for cellVpostOpen()
| CELL_ATRACMULTI_ERROR_NEED_SECOND_BUFFER || 0x80610b34 ||
|-
|-
| CELL_VPOST_ERROR_O_ARG_CFG_NULL          || 0x80610440 ||  
| CELL_ATRACMULTI_ERROR_ALLDATA_IS_ONMEMORY || 0x80610b41 ||  
|-
|-
| CELL_VPOST_ERROR_O_ARG_CFG_INVALID      || 0x80610441 ||  
| CELL_ATRACMULTI_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610b42 ||  
|-
|-
| CELL_VPOST_ERROR_O_ARG_RSRC_NULL        || 0x80610442 ||  
| CELL_ATRACMULTI_ERROR_NONEED_SECOND_BUFFER || 0x80610b51 ||  
|-
|-
| CELL_VPOST_ERROR_O_ARG_RSRC_INVALID      || 0x80610443 ||  
| CELL_ATRACMULTI_ERROR_UNSET_LOOP_NUM || 0x80610b61 ||  
|-
|-
| CELL_VPOST_ERROR_O_ARG_HDL_NULL          || 0x80610444 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLE || 0x80610b71 ||  
|-
|-
| CELL_VPOST_ERROR_O_FATAL_QUERY_FAIL      || 0x80610460 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_RESET_BYTE || 0x80610b72 ||  
|-
|-
| CELL_VPOST_ERROR_O_FATAL_CREATEMON_FAIL  || 0x80610461 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610b81 ||  
|-
|-
| CELL_VPOST_ERROR_O_FATAL_INITSPURS_FAIL  || 0x80610462 ||  
| CELL_ATRACMULTI_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610b82 ||  
|-
|-
! colspan="3" | for cellVpostClose()
| CELL_ATRACMULTI_ERROR_API_PARAMETER || 0x80610b91 ||
|-
|-
| CELL_VPOST_ERROR_C_ARG_HDL_NULL          || 0x80610470 ||  
|}
 
== LPCM errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_VPOST_ERROR_C_ARG_HDL_INVALID        || 0x80610471 ||  
| CELL_ADEC_ERROR_LPCM_FATAL || 0x80612001 ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_LOCKMON_FAIL    || 0x80610490 ||  
| CELL_ADEC_ERROR_LPCM_SEQ || 0x80612002 ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_UNLOCKMON_FAIL  || 0x80610491 ||  
| CELL_ADEC_ERROR_LPCM_ARG || 0x80612003 ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_DESTROYMON_FAIL  || 0x80610492 ||  
| CELL_ADEC_ERROR_LPCM_BUSY || 0x80612004 ||  
|-
|-
| CELL_VPOST_ERROR_C_FATAL_FINSPURS_FAIL    || 0x80610463 ||  
| CELL_ADEC_ERROR_LPCM_EMPTY || 0x80612005 ||  
|-
|-
! colspan="3" | for cellVpostExec()
|}
|-
 
| CELL_VPOST_ERROR_E_ARG_HDL_NULL            || 0x806104a0 ||
== 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_VPOST_ERROR_E_ARG_HDL_INVALID        || 0x806104a1 ||  
| CELL_ADEC_ERROR_AT3_OFFSET || 0x80612100 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_INPICBUF_NULL      || 0x806104a2 ||  
| CELL_ADEC_ERROR_AT3_OK || 0x80612100 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_INPICBUF_INVALID    || 0x806104a3 ||  
| CELL_ADEC_ERROR_AT3_BUSY || 0x80612164 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_CTRL_NULL          || 0x806104a4 ||  
| CELL_ADEC_ERROR_AT3_EMPTY || 0x80612165 ||  
|-
|-
| CELL_VPOST_ERROR_E_ARG_CTRL_INVALID        || 0x806104a5 ||
| CELL_ADEC_ERROR_AT3_ERROR || 0x80612180 ||  
|-
| 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 ===
== 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
|-
|-
! colspan="3" | for cellVpostEntQueryAttr()
| CELL_ADEC_ERROR_ATX_OK || 0x80612200 ||
|-
|-
| CELL_VPOST_ENT_ERROR_Q_ARG_ATTR_NULL  || 0x80618110 ||  
| CELL_ADEC_ERROR_ATX_BUSY || 0x80612264 ||  
|-
|-
! colspan="3" | for cellVpostEntOpen()
| CELL_ADEC_ERROR_ATX_EMPTY || 0x80612265 ||
|-
|-
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_NULL        || 0x80618140 ||  
| CELL_ADEC_ERROR_ATX_ATSHDR || 0x80612266 ||  
|-
|-
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_INVALID      || 0x80618141 ||  
| CELL_ADEC_ERROR_ATX_NON_FATAL || 0x80612281 || undefined error
|-
|-
| CELL_VPOST_ENT_ERROR_O_ARG_HDL_NULL          || 0x80618142 ||  
| CELL_ADEC_ERROR_ATX_NOT_IMPLE || 0x80612282 || not implemented
|-
|-
| CELL_VPOST_ENT_ERROR_O_FATAL_QUERY_FAIL      || 0x80618160 ||  
| CELL_ADEC_ERROR_ATX_PACK_CE_OVERFLOW || 0x80612283 || pack_channel_block_at5() in pack_at5.c
|-
|-
| CELL_VPOST_ENT_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618161 ||  
| CELL_ADEC_ERROR_ATX_ILLEGAL_NPROCQUS || 0x80612284 || unpack_sheader() in pack_at5_sheader.c
|-
|-
! colspan="3" | for cellVpostEntClose()
| CELL_ADEC_ERROR_ATX_FATAL || 0x8061228c || undefined error
|-
|-
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_NULL          || 0x80618170 ||  
| CELL_ADEC_ERROR_ATX_ENC_OVERFLOW || 0x8061228d || at5enc_proc() in at5enc.c
|-
|-
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_INVALID        || 0x80618171 ||  
| CELL_ADEC_ERROR_ATX_PACK_CE_UNDERFLOW || 0x8061228e || pack_channel_block_at5() in pack_at5.c
|-
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618190 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT || 0x8061228f || unpack_idct() in pack_at5_codetbl.c
|-
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618191 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GAINADJ || 0x80612290 || unpack_gainadj() in pack_at5_gainadj.c
|-
|-
| CELL_VPOST_ENT_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618192 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF || 0x80612291 || unpack_idsf() in pack_at5_sfactor.c
|-
|-
! colspan="3" | for cellVpostEntExec()
| CELL_ADEC_ERROR_ATX_SYNTAX_SPECTRA || 0x80612292 || unpack_spectra() in pack_at5_spectra.c
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_NULL            || 0x806181a0 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL || 0x80612293 || unpack_idwl() in pack_at5_idwl.c
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_INVALID        || 0x806181a1 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GHWAVE || 0x80612294 || unpack_ghwave() in pack_at5_ghwave.c
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_NULL      || 0x806181a2 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_SHEADER || 0x80612295 || unpack_sheader() in pack_at5_sheader.c
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_INVALID    || 0x806181a3 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_A || 0x80612296 || idwl[][]{0-7} range error*/
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_NULL      || 0x806181a4 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_B || 0x80612297 || idwl restriction error (wlc_encqu<=divqu<nprocqus,ich=0)
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_INVALID  || 0x806181a5 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_C || 0x80612298 || idwl restriction error (0<=wlc_divqu<=wlc_encqu,ich=0)
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_NULL          || 0x806181a6 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_D || 0x80612299 || idwl restriction error (wlc_encqu<divqu<=nprocqus,ich=1)
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_INVALID        || 0x806181a7 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_E || 0x8061229a || idwl restriction error (wlc_encqu<=nprocqus)
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_COMB_INVALID        || 0x806181a8 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_A || 0x8061229b || idsf[][]{0-63} range error
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806181a9 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_B || 0x8061229c || sfc_nbitlen{0-6} range error
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806181aa ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_C || 0x8061229d || idsf restriction error (0<=sfc_divqu<=nrealqus)
|-
|-
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806181ab ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_D || 0x8061229e || idsf restriction error (0<=sfc_sg_divqu<=nrealqus)
|-
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806181c0 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT_A || 0x8061229f || idct restriction error (0<=ctc_divqu<=nrealqus)
|-
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_RCVRES_FAIL      || 0x806181c1 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_NGC || 0x806122a0 || ngc[][]{0-7} range error
|-
|-
| CELL_VPOST_ENT_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806181c2 ||  
| 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
 
=== 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_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_B || 0x806122a3 || gain_control_data restriction error (idlev[][][])
|-
|-
| CELL_VPOST_IPC_ERROR_Q_ARG_ATTR_NULL  || 0x80618210 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_B || 0x806122a4 || gain_control_data restriction error (idloc[][][])
|-
|-
! colspan="3" | for cellVpostIpcOpen()
| CELL_ADEC_ERROR_ATX_SYNTAX_SN_NWVS || 0x806122a5 || sinusoid_data restriction error
|-
|-
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_NULL        || 0x80618240 ||  
| CELL_ADEC_ERROR_ATX_FATAL_HANDLE || 0x806122aa || undefined error at handle level
|-
|-
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_INVALID      || 0x80618241 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_SAMPLING_FREQ || 0x806122ab || sampling freqeuency assertion error
|-
|-
| CELL_VPOST_IPC_ERROR_O_ARG_HDL_NULL          || 0x80618242 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_CH_CONFIG_INDEX || 0x806122ac || channel_config_index assertion error
|-
|-
| CELL_VPOST_IPC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618260 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_NBYTES || 0x806122ad || a number of bytes(nbytes) assertion error
|-
|-
| CELL_VPOST_IPC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618261 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_NUM || 0x806122ae || a number of blocks(block_num) assertion error
|-
|-
! colspan="3" | for cellVpostIpcClose()
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_ID || 0x806122af || block_id assertion error
|-
|-
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_NULL          || 0x80618270 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_CHANNELS || 0x806122b0 || a number of channels per block assertion error
|-
|-
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_INVALID        || 0x80618271 ||  
| CELL_ADEC_ERROR_ATX_UNINIT_BLOCK_SPECIFIED || 0x806122b1 || uninitialized block specified
|-
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618290 ||  
| CELL_ADEC_ERROR_ATX_POSCFG_PRESENT || 0x806122b2 || "position_config_data" presents(currently fatal error)
|-
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618291 ||  
| CELL_ADEC_ERROR_ATX_BUFFER_OVERFLOW || 0x806122b3 || buffer overflow
|-
|-
| CELL_VPOST_IPC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618292 ||  
| CELL_ADEC_ERROR_ATX_ILL_BLK_TYPE_ID || 0x806122b4 || illegal "block_type_id" detected
|-
|-
! colspan="3" | for cellVpostIpcExec()
| CELL_ADEC_ERROR_ATX_UNPACK_CHANNEL_BLK_FAILED || 0x806122b5 || unpack_channel_block() failed
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_NULL            || 0x806182a0 ||  
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_1 || 0x806122b6 || illegal "block_id" used (more audio_channel_block)
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_INVALID        || 0x806182a1 ||  
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_2 || 0x806122b7 || illegal "block_id" used (less audio_channel_block)
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_NULL      || 0x806182a2 ||  
| CELL_ADEC_ERROR_ATX_ILLEGAL_ENC_SETTING || 0x806122b8 || illegal encoder setting(init_atrac5_encode())
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806182a3 ||  
| CELL_ADEC_ERROR_ATX_ILLEGAL_DEC_SETTING || 0x806122b9 || illegal decoder setting(init_atrac5_decode())
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_NULL      || 0x806182a4 ||  
| CELL_ADEC_ERROR_ATX_ASSERT_NSAMPLES || 0x806122ba || a number of input PCM samples assertion error
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806182a5 ||  
| CELL_ADEC_ERROR_ATX_ILL_SYNCWORD || 0x806122bb || illegal syncword used
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_NULL          || 0x806182a6 ||  
| CELL_ADEC_ERROR_ATX_ILL_SAMPLING_FREQ || 0x806122bc || illegal sampling_frequeny_index @ config_data()
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_INVALID        || 0x806182a7 ||  
| CELL_ADEC_ERROR_ATX_ILL_CH_CONFIG_INDEX || 0x806122bd || illegal channel_config_index@ config_data()
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_COMB_INVALID        || 0x806182a8 ||  
| CELL_ADEC_ERROR_ATX_RAW_DATA_FRAME_SIZE_OVER || 0x806122be || size of raw_data_frame > frame_length
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806182a9 ||  
| CELL_ADEC_ERROR_ATX_SYNTAX_ENHANCE_LENGTH_OVER || 0x806122bf || enhance_length {0,2046} range error
|-
|-
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806182aa ||  
| CELL_ADEC_ERROR_ATX_SPU_INTERNAL_FAIL || 0x806122c8 || spu-processing failed
|-
| 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 ===
== M4AAC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
! colspan="3" | for cellVpostVscQueryAttr()
| CELL_ADEC_ERROR_M4AAC_FATAL || 0x80612401 ||
|-
|-
| CELL_VPOST_VSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618310 ||  
| CELL_ADEC_ERROR_M4AAC_SEQ || 0x80612402 ||  
|-
|-
! colspan="3" | for cellVpostVscOpen()
| CELL_ADEC_ERROR_M4AAC_ARG || 0x80612403 ||
|-
|-
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_NULL        || 0x80618340 ||  
| CELL_ADEC_ERROR_M4AAC_BUSY || 0x80612404 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618341 ||  
| CELL_ADEC_ERROR_M4AAC_EMPTY || 0x80612405 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_O_ARG_HDL_NULL          || 0x80618342 ||  
| CELL_ADEC_ERROR_M4AAC_BUFFER_OVERFLOW || 0x80612406 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618360 ||  
| CELL_ADEC_ERROR_M4AAC_END_OF_BITSTREAM || 0x80612407 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618361 ||  
| CELL_ADEC_ERROR_M4AAC_CH_CONFIG_INCONSISTENCY || 0x80612410 ||  
|-
|-
! colspan="3" | for cellVpostVscClose()
| CELL_ADEC_ERROR_M4AAC_NO_CH_DEFAULT_POS || 0x80612411 ||
|-
|-
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_NULL          || 0x80618370 ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_CH_POS || 0x80612412 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_INVALID        || 0x80618371 ||  
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_COUPLING_CH || 0x80612413 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618390 ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_LAYER_ID || 0x80612414 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618391 ||  
| CELL_ADEC_ERROR_M4AAC_ADTS_SYNCWORD_ERROR || 0x80612415 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618392 ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_ADTS_ID || 0x80612416 ||  
|-
|-
! colspan="3" | for cellVpostVscExec()
| CELL_ADEC_ERROR_M4AAC_CH_CHANGED || 0x80612417 ||
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_NULL            || 0x806183a0 ||  
| CELL_ADEC_ERROR_M4AAC_SAMPLING_FREQ_CHANGED || 0x80612418 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_INVALID        || 0x806183a1 ||  
| CELL_ADEC_ERROR_M4AAC_WRONG_SBR_CH || 0x80612419 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806183a2 ||  
| CELL_ADEC_ERROR_M4AAC_WRONG_SCALE_FACTOR || 0x8061241a ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806183a3 ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_BOOKS || 0x8061241b ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806183a4 ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_SECTION_DATA || 0x8061241c ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806183a5 ||  
| CELL_ADEC_ERROR_M4AAC_PULSE_IS_NOT_LONG || 0x8061241d ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_NULL          || 0x806183a6 ||  
| CELL_ADEC_ERROR_M4AAC_GC_IS_NOT_SUPPORTED || 0x8061241e ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_INVALID        || 0x806183a7 ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_ELEMENT_ID || 0x8061241f ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_COMB_INVALID        || 0x806183a8 ||  
| CELL_ADEC_ERROR_M4AAC_NO_CH_CONFIG || 0x80612420 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806183a9 ||  
| CELL_ADEC_ERROR_M4AAC_UNEXPECTED_OVERLAP_CRC || 0x80612421 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806183aa ||  
| CELL_ADEC_ERROR_M4AAC_CRC_BUFFER_EXCEEDED || 0x80612422 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806183ab ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_CRC || 0x80612423 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806183c0 ||  
| CELL_ADEC_ERROR_M4AAC_BAD_WINDOW_CODE || 0x80612424 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806183c1 ||  
| CELL_ADEC_ERROR_M4AAC_INVALID_ADIF_HEADER_ID || 0x80612425 ||  
|-
|-
| CELL_VPOST_VSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806183c2 ||  
| CELL_ADEC_ERROR_M4AAC_NOT_SUPPORTED_PROFILE || 0x80612426 ||  
|-
|-
|}
| CELL_ADEC_ERROR_M4AAC_PROG_NUMBER_NOT_FOUND || 0x80612427 ||  
 
=== 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_ADEC_ERROR_M4AAC_INVALID_SAMP_RATE_INDEX || 0x80612428 ||
|-
|-
| CELL_VPOST_CSC_ERROR_Q_ARG_ATTR_NULL  || 0x80618410 ||  
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_CH_CONFIG || 0x80612429 ||  
|-
|-
! colspan="3" | for cellVpostCscOpen()
| CELL_ADEC_ERROR_M4AAC_PULSE_OVERFLOWED || 0x8061242a ||
|-
|-
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_NULL        || 0x80618440 ||  
| CELL_ADEC_ERROR_M4AAC_CAN_NOT_UNPACK_INDEX || 0x8061242b ||  
|-
|-
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_INVALID      || 0x80618441 ||  
| CELL_ADEC_ERROR_M4AAC_DEINTERLEAVE_FAILED || 0x8061242c ||  
|-
|-
| CELL_VPOST_CSC_ERROR_O_ARG_HDL_NULL          || 0x80618442 ||  
| CELL_ADEC_ERROR_M4AAC_CALC_BAND_OFFSET_FAILED || 0x8061242d ||  
|-
|-
| CELL_VPOST_CSC_ERROR_O_FATAL_QUERY_FAIL      || 0x80618460 ||  
| CELL_ADEC_ERROR_M4AAC_GET_SCALE_FACTOR_FAILED || 0x8061242e ||  
|-
|-
| CELL_VPOST_CSC_ERROR_O_FATAL_CSPUCORE_FAIL  || 0x80618461 ||  
| CELL_ADEC_ERROR_M4AAC_GET_CC_GAIN_FAILED || 0x8061242f ||  
|-
|-
! colspan="3" | for cellVpostCscClose()
| CELL_ADEC_ERROR_M4AAC_MIX_COUPLING_CH_FAILED || 0x80612430 ||
|-
|-
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_NULL          || 0x80618470 ||  
| 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_VPOST_CSC_ERROR_C_ARG_HDL_INVALID        || 0x80618471 ||  
| CELL_ADEC_ERROR_M4AAC_GET_LPFLAG_FAILED || 0x80612437 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_SNDCMD_FAIL      || 0x80618490 ||  
| CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED || 0x80612438 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_RCVRES_FAIL      || 0x80618491 ||  
| CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED || 0x80612439 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_C_FATAL_DSPUCORE_FAIL    || 0x80618492 ||  
| CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED || 0x8061243a ||  
|-
|-
! colspan="3" | for cellVpostCscExec()
| CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243b ||
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_NULL            || 0x806184a0 ||  
| CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243c ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_INVALID        || 0x806184a1 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW || 0x80612480 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_NULL      || 0x806184a2 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH || 0x80612481 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_INVALID    || 0x806184a3 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PROGRAM || 0x80612482 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_NULL      || 0x806184a4 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_TAG || 0x80612483 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_INVALID  || 0x806184a5 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_CHN_CONFIG || 0x80612484 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_NULL          || 0x806184a6 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SECTION || 0x80612485 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_INVALID        || 0x806184a7 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SCFACTORS || 0x80612486 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_COMB_INVALID        || 0x806184a8 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PULSE_DATA || 0x80612487 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_NULL      || 0x806184a9 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_MAIN_PROFILE_NOT_IMPLEMENTED || 0x80612488 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_INVALID  || 0x806184aa ||  
| CELL_ADEC_ERROR_M4AAC_SBR_GC_NOT_IMPLEMENTED || 0x80612489 ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICINFO_NULL    || 0x806184ab ||  
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PLUS_ELE_ID || 0x8061248a ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_SNDCMD_FAIL      || 0x806184c0 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_CREATE_ERROR || 0x8061248b ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_RCVRES_FAIL      || 0x806184c1 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_NOT_INITIALIZED || 0x8061248c ||  
|-
|-
| CELL_VPOST_CSC_ERROR_E_FATAL_SPUCORE_FAIL      || 0x806184c2 ||  
| CELL_ADEC_ERROR_M4AAC_SBR_INVALID_ENVELOPE || 0x8061248d ||  
|-
|-
|}
|}


== SAIL errors ==
== AC3 errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_SAIL_ERROR_INVALID_ARG || 0x80610701 ||  
| CELL_ADEC_ERROR_AC3_BUSY || 0x80612500 ||  
|-
|-
| CELL_SAIL_ERROR_INVALID_STATE || 0x80610702 ||  
| CELL_ADEC_ERROR_AC3_EMPTY || 0x80612501 ||  
|-
|-
| CELL_SAIL_ERROR_UNSUPPORTED_STREAM || 0x80610703 ||  
| CELL_ADEC_ERROR_AC3_PARAM || 0x80612502 ||
|-
|-
| CELL_SAIL_ERROR_INDEX_OUT_OF_RANGE || 0x80610704 ||
| CELL_ADEC_ERROR_AC3_FRAME || 0x80612503 ||
|-
| 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 ==
== MP3 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_ATRACMULTI_ERROR_FACILITY_ATRAC || 0x80610b00 ||  
| CELL_ADEC_ERROR_MP3_OK || 0x80612700 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_API_FAIL || 0x80610b01 ||  
| CELL_ADEC_ERROR_MP3_BUSY || 0x80612764 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_READSIZE_OVER_BUFFER || 0x80610b11 ||  
| CELL_ADEC_ERROR_MP3_EMPTY || 0x80612765 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_UNKNOWN_FORMAT || 0x80610b12 ||  
| CELL_ADEC_ERROR_MP3_ERROR || 0x80612781 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_READSIZE_IS_TOO_SMALL || 0x80610b13 ||  
| CELL_ADEC_ERROR_MP3_LOST_SYNC || 0x80612782 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLING_RATE || 0x80610b14 ||  
| CELL_ADEC_ERROR_MP3_NOT_L3 || 0x80612783 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_DATA || 0x80610b15 ||  
| CELL_ADEC_ERROR_MP3_BAD_BITRATE || 0x80612784 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_NO_DECODER || 0x80610b21 ||  
| CELL_ADEC_ERROR_MP3_BAD_SFREQ || 0x80612785 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_UNSET_DATA || 0x80610b22 ||  
| CELL_ADEC_ERROR_MP3_BAD_EMPHASIS || 0x80612786 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_DECODER_WAS_CREATED || 0x80610b23 ||  
| CELL_ADEC_ERROR_MP3_BAD_BLKTYPE || 0x80612787 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_ALLDATA_WAS_DECODED || 0x80610b31 ||  
| CELL_ADEC_ERROR_MP3_BAD_VERSION || 0x8061278c ||  
|-
|-
| CELL_ATRACMULTI_ERROR_NODATA_IN_BUFFER || 0x80610b32 ||  
| CELL_ADEC_ERROR_MP3_BAD_MODE || 0x8061278d ||  
|-
|-
| CELL_ATRACMULTI_ERROR_NOT_ALIGNED_OUT_BUFFER || 0x80610b33 ||  
| CELL_ADEC_ERROR_MP3_BAD_MODE_EXT || 0x8061278e ||  
|-
|-
| CELL_ATRACMULTI_ERROR_NEED_SECOND_BUFFER || 0x80610b34 ||  
| CELL_ADEC_ERROR_MP3_HUFFMAN_NUM || 0x80612796 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_ALLDATA_IS_ONMEMORY || 0x80610b41 ||  
| CELL_ADEC_ERROR_MP3_HUFFMAN_CASE_ID || 0x80612797 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_ADD_DATA_IS_TOO_BIG || 0x80610b42 ||  
| CELL_ADEC_ERROR_MP3_SCALEFAC_COMPRESS || 0x80612798 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_NONEED_SECOND_BUFFER || 0x80610b51 ||  
| CELL_ADEC_ERROR_MP3_HGETBIT || 0x80612799 ||  
|-
|-
| CELL_ATRACMULTI_ERROR_UNSET_LOOP_NUM || 0x80610b61 ||  
| CELL_ADEC_ERROR_MP3_FLOATING_EXCEPTION || 0x8061279a ||  
|-
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLE || 0x80610b71 ||  
| CELL_ADEC_ERROR_MP3_ARRAY_OVERFLOW || 0x8061279b ||  
|-
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_RESET_BYTE || 0x80610b72 ||  
| CELL_ADEC_ERROR_MP3_STEREO_PROCESSING || 0x8061279c ||  
|-
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_PPU_THREAD_PRIORITY || 0x80610b81 ||  
| CELL_ADEC_ERROR_MP3_JS_BOUND || 0x8061279d ||  
|-
|-
| CELL_ATRACMULTI_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610b82 ||
| CELL_ADEC_ERROR_MP3_PCMOUT || 0x8061279e ||  
|-
| CELL_ATRACMULTI_ERROR_API_PARAMETER || 0x80610b91 ||  
|-
|-
|}
|}


== LPCM 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_ADEC_ERROR_LPCM_FATAL || 0x80612001 ||  
| CELL_ADEC_ERROR_M2BC_FATAL || 0x80612b01 ||  
|-
|-
| CELL_ADEC_ERROR_LPCM_SEQ || 0x80612002 ||  
| CELL_ADEC_ERROR_M2BC_SEQ || 0x80612b02 ||  
|-
|-
| CELL_ADEC_ERROR_LPCM_ARG || 0x80612003 ||  
| CELL_ADEC_ERROR_M2BC_ARG || 0x80612b03 ||  
|-
|-
| CELL_ADEC_ERROR_LPCM_BUSY || 0x80612004 ||  
| CELL_ADEC_ERROR_M2BC_BUSY || 0x80612b04 ||  
|-
|-
| CELL_ADEC_ERROR_LPCM_EMPTY || 0x80612005 ||  
| CELL_ADEC_ERROR_M2BC_EMPTY || 0x80612b05 ||  
|-
|-
|}
| CELL_ADEC_ERROR_M2BC_SYNCF || 0x80612b11 ||  
 
== 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_M2BC_LAYER || 0x80612b12 ||  
|-
|-
| CELL_ADEC_ERROR_AT3_OK || 0x80612100 ||  
| CELL_ADEC_ERROR_M2BC_BITRATE || 0x80612b13 ||  
|-
|-
| CELL_ADEC_ERROR_AT3_BUSY || 0x80612164 ||  
| CELL_ADEC_ERROR_M2BC_SAMPLEFREQ || 0x80612b14 ||  
|-
|-
| CELL_ADEC_ERROR_AT3_EMPTY || 0x80612165 ||  
| CELL_ADEC_ERROR_M2BC_VERSION || 0x80612b15 ||  
|-
|-
| CELL_ADEC_ERROR_AT3_ERROR || 0x80612180 ||  
| CELL_ADEC_ERROR_M2BC_MODE_EXT || 0x80612b16 ||  
|-
|-
|}
| CELL_ADEC_ERROR_M2BC_UNSUPPORT || 0x80612b17 ||  
 
== 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_M2BC_OPENBS_EX || 0x80612b21 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_BUSY || 0x80612264 ||  
| CELL_ADEC_ERROR_M2BC_SYNCF_EX || 0x80612b22 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_EMPTY || 0x80612265 ||  
| CELL_ADEC_ERROR_M2BC_CRCGET_EX || 0x80612b23 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ATSHDR || 0x80612266 ||  
| CELL_ADEC_ERROR_M2BC_CRC_EX || 0x80612b24 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_NON_FATAL || 0x80612281 || undefined error
| CELL_ADEC_ERROR_M2BC_CRCGET || 0x80612b31 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_NOT_IMPLE || 0x80612282 || not implemented
| CELL_ADEC_ERROR_M2BC_CRC || 0x80612b32 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_PACK_CE_OVERFLOW || 0x80612283 || pack_channel_block_at5() in pack_at5.c
| CELL_ADEC_ERROR_M2BC_BITALLOC || 0x80612b33 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_NPROCQUS || 0x80612284 || unpack_sheader() in pack_at5_sheader.c
| CELL_ADEC_ERROR_M2BC_SCALE || 0x80612b34 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_FATAL || 0x8061228c || undefined error
| CELL_ADEC_ERROR_M2BC_SAMPLE || 0x80612b35 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ENC_OVERFLOW || 0x8061228d || at5enc_proc() in at5enc.c
| CELL_ADEC_ERROR_M2BC_OPENBS || 0x80612b36 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_PACK_CE_UNDERFLOW || 0x8061228e || pack_channel_block_at5() in pack_at5.c
| CELL_ADEC_ERROR_M2BC_MC_CRCGET || 0x80612b41 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT || 0x8061228f || unpack_idct() in pack_at5_codetbl.c
| CELL_ADEC_ERROR_M2BC_MC_CRC || 0x80612b42 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GAINADJ || 0x80612290 || unpack_gainadj() in pack_at5_gainadj.c
| CELL_ADEC_ERROR_M2BC_MC_BITALLOC || 0x80612b43 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF || 0x80612291 || unpack_idsf() in pack_at5_sfactor.c
| CELL_ADEC_ERROR_M2BC_MC_SCALE || 0x80612b44 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SPECTRA || 0x80612292 || unpack_spectra() in pack_at5_spectra.c
| CELL_ADEC_ERROR_M2BC_MC_SAMPLE || 0x80612b45 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL || 0x80612293 || unpack_idwl() in pack_at5_idwl.c
| CELL_ADEC_ERROR_M2BC_MC_HEADER || 0x80612b46 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GHWAVE || 0x80612294 || unpack_ghwave() in pack_at5_ghwave.c
| CELL_ADEC_ERROR_M2BC_MC_STATUS || 0x80612b47 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SHEADER || 0x80612295 || unpack_sheader() in pack_at5_sheader.c
| CELL_ADEC_ERROR_M2BC_AG_CCRCGET || 0x80612b51 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_A || 0x80612296 || idwl[][]{0-7} range error*/
| CELL_ADEC_ERROR_M2BC_AG_CRC || 0x80612b52 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_B || 0x80612297 || idwl restriction error (wlc_encqu<=divqu<nprocqus,ich=0)
| CELL_ADEC_ERROR_M2BC_AG_BITALLOC || 0x80612b53 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_C || 0x80612298 || idwl restriction error (0<=wlc_divqu<=wlc_encqu,ich=0)
| CELL_ADEC_ERROR_M2BC_AG_SCALE || 0x80612b54 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_D || 0x80612299 || idwl restriction error (wlc_encqu<divqu<=nprocqus,ich=1)
| CELL_ADEC_ERROR_M2BC_AG_SAMPLE || 0x80612b55 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_E || 0x8061229a || idwl restriction error (wlc_encqu<=nprocqus)
| CELL_ADEC_ERROR_M2BC_AG_STATUS || 0x80612b57 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_A || 0x8061229b || idsf[][]{0-63} range error
|}
 
== 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_ATX_SYNTAX_IDSF_B || 0x8061229c || sfc_nbitlen{0-6} range error
| CELL_ADEC_ERROR_CELP_BUSY || 0x80612e01 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_C || 0x8061229d || idsf restriction error (0<=sfc_divqu<=nrealqus)
| CELL_ADEC_ERROR_CELP_EMPTY || 0x80612e02 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_D || 0x8061229e || idsf restriction error (0<=sfc_sg_divqu<=nrealqus)
| CELL_ADEC_ERROR_CELP_ARG || 0x80612e03 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_IDCT_A || 0x8061229f || idct restriction error (0<=ctc_divqu<=nrealqus)
| CELL_ADEC_ERROR_CELP_SEQ || 0x80612e04 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_NGC || 0x806122a0 || ngc[][]{0-7} range error
| CELL_ADEC_ERROR_CELP_CORE_FATAL || 0x80612e81 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_A || 0x806122a1 || idlev[][][]{0-15} range error
| CELL_ADEC_ERROR_CELP_CORE_ARG || 0x80612e82 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_A || 0x806122a2 || idloc[][][]{0-31} range error
| CELL_ADEC_ERROR_CELP_CORE_SEQ || 0x80612e83 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_B || 0x806122a3 || gain_control_data restriction error (idlev[][][])
|}
 
== 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_ATX_SYNTAX_GC_IDLOC_B || 0x806122a4 || gain_control_data restriction error (idloc[][][])
| CELL_ADEC_ERROR_CELP8_BUSY || 0x80612ea1 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_SYNTAX_SN_NWVS || 0x806122a5 || sinusoid_data restriction error
| CELL_ADEC_ERROR_CELP8_EMPTY || 0x80612ea2 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_FATAL_HANDLE || 0x806122aa || undefined error at handle level
| CELL_ADEC_ERROR_CELP8_ARG || 0x80612ea3 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_SAMPLING_FREQ || 0x806122ab || sampling freqeuency assertion error
| CELL_ADEC_ERROR_CELP8_SEQ || 0x80612ea4 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_CH_CONFIG_INDEX || 0x806122ac || channel_config_index assertion error
| CELL_ADEC_ERROR_CELP8_CORE_FATAL || 0x80612eb1 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_NBYTES || 0x806122ad || a number of bytes(nbytes) assertion error
| CELL_ADEC_ERROR_CELP8_CORE_ARG || 0x80612eb2 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_NUM || 0x806122ae || a number of blocks(block_num) assertion error
| CELL_ADEC_ERROR_CELP8_CORE_SEQ || 0x80612eb3 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_ID || 0x806122af || block_id assertion error
|}
 
== CELPENC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_CHANNELS || 0x806122b0 || a number of channels per block assertion error
| CELL_CELPENC_ERROR_FAILED || 0x80614001 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_UNINIT_BLOCK_SPECIFIED || 0x806122b1 || uninitialized block specified
| CELL_CELPENC_ERROR_SEQ || 0x80614002 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_POSCFG_PRESENT || 0x806122b2 || "position_config_data" presents(currently fatal error)
| CELL_CELPENC_ERROR_ARG || 0x80614003 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_BUFFER_OVERFLOW || 0x806122b3 || buffer overflow
| CELL_CELPENC_ERROR_CORE_FAILED || 0x80614081 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_TYPE_ID || 0x806122b4 || illegal "block_type_id" detected
| CELL_CELPENC_ERROR_CORE_SEQ || 0x80614082 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_UNPACK_CHANNEL_BLK_FAILED || 0x806122b5 || unpack_channel_block() failed
| CELL_CELPENC_ERROR_CORE_ARG || 0x80614083 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_1 || 0x806122b6 || illegal "block_id" used (more audio_channel_block)
|}
 
== CELP8ENC errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_2 || 0x806122b7 || illegal "block_id" used (less audio_channel_block)
| CELL_CELP8ENC_ERROR_FAILED || 0x806140a1 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_ENC_SETTING || 0x806122b8 || illegal encoder setting(init_atrac5_encode())
| CELL_CELP8ENC_ERROR_SEQ || 0x806140a2 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILLEGAL_DEC_SETTING || 0x806122b9 || illegal decoder setting(init_atrac5_decode())
| CELL_CELP8ENC_ERROR_ARG || 0x806140a3 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ASSERT_NSAMPLES || 0x806122ba || a number of input PCM samples assertion error
| CELL_CELP8ENC_ERROR_CORE_FAILED || 0x806140b1 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_SYNCWORD || 0x806122bb || illegal syncword used
| CELL_CELP8ENC_ERROR_CORE_SEQ || 0x806140b2 ||  
|-
|-
| CELL_ADEC_ERROR_ATX_ILL_SAMPLING_FREQ || 0x806122bc || illegal sampling_frequeny_index @ config_data()
| CELL_CELP8ENC_ERROR_CORE_ARG || 0x806140b3 ||  
|-
| 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 ==
== Console errors ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ADEC_ERROR_M4AAC_FATAL || 0x80612401 ||  
| CELL_CONSOLE_ERROR_BASE || 0xFFFFFFF0 ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_SEQ || 0x80612402 ||  
| || 0xFFFFFFFB || "An error occurred during the copy operation." When trying to copy an modify memory save (PS1, .PSV) with only option to create New Internal Memory Card (other path are not displayed).
|-
|-
| CELL_ADEC_ERROR_M4AAC_ARG || 0x80612403 ||  
| CELL_CONSOLE_IO_ERROR || 0xFFFFFFFC ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_BUSY || 0x80612404 ||  
| CELL_CONSOLE_ENOMEM || 0xFFFFFFFD ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_EMPTY || 0x80612405 ||  
| CELL_CONSOLE_EINVAL || 0xFFFFFFFE || "An error occurred during the delete operation." In this case, attempting (error display but deleted) to delete from XMB an already deleted (from FTP)virtual memory card. other message: see 0x81010002.
|-
|-
| CELL_ADEC_ERROR_M4AAC_BUFFER_OVERFLOW || 0x80612406 ||  
| CELL_CONSOLE_NOT_INITIALIZED || 0xFFFFFFFF ||  
|-
|-
| CELL_ADEC_ERROR_M4AAC_END_OF_BITSTREAM || 0x80612407 ||  
|}
 
== Other errors (not specified above) ==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Description !! Errorcode !! Remarks
|-
|-
| CELL_ADEC_ERROR_M4AAC_CH_CONFIG_INCONSISTENCY || 0x80612410 ||
!colspan="3" | other errors
|-
|-
| CELL_ADEC_ERROR_M4AAC_NO_CH_DEFAULT_POS || 0x80612411 ||  
| || 0x80010500 || Bad Packet ID
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_CH_POS || 0x80612412 ||  
| unspecified trophy error || 0x80010505 || Trophy error caused by "Allow access to all SS services (Needed for ps3dm-utils)" patch / Access Violation
|-
|-
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_COUPLING_CH || 0x80612413 ||  
| || 0x80010506 || No Entry
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_LAYER_ID || 0x80612414 ||  
| || 0x80010509 || Backup/Restore decryption and/or verification error / Invalid Parameter
|-
|-
| CELL_ADEC_ERROR_M4AAC_ADTS_SYNCWORD_ERROR || 0x80612415 ||  
| || 0x8001050B || Will not play demo hard drive games, (when blue-ray disc is inserted) - cause unknown
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ADTS_ID || 0x80612416 ||  
| || 0x8001050D || An error during the start operation; Ps3 game swapped using the eject function and then play pressed quickly - ps3 game inserted again
|-
|-
| CELL_ADEC_ERROR_M4AAC_CH_CHANGED || 0x80612417 ||  
| Call Limit Exceeded || 0x8001050F || Hardware failure. Cannot update firmware or connect to internet.<br />You can get this on the date "29.02.2010" with firmwares containing the leapyear error
|-
|-
| CELL_ADEC_ERROR_M4AAC_SAMPLING_FREQ_CHANGED || 0x80612418 ||  
| || 0x80010510 || Will not play games installed on the hard drive
|-
|-
| CELL_ADEC_ERROR_M4AAC_WRONG_SBR_CH || 0x80612419 ||  
| || 0x80010514 || RSOD - Reading blu-ray disc problem // msg_errorcode_solution_check_other_bd msg_errorcode_solution_check_disc_clean
msg_errorcode_if_no_solution_ask_ic_with_errorcode / drm marlin - authorization / act.dat fetch fail
ERROR!! VersionFile::Get() (exdata/ver.txt,index.dat failures) "release" missmatch / OnActivatePageInitSetting failure / avatar userthumbnail.png failure / vtrm retrieve + store (root hsec+root hash doesnt match with syscon's one)
|-
|-
| CELL_ADEC_ERROR_M4AAC_WRONG_SCALE_FACTOR || 0x8061241a ||  
| || 0x80010516 || An error occurred during the start operation; Ps1 game swapped using the eject function and then play pressed quickly - ps1 game inserted again
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_BOOKS || 0x8061241b ||  
| || 0x80010519 || The firmware time is incorrect update via internet to set it.If this keeps happening try changing the CMOS cell, if that doesn't work your firmware is probably corrupted.
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_SECTION_DATA || 0x8061241c ||  
| || 0x8001051C || "The data is corrupted."
|-
|-
| CELL_ADEC_ERROR_M4AAC_PULSE_IS_NOT_LONG || 0x8061241d ||  
| Time error || 0x80010601 || Time/Date has not been set
|-
|-
| CELL_ADEC_ERROR_M4AAC_GC_IS_NOT_SUPPORTED || 0x8061241e ||  
| Connection error || 0x80022A07 || Cannot connect to server. Server overloaded?
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ELEMENT_ID || 0x8061241f ||  
| Trophy related || 0x80022D11 || "Registration of the trophy information could not be completed. The game will quit (80022D11)".
|-
|-
| CELL_ADEC_ERROR_M4AAC_NO_CH_CONFIG || 0x80612420 ||  
| Trophy installation erased from hdd but indexed in "XMB database" || 0x80022D1E || "Registration of the trophy information could not be completed. The game will quit (80022D1E)". After error 0x80022D74 and after erasing the trophy folder manually, in the next boot the game tries to install trophies but the error appears (at this point "XMB database" is updated and the indexed copy of the installation is deleted), after this if trying to boot the game again the trophy installation is completed and the game works normally
|-
|-
| CELL_ADEC_ERROR_M4AAC_UNEXPECTED_OVERLAP_CRC || 0x80612421 ||  
| Trophy installation not updateable || 0x80022D55 || "Registration of the trophy information could not be completed. The game will quit (80022D55)". Erase old trophy installation, rebuild database, and install new trophy version
|-
|-
| CELL_ADEC_ERROR_M4AAC_CRC_BUFFER_EXCEEDED || 0x80612422 ||  
| Trophy update installer missing || 0x80022D74 || "Registration of the trophy information could not be completed. The game will quit (80022D74)".
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_CRC || 0x80612423 ||  
| Trophy Data is corrupted || 0x80022D86 || "Registration of the trophy information could not be completed. The game will quit (80022D86)" : Enter Safe Mode and select "Restore File system." / If you still have the issue, delete the User and re-create the User. Then sync the trophy data by logging in to your Sony Entertainment Network account, then go to [Trophy Collection] under (Games). / If error persist, replace harddrive. // can also be generated by setting wrong (old) date/time.
|-
|-
| CELL_ADEC_ERROR_M4AAC_BAD_WINDOW_CODE || 0x80612424 ||  
| cVTRM error || 0x80022d90 || bad cVTRM region in flash
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_ADIF_HEADER_ID || 0x80612425 ||  
| || 0x80023320 || "An error occurred during the download operation. (80023320)" (with external device selected as destination for storage).
|-
|-
| CELL_ADEC_ERROR_M4AAC_NOT_SUPPORTED_PROFILE || 0x80612426 ||  
| Partition error || 0x80028347 || There is no partition for installing another system on the harddisk (when selecting Install OtherOS from XMB on 1.02 or higher). Solution: make sure there is a partition with Harddisk Format Utility from XMB.
|-
|-
| CELL_ADEC_ERROR_M4AAC_PROG_NUMBER_NOT_FOUND || 0x80612427 ||  
| Restore error || 0x800283F0 || The restore operation could not be completed.  The system will restart. (800283F0) // solutions: ¨I have just found that this appears to have been due to my PSP being registered to my PS3.  Unregistered it, completed a backup, swapped in the new formatted HDD, restore completed successfully.¨ / "My protected saves did not copy over from a full restore from my back-up. Before I did my back-up I copied my protected saves over to PS+ cloud as this allows for locked/protected saves to be copied."
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_SAMP_RATE_INDEX || 0x80612428 ||  
| || 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.
|-
|  || 0x80028F10 || "You cannot play this game at the current video output setting (80028F10)"
This occurs because the game you are trying to play will only work at 16:9 resolution, and your PS3 is set for 4:3 resolution. 2 solutions: <br />1) Go to Display Settings then HDMI (or whatever your connection is) and choose Automatic; -or- <br />2) Go to Display Settings and under select Video Display Output: select Composite or S-Video, whichever type of connection you use. Then choose 16:9 Resolution.
|-
|-
| CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_CH_CONFIG || 0x80612429 ||  
| || 0x80028F14 || "An error occurred during the start operation (80028f14)", mostly caused by bad laser / user trying to  directboot via app_home instead of mounting first / old/ancient payload / with malformed PARAM.SFO (unsupported or corrupted data ICON).
|-
|-
| CELL_ADEC_ERROR_M4AAC_PULSE_OVERFLOWED || 0x8061242a ||  
| 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_ADEC_ERROR_M4AAC_CAN_NOT_UNPACK_INDEX || 0x8061242b ||  
| || 0x80028F18 || Ps2 Disc Error, unsupported disc; eg. Utility discs, BB discs, IQ Remix game etc. ode).
|-
|-
| CELL_ADEC_ERROR_M4AAC_DEINTERLEAVE_FAILED || 0x8061242c ||  
| || 0x80028F19 || PS2 Disc Error , fsck; the internal PS2 disk got corrupted and I guess that you can use HDD utility disc to fix it
|-
|-
| CELL_ADEC_ERROR_M4AAC_CALC_BAND_OFFSET_FAILED || 0x8061242d ||  
| || 0x80028F1A || Ps2 Disc Error , invalbnnetcfg; network config error
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_SCALE_FACTOR_FAILED || 0x8061242e ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F17 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x81
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_CC_GAIN_FAILED || 0x8061242f ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F18 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x82
|-
|-
| CELL_ADEC_ERROR_M4AAC_MIX_COUPLING_CH_FAILED || 0x80612430 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F19 || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x83
|-
|-
| CELL_ADEC_ERROR_M4AAC_GROUP_IS_INVALID || 0x80612431 ||  
| 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_ADEC_ERROR_M4AAC_PREDICT_FAILED || 0x80612432 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1B || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x85
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVALID_PREDICT_RESET_PATTERN || 0x80612433 ||  
| 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_ADEC_ERROR_M4AAC_INVALID_TNS_FRAME_INFO || 0x80612434 ||  
| 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_ADEC_ERROR_M4AAC_GET_MASK_FAILED || 0x80612435 ||  
| msg_error_cannot_play_ps2disc_scee/scea/scej || 0x80028F1E || "This title is not currently compatible with the PS3 system. If you update your system software the title may become compatible with your system." / target id 0x88
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_GROUP_FAILED || 0x80612436 ||  
| || 0x80028F22 || "An error occurred during the start operation" e.g.: Starting from BD emu (not from app_home) a game without PARAM.SFO, malformed /combined ATTRIBUTE flags.
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_LPFLAG_FAILED || 0x80612437 ||  
| || 0x80029023 || Exchanging Key Information exchange has timed out
|-
|-
| CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED || 0x80612438 ||  
| || 0x80029024 || "The attempt to obtain an IP address has timed out".
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED || 0x80612439 ||  
| || 0x80029208 || Error loading user profile after update [http://www.ps3hax.net/showthread.php?t=69457]
|-
|-
| CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED || 0x8061243a ||  
| || 0x80029301 || An error occurred during the delete operation (attempting to delete some ps2 homebrew from virtual mem card)
|-
|-
| CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243b ||  
| || 0x80029303 || "An error occurred during the copy operation." (attempting to copy PS1 save data with header malformed(.PSV) to internal memory card)
|-
|-
| CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED || 0x8061243c ||  
| || 0x80029901 || "To play this BD, you must renew the encryption key.
Perform a system software update to renew the encryption key."
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW || 0x80612480 ||  
| || 0x80029902 || Playback of BDs is prohibited on this system.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH || 0x80612481 ||  
| || 0x80029903 || This is an invalid disc.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PROGRAM || 0x80612482 ||  
| || 0x80029904 || "To play this BD, you must renew the encryption key.
Perform a system software update to renew the encryption key."
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_TAG || 0x80612483 ||  
| || 0x80029905 || This is an invalid disc.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_CHN_CONFIG || 0x80612484 ||  
| || 0x80029906 || Can’t playback burn BD movie, missing PS3_VPRM.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SECTION || 0x80612485 ||  
| || 0x80029907 || Playback of BDs is prohibited on this system.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SCFACTORS || 0x80612486 ||  
| || 0x8002990C || The data type is not supported.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PULSE_DATA || 0x80612487 ||  
| || 0x8002990D || This video cannot be played.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_MAIN_PROFILE_NOT_IMPLEMENTED || 0x80612488 ||  
| || 0x8002990E || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_GC_NOT_IMPLEMENTED || 0x80612489 ||  
| || 0x8002990F || Playback of BDs is prohibited on this system.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PLUS_ELE_ID || 0x8061248a ||  
| || 0x80029910 || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_CREATE_ERROR || 0x8061248b ||  
| || 0x80029911 || Playback of this disc using the connected device is prohibited.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_NOT_INITIALIZED || 0x8061248c ||  
| || 0x80029912 || This is an invalid disc.
|-
|-
| CELL_ADEC_ERROR_M4AAC_SBR_INVALID_ENVELOPE || 0x8061248d ||  
| || 0x80029920 || This video cannot be played.
|-
|-
|}
| || 0x80029921 || This video cannot be played.
 
== 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 ||  
| || 0x80029922 || This disc cannot be played. The region code is not correct.
|-
|-
| CELL_ADEC_ERROR_AC3_EMPTY || 0x80612501 ||  
| || 0x80029923 || This video cannot be played.
|-
|-
| CELL_ADEC_ERROR_AC3_PARAM || 0x80612502 ||
| || 0x80029925 || This video cannot be played.
|-
|-
| CELL_ADEC_ERROR_AC3_FRAME || 0x80612503 ||
| || 0x80029930 || This video cannot be played.
|-
|-
|}
| || 0x80029931 || An error has occurred.
 
== 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 ||  
| || 0x80029932 || This video cannot be played.
|-
|-
| CELL_ADEC_ERROR_MP3_BUSY || 0x80612764 ||  
| 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_ADEC_ERROR_MP3_EMPTY || 0x80612765 ||  
| Issue playing disc || 0x80029941 || The PS3 could not read the disc or the disc is not supported.
|-
|-
| CELL_ADEC_ERROR_MP3_ERROR || 0x80612781 ||  
| || 0x80029942 || Video in the PAL broadcast standard is not supported.
|-
|-
| CELL_ADEC_ERROR_MP3_LOST_SYNC || 0x80612782 ||  
| || 0x80029943 || Video in the NTSC broadcast standard is not supported.
|-
|-
| CELL_ADEC_ERROR_MP3_NOT_L3 || 0x80612783 ||  
| || 0x80029944 || This disc cannot be played. The region code is not correct.
|-
|-
| CELL_ADEC_ERROR_MP3_BAD_BITRATE || 0x80612784 ||  
| Unable to play Blu-ray Disc || 0x80029945 || Can’t playback burn BD movie
|-
|-
| CELL_ADEC_ERROR_MP3_BAD_SFREQ || 0x80612785 ||  
| 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_ADEC_ERROR_MP3_BAD_EMPHASIS || 0x80612786 ||  
| || 0x80029947 || An error has occurred.
|-
|-
| CELL_ADEC_ERROR_MP3_BAD_BLKTYPE || 0x80612787 ||  
| || 0x80029948 || This content cannot be played. There is not enough free space on the system storage
|-
|-
| CELL_ADEC_ERROR_MP3_BAD_VERSION || 0x8061278c ||  
| || 0x80029949 || This video cannot be played.
|-
|-
| CELL_ADEC_ERROR_MP3_BAD_MODE || 0x8061278d ||  
| || 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_ADEC_ERROR_MP3_BAD_MODE_EXT || 0x8061278e ||  
| || 0x80029950 || This video cannot be played.
|-
|-
| CELL_ADEC_ERROR_MP3_HUFFMAN_NUM || 0x80612796 ||  
| || 0x80029962 || This video cannot be played.
|-
|-
| CELL_ADEC_ERROR_MP3_HUFFMAN_CASE_ID || 0x80612797 ||  
| || 0x8002997B ||  
|-
|-
| CELL_ADEC_ERROR_MP3_SCALEFAC_COMPRESS || 0x80612798 ||  
| || 0x8002997D ||  
|-
|-
| CELL_ADEC_ERROR_MP3_HGETBIT || 0x80612799 ||  
| || 0x800299AA || This video cannot be played.
|-
|-
| CELL_ADEC_ERROR_MP3_FLOATING_EXCEPTION || 0x8061279a ||  
| || 0x800299AE || This video cannot be played.
|-
|-
| CELL_ADEC_ERROR_MP3_ARRAY_OVERFLOW || 0x8061279b ||  
| || 0x800299E1 || An error has occurred.
|-
|-
| CELL_ADEC_ERROR_MP3_STEREO_PROCESSING || 0x8061279c ||  
| || 0x800299E2 || An error has occurred.
|-
|-
| CELL_ADEC_ERROR_MP3_JS_BOUND || 0x8061279d ||  
| || 0x800299E3 || This video cannot be played.
|-
|-
| CELL_ADEC_ERROR_MP3_PCMOUT || 0x8061279e ||  
| 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)
|-
|-
|}
| || 0x80029c78 || Error occurred while accessing storage media.
 
== 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 ||  
| || 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_ADEC_ERROR_M2BC_SEQ || 0x80612b02 ||  
| || 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_ADEC_ERROR_M2BC_ARG || 0x80612b03 ||  
| || 0x80029CCA || Error occurred while checking update data.
|-
|-
| CELL_ADEC_ERROR_M2BC_BUSY || 0x80612b04 ||  
| || 0x8002B241 || DVI has no audio.
|-
|-
| CELL_ADEC_ERROR_M2BC_EMPTY || 0x80612b05 ||  
| || 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_ADEC_ERROR_M2BC_SYNCF || 0x80612b11 ||  
| || 0x8002B71A || Possible NAT Error , Can log onto Game Server but can’t join game and can’t host game
|-
|-
| CELL_ADEC_ERROR_M2BC_LAYER || 0x80612b12 ||
! colspan="3" id="0x8002f..._-_PUP_.2F_Update_errors" | [[#0x8002f...  - PUP / Update errors]]
|-
|-
| CELL_ADEC_ERROR_M2BC_BITRATE || 0x80612b13 ||  
| Update success || 0x8002F000 || Not an error: Success installing/downgrading in service mode. "manufacturing updating SUCCESS(0x8002f000)"
|-
|-
| CELL_ADEC_ERROR_M2BC_SAMPLEFREQ || 0x80612b14 ||  
| Update error || 0x8002F002 || [http://www.pastie.org/3724383 Update VSH Package done(0x8002f002) / Updating or Verifying failure 0x8002f002 / manufacturing updating FAILURE(0x8002f002)] // Possibly bad firmware PUP, bad USB stick or harddrive going bad in PS3. Check PUP, try other stick and replace harddrive.
|-
|-
| CELL_ADEC_ERROR_M2BC_VERSION || 0x80612b15 ||  
| 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_ADEC_ERROR_M2BC_MODE_EXT || 0x80612b16 ||  
| 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_ADEC_ERROR_M2BC_UNSUPPORT || 0x80612b17 ||  
| 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_ADEC_ERROR_M2BC_OPENBS_EX || 0x80612b21 ||  
| 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_ADEC_ERROR_M2BC_SYNCF_EX || 0x80612b22 ||  
| Update error || 0x8002F0E0 || Error with installing Firmware update. Harddrive is not found or disconnected.
|-
|-
| CELL_ADEC_ERROR_M2BC_CRCGET_EX || 0x80612b23 ||  
| 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_ADEC_ERROR_M2BC_CRC_EX || 0x80612b24 ||  
| Update error || 0x8002F13E || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_CRCGET || 0x80612b31 ||  
| Update error || 0x8002F142 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_CRC || 0x80612b32 ||  
| Update error || 0x8002F147 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_BITALLOC || 0x80612b33 ||  
| Update error || 0x8002F149 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_SCALE || 0x80612b34 ||  
| Update error || 0x8002F14A || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_SAMPLE || 0x80612b35 ||  
| 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_ADEC_ERROR_M2BC_OPENBS || 0x80612b36 ||  
| 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_ADEC_ERROR_M2BC_MC_CRCGET || 0x80612b41 ||  
| ?corrupt? || 0x8002F153 || firmware related error - can be generated by using the MinVerChk PUP in factory service mode (must NEVER do that!)
|-
|-
| CELL_ADEC_ERROR_M2BC_MC_CRC || 0x80612b42 ||  
| ?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_ADEC_ERROR_M2BC_MC_BITALLOC || 0x80612b43 ||  
| ?corrupt? || 0x8002F156 || NAND Downgrade eror - [http://pastebin.com/sURmGqq3 UpMng.UpdatePackage() failure: manufacturing updating FAILURE(0x8002f156)]
|-
|-
| CELL_ADEC_ERROR_M2BC_MC_SCALE || 0x80612b44 ||  
| ?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_ADEC_ERROR_M2BC_MC_SAMPLE || 0x80612b45 ||  
| ?corrupt? || 0x8002F15E || CoreOS firmware related error<!--//TiGra-Dri//-->
|-
|-
| CELL_ADEC_ERROR_M2BC_MC_HEADER || 0x80612b46 ||  
| Update error || 0x8002F165 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_MC_STATUS || 0x80612b47 ||  
| Firmware data is corrupt || 0x8002F169 || Error when checking the firmware data (after unpacking)
|-
|-
| CELL_ADEC_ERROR_M2BC_AG_CCRCGET || 0x80612b51 ||  
| Update error || 0x8002F174 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and/or reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_AG_CRC || 0x80612b52 ||  
| Update error || 0x8002F176 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_AG_BITALLOC || 0x80612b53 ||  
| Update error || 0x8002F19D || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_AG_SCALE || 0x80612b54 ||  
| Update error || 0x8002F1B0 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_AG_SAMPLE || 0x80612b55 ||  
| Update error || 0x8002F1B3 || Error with installing Firmware update. Make sure the sourcedrive with the PUP is readable and reboot the system first
|-
|-
| CELL_ADEC_ERROR_M2BC_AG_STATUS || 0x80612b57 ||  
| 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.
 
|-
== CELP errors ==
| Update error || 0x8002F1F0 || Bluetooth/WLAN error. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
{| border="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 ||  
| Update error || 0x8002F1F9 || Error with installing Firmware update. Check the connection of the Wifi/BT board, reboot system and reinstall firmware.
|-
|-
| CELL_ADEC_ERROR_CELP_EMPTY || 0x80612e02 ||  
| Update error || 0x8002F220 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_ADEC_ERROR_CELP_ARG || 0x80612e03 ||  
| Update error || 0x8002F225 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
|-
| CELL_ADEC_ERROR_CELP_SEQ || 0x80612e04 ||  
| Update error || 0x8002F22F || Issue with the PS3 hard drive
|-
|-
| CELL_ADEC_ERROR_CELP_CORE_FATAL || 0x80612e81 ||  
| || 0x8002F235 || Error with installing Firmware update. "Data Is Corrupted"
|-
|-
| CELL_ADEC_ERROR_CELP_CORE_ARG || 0x80612e82 ||  
| Update error || 0x8002F23F || Error with installing Firmware update. The PUP is not recognised as valid update. (with 3.56 minver console)
|-
|-
| CELL_ADEC_ERROR_CELP_CORE_SEQ || 0x80612e83 ||  
| 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."
 
== 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 ||  
| Update error || 0x8002F281 || Error with installing Firmware update. Check the connection of the Wifi/BT board.
|-
|-
| CELL_ADEC_ERROR_CELP8_EMPTY || 0x80612ea2 ||  
| Issue with the PS3 harddrive. || 0x8002F281 || Issue with the PS3 harddrive. Reboot system and use Recovery Menu options. If error persist, Format the hd on a pc, reinsert it to the ps3, install update (normal/recovery mode), format hd on install. If still not fixed: exchange harddrive.<br />Note: This error also comes up when trying to install a 1.5TB HDD as internal HDD.
Plug it into the pc, then open command prompt.
 
'''1)''' Type "diskpart"
'''2)''' Type "list disk" - Get the disk number for the drive you are fixing.
'''3)''' Type "select disk 1" - If the disk is not #1, change this accordingly.
'''4)''' Type "clean"
'''5)''' Type "create partition primary"
'''6)''' Type "select partition 1"
'''7)''' Type "active"
'''8)''' Type "assign" - When it asks you to format, click cancel.
'''9)''' Type "exit"
'''9)''' Type "exit"
'''10)''' Reinsert into your ps3, and boot it into safe mode, it may take awhile to boot into safe mode.
'''11)''' Choose to update, it should ask you to format, do so then update.
 
|-
|-
| CELL_ADEC_ERROR_CELP8_ARG || 0x80612ea3 ||  
| Update error || 0x8002F282 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_ADEC_ERROR_CELP8_SEQ || 0x80612ea4 ||  
| Update error || 0x8002F285 || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_ADEC_ERROR_CELP8_CORE_FATAL || 0x80612eb1 ||  
| Update error || 0x8002F2B5 || Error with installing Firmware update. The PUP is not recognised as valid update.
|-
|-
| CELL_ADEC_ERROR_CELP8_CORE_ARG || 0x80612eb2 ||  
| Update error || 0x8002F2BF || Issue with System Restore or installing Firmware update in Recovery Mode. Reboot system and reinstall firmware.
|-
|-
| CELL_ADEC_ERROR_CELP8_CORE_SEQ || 0x80612eb3 ||  
| 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
 
|-
== CELPENC errors ==
| Update error || 0x8002F2CF || Issue with the Mass Storage Device when installing firmware, or PS3 hard drive
{| border="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 ||  
| || 0x8002F2E0 || HDD Probe/Init failed. (No HDD attached)
|-
|-
| CELL_CELPENC_ERROR_SEQ || 0x80614002 ||  
| || 0x8002F2E2 ||  
|-
|-
| CELL_CELPENC_ERROR_ARG || 0x80614003 ||  
| || 0x8002F2E3 || HDD Search Regions failed. (encrypted HDD incompatible with the consoles) (Formating...)
|-
|-
| CELL_CELPENC_ERROR_CORE_FAILED || 0x80614081 ||  
| || 0x8002F2E4 || The data is corrupted. (e.g. bad promo_flags.txt flag set)
|-
|-
| CELL_CELPENC_ERROR_CORE_SEQ || 0x80614082 ||  
| || 0x8002F2E5 || PUP filepath error.
|-
|-
| CELL_CELPENC_ERROR_CORE_ARG || 0x80614083 ||  
| || 0x8002F2E6 || No applicable Data found.
|-
|-
|}
| Update error || 0x8002F2F0 || Error with installing Firmware update. The PUP is not recognised as valid update.
 
== 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 ||  
| Update error || 0x8002F2F2 || Error with installing Firmware update. The PUP is not recognised as valid update
|-
|-
| CELL_CELP8ENC_ERROR_SEQ || 0x806140a2 ||  
| Update error || 0x8002F310 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| CELL_CELP8ENC_ERROR_ARG || 0x806140a3 ||  
| Update error || 0x8002F311 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| CELL_CELP8ENC_ERROR_CORE_FAILED || 0x806140b1 ||  
| Update error || 0x8002F312 || Error with installing Firmware update. See Service Mode log to what flash region is corrupt
|-
|-
| CELL_CELP8ENC_ERROR_CORE_SEQ || 0x806140b2 ||  
| 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
|-
|-
| CELL_CELP8ENC_ERROR_CORE_ARG || 0x806140b3 ||  
| 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.
 
== 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 ||  
| Update error || 0x8002F953 || Error with installing Firmware update.
|-
|-
| || 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).
| Update error || 0x8002F956 || Error with installing Firmware update. (bad harddrive?)
|-
|-
| CELL_CONSOLE_IO_ERROR || 0xFFFFFFFC ||  
| 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_CONSOLE_ENOMEM || 0xFFFFFFFD ||  
| Update error || 0x8002F976 || Error with installing Firmware update. data corrupted
|-
|-
| 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.
| Update error || 0x8002F95E || Error with installing Firmware update (when using Rogero 3.55 DEX DG v1 on DEX 4.20 system).
|-
|-
| CELL_CONSOLE_NOT_INITIALIZED || 0xFFFFFFFF ||  
| || 0x8002F967 || Error when checking PUP version (e.g. when using manipulated PUP without version to check lowest applicable firmware version)
|-
|-
|}
| || 0x8002F96F || Error when downgrading DEX console with special PUP. To solve: reset console by holding power button until it beeps
 
== 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
| || 0x8002F994 || Too many people downloading the update (download it later on)
|-
|-
| PS3 install error || 0x80010048 || Internal memory error
| An error has occured || 0x8002FB22 || Error can be generated with a malformed license.xml file in PS3UPDAT.PUP
|-
|-
|  || 0x80010098 ||
|  || 0x8002F21x || (Set Recovery Mode Flag On (cex/dex/decr)) / (Connecting Controller)
|-
|-
|  || 0x80010500 || Bad Packet ID
|  || 0x8002F22x || (Connect Media containing FW equal or higher)
|-
|-
| 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
| || 0x8002F23x || (System Partition formating) / (Search Updater)
|-
|-
|  || 0x80010506 || No Entry
|  || 0x8002F24x || (Formatting)
|-
|-
|  || 0x80010509 || Backup/Restore decryption and/or verification error / Invalid Parameter
|  || 0x8002F25x || hdd probing
|-
|-
|  || 0x8001050B || Will not play demo hard drive games, (when blue-ray disc is inserted) - cause unknown
|  || 0x8002F26x || region searching
|-
|-
|  || 0x8001050D || An error during the start operation; PS3 game swapped using the eject function and then play pressed quickly - PS3 game inserted again
|  || 0x8002F27x || preparing partitions
|-
|-
| 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
| || 0x8002F28x || Setup Updating Environment
|-
|-
|  || 0x80010510 || Will not play games installed on the hard drive
|  || 0x8002F29x ||  
|-
|-
| Database problem || 0x80010513 || System database corrupted or problem with internal flash memory
| || 0x8002F2Ax ||  
|-
|-
| Issue reading discs || 0x80010514 || RSOD - Reading blu-ray disc problem // msg_errorcode_solution_check_other_bd msg_errorcode_solution_check_disc_clean
| || 0x8002F2Bx || (Turning Off Recovery Mode Flag)
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
|  || 0x8002F2Cx || Search Updater (Formating preparing Update)
|-
|-
| 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.
| || 0x8002F2Dx || (Formatting - Preparing to Update)
|-
|-
| Saved data was corrupt || 0x8001051B ||
| || 0x8002F2Ex || (Turning On/Off Recovery Mode Flag)
|-
|-
|  || 0x8001051C || "The data is corrupted."
! colspan="3" id="0x8001..._RSOD.2FBSOD_errors" | [[#0x8001... RSOD/BSOD errors]]
|-
|-
| Time error || 0x80010601 || Time/Date has not been set
| || 0x80010514 || RSOD - VersionFile::Get() (index.dat failures)
|-
|-
| Connection error || 0x80022A07 || Cannot connect to server. Server overloaded?
| || 0x80028C03 || BSOD - NPXS01003, net if ctl fail (game updates,commerce, friend stuff ...)
|-
|-
| Incorrect trophy data || 0x80022D00 || "Error in sync operation."
| || 0x80028C10 || BSOD - xregistry
|-
|-
| Incorrect trophy data || 0x80022D05 ||
| || 0x80028C12 || BSOD - xregistry
|-
|-
| 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
| || 0x80030001 || Deleting messages from inbox
|-
|-
| Incorrect trophy data || 0x80022D1A ||
| || 0x8003041F || An error occurred during the copy operation (using media server)
|-
|-
| 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
| || 0x80030506 || BSOD - empty sce net ctl ptr's
|-
|-
| Unable to sync trophy data || 0x80022D27 || Trophy server is down
| || 0x8003050F || BSOD - create_open_database 0x25 failure, xregistry empty file descriptor
|-
|-
| 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
| || 0x80030517 || BSOD
|-
|-
| Not signed into the PSN || 0x80022D64 ||
| || 0x8003116D || BSOD - xregistry font related
|-
|-
| Trophy update installer missing || 0x80022D74 || "Registration of the trophy information could not be completed. The game will quit (80022D74)".
| || 0x80031175 || BSOD - xregistry
|-
|-
| Unable to connect online || 0x80022D7C ||
| || &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)
|-
|-
| 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.
| || &gt;0x80031700 || RSOD
|-
|-
| cVTRM error || 0x80022D90 || Bad cVTRM region in flash
!colspan="3" | other errors
|-
|-
| Issue connecting to server || 0x80022F0A ||  
| || 0x80030517 || It seems to happen when you copy large media files.
|-
|-
| DRM error || 0x80022F12 ||
| || 0x8003051E || Game will not save
|-
|-
| Unable to connect online || 0x80022F16 || Possible congestion in internet service, try connecting later
| || 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)
|-
|-
| Video license issue || 0x80022F2C ||
| || 0x80031150 || "Setting information is corrupted.Press the x button to repair and restore default"
|-
|-
| Issue connecting to server || 0x80022F2E ||  
| || 0x80031601 || Error Creating Account // seems to occur when the user number doesn't match
|-
|-
| Content not detected || 0x80022F50 || Disc was ejected while game was updating
| || 0x80031602 || Error Renaming Account
|-
|-
| Unable to download PSN game || 0x80023300 || Internet service issues or corrupted data
| || 0x80031603 || Error No Account name given
|-
|-
| || 0x80023320 || "An error occurred during the download operation. (80023320)" (with external device selected as destination for storage).
| PAC_ASSERT || 0x8004ffff ||  
|-
|-
| DRM error || 0x80023507 ||
| PAC_CANNOT_DOWNLOAD_AGAIN || 0x8004000e ||  
|-
|-
| Video activation failed || 0x80023691 || Download failed due to activation error
| PAC_CRITICAL_OPERATION_IN_PROGRESS || 0x8004000f ||  
|-
|-
| PSN download error || 0x800236CC || If renting a video, too many videos on console; if purchasing the video, too many videos on hard drive
| PAC_DOWNLOADER_IS_ALREADY_ACTIVATED || 0x8004000d ||  
|-
|-
| PSS access error || 0x8002400C || PSS down or having connection issues
| PAC_INVALID_CAST_EXCEPTION || 0x8004000a ||  
|-
|-
| Data transfer issue || 0x80024611 || Ethernet cable damaged or connected incorrectly
| PAC_INVALID_CONTENTTYPE || 0x80040001 ||  
|-
|-
| 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.
| PAC_INVALID_OPERATION || 0x80040002 ||  
|-
|-
| 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.
| PAC_SESSION_NOT_ESTABLISHED || 0x8004000c ||  
|-
|-
| Back-up data is corrupted || 0x800283F0 ||
| PAC_THREADINVOKER_EXCEPTION || 0x8004000b ||  
|-
|-
| Cannot find content || 0x80028510 || Content does not exist
| PAC_UNKNOWN_CATEGORY_TYPE || 0x80040004 ||  
|-
|-
| File data error || 0x8002888C || File data may be corrupted
| PAC_UNKNOWN_CONTENT_TYPE || 0x80040003 ||  
|-
|-
| Message could not be sent to some players || 0x80028903 || Can be caused by too much data; try sending message individually to users instead.
| PAC_UNKNOWN_DRM_CONTENT_TYPE || 0x80040008 ||  
|-
|-
| 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.
| PAC_UNKNOWN_DRM_TYPE || 0x80040009 ||  
|-
| 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 9,881:
|-
|-
| 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 9,900:
|  || 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
|  || 0x8041040F || Communication with the server failed. A dsn error has occured.
|-
| DHCP communication error || 0x80130505 || Reboot console and connect again; make sure modem/router supports DHCP
|-
| Unable to connect to wireless router || 0x80130804 || Reboot router and console and try connecting again; if issues continue, may be a connection issue
|-
|  || 0x8041040F || Communication with the server failed. A DNS error has occurred.
|-
|-
|  || 0x80410418 || DNS Error
|  || 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 9,936:




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