ERROR_INVALID_FEE
Error message for invalid fee amounts.This error is thrown when a transaction fee exceeds the maximum allowed fee or is otherwise invalid. # When Thrown - Fee amount exceeds MAX_FEE - Fee calculation results in overflow - Fee is negative or invalid # Resolution - Use a fee amount within the system limits - Ensure fee calculation is correct
Fully qualified path: obscura::errors::ERROR_INVALID_FEE
pub const ERROR_INVALID_FEE: felt252 = 'Invalid fee';