Talk:Error Codes: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (Replaced content with "PSN Network Errors <!--// This is taken from a header inside the SDK, list seems complete. I stripped some japanese comments which were useless. Others left there contain...")
mNo edit summary
Line 8: Line 8:


backup raw text: http://pastebin.com/EQSdmhkg
backup raw text: http://pastebin.com/EQSdmhkg
----
| CELL_LSGUARD_ERROR_AGAIN || 0x80410d01 ||
| CELL_LSGUARD_ERROR_INVAL || 0x80410d02 ||
| CELL_LSGUARD_ERROR_NOMEM || 0x80410d04 ||
| CELL_LSGUARD_ERROR_SRCH || 0x80410d05 ||
| CELL_LSGUARD_ERROR_PERM || 0x80410d09 ||
| CELL_LSGUARD_ERROR_BUSY || 0x80410d0a ||
| CELL_LSGUARD_ERROR_ALIGN || 0x80410d10 ||
| CELL_LSGUARD_ERROR_CORRUPTED || 0x80410d15 ||
| CELL_LSGUARD_ERROR_NEED_REHASH || 0x80410d16 ||

Revision as of 13:06, 8 October 2011

PSN Network Errors


backup raw text: http://pastebin.com/EQSdmhkg


| CELL_LSGUARD_ERROR_AGAIN || 0x80410d01 || | CELL_LSGUARD_ERROR_INVAL || 0x80410d02 || | CELL_LSGUARD_ERROR_NOMEM || 0x80410d04 || | CELL_LSGUARD_ERROR_SRCH || 0x80410d05 || | CELL_LSGUARD_ERROR_PERM || 0x80410d09 || | CELL_LSGUARD_ERROR_BUSY || 0x80410d0a || | CELL_LSGUARD_ERROR_ALIGN || 0x80410d10 || | CELL_LSGUARD_ERROR_CORRUPTED || 0x80410d15 || | CELL_LSGUARD_ERROR_NEED_REHASH || 0x80410d16 ||