Error codes: Difference between revisions
Add audio error code that appears to indicate invalid/unsupported operations |
Misson20000 (talk | contribs) add some IStorage error codes |
||
Line 633: | Line 633: | ||
| 0x4A80 || 128 || 37 || Title-ID not found. Caused by code 0x410 when applet launch fails | | 0x4A80 || 128 || 37 || Title-ID not found. Caused by code 0x410 when applet launch fails | ||
|- | |- | ||
| 0x3EC80 || 128 || 502 || | | 0x3E880 || 128 || 500 || Invalid IStorage size (negative?) | ||
|- | |||
| 0x3EC80 || 128 || 502 || IStorage has already been opened by another accessor | |||
|- | |||
| 0x3EE80 || 128 || 503 || IStorage Read/Write out-of-bounds | |||
|- | |||
| 0x3FE80 || 128 || 511 || IStorage opened as wrong type (data opened as transfermem, transfermem opened as data) | |||
|- | |||
| 0x4B080 || 128 || 600 || Failed to allocate memory for IStorage | |||
|- | |- | ||
| 0x59080 || 128 || 712 || Thread stack pool exhausted (out of memory) | | 0x59080 || 128 || 712 || Thread stack pool exhausted (out of memory) |