Error Applet: Difference between revisions
No edit summary |
No edit summary |
||
Line 82: | Line 82: | ||
== ErrorCode == | == ErrorCode == | ||
This is an u64 containing the [[Error_codes|error-code]]: the low u32 is the module portion which is normally set to <code>module + 2000</code>, and the high u32 is the error description. | This is an u64 containing the [[Error_codes|error-code]]: the low u32 is the module portion which is normally set to <code>module + 2000</code>, and the high u32 is the error description. | ||
== ResultBacktrace == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset || Size || Description | |||
|- | |||
| 0x0 || 0x4 || s32 total entries | |||
|- | |||
| 0x4 || 0x4*total_entries || Array of Result | |||
|} | |||
== Usage == | == Usage == |