Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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';