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 |
|
---|---|
Name | Description |
details |
google.rpc.status_pb2.Status
Detailed error codes and messages. |
timestamps |
MutableSequence[google.protobuf.timestamp_pb2.Timestamp]
The times the error occurred. List includes the oldest timestamp and the last 9 timestamps. |
extra_info |
google.cloud.dlp_v2.types.Error.ErrorExtraInfo
Additional information about the error. |
Classes
ErrorExtraInfo
ErrorExtraInfo(value)
Additional information about the error.