Package version:

Interface BlobQueryError

Blob query error type.

interface BlobQueryError {
    description: string;
    isFatal: boolean;
    name: string;
    position: number;
}

Properties

description: string

Error description.

isFatal: boolean

Whether error is fatal. Fatal error will stop query.

name: string

Error name.

position: number

Position in bytes of the query.