{
    "content": [
        {
            "type": "text",
            "text": "# OPENSSL-ERRSTR (info)\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\nnumerical forms will be available. This command can be used to display\nthe meaning of the hex code. The hex code is the hex digits after the\nsecond 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": "info",
        "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": 5,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-help",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "EXAMPLES",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 8,
                "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\nnumerical forms will be available. This command can be used to display\nthe meaning of the hex code. The hex code is the hex digits after the\nsecond 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\nthis file except in compliance with the License.  You can obtain a copy\nin the file LICENSE in the source distribution or at\n<https://www.openssl.org/source/license.html>.\n\n3.0.2                             2026-06-02              OPENSSL-ERRSTR(1SSL)",
                "subsections": []
            }
        }
    }
}