你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AuthenticationError class
提供有关使用 Azure Active Directory 进行身份验证失败的详细信息。
errorResponse
字段包含有关特定失败的更多详细信息。
- 扩展
-
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