E9006 Stdlib Errors

Stdlib

arrays.contains() does not support arrays of %s; only primitive and string element types are supported

When this occurs

This error is triggered when: arrays.contains() does not support arrays of %s; only primitive and string element types are supported

Example error message

error[E9006]: arrays.contains() does not support arrays of %s; only primitive and string element types are supported

How to fix

Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.

Related errors

No related errors.