NeuralkException

exception NeuralkException(message, status_code, details)

Custom exception for errors raised by the Neuralk AI SDK.

Variables:
  • message (str) – The error message.

  • status_code (HTTPStatus) – The HTTP status code associated with the error.

  • details (str) – Additional details about the error.

Parameters: