libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros
err.h File Reference

Error definitions for Switch FS. More...

#include <libtransistor/err.h>
Include dependency graph for err.h:

Go to the source code of this file.

Macros

#define FSPSRV_RESULT(code)   MAKE_RESULT(MODULE_FS, code)
 
#define FSPSRV_ERR_NOT_FOUND   FSPSRV_RESULT(1)
 
#define FSPSRV_ERR_EXISTS   FSPSRV_RESULT(2)
 
#define FSPSRV_ERR_DIRECTORY_NOT_EMPTY   FSPSRV_RESULT(8)
 

Detailed Description

Error definitions for Switch FS.