共用方式為


DataLakeAclChangeFailedError class

當作業中斷且稍後可以繼續時擲回的錯誤。

Extends

Error

建構函式

DataLakeAclChangeFailedError(Error | RestError, string)

屬性

continuationToken

接續權杖以繼續下一批次工作。

innerError

內部錯誤。

繼承的屬性

message
name
prepareStackTrace

格式化堆疊追蹤的選擇性覆寫

請參閱https://v8.dev/docs/stack-trace-api#customizing-stack-traces

stack
stackTraceLimit

繼承的方法

captureStackTrace(object, Function)

在目標物件上建立 .stack 屬性

建構函式詳細資料

DataLakeAclChangeFailedError(Error | RestError, string)

new DataLakeAclChangeFailedError(error: Error | RestError, continuationToken?: string)

參數

error

Error | RestError

continuationToken

string

屬性詳細資料

continuationToken

接續權杖以繼續下一批次工作。

continuationToken?: string

屬性值

string

innerError

內部錯誤。

innerError: Error | RestError

屬性值

Error | RestError

繼承的屬性詳細資料

message

message: string

屬性值

string

繼承自 Error.message

name

name: string

屬性值

string

繼承自 Error.name

prepareStackTrace

格式化堆疊追蹤的選擇性覆寫

請參閱https://v8.dev/docs/stack-trace-api#customizing-stack-traces

static prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

屬性值

(err: Error, stackTraces: CallSite[]) => any

繼承自 Error.prepareStackTrace

stack

stack?: string

屬性值

string

繼承自 Error.stack

stackTraceLimit

static stackTraceLimit: number

屬性值

number

繼承自 Error.stackTraceLimit

繼承的方法的詳細資料

captureStackTrace(object, Function)

在目標物件上建立 .stack 屬性

static function captureStackTrace(targetObject: object, constructorOpt?: Function)

參數

targetObject

object

constructorOpt

Function

繼承自 Error.captureStackTrace