public final class

InteractionResponse.RemoteError

extends java.lang.Object

 java.lang.Object

↳androidx.test.espresso.remote.InteractionResponse.RemoteError

Overview

TODO(b/31122396): parse this from a proto Enum representing wire protocol error codes and their default description.

Summary

Fields
public static final intREMOTE_ESPRESSO_ERROR_CODE

public static final intREMOTE_PROTOCOL_ERROR_CODE

Methods
public intgetCode()

public java.lang.StringgetDescription()

public java.lang.StringtoString()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Fields

public static final int REMOTE_ESPRESSO_ERROR_CODE

public static final int REMOTE_PROTOCOL_ERROR_CODE

Methods

public java.lang.String getDescription()

Returns:

the description of this InteractionResponse.RemoteError instance.

public int getCode()

Returns:

the error code of this InteractionResponse.RemoteError instance.

public java.lang.String toString()