Standard Error

noun — “the panic channel with purpose.”

Standard Error, commonly abbreviated as stderr, is a dedicated output stream used by programs to report errors, warnings, diagnostics, and status messages that are not part of normal program output. While it may look similar to ordinary printed text on a terminal, Standard Error exists for a very specific reason: to keep problems separate from results.