Class ParameterViolation (0.5.3)

ParameterViolation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A specific template-parameter violation.

Attributes

NameDescription
parameter str
The parameter that failed to validate.
description str
A description of why the parameter failed to validate.

Inheritance

builtins.object > proto.message.Message > ParameterViolation