Error codes: Difference between revisions
m Add "Language out of valid range" error code in Settings module |
m Add some error codes to AM |
||
Line 1,514: | Line 1,514: | ||
|- | |- | ||
| 0x480 || 128 || 2 || IStorage not available. | | 0x480 || 128 || 2 || IStorage not available. | ||
|- | |||
| 0x680 || 128 || 3 || No messages | |||
|- | |- | ||
| 0x4680 || 128 || 35 || Error while launching applet. | | 0x4680 || 128 || 35 || Error while launching applet. | ||
Line 1,524: | Line 1,526: | ||
|- | |- | ||
| 0x3EE80 || 128 || 503 || IStorage Read/Write out-of-bounds | | 0x3EE80 || 128 || 503 || IStorage Read/Write out-of-bounds | ||
|- | |||
| 0x3F480 || 128 || 506 || Invalid parameters | |||
|- | |- | ||
| 0x3FE80 || 128 || 511 || IStorage opened as wrong type (data opened as transfermem, transfermem opened as data) | | 0x3FE80 || 128 || 511 || IStorage opened as wrong type (data opened as transfermem, transfermem opened as data) | ||
|- | |- | ||
| 0x40080 || 128 || 512 || Unbalanced fatal section leave (returned when executing LeaveFatalSection without a preceding EnterFatalSection call) | | 0x40080 || 128 || 512 || Unbalanced fatal section leave (returned when executing LeaveFatalSection without a preceding EnterFatalSection call) | ||
|- | |||
| 0x40C80 || 128 || 518 || Null object | |||
|- | |- | ||
| 0x4B080 || 128 || 600 || Failed to allocate memory for IStorage | | 0x4B080 || 128 || 600 || Failed to allocate memory for IStorage |