Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6928823
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:14:19+00:00 2026-05-27T11:14:19+00:00

sys_errlist is indexed by errno and contains the appropriate error message. Where can I

  • 0

sys_errlist is indexed by errno and contains the appropriate error message. Where can I see the contents of this list?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T11:14:19+00:00Added an answer on May 27, 2026 at 11:14 am

    Probably in some system header file included somehow by <errno.h>. If you want to print its full content you can easily do it with a small program:

    #include <errno.h>
    #include <stdio.h>
    
    int main()
    {
        for(int i=0; i<sys_nerr; i++)
            printf("sys_errlist[%d] = \"%s\"\n", i, sys_errlist[i]);
        return 0;
    }
    

    (sys_nerr is defined as the number of entries in sys_errlist)

    Still, keep in mind that, according to my manpages, perror or strerror should be preferred since

    new error values may not have been added to sys_errlist[].

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

SELECT name FROM sys.databases -- this can list all database name in the server
Sometimes in execution I get this error message in VS2010 when trying to free
I can use: select * from sys.tables in mssql to show a list of
Just wondering why import sys exit(0) gives me this error: Traceback (most recent call
*Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be
Sys.Webforms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for
The entry for sys.path[0] is '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode' . The Python docs say this should be
Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for
So we have this SYS_CONTEXT function in Oracle, which takes two parameters, first a
Seems like this should be simple, but I don't find it in a net

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.