public interface

UiInteraction.ErrorOrBuilder

 androidx.test.espresso.proto.UiInteraction.ErrorOrBuilder

Subclasses:

UiInteraction.Error, UiInteraction.Error.Builder

Summary

Methods
public intgetCode()

int32 code = 1;

public java.lang.StringgetDescription()

string description = 2;

public com.google.protobuf.ByteStringgetDescriptionBytes()

string description = 2;

public UiInteraction.ErrorgetNestedError()

.google.test.remote.ui.Error nested_error = 3;

public booleanhasNestedError()

.google.test.remote.ui.Error nested_error = 3;

Methods

public int getCode()

int32 code = 1;

Returns:

The code.

public java.lang.String getDescription()

string description = 2;

Returns:

The description.

public com.google.protobuf.ByteString getDescriptionBytes()

string description = 2;

Returns:

The bytes for description.

public boolean hasNestedError()

.google.test.remote.ui.Error nested_error = 3;

Returns:

Whether the nestedError field is set.

public UiInteraction.Error getNestedError()

.google.test.remote.ui.Error nested_error = 3;

Returns:

The nestedError.