NeuralkTermsNotAcceptedError

exception NeuralkTermsNotAcceptedError(message, status_code, details, terms_version=None, terms_url=None)

Raised when the organization has not accepted the Terms of Service.

The Neuralk API returns HTTP 403 with error code 4030110 when the caller’s organization has not yet accepted the current Terms of Service.

Variables:
  • terms_version – The current Terms version that must be accepted.

  • terms_url – URL to the full Terms of Service text.

Parameters: