AggregateAuthenticationError class

Menyediakan array yang errors berisi instans AuthenticationError untuk kegagalan autentikasi dari kredensial dalam ChainedTokenCredential.

Extends

Error

Konstruktor

AggregateAuthenticationError(any[], string)

Properti

errors

Array objek kesalahan yang dilemparkan saat mencoba mengautentikasi dengan kredensial dalam ChainedTokenCredential.

Properti yang Diwariskan

message
name
prepareStackTrace

Penimpaan opsional untuk memformat pelacakan tumpukan

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

stack
stackTraceLimit

Metode yang Diwarisi

captureStackTrace(object, Function)

Membuat properti .stack pada objek target

Detail Konstruktor

AggregateAuthenticationError(any[], string)

new AggregateAuthenticationError(errors: any[], errorMessage?: string)

Parameter

errors

any[]

errorMessage

string

Detail Properti

errors

Array objek kesalahan yang dilemparkan saat mencoba mengautentikasi dengan kredensial dalam ChainedTokenCredential.

errors: any[]

Nilai Properti

any[]

Detail Properti yang Diwariskan

message

message: string

Nilai Properti

string

Diwarisi Dari Error.message

name

name: string

Nilai Properti

string

Diwarisi Dari Error.name

prepareStackTrace

Penimpaan opsional untuk memformat pelacakan tumpukan

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

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

Nilai Properti

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

Diwarisi Dari Error.prepareStackTrace

stack

stack?: string

Nilai Properti

string

Diwarisi Dari Error.stack

stackTraceLimit

static stackTraceLimit: number

Nilai Properti

number

Diwarisi Dari Error.stackTraceLimit

Detail Metode yang Diwarisi

captureStackTrace(object, Function)

Membuat properti .stack pada objek target

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

Parameter

targetObject

object

constructorOpt

Function

Diwarisi Dari Error.captureStackTrace