FileQueryError interface
File query error type.
Properties
description | Error description. |
is |
Whether the error is fatal or not. A fatal error will stop the query. |
name | Error name. |
position | Position in bytes of the query. |
Property Details
description
Error description.
description: string
Property Value
string
isFatal
Whether the error is fatal or not. A fatal error will stop the query.
isFatal: boolean
Property Value
boolean
name
Error name.
name: string
Property Value
string
position
Position in bytes of the query.
position: number
Property Value
number