standard error | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | stderr,standard error |
Related | Glossary: Unix, command line |
Description | The place where a program sends any error messages it generates. Usually, the standard error is the command-line window by default. On Unix systems, the standard error can be redirected to a file, a printer, or another destination. |