> For the complete documentation index, see [llms.txt](https://docs.sannybuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sannybuilder.com/troubleshooting/errors/0002.md).

# 0002: Unknown array type

The disassembler can't recognize the type of an [array](/language/data-types/arrays.md) in a script file. It may happen because of wrong compilation.

**Possible solutions:** enable the [`IGNORE_UNKNOWN`](/editor/debug-options.md#ignore_unknown) debug option.
