1//! Errors that can arise when building a [`Response`](crate::Response) body. 2pub use super::json::JsonSerializationError;