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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript