@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Class ProviderUnavailableError

    A remote provider (Arkade operator or its indexer) is temporarily unreachable. This is a retryable condition — transport failure, request timeout, or a 5xx/429-style temporary HTTP response — as opposed to a terminal configuration/authorization/schema error, which stays a plain Error/ArkError. The original low-level error is preserved as Error.cause.

    Hierarchy

    • Error
      • ProviderUnavailableError
    Index

    Constructors

    Properties

    Constructors

    Properties

    retryable: true

    Always true: this error type only ever wraps retryable conditions.