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: stringProperty Value
string
		isFatal
	 
	Whether the error is fatal or not. A fatal error will stop the query.
isFatal: booleanProperty Value
boolean
name
Error name.
name: stringProperty Value
string
position
Position in bytes of the query.
position: numberProperty Value
number