# show_errors

### Description

@short: Enables showing error alerts in case of unexpected behavior

@signature: show_errors: boolean

### Example

~~~jsx
gantt.config.show_errors = false;
~~~

**Default value:** true

### Related Guides
- [FAQ](faq.md#an-error-alert-appears-in-the-right-top-corner)
