@dxos/app-framework - v0.8.3
    Preparing search index...

    Class CycleDetectedError

    NOTE: Messages should be sentences (Start with a capital letter and end with a period). Errors can optionally include a JSON context object.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cause?: unknown
    code: string
    context?: Record<string, any>
    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

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error