@conciergus/chat - v0.3.1
    Preparing search index...

    Class ConciergusErrorBoundary

    ConciergusErrorBoundary Component

    Enterprise-grade error boundary with advanced error handling, recovery mechanisms, telemetry integration, and comprehensive fallback strategies for AI SDK 5 applications.

    Hierarchy

    Index

    Constructors

    Methods

    • Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.

      Parameters

      • error: Error
      • errorInfo: ErrorInfo

      Returns void

    • Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

      Returns void

    • Returns
          | string
          | number
          | bigint
          | boolean
          | Iterable<ReactNode, any, any>
          | Promise<AwaitedReactNode>
          | Element