Operating System
Macros
fsErrorCode.h File Reference

define error code that is used in fsapi.h More...

Go to the source code of this file.

Macros

#define NO_ERR   0
 
#define ERR_SYS_PROTC   -2
 system protected file, not allow executing the operation More...
 
#define ERR_TYPE_FLDR   -3
 target type is folder, unable to execute the operation More...
 
#define ERR_TYPE_DOC   -4
 target type is partition doc, unable More...
 

Detailed Description

define error code that is used in fsapi.h

Definition in file fsErrorCode.h.

Macro Definition Documentation

◆ ERR_SYS_PROTC

#define ERR_SYS_PROTC   -2

system protected file, not allow executing the operation

Definition at line 7 of file fsErrorCode.h.

◆ ERR_TYPE_DOC

#define ERR_TYPE_DOC   -4

target type is partition doc, unable

Definition at line 11 of file fsErrorCode.h.

◆ ERR_TYPE_FLDR

#define ERR_TYPE_FLDR   -3

target type is folder, unable to execute the operation

Definition at line 9 of file fsErrorCode.h.

◆ NO_ERR

#define NO_ERR   0

Definition at line 5 of file fsErrorCode.h.