에러,error



Sub:
syntax_error
compile-time_error ... = compile_error ? Google:compile_error compile-time_error
runtime_error
logical_error = logic_error ? = bug?
semantic_error
out of memory error / insufficient memory error / Out of memory (OOM) /// out_of_memory out_of_memory_error OOM insufficient_space insufficient_storage
bus_error - 버스,bus
error_message
에러메시지,error_message =,error_message =,error_message . error_message
에러메시지
에러 메시지, 오류 메시지
Up: 에러,error 메시지,message
rel. 로깅,logging=로그,log
WtEn:error_message
WpKo:오류_메시지 = https://ko.wikipedia.org/wiki/오류_메시지
WpEn:Error_message = https://en.wikipedia.org/wiki/Error_message
(chk, del ok) 에러메시지 는 그 정확한 에러의 근본 원인을 바로 말하지 않는 경우가 많으므로 이것이 왜 여기서 발생했는지를 알아내는지는 programming 에 논리적 스킬이 필요한 이유... / 에러메시지를 잘 쓰는 것도 중요하다 / weird Ggl:ridiculous error messages 는 많다
Sub:
분류 (대충적음, del or cleanup)
os 사용 시
os의 error logs...?
kernel panic
program/application 사용 시
user가 console(TUI 일 때) / message_box 등 (GUI 일 때) / ... 등으로 접한다
프로그래밍 시
compile-time에
syntax error - syntactic error ?? chk
semantic error - rel. 버그,bug
네트워킹
인터넷 사이트 접속 시
HTTP error
404 error // https://namu.wiki/w/404 Not Found - web_server 가 해당 자원(주로 파일)을 찾을 수 없는? chk
error_handling =,error_handling . error_handling
{
error handling

Sub: 예외처리,exception_handling?
Up: 처리,handling = 핸들링,handling?

C++ std::expected 가 여기 쓰임
error handling - What is std::expected in C++? - Stack Overflow
https://stackoverflow.com/questions/68368581/what-is-stdexpected-in-c


Srch:error_handling
} // error handling Ggl:error handling Naver:error handling
----


(Misc) 관련표현: fault, flaw, defect, failure, glitch,
같은영단어: 오류,error(VG:오류,error) 오차,error(VG:오차,error)
오류,error
{
// via WpKo:1종_오류와_2종_오류
통계적 오류 statistical_error
시스템적 오류 systematic_error 가 있고 통계적오류가 1/2종으로 나뉘어짐/

시스템오류? systematic_error - 오차가 시스템의 잘못으로 인한 것으로, 그 잘못을 특정해내면 제거 가능.
통계오류? statistical_error - 오차가 무작위적이며 예측불가능한 변동으로 생기는 것. (제거 불가능?)
1종오류 type_I_error - 귀무가설,null_hypothesis이 사실 참인데, 기각하는 오류 - 거짓양성,false_positive,FP
2종오류 type_II_errr - 귀무가설,null_hypothesis이 사실 거짓인데, 기각하지 못하는(않는?) 오류 - 거짓음성,false_negative,FN

see also
Zeta:1종_오류,_2종_오류
Zeta:1종_오류 = Zeta:거짓_양성_FP
Zeta:2종_오류 = Zeta:거짓_음성

}