Home
last modified time | relevance | path

Searched refs:ValidationError (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dcsv_table_parser.py234 raise ValidationError(self, "efuse_block field is not set")
236 raise ValidationError(self, "bit_count field is not set")
239 raise ValidationError(
262 class ValidationError(InputError): class
264 super(ValidationError, self).__init__(
/hal_espressif-latest/components/efuse/
Defuse_table_gen.py420 raise ValidationError(self, 'efuse_block field is not set')
422 raise ValidationError(self, 'bit_count field is not set')
425 …raise ValidationError(self, 'The field is outside the boundaries(max_bits = %d) of the %s block' %…
545 class ValidationError(InputError): class
547 super(ValidationError, self).__init__('Entry %s invalid: %s' % (p.field_name, message))