pub fn check_positive_u128(value: u128, param: &str) -> Result<()>
Checks the u128 value is positive (> 0).
u128
Returns an error if the validation check fails.