I see there are a ton of error codes out there that we don't have
so I collected them and posted.
From a post by Darkchild at
http://forums.exophase.com/showthread.php?t=1499--DAX FW ONLY--
0x80000001 - Got it when trying to run PSP filer version 3.6 on 3.40 firmware (probably a kernel selection problem)
--Networking--
8001006F - Remote Play connection error. Most likely when no PS3 is sending a signal over your network.
80110404 - Network error, try restore default settings to fix
00000001 - WiFi error. Occurs when no access points are detected in official 3.7X and custom 3.7X firmware.**
80410A0B - Loose WiFi card
80410702 - Your firmware MAC address does not match the PSP's MAC address
80410A05 - Disconnected from server or Access point (Try reconnecting!)
80431075 - Wrong password on Remote Play
8041040B - Communication with the server failed. DNS error has occured.
80010068 - Communication with the server failed.
80432060 - Communication with the server failed.
80431063 - Lost connection in the middle of a download (Save Failed)
8010A007 - Error downloading (Reason unknown)
80110482 - Incompatible Lan security (or Wlan is off or could not connect to infrastructure network)
0000002 - Unknown, possible security reason (Web browser SSL)
80431072 - The file you are downloading is unavailable or does not exist or is cached and the psp is unable to save.
80410416 - The website you are trying to access doesn't allow you to enter.
8041040F - DNS error
80410414 - DNS error
80410418 - PSP Unable to obtain IP address
80100D00 - Channel could not be added(Reformat the memory stick)
80410D09 - A connection error has occured. (in <2.XX FWs the PSP can only connect to WEP...Thus comes this error)
80410D07 - Appears when errors occur while connecting to a wireless router (Change psp settings to manual and enter in all of the ip,dns,subnet mask, and default router info)
80410410 - Cannot connect to the given acess point(Connection to the Server Failed.)
--Firmware--
80000004 - its just a general error code that the PSP spits out when it doesn't understand something... could mean anything really.
8008271D - Flash1 corrupted. Format it in recovery mode!
--Memory Stick--
80110305 - Load failed.The Memory Stick could not be acessed
80110307 - Load Failed There is no Data available
80020130 - File read error
80220180 - Error while formatting the Memory Stick
--UMD--
80010087 - Error reading UMD or UMD not present
--POPS--
CA000005 - keys.bin not found when trying to run a PS1 game.
--Other--
80110306 - Still to find out
840140D01 - USB wifi problem (Try plugging in the USB wifi in other USB ports)
8008273A - Internal error, try and resetting the settings, restarting the psp, if all fails, probably should send it back to sony.
8001B002 - Still to find out
FFFFFED3 - Unknown (Could be a Decryption error)
80108D50 - there is no camera attachment
**- This was fixed in later versions
Taken from Java psp emulator
0x80000103 = ERROR_POINTER
0x80000107 = ERROR_ARGUMENT
0x80110301 = ERROR_SAVEDATA_LOAD_NO_MEMSTICK
0x80110305 = ERROR_SAVEDATA_LOAD_ACCESS_ERROR
0x80110306 = ERROR_SAVEDATA_LOAD_DATA_BROKEN
0x80110307 = ERROR_SAVEDATA_LOAD_NO_DATA
0x80110308 = ERROR_SAVEDATA_LOAD_BAD_PARAMS
0x801103c7 = ERROR_SAVEDATA_MODE8_NO_DATA
0x80110381 = ERROR_SAVEDATA_SAVE_NO_MEMSTICK
0x80110383 = ERROR_SAVEDATA_SAVE_NO_SPACE
0x80110384 = ERROR_SAVEDATA_SAVE_MEMSTICK_PROTECTED
0x80110385 = ERROR_SAVEDATA_SAVE_ACCESS_ERROR
0x80110388 = ERROR_SAVEDATA_SAVE_BAD_PARAMS
0x80110389 = ERROR_SAVEDATA_SAVE_NO_UMD
0x8011038a = ERROR_SAVEDATA_SAVE_WRONG_UMD;
0x800201c3 = ERROR_NOT_FOUND_MUTEX // 2.71+
0x800201c4 = ERROR_MUTEX_LOCKED // 2.71+
0x800201c8 = ERROR_MUTEX_OVERFLOW // 2.71+
0x80260002 = ERROR_AUDIO_CHANNEL_BUSY
from sceAudiocodecInit
0x807f00ff - unsupported frequency/codec combination?
from sceAudiocodecDecode
0x807f0001 - edram not allocated?
sceAudiocodecxxx
0x807f00fc - ?maybe invalid\corrupted\unsupported data
0x807f00fd - ?maybe invalid\corrupted\unsupported data
0x80260008 - audio channel not reserved
from sceAudioSRCChReserve
0x8026000a - unsupported frequency?
0x80000104 - passing other than 2 for channels
from sceAudioSRCChRelease
0x80268002 - audio channel busy
0x80260001 - audio channel not reserved
0x80260003 - invalid audio channel Not In [0, 7] also -1 for sceAudioChReserve, or channel already reserved
0x80260005 - no more channels available
0x80260006 - audio output sample data size not aligned(to multiple of 64)
0x80260007 - invalid format, passing other than PSP_AUDIO_FORMAT_STEREO or PSP_AUDIO_FORMAT_MONO to sceAudioChReserve
0x80110004 - from sceUtilityOskInitStart invalid SceUtilityOskParams.base size