Class: EmailAuthNotFoundError
Extends
Constructors
Constructor
new EmailAuthNotFoundError(
message?
):EmailAuthNotFoundError
Parameters
Parameter | Type |
---|---|
message? | string |
Returns
EmailAuthNotFoundError
Inherited from
IdentityDatabaseError
.constructor
Constructor
new EmailAuthNotFoundError(
message?
,options?
):EmailAuthNotFoundError
Parameters
Parameter | Type |
---|---|
message? | string |
options? | ErrorOptions |
Returns
EmailAuthNotFoundError
Inherited from
IdentityDatabaseError
.constructor
Properties
cause?
optional
cause:unknown
Inherited from
message
message:
string
Inherited from
name
name:
string
Inherited from
stack?
optional
stack:string
Inherited from
prepareStackTrace()?
static
optional
prepareStackTrace: (err
,stackTraces
) =>any
Optional override for formatting stack traces
Parameters
Parameter | Type |
---|---|
err | Error |
stackTraces | CallSite [] |
Returns
any
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Inherited from
IdentityDatabaseError
.prepareStackTrace
stackTraceLimit
static
stackTraceLimit:number
Inherited from
IdentityDatabaseError
.stackTraceLimit
Methods
captureStackTrace()
static
captureStackTrace(targetObject
,constructorOpt?
):void
Create .stack property on a target object
Parameters
Parameter | Type |
---|---|
targetObject | object |
constructorOpt? | Function |
Returns
void