Options
All
  • Public
  • Public/Protected
  • All
Menu

Error thrown when the library does not find a root {@link HTMLElement} to get the manager's data from

Hierarchy

Index

Constructors

Properties

cause?: Error
message: string
name: string
stack?: string
defaultMessage: string = "No definition found for the GDPR manager"
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Methods

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void