E3008 Types Errors

Types

type '%s' does not support indexing; only arrays, maps, and strings can be indexed

When this occurs

Using unknown type name

Example error message

error[E3008]: undefined type 'Foo'

How to fix

Define the type before using it, or check for typos in the type name.

Related errors