2023-02-19 16:10:08 +05:30
> **Warning**
>
> ## THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
>
2024-06-27 16:55:05 +05:30
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/setup/interfaces/mermaid.ParseOptions.md](../../../../packages/mermaid/src/docs/config/setup/interfaces/mermaid.ParseOptions.md).
2023-02-19 16:10:08 +05:30
# Interface: ParseOptions
2024-06-27 16:55:05 +05:30
[mermaid ](../modules/mermaid.md ).ParseOptions
2023-02-19 16:10:08 +05:30
## Properties
### suppressErrors
• `Optional` **suppressErrors** : `boolean`
2023-12-08 09:57:08 +05:30
If `true` , parse will return `false` instead of throwing error when the diagram is invalid.
The `parseError` function will not be called.
2023-02-19 16:10:08 +05:30
#### Defined in
2024-06-27 16:55:05 +05:30
[packages/mermaid/src/types.ts:43 ](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/types.ts#L43 )