Skip to main content

assert_http_status

Function assert_http_status 

Source
pub fn assert_http_status<E: DomainError + ?Sized>(err: &E, expected: u16)
Expand description

Assert that err’s http_status equals expected.

§Panics

Panics with the actual status if it differs.