Class Error (3.9.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 google.rpc.status_pb2.Status
Detailed error codes and messages.
timestamps Sequence[google.protobuf.timestamp_pb2.Timestamp]
The times the error occurred.

Inheritance

builtins.object > proto.message.Message > Error