logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

openssl-errstr - lookup error codes

Description

       Sometimes an application will not load error message texts and only numerical forms will be available.
       This command can be used to display the meaning of the hex code. The hex code is the hex digits after the
       second colon.

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

Name

       openssl-errstr - lookup error codes

Options

-help
           Display a usage message.

Synopsis

opensslerrstr [-help] error_code...

See Also