{
    "mode": "man",
    "parameter": "pam_verror",
    "section": "3",
    "url": "https://www.chedong.com/phpMan.php/man/pam_verror/3/json",
    "generated": "2026-06-14T07:36:06Z",
    "synopsis": "#include <security/pamext.h>\nint pamerror(pamhandlet *pamh, const char *fmt, ...);\nint pamverror(pamhandlet *pamh, const char *fmt, valist args);",
    "sections": {
        "NAME": {
            "content": "pamerror, pamverror - display error messages to the user\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "#include <security/pamext.h>\n\nint pamerror(pamhandlet *pamh, const char *fmt, ...);\n\nint pamverror(pamhandlet *pamh, const char *fmt, valist args);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The pamerror function prints error messages through the conversation function to the user.\n\nThe pamverror function performs the same task as pamerror() with the difference that it\ntakes a set of arguments which have been obtained using the stdarg(3) variable argument list\nmacros.\n",
            "subsections": []
        },
        "RETURN VALUES": {
            "content": "PAMBUFERR\nMemory buffer error.\n\nPAMCONVERR\nConversation failure.\n\nPAMSUCCESS\nError message was displayed.\n\nPAMSYSTEMERR\nSystem error.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "paminfo(3), pamvinfo(3), pamprompt(3), pamvprompt(3), pam(7)\n",
            "subsections": []
        },
        "STANDARDS": {
            "content": "The pamerror and pamverror functions are Linux-PAM extensions.\n\n\n\nLinux-PAM Manual                             06/08/2020                                 PAMERROR(3)",
            "subsections": []
        }
    },
    "summary": "pamerror, pamverror - display error messages to the user",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "paminfo",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/paminfo/3/json"
        },
        {
            "name": "pamvinfo",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/pamvinfo/3/json"
        },
        {
            "name": "pamprompt",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/pamprompt/3/json"
        },
        {
            "name": "pamvprompt",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/pamvprompt/3/json"
        },
        {
            "name": "pam",
            "section": "7",
            "url": "https://www.chedong.com/phpMan.php/man/pam/7/json"
        }
    ]
}