BlobQueryError interface
Blob query error type.
Properties
description | Error description. |
is |
Whether error is fatal. Fatal error will stop query. |
name | Error name. |
position | Position in bytes of the query. |
Property Details
description
Error description.
description: string
Property Value
string
isFatal
Whether error is fatal. Fatal error will stop 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