Skip to main content

error_value

Function error_value 

Source
pub fn error_value(err: &DogeError, file: &str, line: u32) -> Value
Expand description

The value bound by oh no err!: a structured Error carrying the caught error’s type, message, and location. A re-raised error keeps its embedded location; a fresh one takes the catch site’s file/line.