//! Helpers for application errors.
use Rc;
use ;
pub use Caused;
/// Representation of an error caused by FFI side.
/// Wrapper for [`serde_json::Error`] that provides [`Clone`], [`Debug`],
/// [`Display`] implementations.
///
/// [`Debug`]: std::fmt::Debug
/// [`Display`]: std::fmt::Display
;