new QueryFileError()
QueryFileError class, available from the errors namespace.
This type represents all errors related to QueryFile.
Properties:
| Name | Type | Description |
|---|---|---|
name |
string | Standard Error property - error type name = |
message |
string | Standard Error property - the error message. |
stack |
string | Standard Error property - the stack trace. |
file |
string | File path/name that was passed into the QueryFile constructor. |
options |
object | Set of options that was used by the QueryFile object. |
error |
SQLParsingError | Internal SQLParsingError object. It is set only when the error was thrown by pg-minify while parsing the SQL file. |
- Source:
- See: