//! Structured error types for the sandbox service.
//!
//! [`SandboxError`] distinguishes decode failures (bad client payload) from
//! internal / runtime errors so the RPC layer can map them to the correct
//! status code (400 vs 500).
use fmt;
/// Error returned by [`SandboxService`](crate::sandbox::SandboxService) methods.