Class ErrorLogEntry (1.5.1)

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

An entry describing an error that has occurred.

Attributes

NameDescription
url str
Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
error_details Sequence[str]
A list of messages that carry the error details.

Inheritance

builtins.object > proto.message.Message > ErrorLogEntry