{
    "content": [
        {
            "type": "text",
            "text": "# pam_verror (man)\n\n## NAME\n\npamerror, pamverror - display error messages to the user\n\n## SYNOPSIS\n\n#include <security/pamext.h>\nint pamerror(pamhandlet *pamh, const char *fmt, ...);\nint pamverror(pamhandlet *pamh, const char *fmt, valist args);\n\n## DESCRIPTION\n\nThe pamerror function prints error messages through the conversation function to the user.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **RETURN VALUES**\n- **SEE ALSO**\n- **STANDARDS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "pam_verror",
        "section": "",
        "mode": "man",
        "summary": "pamerror, pamverror - display error messages to the user",
        "synopsis": "#include <security/pamext.h>\nint pamerror(pamhandlet *pamh, const char *fmt, ...);\nint pamverror(pamhandlet *pamh, const char *fmt, valist args);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "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"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "RETURN VALUES",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "STANDARDS",
                "lines": 5,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}