taiHEN  1.0
CFW framework for PS Vita
error.h
1 
4 #ifndef TAI_ERROR_HEADER
5 #define TAI_ERROR_HEADER
6 
7 #include "taihen_internal.h"
8 
9 #define TAI_SUCCESS 0
10 #define TAI_ERROR_SYSTEM 0x90010000
11 #define TAI_ERROR_MEMORY 0x90010001
12 #define TAI_ERROR_NOT_FOUND 0x90010002
13 #define TAI_ERROR_INVALID_ARGS 0x90010003
14 #define TAI_ERROR_INVALID_KERNEL_ADDR 0x90010004
15 #define TAI_ERROR_PATCH_EXISTS 0x90010005
16 #define TAI_ERROR_HOOK_ERROR 0x90010006
17 #define TAI_ERROR_NOT_IMPLEMENTED 0x90010007
18 #define TAI_ERROR_USER_MEMORY 0x90010008
19 #define TAI_ERROR_NOT_ALLOWED 0x90010009
20 #define TAI_ERROR_STUB_NOT_RESOLVED 0x9001000A
21 #define TAI_ERROR_INVALID_MODULE 0x9001000B
22 
23 #endif // TAI_ERROR_HEADER