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

pub struct OpenSslError(_);

An error reported from OpenSSL.

Methods

impl OpenSslError
[src]

Important traits for Vec<u8>

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. Read more

impl Display for OpenSslError
[src]

Formats the value using the given formatter. Read more

impl Error for OpenSslError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for OpenSslError

impl Sync for OpenSslError