Class Error (2.0.1)

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

Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger.

Attributes

NameDescription
details `.gr_status.Status`
Detailed error codes and messages.
timestamps Sequence[`.timestamp.Timestamp`]
The times the error occurred.

Inheritance

builtins.object > proto.message.Message > Error