{
    "content": [
        {
            "type": "text",
            "text": "# OPENSSL-ERRSTR (man)\n\n## NAME\n\nopenssl-errstr - lookup error codes\n\n## SYNOPSIS\n\nopenssl errstr [-help] errorcode...\n\n## DESCRIPTION\n\nSometimes an application will not load error message texts and only numerical forms will be\navailable. This command can be used to display the meaning of the hex code. The hex code is\nthe hex digits after the second colon.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (1 subsections)\n- **EXAMPLES**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "OPENSSL-ERRSTR",
        "section": "",
        "mode": "man",
        "summary": "openssl-errstr - lookup error codes",
        "synopsis": "openssl errstr [-help] errorcode...",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Display a usage message."
            }
        ],
        "examples": [
            "The error code:",
            "27594:error:2006D080:lib(32)::reason(128)::107:",
            "can be displayed with:",
            "openssl errstr 2006D080",
            "to produce the error message:",
            "error:2006D080:BIO routines::no such file"
        ],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-help",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "EXAMPLES",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "openssl-errstr - lookup error codes\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "openssl errstr [-help] errorcode...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Sometimes an application will not load error message texts and only numerical forms will be\navailable. This command can be used to display the meaning of the hex code. The hex code is\nthe hex digits after the second colon.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-help",
                        "content": "Display a usage message.\n"
                    }
                ]
            },
            "EXAMPLES": {
                "content": "The error code:\n\n27594:error:2006D080:lib(32)::reason(128)::107:\n\ncan be displayed with:\n\nopenssl errstr 2006D080\n\nto produce the error message:\n\nerror:2006D080:BIO routines::no such file\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2004-2020 The OpenSSL Project Authors. All Rights Reserved.\n\nLicensed  under  the Apache License 2.0 (the \"License\").  You may not use this file except in\ncompliance with the License.  You can obtain a  copy  in  the  file  LICENSE  in  the  source\ndistribution or at <https://www.openssl.org/source/license.html>.\n\n3.0.13                                       2026-07-29                         OPENSSL-ERRSTR(1SSL)",
                "subsections": []
            }
        }
    }
}