shajara API
    Preparing search index...

    Error wrapper for an external failure whose raw value is not already an Error.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    cause?: unknown
    kind: "external" = ...
    message: string
    name: "ExternalError"
    raw: unknown

    External value represented by the error.

    stack?: string

    Methods

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

      Parameters

      • error: unknown

      Returns error is Error