Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Code ¶
type Code int
Code is the basic type for all returncodes
const ( OK Code = iota ENOENT //No such file or directory. EACCES //Can not access file EEXIST //File already exists ENOTEMPTY //Directory not empty EISDIR //Is Directory EIO //Input/Output error ENOTDIR //Isn't Directory EBUSY //System is busy EUNEXPECTED //Unforseen error )
Current pfsm supported return codes
Click to show internal directories.
Click to hide internal directories.