shajara API Map
    Preparing search index...

    Class ExternalError

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

    Hierarchy (View Summary)

    Implements

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

    External value represented by the error.

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

      Parameters

      • error: unknown

      Returns error is Error