A PHP error severe enough that PHP stops executing the script entirely. The page fails to load, producing a blank page, a 500 error, or WordPress's critical error notice. Fatal errors are caused by calling a function that does not exist, exceeding the PHP memory limit, or a syntax error in a plugin or theme file. The file path and line number in the error identify exactly which file caused it.
