@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Class NetworkError

    Thrown when a network-level failure occurs (DNS, TCP, TLS). Always retryable.

    Hierarchy

    • Error
      • NetworkError
    Index

    Constructors

    Properties

    Constructors

    • Creates a new NetworkError instance.

      Parameters

      • message: string

        Human-readable description of the network failure.

      • Optionalcause: unknown

        The underlying error that caused this failure, if any.

      Returns NetworkError

    Properties

    cause?: unknown

    The underlying error that caused this failure, if any.

    retryable: true

    Always true since network errors are transient.