Documentation
    Preparing search index...

    A Move abort decoded from a simulate/read failure.

    Hierarchy

    • Error
      • PredictMoveError
    Index
    • Parameters

      • module: string
      • code: bigint
      • abortName: string | null

      Returns PredictMoveError

    abortName: string | null

    The E… constant name, decoded from the clever-error abort code by the fullnode, or null when the transport surfaced no name (a non-clever abort, or a JSON-RPC failure that carries only a line number).

    cause?: unknown
    code: bigint

    Exact u64 abort code — bigint because clever-error encodings pack data into the high bits, which Number would silently truncate.

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

      Parameters

      • error: unknown

      Returns error is Error