AuthenticationError class
Fornisce informazioni dettagliate su un errore di autenticazione con Azure Active Directory. Il campo errorResponse
contiene altri dettagli sull'errore specifico.
- Extends
-
Error
Costruttori
Authentication |
Proprietà
error |
Dettagli della risposta di errore. |
status |
Codice di stato HTTP restituito dalla richiesta di autenticazione. |
Proprietà ereditate
message | |
name | |
prepare |
Override facoltativo per la formattazione delle tracce dello stack Vedere https://v8.dev/docs/stack-trace-api#customizing-stack-traces |
stack | |
stack |
Metodi ereditati
capture |
Creare una proprietà stack in un oggetto di destinazione |
Dettagli costruttore
AuthenticationError(number, undefined | null | string | object, { cause?: unknown })
new AuthenticationError(statusCode: number, errorBody: undefined | null | string | object, options?: { cause?: unknown })
Parametri
- statusCode
-
number
- errorBody
-
undefined | null | string | object
- options
-
{ cause?: unknown }
Dettagli proprietà
errorResponse
Dettagli della risposta di errore.
errorResponse: ErrorResponse
Valore della proprietà
statusCode
Codice di stato HTTP restituito dalla richiesta di autenticazione.
statusCode: number
Valore della proprietà
number
Dettagli proprietà ereditate
message
message: string
Valore della proprietà
string
Ereditato da Error.message
name
name: string
Valore della proprietà
string
ereditato da Error.name
prepareStackTrace
Override facoltativo per la formattazione delle tracce dello stack
Vedere https://v8.dev/docs/stack-trace-api#customizing-stack-traces
static prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any
Valore della proprietà
(err: Error, stackTraces: CallSite[]) => any
Ereditato da Error.prepareStackTrace
stack
stack?: string
Valore della proprietà
string
ereditato da Error.stack
stackTraceLimit
static stackTraceLimit: number
Valore della proprietà
number
ereditato da Error.stackTraceLimit
Dettagli dei metodi ereditati
captureStackTrace(object, Function)
Creare una proprietà stack in un oggetto di destinazione
static function captureStackTrace(targetObject: object, constructorOpt?: Function)
Parametri
- targetObject
-
object
- constructorOpt
-
Function
Ereditato da Error.captureStackTrace