ERROR_INVALID_EXT_AMOUNT
Error message for invalid external amounts.This error is thrown when the external amount (deposit/withdrawal) is outside the allowed range or invalid. # When Thrown - Amount exceeds MAX_EXT_AMOUNT - Amount is below MIN_EXT_AMOUNT - Amount calculation results in overflow # Resolution - Use an amount within the system limits - Ensure amount calculation is correct
Fully qualified path: obscura::errors::ERROR_INVALID_EXT_AMOUNT
pub const ERROR_INVALID_EXT_AMOUNT: felt252 = 'Invalid ext amount';