usecrate::data_transformation::format::JsonRpcResponseError;usealloc::boxed::Box;/// Client API Framework Error
#[derive(Debug)]pubenumDataTransformationError{/// JSON-RPC response error
JsonRpcResultErr(Box<JsonRpcResponseError>),/// `wtx` can not perform this operation due to known limitations.
UnsupportedOperation,}