pub struct Error { /* private fields */ }
Expand description
An error reported from OpenSSL.
Implementations§
Source§impl Error
impl Error
Sourcepub fn library(&self) -> Option<&'static str>
pub fn library(&self) -> Option<&'static str>
Returns the name of the library reporting the error, if available.
Sourcepub fn library_code(&self) -> c_int
pub fn library_code(&self) -> c_int
Returns the raw OpenSSL error constant for the library reporting the error.
Sourcepub fn function(&self) -> Option<&'_ str>
pub fn function(&self) -> Option<&'_ str>
Returns the name of the function reporting the error.
Sourcepub fn reason_code(&self) -> c_int
pub fn reason_code(&self) -> c_int
Returns the raw OpenSSL error constant for the reason for the error.
Trait Implementations§
Source§impl Error for Error
impl Error for Error
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Send for Error
impl Sync for Error
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes