# Compiler messages: text and layout

> AlgoBarsX compiler messages about text and layout, with what each code means and the real message where there is one: AS0001, AS0002, AS0003, AS0004, AS0005, AS0006.

Source: https://algobarsx.com/docs/diag-text-and-layout/

###  AS0001 `unexpected_char`

###  AS0002 `unterminated_string` error

This text is missing its closing quote (").

###  AS0003 `tab_indent` error

Use spaces, not tabs, to indent.

###  AS0004 `bad_dedent`

###  AS0005 `number_suffix`

###  AS0006 `unterminated_interpolation`
