Polygon FastLane
  • What is Polygon FastLane?
    • Overview
    • Design Principles
    • Components
    • Component Diagram
  • Getting Started as a Validator
    • Getting Started as a Validator
    • Connecting to a FastLane Sentry Node
      • Finding Your Enode Address & Peer ID
      • Adding FastLane as a Static Peer
    • Patching Your Sentry Nodes With The FastLane Patch
      • Installing from source
        • Patch Download
        • Patch Installation
      • Installing from packages
  • Withdrawing Validator Revenue
    • Validator Vault
      • Connect an Eligible Wallet
      • Revenue Redemption (withdrawal)
  • Searcher Guides
    • Getting Started as a Searcher
      • Solver Call Data
      • Submission Methods
      • Migration Guide for Searchers
    • Bundles (Backruns)
      • Bundle Format
      • Bid Submission
      • Bundle Requirements
      • Full Example
      • Subscribe Events
    • 4337 Bundles Integration Guide
      • Overview
      • How it works
      • RPC Reference
      • Examples
    • Searcher Contract Integration
      • Safety Considerations
      • atlasSolverCall
      • Direct Implementation
      • Proxy Implementation
      • Solver Concepts
      • Altas Bonding Concept
      • Bond atlETH
      • Estimating Solver Gas Charges
    • Addresses & Endpoints
    • Helpers
    • Common Mistakes
    • Atlas SDK's
  • Tools and Analytics
    • FastLane Bundle Explorer
      • Features Overview
      • Key Components
      • Usage Example
      • Error Codes & Troubleshooting
  • Key Concepts
    • Transaction Encoding
  • INFRASTRUCTURE
    • Health Status Endpoint
  • Reference
    • Relay JSON-RPC API
    • Relay REST API
    • Glossary of Terms
Powered by GitBook
On this page
  1. Tools and Analytics
  2. FastLane Bundle Explorer

Error Codes & Troubleshooting

The Explorer app also provides error codes and explanations for unsuccessful bundles.

Common error codes include:

  • R0008: Searcher has already bid in this auction.

  • R0009: Could not find searcher EOA.

  • R0010: Auction has expired.

  • R0014: Bundle has too few transactions.

  • R0015: Bundle has too many transactions.

  • R0017: Time from opportunity transaction arrival to auction start exceeds grace period.

  • R0021: Opportunity transaction hash does not match hash in searcher transaction.

  • R0022: Searcher sending bid to wrong Auction Handler contract address.

  • R0023: Validator not currently connected to PFL node.

  • R0025: Could not decode PFL transaction.

  • R0026: Could not compile bundle.

  • R0028: Validator already knows opportunity transaction.

  • R0099: Node hosting the auction is shutting down for updates.

  • R0100: Auction has already completed successfully.

  • N/A: Indicates no errors for successful bids or no unique error code found for unsuccessful bids.

PreviousUsage ExampleNextTransaction Encoding

Last updated 7 months ago