Class ValidationError (2.16.0)

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

Represents a single validation error.

Attributes

NameDescription
severity google.cloud.dialogflow_v2beta1.types.ValidationError.Severity
The severity of the error.
entries Sequence[str]
The names of the entries that the error is associated with. Format: - "projects/
error_message str
The detailed error message.

Inheritance

builtins.object > proto.message.Message > ValidationError

Classes

Severity

Severity(value)

Represents a level of severity.