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.
aixplain.enums.error_handler
ErrorHandler
Enumeration class defining different error handler strategies.
Attributes:
SKIP
(str): skip failed rows.FAIL
(str): raise an exception.