| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > FileSystem > isNotExistError
Returns true if the error object indicates the file or folder does not exist (ENOENT or ENOTDIR<></>)
Signature:
static isNotExistError(error: Error): boolean;|
Parameter |
Type |
Description |
|---|---|---|
|
error |
Error |
Returns:
boolean