V1 Error

Mindee API Error

class MindeeAPIError

An exception relating to settings of the MindeeClient.

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

Mindee Product Error

class MindeeProductError

An exception relating to the use of an incorrect product/version.

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.