/// Error message indicating no timestamp was provided.
pub const ERROR_NO_TIMESTAMP: &str = "error_no_timestamp_provided";
/// Error message indicating the provided timestamp is either outdated or in the future.
pub const ERROR_TIMESTAMP_OUTDATED_OR_FUTURE: &str = "error_timestamp_outdated_or_future";
/// Error message indicating no version was provided.
pub const ERROR_NO_VERSION: &str = "error_no_version_provided";
/// Error message indicating the provided version is either outdated or in the future.
pub const ERROR_VERSION_OUTDATED_OR_FUTURE: &str = "error_version_outdated_or_future";