//! Useful prefabricated payloads.
use ;
/// Standard message response.
///
/// Use when returning a single piece of unstructured information from your axum route. (e.g. "Upload Complete")
/// Standard error response.
///
/// Contains the error body serialized as a string.