You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
377 B

export declare const enum ERROR_CODE {
EPERM = "EPERM",
ENOENT = "ENOENT",
EBADF = "EBADF",
EINVAL = "EINVAL",
EEXIST = "EEXIST",
ENOTDIR = "ENOTDIR",
EMFILE = "EMFILE",
EACCES = "EACCES",
EISDIR = "EISDIR",
ENOTEMPTY = "ENOTEMPTY",
ENOSYS = "ENOSYS",
ERR_FS_EISDIR = "ERR_FS_EISDIR",
ERR_OUT_OF_RANGE = "ERR_OUT_OF_RANGE"
}