E7007 Stdlib Validation Errors
requires-map
argument must be a map
When this occurs
Non-map to map function
Example error message
error[E7007]:
maps.keys() requires a map argument
How to fix
Pass a map to this function.
argument must be a map
Non-map to map function
Pass a map to this function.