Struct openssl::error::Error [] [src]

pub struct Error(_);
[]

An error reported from OpenSSL.

Methods

impl Error
[src]

[]

Returns the first error on the OpenSSL error stack.

[]

Returns the raw OpenSSL error code for this error.

[]

Returns the name of the library reporting the error, if available.

[]

Returns the name of the function reporting the error.

[]

Returns the reason for the error.

Trait Implementations

impl Clone for Error
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

[]

Formats the value using the given formatter.

impl Display for Error
[src]

[]

Formats the value using the given formatter.

impl Error for Error
[src]

[]

A short description of the error. Read more

[]

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