BlobQueryError interface

Blob 查詢錯誤類型。

屬性

description

錯誤描述。

isFatal

錯誤是否為嚴重。 嚴重錯誤將會停止查詢。

name

錯誤名稱。

position

以位元組為單位的查詢位置。

屬性詳細資料

description

錯誤描述。

TypeScript
description: string

屬性值

string

isFatal

錯誤是否為嚴重。 嚴重錯誤將會停止查詢。

TypeScript
isFatal: boolean

屬性值

boolean

name

錯誤名稱。

TypeScript
name: string

屬性值

string

position

以位元組為單位的查詢位置。

TypeScript
position: number

屬性值

number