exiv2.extras

Pure Python extra classes and functions.

Exceptions

Exiv2Error

Python exception raised by exiv2 library errors.

exception Exiv2Error

Bases: Exception

Python exception raised by exiv2 library errors.

Variables:
  • code (ErrorCode) – The Exiv2 error code that caused the exception.

  • message (str) – The message associated with the exception.