类:SystemError
【Class: SystemError】
- 继承: <errors.Error>
当 Node.js 在其运行环境中发生异常时,会生成系统错误。这些错误通常发生在应用违反操作系统约束时。例如,如果应用尝试读取不存在的文件,就会发生系统错误。
【Node.js generates system errors when exceptions occur within its runtime environment. These usually occur when an application violates an operating system constraint. For example, a system error will occur if an application attempts to read a file that does not exist.】