BD#0: Ensures that only the owner can execute functions protected by this modifier.
BD#1: Ensures that only current committee members can execute functions protected by this modifier.
BD#2: Ensures that only the orderBook contract can call functions protected by this modifier.
BD#3: Ensures that the specified order exists before proceeding with the function execution.
BD#4: Ensures that a bid exists for the specified order before proceeding with the function execution.
BD#5: Ensures that the quorum for the order has been reached before allowing the bid.
BD#6: Ensures that the proposed reward is greater than zero.
BD#7: Ensures that the proposed reward does not exceed the maximum reward specified in the order.
BD#8: Ensures that underbidding is allowed before allowing a new bid to be placed.
BD#9: Ensures that the new bid's proposed reward is lower than the current best bid when underbidding is enabled.
BD#10: Either orders were already bid by another executor or failed spam prevention filter.
BD#11: Ensures that the insurance amount provided with the bid matches the required amount when the previous best bidder's insurance needs to be refunded.
BD#12: Ensures that the bid amount provided matches the required insurance amount when no previous bid exists.
BD#14: Ensures that the claimer is the current best bidder for the specified order.
BD#15: Ensures that the insurance for the specified order has not already been claimed.
BD#16: Ensures that the order has been properly attested and meets the quorum requirements before allowing the insurance claim.
BD#17: Ensures that the refund of the insurance amount to the claimer is successful.
BD#18: Ensures that the new bid's decrement is greater than or equal to the required minimum bid decrement.
RO#0: Ensures that a valid address or range of values was provided during initialization.
RO#2: Ensures that requested cross-chain route is enabled (both source & destination chains and assets are enabled).
RO#7: Ensures orders aren't accepted after network's order limit has been reached.
RO#13: Ensures that the order is in a claimable state (verification has been completed).
RO#16: Ensures that the process of settling payouts with associated fees succeeds. This prevents issues during the payout process, such as incorrect fee deductions or failed transfers