The minimum and the maximum values of this parameter overlap. Example:
param MyParam min = 2 max = 1 endparam
Correct this error by ensuring the values do not overlap.
param MyParam min = 2 max = 3 endparam
See Also Errors