ERROR_AMOUNT_LARGER_THAN_MAXIMUM_DEPOSIT
Error message for deposit amounts exceeding the maximum limit.This error is thrown when a deposit amount exceeds the configured maximum deposit amount for the system. # When Thrown - Deposit amount > maximum_deposit_amount - Attempting to deposit more than allowed # Resolution - Reduce deposit amount to within limits - Split large deposits into smaller transactions
Fully qualified path: obscura::errors::ERROR_AMOUNT_LARGER_THAN_MAXIMUM_DEPOSIT
pub const ERROR_AMOUNT_LARGER_THAN_MAXIMUM_DEPOSIT: felt252 = 'Deposit amount is too large';