Trait valkyrie_error::ValkyrieErrorType
source · pub trait ValkyrieErrorType: Error {
// Required methods
fn boxed(self) -> ValkyrieError;
fn error_code(&self) -> usize;
fn as_report(&self) -> Report;
}pub trait ValkyrieErrorType: Error {
// Required methods
fn boxed(self) -> ValkyrieError;
fn error_code(&self) -> usize;
fn as_report(&self) -> Report;
}