ChemPal Documentation - v1.7.0
    Preparing search index...

      ChemPal Documentation - v1.7.0

      Categories & Groups / Category

      Exceptions

      2 entries across 1 modules.

      helpers/exceptions2

      • EmptyResponseError

        Error thrown when a response is empty.

      • HttpError

        Error thrown when an HTTP response has a non-2xx status. Carries the numeric status so callers can branch on it (e.g. retrying a 403 WAF cookie challenge) rather than string-matching the message.