1// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com> 2// SPDX-License-Identifier: GPL-3.0-or-later 3 4// TODO: expand 5#[derive(Debug, Clone)] 6pub struct Error;