nn::erreula::CTR::ReturnCode Enumerated Typeenum ReturnCode;
| Value | Description |
|---|---|
RETURN_CODE_UNKNOWN |
Abnormal exit. No special action needs to be taken. |
RETURN_CODE_NONE |
Normal termination or EULA non-agreement. |
RETURN_CODE_SUCCESS |
Application jump recommended termination or EULA agreement. |
RETURN_CODE_NOT_SUPPORTED |
Outside EULA service area. |
RETURN_CODE_HOME_BUTTON |
HOME was pressed. |
RETURN_CODE_SOFTWARE_RESET |
A combination of buttons causing a software reset was pressed. |
RETURN_CODE_POWER_BUTTON |
The Power button was pressed. |
RETURN_CODE_MAX_BIT |
(This enumerator is used for internal processing. It cannot be used from the application.) |
Enumerated type representing return codes.
The values when ending normally are zero and above. The values when ending abnormally are negative.
CONFIDENTIAL