Interface ErrorsAndWarnings

interface ErrorsAndWarnings {
    errors?: string[];
    warnings?: string[];
}

Hierarchy (view full)

Properties

Properties

errors?: string[]

This is a list of all critical errors raised by ExifTool during the read process.

warnings?: string[]

This is a list of all non-critical errors raised by ExifTool during the read process.

Invalid field values are considered warnings and not errors, for example.