ERROR: LoadError: MethodError: no method matching isless(::String, ::Int64)

You tried to compare a string to an integer and found that there is no such ordering defined.

In my opinion, it is a rather fine error.

7 Likes