Skip to main content

module aixplain.enums.error_handler


class ErrorHandler

Enumeration class defining different error handler strategies.

Attributes:

  • SKIP (str): skip failed rows.
  • FAIL (str): raise an exception.