public static final class

InteractionResponse.RemoteError

extends Object
java.lang.Object
   ↳ androidx.test.espresso.remote.InteractionResponse.RemoteError

Class Overview

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

Summary

Constants
int REMOTE_ESPRESSO_ERROR_CODE
int REMOTE_PROTOCOL_ERROR_CODE
Public Methods
int getCode()
String getDescription()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int REMOTE_ESPRESSO_ERROR_CODE

Constant Value: 0 (0x00000000)

public static final int REMOTE_PROTOCOL_ERROR_CODE

Constant Value: 1 (0x00000001)

Public Methods

public int getCode ()

Returns
int the error code of this InteractionResponse.RemoteError instance.

public String getDescription ()

Returns
String the description of this InteractionResponse.RemoteError instance.

public String toString ()

Returns
String