MCPcopy Create free account
hub / github.com/devkitPro/libctru / getCommonErrorData

Function getCommonErrorData

libctru/source/errf.c:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static inline void getCommonErrorData(ERRF_FatalErrInfo* error, Result failure)
58{
59 error->resCode = failure;
60 svcGetProcessId(&error->procId, CUR_PROCESS_HANDLE);
61}
62
63Result ERRF_ThrowResult(Result failure)
64{

Callers 4

ERRF_ThrowResultFunction · 0.85
ERRF_LogResultFunction · 0.85
ERRF_ExceptionHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected