pub type ErrorResponse = Box<dyn Error + Send + Sync + 'static>;
pub struct ErrorResponse(/* private fields */);