例文
The program encountered a run-time error during execution.
プログラムが実行中に実行時エラーが発生した。
コアイメージ
実行中に発生する例外や障害として表れる異常事象
英英
An unexpected condition arising during program execution, often represented as an exception or fault that interrupts normal processing.
語源
run-time errorは、run(実行)とtime(時間)から成るrun-timeとerror(誤り)が結合してできた語で、プログラム実行中に発生する誤りを表す。
コラム
- 日本語の「エラー」は操作ミスなど広く使われるが、技術文脈でのrun-time errorは実行中に内部で生じる誤りを指す。