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