FS_ERRORS: {
    [key: string]: {
        linuxErrCode: number;
        message: string;
    };
} = ...

Error codes that returns FS_INTERNAL_ERROR_CODE must be thrown in the used project. They represent a logic error.

FSE stands for 'File System Error'