Constructor
new SchemaMarkdownParserError(errors)
Create a Schema Markdown parser error instance
Parameters:
Name | Type | Description |
---|---|---|
errors |
Array.<string> | The list of error strings |
Properties:
Name | Type | Description |
---|---|---|
errors |
Array.<string> | The list of error strings |
Extends
- Error