Documentation
    Preparing search index...

    Class StalePriceError

    Thrown when a transaction aborts in a way that usually indicates the WAL payment was computed from stale cached storage prices (it can also indicate an insufficient WAL balance). The client's caches are reset before this error is thrown, so retrying will rebuild the transaction with fresh prices.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

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

    Methods

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

      Parameters

      • error: unknown

      Returns error is Error