inheritree
    Preparing search index...

    Class UnsortedInputError

    Thrown by BTree.buildFrom when its input is not strictly ascending by the comparator - either an out-of-order pair (compare > 0) or a duplicate (compare === 0). The message names the offending pair.

    Hierarchy

    • Error
      • UnsortedInputError
    Index

    Constructors

    Properties

    Constructors

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string