DataLakeAclChangeFailedError class

An error thrown when an operation is interrupted and can be continued later on.

Extends

Error

Constructors

DataLakeAclChangeFailedError(Error | RestError, string)

Properties

continuationToken

Continuation token to continue next batch of operations.

innerError

Internal error.

Inherited Properties

message
name
prepareStackTrace

Optional override for formatting stack traces

See https://v8.dev/docs/stack-trace-api#customizing-stack-traces

stack
stackTraceLimit

Inherited Methods

captureStackTrace(object, Function)

Create .stack property on a target object

Constructor Details

DataLakeAclChangeFailedError(Error | RestError, string)

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

Parameters

error

Error | RestError

continuationToken

string

Property Details

continuationToken

Continuation token to continue next batch of operations.

continuationToken?: string

Property Value

string

innerError

Internal error.

innerError: Error | RestError

Property Value

Error | RestError

Inherited Property Details

message

message: string

Property Value

string

Inherited From Error.message

name

name: string

Property Value

string

Inherited From Error.name

prepareStackTrace

Optional override for formatting stack traces

See https://v8.dev/docs/stack-trace-api#customizing-stack-traces

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

Property Value

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

Inherited From Error.prepareStackTrace

stack

stack?: string

Property Value

string

Inherited From Error.stack

stackTraceLimit

static stackTraceLimit: number

Property Value

number

Inherited From Error.stackTraceLimit

Inherited Method Details

captureStackTrace(object, Function)

Create .stack property on a target object

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

Parameters

targetObject

object

constructorOpt

Function

Inherited From Error.captureStackTrace