Class UnregisteredUserError

An error indicating that managed user is not registered in the authentication provider.

Hierarchy

  • CustomError
    • UnregisteredUserError

Constructors

  • Parameters

    • message: string

    Returns UnregisteredUserError

Properties

cause?: unknown
message: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Accessors

  • get name(): string
  • Returns string

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc