Subject | English | Chinese simplified |
comp., MS | build error | 生成错误 (A message that notifies you of an issue that breaks the build) |
comp., MS | continuable error | 非终止性错误 (A non-access violation. An error that does not prevent an application from continuing) |
comp., MS | critical error | 关键错误 (An error that suspends processing until the condition can be corrected either by software or by user intervention (for example, an attempt to read to a nonexistent disk, an out-of-paper condition on the printer, or a checksum fault in a data message)) |
comp., MS | data-overrun error | 数据溢出错误 (A state in which the sending computer is transmitting characters faster than the receiving computer can accommodate them. If this problem persists, reduce the bits-per-second (bps) rate) |
comp., MS | error bar | 误差线 (Usually used in statistical or scientific data, an error bar shows the potential error or degree of uncertainty relative to each data marker in a series) |
comp., MS | error code | 错误代码 (One of four fields of an SCODE. It is a unique number that is assigned to represent the error or warning) |
comp., MS | error correction | 纠错 (In Windows Media Player, a process to ensure that digital audio data is read from the CD-ROM drive accurately during playback or copying. Using error correction can prevent undesirable noises that are not part of the original material) |
comp., MS | error detection | 错误检测 (A technique for detecting when data is lost during transmission. This allows the software to recover lost data by notifying the transmitting computer that it needs to retransmit the data) |
comp., MS | error handling | 错误处理 (The process of dealing with errors (or exceptions) as they arise during the running of a program. Some programming languages, such as C++, Ada, and Eiffel, have features that aid in error handling) |
comp., MS | Error List | 错误列表 (A window that helps you speed application development by displaying errors, warnings and messages produced as you edit and compile code) |
comp., MS | error log | 错误日志 (A file that lists errors that were encountered during an operation) |
comp., MS | error message | 错误消息 (A message from the system or a program advising the user of a problem that requires human intervention in order to be solved) |
comp., MS | error number | 错误号 (A whole number in the range 0 - 65,535 that corresponds to the Number property setting of the Err object. When combined with the Description property setting of the Err object, this number represents a particular error message) |
comp., MS | error reporting | 错误报告 (A feature that automatically captures key information at the time of a program or system crash and allows users to report the collected information) |
comp., MS | error state number | 错误状态号 (A number associated with SQL Server messages that helps Microsoft support engineers find the specific code location that issued the message) |
comp., MS | error string | 错误字符串 (A string from the system or a program advising the user of a problem that may require human intervention in order to be solved) |
comp., MS | Error tab | 错误选项卡 (In Setup wizards for Virtual Machine Manager, a tab that provides details about the error condition that caused an installation to fail) |
comp., MS | fatal error | 错误 (An error that causes the system or a program to fail abruptly with no hope of recovery. An example of a fatal error is an uncaught exception that cannot be handled) |
comp., MS | logic error | 逻辑错误 (An error, such as a faulty algorithm, that causes a program to produce incorrect results but does not prevent the program from running. Consequently, a logic error is often very difficult to find) |
comp., MS | read error | 读取错误 (An error encountered while a computer is in the process of obtaining information from storage or from another source of input. Compare write error) |
comp., MS | recoverable error | 可恢复错误 (An error that can be successfully managed by software. For example, when the user enters a number when a letter is required, the program can simply display an error message and prompt the user again) |
comp., MS | rounding error | 舍入误差 (The deviation from an exact value resulting from the use of rounding) |
comp., MS | run-time error | 运行时错误 (A software error that occurs while a program is being executed, as detected by a compiler or other supervisory program) |
comp., MS | seek error | 寻道错误 (An error that occurs when the read-write head of the hard disk drive cannot be positioned over the designated area of the disk) |
comp., MS | semantic error | 语义错误 (An error in meaning; a statement in a program that is syntactically correct (legal) but functionally incorrect) |
comp., MS | server error | 服务器错误 (A failure to complete a request for information through HTTP that results from an error at the server rather than an error by the client or the user. Server errors are indicated by HTTP status codes beginning with 5) |
comp., MS | SMART error | SMART 错误 (An error returned by the SMART test) |
comp., MS | standard error | 标准错误 (An output stream typically used by programs to output error messages or diagnostics) |
comp., MS | sync error | 同步错误 (A problem that prevents sync from completing. Sync errors are typically caused by problems with the device, network folder, or other computer you are trying to sync with) |
comp., MS | syntax error | 语法错误 (An error in the grammatical structure of the code or expression) |
comp., MS | Windows Error Reporting | Windows 错误报告 (The Windows technology that collects data on system crashes or hangs and sends it to Microsoft) |