Skip to main content

foundation-comms.autherror

Home > @genesislcap/foundation-comms > AuthError

AuthError class

Represents an error that occurs during authentication.

Signature:

export declare class AuthError extends Error 

Extends: Error

Constructors

Constructor

Modifiers

Description

(constructor)(sent, received, message)

Constructs a new instance of the AuthError class

Properties

Property

Modifiers

Type

Description

received?

Message

(Optional)

sent

Message

Methods

Method

Modifiers

Description

getDetailsError()

getMessageError()

hasErrorCode(code)

hasMFAError()

hasPasswordExpiredError()

isIgnorableError()

requiresTermsAndConditions()