jty
    Preparing search index...

    Function isSameErr

    • Checks if two Error objects are the same.

      Parameters

      • x: unknown

        The first value to compare.

      • ref: Error

        The reference Error.

      Returns x is Error

      true if the errors are the same, false otherwise.

      if ref is not an Error.