InteractionResponse.RemoteError
Kotlin
|Java
public
static
final
class
InteractionResponse.RemoteError
extends Object
java.lang.Object | |
↳ | androidx.test.espresso.remote.InteractionResponse.RemoteError |
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()
|
Inherited methods | |
---|---|
Constants
REMOTE_ESPRESSO_ERROR_CODE
public static final int REMOTE_ESPRESSO_ERROR_CODE
Constant Value: 0 (0x00000000)
REMOTE_PROTOCOL_ERROR_CODE
public static final int REMOTE_PROTOCOL_ERROR_CODE
Constant Value: 1 (0x00000001)
Public methods
getCode
public int getCode ()
Returns | |
---|---|
int |
the error code of this InteractionResponse.RemoteError instance. |
getDescription
public String getDescription ()
Returns | |
---|---|
String |
the description of this InteractionResponse.RemoteError instance. |