ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Module helpers/exceptions

    Classes - Exceptions

    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.