Hevy SDK Documentation - v0.0.0
    Preparing search index...

    Class NetworkError

    Error thrown when a network or fetch-level error occurs (e.g., DNS failure, no response, CORS error).

    This is distinct from APIError, which represents errors returned by the API itself.

    Hierarchy

    • Error
      • NetworkError
    Index

    Properties

    Methods

    Properties

    message: string

    The error message describing the network error.

    Methods

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error