E7012 Stdlib Validation Errors

zero-not-allowed

argument cannot be zero

When this occurs

Zero value where non-zero required

Example error message

error[E7012]: argument cannot be zero

How to fix

Pass a non-zero value.

Related errors