Class TestError (0.8.0)

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

Error info for running a test. Attributes: test_case (str): The test case resource name. status (google.rpc.status_pb2.Status): The status associated with the test. test_time (google.protobuf.timestamp_pb2.Timestamp): The timestamp when the test was completed.

Inheritance

builtins.object > proto.message.Message > TestError