On this page

OpenSSL errors

History

Errors originating in crypto or tls are of class Error, and in addition to the standard .code and .message properties, may have some additional OpenSSL-specific properties.

An array of errors that can give context to where in the OpenSSL library an error originates from.

The OpenSSL function the error originates in.

The OpenSSL library the error originates in.

A human-readable string describing the reason for the error.