Latest
Search
K
Links
Comment on page

AuthError

Hierarchy

Index

Constructors

Properties

Constructors

constructor

+ new AuthError(message: string, cause?: Error): AuthError
Parameters:
Name
Type
message
string
cause?
Error
Returns: AuthError

Properties

Optional cause

cause? : Error

message

message: string
Inherited from AuthError.message

name

name: string
Inherited from AuthError.name

Optional stack

stack? : undefined | string
Inherited from AuthError.stack
Overrides AuthError.stack

Static Error

Error: ErrorConstructor