eegprep.CatalogValidationIssue# class eegprep.CatalogValidationIssue(message, entry_id='', field='')# Bases: object One catalog metadata validation issue. Parameters: message (str) entry_id (str) field (str) __init__(message, entry_id='', field='')# Parameters: message (str) entry_id (str) field (str) Return type: None Methods __init__(message[, entry_id, field]) format() Return a concise human-readable issue line. Attributes entry_id field message message: str# entry_id: str = ''# field: str = ''# format()# Return a concise human-readable issue line. Return type: str