Member Junction
    Preparing search index...

    The error thrown by the production-binding stubs (GraphCalendarSource, GoogleCalendarSource) until a real calendar API is wired. Distinct type so a host can detect "not yet bound" vs. a genuine transport failure.

    Hierarchy

    • Error
      • CalendarSourceNotBoundError
    Index

    Constructors

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void