Searched refs:ValidationError (Results 1 – 2 of 2) sorted by relevance
234 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): class264 super(ValidationError, self).__init__(
420 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): class547 super(ValidationError, self).__init__('Entry %s invalid: %s' % (p.field_name, message))