diff --git a/creator-keys/src/quote_view_errors.rs b/creator-keys/src/quote_view_errors.rs index 0e74b56..fedfe4f 100644 --- a/creator-keys/src/quote_view_errors.rs +++ b/creator-keys/src/quote_view_errors.rs @@ -9,3 +9,7 @@ pub const ERR_OVERFLOW: &str = "overflow"; /// Emitted on the sell path when a checked subtraction would underflow. /// Distinct from `ERR_OVERFLOW` so consumers can identify sell-specific underflow. pub const ERR_SELL_UNDERFLOW: &str = "sell_underflow"; + +pub const ERR_ZERO_CLAIMABLE: &str = "zero_claimable"; +pub const ERR_NO_HOLDERS: &str = "no_holders"; +pub const ERR_DIVIDEND_AMOUNT_ZERO: &str = "dividend_amount_zero";