AuthenticationError class
提供有關無法向 Azure Active Directory 進行驗證的詳細數據。 [errorResponse
] 欄位包含特定失敗的詳細數據。
- Extends
-
Error
建構函式
Authentication |
屬性
error |
錯誤回應詳細數據。 |
status |
從驗證要求傳回的 HTTP 狀態代碼。 |
繼承的屬性
message | |
name | |
prepare |
格式化堆疊追蹤的選擇性覆寫 請參閱 https://v8.dev/docs/stack-trace-api#customizing-stack-traces |
stack | |
stack |
繼承的方法
capture |
在目標物件上建立 .stack 屬性 |
建構函式詳細資料
AuthenticationError(number, undefined | null | string | object, { cause?: unknown })
new AuthenticationError(statusCode: number, errorBody: undefined | null | string | object, options?: { cause?: unknown })
參數
- statusCode
-
number
- errorBody
-
undefined | null | string | object
- options
-
{ cause?: unknown }
屬性詳細資料
errorResponse
statusCode
從驗證要求傳回的 HTTP 狀態代碼。
statusCode: number
屬性值
number
繼承的屬性詳細資料
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