Editing Template:CELL ERROR FACILITY SYSTEM UTILITY - 0x002

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,218: Line 1,218:
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
|-
|-
| SCE_NP_COMMUNITY_ERROR_ALREADY_INITIALIZED || 0x8002a101 || library has already been initialized
| SCE_NP_COMMUNITY_ERROR_ALREADY_INITIALIZED || 0x8002a101 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NOT_INITIALIZED || 0x8002a102 || the library has not yet been initialized
| SCE_NP_COMMUNITY_ERROR_NOT_INITIALIZED || 0x8002a102 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_OUT_OF_MEMORY || 0x8002a103 || tried to malloc, but got NULL (no memory)
| SCE_NP_COMMUNITY_ERROR_OUT_OF_MEMORY || 0x8002a103 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ARGUMENT || 0x8002a104 || The specified value of the argument is NULL
| SCE_NP_COMMUNITY_ERROR_INVALID_ARGUMENT || 0x8002a104 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_TITLE_SET || 0x8002a105 || TitleID has not been set
| SCE_NP_COMMUNITY_ERROR_NO_TITLE_SET || 0x8002a105 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_LOGIN || 0x8002a106 || The client is not running the login transaction
| SCE_NP_COMMUNITY_ERROR_NO_LOGIN || 0x8002a106 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_OBJECTS || 0x8002a107 || There are too many objects to be created
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_OBJECTS || 0x8002a107 ||
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_STILL_REFERENCED (obsolete) || 0x8002a108 || In the middle of a transaction, you try to delete a client or transaction
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_STILL_REFERENCED || 0x8002a108 || (obsolete)
|-
|-
| SCE_NP_COMMUNITY_ERROR_ABORTED || 0x8002a109 || The transaction was aborted
| SCE_NP_COMMUNITY_ERROR_ABORTED || 0x8002a109 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_NO_RESOURCE || 0x8002a10a || The specified resource is not present
| SCE_NP_COMMUNITY_ERROR_NO_RESOURCE || 0x8002a10a ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BAD_RESPONSE || 0x8002a10b || Incorrect response from the server
| SCE_NP_COMMUNITY_ERROR_BAD_RESPONSE || 0x8002a10b ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BODY_TOO_LARGE || 0x8002a10c || The size of the response body from the server is too large
| SCE_NP_COMMUNITY_ERROR_BODY_TOO_LARGE || 0x8002a10c ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_HTTP_SERVER || 0x8002a10d || HTTP protocol layer on the server and communication failure. (e.g. 403 or 404 have been returned)
| SCE_NP_COMMUNITY_ERROR_HTTP_SERVER || 0x8002a10d ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_SIGNATURE || 0x8002a10e || Incorrect server response signature
| SCE_NP_COMMUNITY_ERROR_INVALID_SIGNATURE || 0x8002a10e ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TIMEOUT || 0x8002a10f || Was time-out (note that also return timeout libhttp layer)
| SCE_NP_COMMUNITY_ERROR_TIMEOUT || 0x8002a10f ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_ARGUMENT || 0x8002a1a1 || Argument to create the specified transaction is not enough
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_ARGUMENT || 0x8002a1a1 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_UNKNOWN_TYPE || 0x8002a1a2 || The specified type does not exist
| SCE_NP_COMMUNITY_ERROR_UNKNOWN_TYPE || 0x8002a1a2 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ID || 0x8002a1a3 || The specified ID does not exist
| SCE_NP_COMMUNITY_ERROR_INVALID_ID || 0x8002a1a3 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_PSHANDLE (obsolete)<br />SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID || 0x8002a1a4 || Clients of the specified online ID does not exist
| SCE_NP_COMMUNITY_ERROR_INVALID_ONLINE_ID || 0x8002a1a4 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_TICKET || 0x8002a1a5 || Size of the specified ticket is 0
| SCE_NP_COMMUNITY_ERROR_INVALID_TICKET || 0x8002a1a5 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_CLIENT_ALREADY_EXISTS<br />SCE_NP_COMMUNITY_ERROR_CLIENT_HANDLE_ALREADY_EXISTS || 0x8002a1a6 || Client specified online ID is already being created
| SCE_NP_COMMUNITY_ERROR_CLIENT_ALREADY_EXISTS<br />SCE_NP_COMMUNITY_ERROR_CLIENT_HANDLE_ALREADY_EXISTS || 0x8002a1a6 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_BUFFER || 0x8002a1a7 || Size of the buffer for the specified argument is not enough
| SCE_NP_COMMUNITY_ERROR_INSUFFICIENT_BUFFER || 0x8002a1a7 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_TYPE || 0x8002a1a8 || Specified transaction type is incorrect
| SCE_NP_COMMUNITY_ERROR_INVALID_TYPE || 0x8002a1a8 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_ALREADY_END || 0x8002a1a9 || Specified transaction has already been completed
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_ALREADY_END || 0x8002a1a9 ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_BEFORE_END || 0x8002a1aa || Specified transaction is not completed
| SCE_NP_COMMUNITY_ERROR_TRANSACTION_BEFORE_END || 0x8002a1aa ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_BUSY_BY_ANOTEHR_TRANSACTION || 0x8002a1ab || another transaction cannot be performed
| SCE_NP_COMMUNITY_ERROR_BUSY_BY_ANOTEHR_TRANSACTION || 0x8002a1ab ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_ALIGNMENT || 0x8002a1ac || The size/alignment of the structure is illegal
| SCE_NP_COMMUNITY_ERROR_INVALID_ALIGNMENT || 0x8002a1ac ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_NPID || 0x8002a1ad || Too many specified numbers of NPID
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_NPID || 0x8002a1ad ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_LARGE_RANGE || 0x8002a1ae || Specified RANGE is too long
| SCE_NP_COMMUNITY_ERROR_TOO_LARGE_RANGE || 0x8002a1ae ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_INVALID_PARTITION || 0x8002a1af || Used area of ​​the specified uploader is illegal
| SCE_NP_COMMUNITY_ERROR_INVALID_PARTITION || 0x8002a1af ||  
|-
|-
| SCE_NP_COMMUNITY_ERROR_TOO_MANY_SLOTID || 0x8002a1b1 || Specified number of SLOTID too many
| 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)
|-
|-
|}
|}
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)

Templates used on this page: