Class ValidationError (2.4.0)

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

Represents a single validation error. .. attribute:: severity

The severity of the error.

:type: google.cloud.dialogflow_v2beta1.types.ValidationError.Severity

Attributes

NameDescription
entries Sequence[str]
The names of the entries that the error is associated with. Format: - "projects/
error_message str
The detailed error messsage.

Classes

Severity

Severity(value)

Represents a level of severity.