1//! Re-export of the shared API error type.
2//!
3//! Lives in `hypercall-runtime-api` so both `hypercall-api` and the admin
4//! surface return the same error type without duplication.
5pub use hypercall_runtime_api::error::{ApiError, ApiErrorBody};