pub fn assert_code<E: DomainError + ?Sized>(err: &E, expected: &str)
Assert that err’s code string equals expected.
err
code
expected
Panics with the actual code and category if they differ.