Struct openssl::ssl::error::OpenSslError [] [src]

pub struct OpenSslError(_);

An error reported from OpenSSL.

Methods

impl OpenSslError
[src]

Returns the contents of the OpenSSL error stack.

Returns the raw OpenSSL error code for this error.

Returns the name of the library reporting the error.

Returns the name of the function reporting the error.

Returns the reason for the error.

Trait Implementations

impl Debug for OpenSslError
[src]

Formats the value using the given formatter.

impl Display for OpenSslError
[src]

Formats the value using the given formatter.

impl Error for OpenSslError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more