Error code: Difference between revisions

Content deleted Content added
m Reverted 1 edit by Egbujor (talk) to last revision by Voidxor
In computer programming: That. Dates. Back. To. Research. UNIX. And. Linux. Adopted. It. From. Other. UN*Xes.
Line 19:
 
Different programming languages, operating systems, and programming environments often have their own conventions and standards for the meanings and values of error codes. Examples include:
* [[LinuxUnix-like]] definessystems itshave ownan [[errno.h]] header file, containingthat contains the meanings and values of error codes returned by [[system call]]s and library functions.<ref>{{Cite web man|title=errno(3) - Linux manual page 2|url=https://www.man7.org/linuxintro|v7}}</ref><ref>{{man-pages/man3/errno.|3.html |access-date=2023-03-12 errno|website=Man7.orgLinux}}</ref><ref>{{man|2|intro|Solaris}}</ref>
* [[Windows API|Microsoft Windows' application programming interfaces (APIs)]] have several different standards for error code values, depending on the specific API being used.<ref>{{Cite web |title=[MS-ERREF]: Overview |url=https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/774ca55e-5e94-49ad-8710-c777fc717599 |access-date=2023-03-12 |website=learn.microsoft.com }}</ref>