libnx  v4.6.0
Data Fields
ErrorCommonHeader Struct Reference

Common header for the start of the arg storage. More...

#include <error.h>

Data Fields

u8 type
 Type, see ErrorType.
 
u8 jumpFlag
 When clear, this indicates WithoutJump.
 
u8 unk_x2 [3]
 Unknown.
 
u8 contextFlag
 When set with ErrorType_Normal, indicates that an additional storage is pushed for ErrorResultBacktrace. [4.0.0+] Otherwise, when set indicates that an additional storage is pushed for ErrorContext.
 
u8 resultFlag
 ErrorCommonArg: When clear, errorCode is used, otherwise the applet generates the error-code from res.
 
u8 contextFlag2
 Similar to contextFlag except for ErrorCommonArg, indicating ErrorContext is used.
 

Detailed Description

Common header for the start of the arg storage.


The documentation for this struct was generated from the following file: