1#[cfg_attr(feature = "near-contract", derive(::near_sdk::FunctionError))] 2#[derive(Debug, Clone, PartialEq, Eq, thiserror::Error)] 3#[error("refund event log would be too long")] 4pub struct ErrorLogTooLong;