proxmox/proxmox-router/src/error.rs
Lukas Wagner add38769f8 router: re-export HttpError from proxmox-http-error
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-07-28 10:47:05 +02:00

5 lines
104 B
Rust

pub use proxmox_http_error::{http_bail, http_err, HttpError};
#[doc(hidden)]
pub use http::StatusCode;