// ABOUTME: Centralized error handling re-exported from pierre-core
// ABOUTME: Provides all error types, error codes, and HTTP response formatting
//
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2025 Pierre Fitness Intelligence
//! # Unified Error Handling System
//!
//! This module re-exports the centralized error handling system from `pierre-core`.
//! It provides standard error types, error codes, and HTTP response formatting to ensure
//! consistent error handling across all modules and APIs.
pub use pierre_core::errors::*;