E7013 Stdlib Validation Errors
empty-not-allowed
argument cannot be empty
When this occurs
Empty array/string where non-empty required
Example error message
error[E7013]:
argument cannot be empty
How to fix
Pass a non-empty collection or string.