Function ctru_sys::ERRF_LogResult

source ·
pub unsafe extern "C" fn ERRF_LogResult(failure: Result) -> Result
Expand description

Logs a system error with the given Result code.

§Arguments

  • failure (direction in) - Result code to log.

Similar to ERRF_Throw, except that it does not display anything on the screen, nor does it force the system to reboot.

This function does fill in the address where this function was called from.