valhalla-browser API
    Preparing search index...

    Class RoutingError

    A typed SDK failure. Retryable errors are transient; retries must remain bounded.

    Hierarchy

    • Error
      • RoutingError
    Index
    cause?: unknown

    Stable failure category for application error handling.

    message: string
    name: string
    nativeCode?: number

    Native Valhalla error number, if the failure came from the actor.

    retryable: boolean

    Transient failure indicator, not a request to retry indefinitely.

    stack?: string